summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message typemarcel2002-05-181-1/+1
* Introduce [IPC|SHM]_[INFO|STAT] to shmctl to makemr2001-10-281-3/+52
* Swap the src and dst arguments of the bcopy added in themarcel2001-09-281-1/+1
* The arg parameter is passed by value in Linux, but not in FreeBSD.marcel2001-09-261-5/+6
* Implement LINUX_[SEM|IPC]_[STAT|INFO]mr2001-09-151-2/+58
* KSE Milestone 2julian2001-09-121-28/+28
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-126/+99
* Don't auto-generate the syscalls.marcel2000-12-031-4/+0
* Revert auto-generation. The Alpha port is broken.marcel2000-11-101-0/+4
* Sync with Alpha:marcel2000-11-091-4/+0
* Support for the linux ipc syscalls on the alpha, where each one hasgallatin2000-11-011-13/+15
* The MI/MD split wasn't perfect and the MI files need hacks for theobrien2000-11-011-0/+4
* Update include directives.marcel2000-08-221-58/+15
* Linux doesn't complain if you remove a msg queue that doesn't existmarcel1999-09-231-1/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* ".. x11amp appears to be calling shmctl(id, IPC_RMID, 0) and the emulationjkh1998-06-021-9/+13
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-51/+51
* Implement linux_semop, linux_semget and linux_semctl.kato1997-10-281-4/+136
* Ops the arguments to copyin was in the wrong order..sos1997-08-101-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+1
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-24/+30
* reran makesyscallspeter1996-01-081-2/+1
* The Linux emulator depends on SYSV IPC but doesn't actually referencewollman1996-01-051-1/+3
* My first shot at get sound to work on the emulator.sos1995-12-291-5/+45
* Update linux_ipc.c to use the now generated prototypes for the shm* callspeter1995-12-151-9/+9
* Completed function declarations and added prototypes.bde1995-11-221-6/+4
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-251-0/+308
OpenPOWER on IntegriCloud