summaryrefslogtreecommitdiff
path: root/usr.bin/lam
AgeCommit message (Collapse)Author
2016-01-04Add 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-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-07We continue our tour through obscure BSD <word escapes me>. This stdio-basedTheo de Raadt
program may open files arbitrarily, so tame "stdio rpath" it from the start.
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo 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-20unsigned char casts for ctype.h macros, when dealing with optargTheo de Raadt
ok ratchov
2013-11-15Include unistd.h as it is the standard location for getopt().Todd C. Miller
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo 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-16replace ".Ar file ..." with ".Ar" whenever possible.Igor Sobrado
ok jmc@
2007-06-26Fix buffer overflow reported by Tobias Stoeckmann by increasing theRay Lai
number of file descriptors to the correct limit, NOFILE_MAX, and improve calculation of open file count. OK moritz
2007-05-31convert to new .Dd format;Jason McIntyre
2006-01-06nicer EXAMPLES; from ray laiJason McIntyre
2004-12-27be aware of snprintf potentially returning -1Theo de Raadt
2004-07-03Fixes 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-09use err/warn and better usage printMichael Shalayeff
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-21mdoc version from NetBSD (wiz) with minor modifications and local changes.Todd C. Miller
2003-04-21Use 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-06Consider 0 characters left to be a lack of format space.Kenneth R Westerback
ok deraadt@ millert@
2003-04-05simple snprintf; miod okTheo de Raadt
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-02-16Part 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-19kill more registersMike Pechkin
millert@ ok
1997-09-21$OpenBSD$Theo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt