summaryrefslogtreecommitdiff
path: root/usr.bin/msgs
AgeCommit message (Collapse)Author
2005-07-04make these use setres[ug]id for simple privilege dropping;Damien Miller
ok deraadt@ millert@ moritz@
2004-10-02ftello and fseek ok and such, ok ottoTheo de Raadt
2003-10-04- sort optionsJason McIntyre
- document -o - sync usage() with SYNOPSIS - various tweaks ok otto@
2003-07-02bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)Anil Madhavapeddy
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-07replace strcpy calls that got inlined by gcc; ↵Theo de Raadt
Hans-Joerg.Hoexer@yerbouti.franken.de
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-01-15typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-08-08sizeof fname, not sizeof *fnameHakan Olsson
2002-08-083rd arg for open, plus some bounds checking. miod@ ok.Hakan Olsson
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
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.
2002-01-04Don't longjmp(..., 0)Artur Grabowski
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵Todd C. Miller
POSIX counterparts.
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-07-06snprintf with %s when copying the pagerTheo de Raadt
2000-06-11newaliases(1) -> newaliases(8)Todd C. Miller
2000-05-15/etc/mail/aliasesTheo de Raadt
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-06-10Handle PAGER in a manner consistent with the Single Unix Specification:Paul Janzen
that is, use PAGER rather than "more" if it is defined and non-null, not just if it is defined.
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-05-13create /var/msgs/bounds if it does not exist and reset it to its defaultAaron Campbell
state so the (improved) man page does not lie; emory@hellyeah.com
1998-11-20/usr/msgs -> /var/msgs; jwise@unicast.comTheo de Raadt
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-06-23complain correctly when /var/msgs/bounds does not exist; ↵Theo de Raadt
fullermd@futuresouth.com
1997-09-21$OpenBSD$Theo de Raadt
1997-09-11oflow, indentTheo de Raadt
1997-04-28Clean up terminal type handling.Jason Downs
1997-04-28Modernize protyped, switch to libtermlib.Jason Downs
1997-04-02buf oflows, thanks imp & millertTheo de Raadt
1997-04-02use mkstemp (millert, please double check)Theo de Raadt
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-10-28Use snprintf(). Solves $HOME overflow and others.Todd C. Miller
1996-09-16_PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible tooTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-06-25mktemp open/fdopenTheo de Raadt
1996-06-02Always use -ltermlib when linking with -lcursesThorsten Lockert
Be consistent in use of LIBTERMCAP and LIBTERMLIB when depending
1995-10-18initial import of NetBSD treeTheo de Raadt