History log of /openbsd/regress/sys/kern/sysvshm/shmtest.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 49a6e16f 13-Dec-2021 deraadt <deraadt@openbsd.org>

remove a couple hundred sys/param.h includes in userland code, and
also whack some sys/cdefs.h early includes which is such a brutally
bad pattern
ok bluhm mbuhl


# 37ec931b 15-Jan-2015 guenther <guenther@openbsd.org>

Test shmat() with a non-NULL address, both failure and success


# d874cce4 26-Jun-2008 ray <ray@openbsd.org>

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code t

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

show more ...


# 4993325b 28-Feb-2004 deraadt <deraadt@openbsd.org>

avoid bad functions; tedu ok


# 2cc39398 23-Jun-2002 deraadt <deraadt@openbsd.org>

more gid_t and uid_t are unsigned


# c20d9ad4 11-Jun-2002 jsyn <jsyn@openbsd.org>

kill err(3) newlines; ok miod@, deraadt@


# f3c3a9c6 17-Feb-2002 millert <millert@openbsd.org>

Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)


# c8c5f421 16-Feb-2002 art <art@openbsd.org>

test sysv shared memory. From NetBSD with changes.