History log of /openbsd/regress/sys/kern/sysvsem/semtest.c (Results 1 – 7 of 7)
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


# 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 ...


# c3c39202 29-Dec-2002 millert <millert@openbsd.org>

o pass a random value as the second arg to ftok()
o call semget() with IPC_EXCL

This fixes a problem whereby multiple concurrent copies of the
regress test could use the same key and stomp over them

o pass a random value as the second arg to ftok()
o call semget() with IPC_EXCL

This fixes a problem whereby multiple concurrent copies of the
regress test could use the same key and stomp over themselves,
leading one to falsely believe there is a kernel bug.

show more ...


# 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)


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

Test sysv semaphores. From NetBSD with changes.