summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* MFp4 (112379):netchild2007-01-141-2/+6
* MFP4: 110179jkim2006-12-201-3/+41
* MFP4: (part of) 110058jkim2006-12-201-24/+26
* Don't pass unused bufsz to kern_shmctl().jhb2006-10-101-7/+6
* Only try to copyin a msqid for the IPC_SET command to msgctl(). Otherjhb2006-10-101-5/+6
* Remove unnecessary casts before PTRIN().jhb2006-10-101-11/+11
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. Thisjhb2006-07-081-11/+12
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-271-38/+26
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-191-0/+2
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-181-2/+0
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cjhb2005-07-291-0/+4
* Semctl with IPC_STAT command should return zero in case of success.sobomax2005-02-111-2/+3
* - Tweak kern_msgctl() to return a copy of the requested message queue idjhb2005-02-071-3/+2
* Split out kernel side of msgctl(2) into two parts: the first that pops datasobomax2005-01-261-17/+10
* Match the LINUX32's style with existing styleobrien2005-01-141-9/+9
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariestjr2004-08-161-34/+56
* Back out the following revisions:fjoe2003-11-051-6/+6
* Use __FBSDID().obrien2003-06-101-2/+3
* Change the semantics of sysv shm emulation to take a additionalmbr2003-05-051-60/+73
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* Clean up whitespace and remove register keyword.des2003-03-031-16/+16
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-031-3/+3
* Add function linux_msg() for regulating output from the linux emulationalfred2003-01-021-3/+2
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);sobomax2002-10-111-23/+285
* 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
OpenPOWER on IntegriCloud