summaryrefslogtreecommitdiffstats
path: root/sys/kern/sysv_ipc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* remove uneeded proc.h includesjsg2014-09-141-2/+1
| | | | ok mpi@ kspillner@
* Update access(2) to have modern semantics with respect to X_OK andmillert2008-06-091-3/+3
| | | | | | the superuser. access(2) will now only indicate success for X_OK on non-directories if there is at least one execute bit set on the file. OK deraadt@ thib@ otto@
* ansi/deregister. No binary change.jsg2005-12-131-5/+2
|
* Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23,millert2004-07-151-30/+1
| | | | | etc to avoid confusion and for consistency with the *35 ones. Remove *n2o functions that don't belong outside of compat.
* change ipc.h to use uid_t and friends, and then build compat system calls for the old ushort based ipc.hderaadt1998-06-111-1/+30
|
* OpenBSD tagsniklas1997-02-241-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+63