summaryrefslogtreecommitdiffstats
path: root/usr.bin/from (follow)
Commit message (Expand)AuthorAgeFilesLines
* At this point getpwuid(3) was already called therefore "getpw" promise can bemestre2020-05-291-2/+2
* An early pledge takes away many risk factors during spool opening/parsing.deraadt2018-08-081-2/+8
* Use ferror() to check for getline() failure. From Scott Cheloha.millert2017-05-311-1/+4
* Add blank lines around pledge call.mmcc2015-11-051-1/+3
* Blank line after pledge call.mmcc2015-11-031-1/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-5/+5
* tame "stdio rpath getpw" before getpwuid and opening, then tame "stdio"deraadt2015-10-071-1/+5
* Treat a missing mail spool the same as a zero-length mail spoolmillert2015-06-031-15/+15
* Move warning on open failure to open_mbox() where we have the file name.millert2015-06-031-3/+4
* Modernize from(1) a bit. Use getline() to support longer lines andmillert2015-06-022-45/+67
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* remove erroneous char cast to switch expression processing getopt(3);okan2013-11-271-2/+2
* unsigned char casts for ctypederaadt2013-11-261-8/+8
* some minor fixes; From: Jan Staryjmc2013-08-121-3/+3
* Document what remains of the 2BSD heritage.schwarze2012-01-151-3/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
* convert to new .Dd format;jmc2007-05-311-2/+2
* sort options and avoid line wrap; from Igor Sobradojmc2007-02-202-5/+6
* No need to declare optind/optarg if unistd.h is included.moritz2006-03-141-4/+2
* spacingderaadt2005-11-141-6/+6
* mostly ansi cleanup; pval okderaadt2003-06-101-7/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
* kill more registersmpech2001-11-191-3/+3
* first pass at a -Wall cleanupderaadt2001-07-121-4/+9
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Finish standardizing options list introduction.aaron2000-03-051-2/+2
* Use err, not errx when freopen() failes to get error string; form@openbsd.orgmillert2000-01-181-3/+3
* fix a few more boflows; millert@ okaaron1999-08-261-7/+9
* correct use of .Nm; some other formatting nitsaaron1999-07-041-3/+3
* - remove trailing white spaceaaron1999-06-051-5/+5
* usr.bin/ man page fixes, f-m.aaron1998-09-261-2/+2
* err/warnmickey1998-07-101-11/+7
* $OpenBSD$deraadt1997-09-211-2/+1
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* rcsidderaadt1996-06-263-2/+4
* initial import of NetBSD treederaadt1995-10-183-0/+250