summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ipc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-021-762/+0
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Move p_emul and p_sigcode from proc to process.guenther2014-03-261-7/+7
* compat_linux: Add support for future time_t and ino_t size enlargements.pirofti2013-05-101-18/+44
* Allow segments to be used even after they were marked for deletion withrobert2011-10-271-3/+1
* Gah, no cookie for me.pirofti2011-09-191-2/+2
* Fix comments, they really made sense before splitting them.pirofti2011-09-191-3/+3
* Add pipe2. Okay miod@pirofti2011-09-191-1/+19
* Fix various cases of stackgap_alloc() size arguments not being computedmiod2009-09-051-2/+2
* adapt from netbsd:sturm2007-05-291-2/+4
* Linux shmat allows lookup of segments that are marked as removed somillert2003-10-121-2/+2
* First round of __P removal in sysmillert2002-03-141-20/+20
* style/cleanup (of function headers)jasoni2001-05-241-67/+67
* Fix copyout bug in LINUX_IPC_SET. Thanks to Dawson Engler & team at Stanford.csapuntz2001-03-131-2/+2
* OpenBSD -> NetBSD where previously missed.jasoni2000-07-231-5/+5
* fix shmctl IPC_STATderaadt1997-11-261-3/+3
* Contextual goo for -Wall, and remove some stasic specifiersniklas1996-10-171-56/+51
* Good fixes and changes from latest Net.mickey1996-04-171-11/+28
* initial import of NetBSD treederaadt1995-10-181-0/+707