summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ipc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-021-762/+0
|
* remove uneeded proc.h includesjsg2014-09-141-2/+1
| | | | ok mpi@ kspillner@
* Move p_emul and p_sigcode from proc to process.guenther2014-03-261-7/+7
| | | | | | | | | Tweak the handling of ktrace EMUL when changing ktracing: only generate one per process (not one per thread) and pass the correct proc pointer down to the VFS layer. Permit generating of NAMI and CSW records inside ktrace(2) itself. ok deraadt@ millert@
* compat_linux: Add support for future time_t and ino_t size enlargements.pirofti2013-05-101-18/+44
| | | | Reviewed by guenther@.
* Allow segments to be used even after they were marked for deletion withrobert2011-10-271-3/+1
| | | | | | | | | | | | the IPC_RMID flag. This is permitted as an extension beyond the standards and this is similar to what other operating systems like linux do. Because compat_linux(8) was emulating this already, remove that code since now this is the default. input from oga@, guenther@, jmc@, deraadt@ ok deraadt@
* Gah, no cookie for me.pirofti2011-09-191-2/+2
|
* Fix comments, they really made sense before splitting them.pirofti2011-09-191-3/+3
| | | | Noticed by fgs@, thanks!
* Add pipe2. Okay miod@pirofti2011-09-191-1/+19
|
* Fix various cases of stackgap_alloc() size arguments not being computedmiod2009-09-051-2/+2
| | | | | correctly, usually yielding the right value on 32 bit machines because sizeof int == sizeof pointer.
* adapt from netbsd:sturm2007-05-291-2/+4
| | | | | | | | | | | fold sys_shmat1() back into sys_shmat(), instead add flag for shmget(2) to specify that later shmat(2) for the shared memory segment should succeed even if the segment would be marked removed; use this to implement the Linux-compatible semantics of shmat(2) this fixes current opera with shm ok millert
* Linux shmat allows lookup of segments that are marked as removed somillert2003-10-121-2/+2
| | | | our Linux compat should too. From marius aamodt eriksen
* 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