summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple small kernel memory disclosures. [EN-18:05.mem]gordon2018-05-081-0/+10
* MFC r316599:dchagin2017-04-151-2/+2
* MFC r314868:dchagin2017-04-151-0/+2
* MFC r314867:dchagin2017-04-151-1/+2
* MFC r314866:dchagin2017-04-151-180/+230
* MFC r314648:dchagin2017-04-151-12/+12
* MFC r314647:dchagin2017-04-151-11/+2
* x86_64 Linux do not use multiplexing on ipc system calls.dchagin2015-05-241-10/+0
* Convert files to UTF-8uqs2012-01-151-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-6/+6
* Remove the 'either' from the comment as it'll be less obvious that webz2011-07-171-4/+4
* Remove semaphore map entry count "semmap" field and its tuningbz2011-07-141-1/+9
* Style(9) fixes. No functional changes.dchagin2011-03-121-252/+261
* Fix typo in kernel message. The fix is based upon the patch in the PR.netchild2009-11-051-1/+1
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-6/+18
* Document that all the other commands are eitherrdivacky2008-11-261-0/+16
* 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
OpenPOWER on IntegriCloud