aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Mega MFC: This syncs-up the Linuxulator with -current and henceMarcel Moolenaar2001-11-051-127/+149
* MFC: allow AlphaLinux compat bits to build.David E. O'Brien2000-11-021-13/+19
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-08-231-0/+447
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-490/+0
* Linux doesn't complain if you remove a msg queue that doesn't existMarcel Moolenaar1999-09-231-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulationJordan K. Hubbard1998-06-021-9/+13
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-51/+51
* Implement linux_semop, linux_semget and linux_semctl.KATO Takenori1997-10-281-4/+136
* Ops the arguments to copyin was in the wrong order..Søren Schmidt1997-08-101-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Clean up -Wunused warnings.Gary Palmer1996-06-121-2/+1
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-24/+30
* reran makesyscallsPeter Wemm1996-01-081-2/+1
* The Linux emulator depends on SYSV IPC but doesn't actually referenceGarrett Wollman1996-01-051-1/+3
* My first shot at get sound to work on the emulator.Søren Schmidt1995-12-291-5/+45
* Update linux_ipc.c to use the now generated prototypes for the shm* callsPeter Wemm1995-12-151-9/+9
* Completed function declarations and added prototypes.Bruce Evans1995-11-221-6/+4
* First incarnation of our Linux emulator or rather compatibility code.Søren Schmidt1995-06-251-0/+308