Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the Linux emulation code, no longer referenced by anything | 2016-03-02 | 1 | -762/+0 | |
| | |||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | Move p_emul and p_sigcode from proc to process. | 2014-03-26 | 1 | -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. | 2013-05-10 | 1 | -18/+44 | |
| | | | | Reviewed by guenther@. | ||||
* | Allow segments to be used even after they were marked for deletion with | 2011-10-27 | 1 | -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. | 2011-09-19 | 1 | -2/+2 | |
| | |||||
* | Fix comments, they really made sense before splitting them. | 2011-09-19 | 1 | -3/+3 | |
| | | | | Noticed by fgs@, thanks! | ||||
* | Add pipe2. Okay miod@ | 2011-09-19 | 1 | -1/+19 | |
| | |||||
* | Fix various cases of stackgap_alloc() size arguments not being computed | 2009-09-05 | 1 | -2/+2 | |
| | | | | | correctly, usually yielding the right value on 32 bit machines because sizeof int == sizeof pointer. | ||||
* | adapt from netbsd: | 2007-05-29 | 1 | -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 so | 2003-10-12 | 1 | -2/+2 | |
| | | | | our Linux compat should too. From marius aamodt eriksen | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -20/+20 | |
| | |||||
* | style/cleanup (of function headers) | 2001-05-24 | 1 | -67/+67 | |
| | |||||
* | Fix copyout bug in LINUX_IPC_SET. Thanks to Dawson Engler & team at Stanford. | 2001-03-13 | 1 | -2/+2 | |
| | |||||
* | OpenBSD -> NetBSD where previously missed. | 2000-07-23 | 1 | -5/+5 | |
| | |||||
* | fix shmctl IPC_STAT | 1997-11-26 | 1 | -3/+3 | |
| | |||||
* | Contextual goo for -Wall, and remove some stasic specifiers | 1996-10-17 | 1 | -56/+51 | |
| | |||||
* | Good fixes and changes from latest Net. | 1996-04-17 | 1 | -11/+28 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+707 | |