1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
Commit Graph

13 Commits

Author SHA1 Message Date
deraadt
b9fc9a728f Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible.  Annotate <sys/param.h> lines with their current reasons.  Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc.  Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution.  These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)
2015-01-16 06:39:28 +00:00
deraadt
043fbe51c1 rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable).  these days, people use source.  these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
2009-10-27 23:59:19 +00:00
sobrado
0b52b90c51 documentation tweaks. 2008-07-09 19:41:56 +00:00
mickey
adf4f1ca24 ans, knf, err and spaces 2003-07-09 01:10:30 +00:00
avsm
4b066b94d0 bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) 2003-07-02 00:21:16 +00:00
deraadt
1837a5ca50 mostly ansi cleanup; pval ok 2003-06-10 22:20:44 +00:00
millert
f75387cb26 Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.
2003-06-03 02:56:05 +00:00
deraadt
7abec72b9e make sure files are MAXPATHLEN sized; ianm@cit.uws.edu.au 2001-11-05 13:11:07 +00:00
deraadt
e9a589444b correct mkstemp() failure checking 1999-05-30 08:21:15 +00:00
deraadt
8803c7a239 snprintf; dillon 1998-12-16 01:29:37 +00:00
deraadt
af50a896f4 _PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible too 1996-09-16 02:26:02 +00:00
deraadt
1258a77d10 rcsid 1996-06-26 05:31:08 +00:00
deraadt
df930be708 initial import of NetBSD tree 1995-10-18 08:37:01 +00:00