summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins2004-08-161-34/+56
* Back out the following revisions:Max Khon2003-11-051-6/+6
* Use __FBSDID().David E. O'Brien2003-06-101-2/+3
* Change the semantics of sysv shm emulation to take a additionalMartin Blapp2003-05-051-60/+73
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-2/+1
* Clean up whitespace and remove register keyword.Dag-Erling Smørgrav2003-03-031-16/+16
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.Dag-Erling Smørgrav2003-03-031-3/+3
* Add function linux_msg() for regulating output from the linux emulationAlfred Perlstein2003-01-021-3/+2
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);Maxim Sobolev2002-10-111-23/+285
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message typeMarcel Moolenaar2002-05-181-1/+1
* Introduce [IPC|SHM]_[INFO|STAT] to shmctl to makeMichael Reifenberger2001-10-281-3/+52
* Swap the src and dst arguments of the bcopy added in theMarcel Moolenaar2001-09-281-1/+1
* The arg parameter is passed by value in Linux, but not in FreeBSD.Marcel Moolenaar2001-09-261-5/+6
* Implement LINUX_[SEM|IPC]_[STAT|INFO]Michael Reifenberger2001-09-151-2/+58
* KSE Milestone 2Julian Elischer2001-09-121-28/+28
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-126/+99
* Don't auto-generate the syscalls.Marcel Moolenaar2000-12-031-4/+0
* Revert auto-generation. The Alpha port is broken.Marcel Moolenaar2000-11-101-0/+4
* Sync with Alpha:Marcel Moolenaar2000-11-091-4/+0
* Support for the linux ipc syscalls on the alpha, where each one hasAndrew Gallatin2000-11-011-13/+15
* The MI/MD split wasn't perfect and the MI files need hacks for theDavid E. O'Brien2000-11-011-0/+4
* Update include directives.Marcel Moolenaar2000-08-221-58/+15
* 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