Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-04 | Add HISTORY and AUTHORS sections. | Ingo Schwarze | |
From the author John A. Kunze via https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196786 and Michal Mazurek <akfaew at jasminek dot net>. Correctness also verified from the CSRG archive CD. | |||
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt | |
2015-10-07 | We continue our tour through obscure BSD <word escapes me>. This stdio-based | Theo de Raadt | |
program may open files arbitrarily, so tame "stdio rpath" it from the start. | |||
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt | |
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) | |||
2013-11-20 | unsigned char casts for ctype.h macros, when dealing with optarg | Theo de Raadt | |
ok ratchov | |||
2013-11-15 | Include unistd.h as it is the standard location for getopt(). | Todd C. Miller | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
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-08-16 | replace ".Ar file ..." with ".Ar" whenever possible. | Igor Sobrado | |
ok jmc@ | |||
2007-06-26 | Fix buffer overflow reported by Tobias Stoeckmann by increasing the | Ray Lai | |
number of file descriptors to the correct limit, NOFILE_MAX, and improve calculation of open file count. OK moritz | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-01-06 | nicer EXAMPLES; from ray lai | Jason McIntyre | |
2004-12-27 | be aware of snprintf potentially returning -1 | Theo de Raadt | |
2004-07-03 | Fixes from Jared Yanovich with help from myself and cloder@; OK otto@ | Todd C. Miller | |
o make lam(1) use getopt(3) and err(3). o fix off-by-one error o use OPEN_MAX instead of rolling our own o a little KNF | |||
2003-12-09 | use err/warn and better usage print | Michael Shalayeff | |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-21 | mdoc version from NetBSD (wiz) with minor modifications and local changes. | Todd C. Miller | |
2003-04-21 | Use strlcpy() and snprintf() in favor of inline strcpy() and sprintf(). | Todd C. Miller | |
Based on a diff from krw but this uses the strlcpy() / snprintf() return values. millert tested, krw approved... | |||
2003-04-06 | Consider 0 characters left to be a lack of format space. | Kenneth R Westerback | |
ok deraadt@ millert@ | |||
2003-04-05 | simple snprintf; miod ok | Theo de Raadt | |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |