ray
8e0491f90a
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@
16 years ago
espie
94a41f5c11
scrape $Id$ tags.
okay deraadt@, millert@, krw@
19 years ago
deraadt
2462bc4b83
knf; otto ok
20 years ago
deraadt
1861c91a56
pid_t cleanup
22 years ago
itojun
19f3ad7a81
atexit(3) can fail. handle error accordingly. deraadt ok
XXX libraries should not use atexit(3) from within, as program can terminate
with _exit.
22 years ago
mpech
a0ba08a5ce
pids should be pid_t, not int
23 years ago
deraadt
b7edc160a2
save the pid as well, and only do the atexit in the same pid
23 years ago
jakob
68a4b51ff3
add pidfile(3) - write a daemon pid file. ok deraadt@, millert@.
23 years ago
millert
b2ff13368c
consistently use #include "util.h" not <util.h> since util.h lives in this dir.
23 years ago
csapuntz
15f3825602
Add opendisk from NetBSD.
25 years ago
downsj
b2f1975b66
util.h: new resting place
opendev.h: ok, so I merged it with util.h
opendev.h: use util.h
everything else: use "util.h"
28 years ago
deraadt
a5010d31aa
libutil
29 years ago
niklas
7fd28a4ddf
From NetBSD:
Add cpio.h, tar.h, and re_comp.h headers for POSIX & XPG4 conformance
29 years ago