aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r198945:Alexander Leidinger2009-11-121-1/+1
* MFC: Change the ABI of some of the structures used by the SYSV IPC API:John Baldwin2009-07-311-6/+18
* MFp4 (112379):Alexander Leidinger2007-01-141-2/+6
* MFP4: 110179Jung-uk Kim2006-12-201-3/+41
* MFP4: (part of) 110058Jung-uk Kim2006-12-201-24/+26
* Don't pass unused bufsz to kern_shmctl().John Baldwin2006-10-101-7/+6
* Only try to copyin a msqid for the IPC_SET command to msgctl(). OtherJohn Baldwin2006-10-101-5/+6
* Remove unnecessary casts before PTRIN().John Baldwin2006-10-101-11/+11
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. ThisJohn Baldwin2006-07-081-11/+12
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerJohn Baldwin2006-06-271-38/+26
* Unbreak COMPAT_LINUX32 option support on amd64.Ruslan Ermilov2006-03-191-0/+2
* Fixup some problems in my previous commit (COMPAT_43).Alexander Leidinger2006-03-181-2/+0
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cJohn Baldwin2005-07-291-0/+4
* Semctl with IPC_STAT command should return zero in case of success.Maxim Sobolev2005-02-111-2/+3
* - Tweak kern_msgctl() to return a copy of the requested message queue idJohn Baldwin2005-02-071-3/+2
* Split out kernel side of msgctl(2) into two parts: the first that pops dataMaxim Sobolev2005-01-261-17/+10
* Match the LINUX32's style with existing styleDavid E. O'Brien2005-01-141-9/+9
* 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