History log of /openbsd-src/sys/kern/sysv_ipc.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 21dab745 14-Mar-2015 jsg <jsg@openbsd.org>

Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling
amd64/i386/sparc64 kernels.

ok tedu@ deraadt@


# 7f58a11f 14-Sep-2014 jsg <jsg@openbsd.org>

remove uneeded proc.h includes
ok mpi@ kspillner@


# 141c07a8 09-Jun-2008 millert <millert@openbsd.org>

Update access(2) to have modern semantics with respect to X_OK and
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

Update access(2) to have modern semantics with respect to X_OK and
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@

show more ...


# e1e39b7e 13-Dec-2005 jsg <jsg@openbsd.org>

ansi/deregister. No binary change.


# 51c1ddd9 15-Jul-2004 millert <millert@openbsd.org>

Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23,
etc to avoid confusion and for consistency with the *35 ones.
Remove *n2o functions that don't belong outside of compat.


# ba7a5ec6 11-Jun-1998 deraadt <deraadt@openbsd.org>

change ipc.h to use uid_t and friends, and then build compat system calls for the old ushort based ipc.h


# 6a5be22a 24-Feb-1997 niklas <niklas@openbsd.org>

OpenBSD tags


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree