summaryrefslogtreecommitdiffstats
path: root/usr.bin/from
AgeCommit message (Expand)AuthorFilesLines
2020-05-29At this point getpwuid(3) was already called therefore "getpw" promise can bemestre1-2/+2
2018-08-08An early pledge takes away many risk factors during spool opening/parsing.deraadt1-2/+8
2017-05-31Use ferror() to check for getline() failure. From Scott Cheloha.millert1-1/+4
2015-11-05Add blank lines around pledge call.mmcc1-1/+3
2015-11-03Blank line after pledge call.mmcc1-1/+2
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-5/+5
2015-10-07tame "stdio rpath getpw" before getpwuid and opening, then tame "stdio"deraadt1-1/+5
2015-06-03Treat a missing mail spool the same as a zero-length mail spoolmillert1-15/+15
2015-06-03Move warning on open failure to open_mbox() where we have the file name.millert1-3/+4
2015-06-02Modernize from(1) a bit. Use getline() to support longer lines andmillert2-45/+67
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+3
2013-11-27remove erroneous char cast to switch expression processing getopt(3);okan1-2/+2
2013-11-26unsigned char casts for ctypederaadt1-8/+8
2013-08-12some minor fixes; From: Jan Staryjmc1-3/+3
2012-01-15Document what remains of the 2BSD heritage.schwarze1-3/+6
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-14/+1
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-02-20sort options and avoid line wrap; from Igor Sobradojmc2-5/+6
2006-03-14No need to declare optind/optarg if unistd.h is included.moritz1-4/+2
2005-11-14spacingderaadt1-6/+6
2003-06-10mostly ansi cleanup; pval okderaadt1-7/+4
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2001-11-19kill more registersmpech1-3/+3
2001-07-12first pass at a -Wall cleanupderaadt1-4/+9
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron1-2/+2
2000-03-05Finish standardizing options list introduction.aaron1-2/+2
2000-01-18Use err, not errx when freopen() failes to get error string; form@openbsd.orgmillert1-3/+3
1999-08-26fix a few more boflows; millert@ okaaron1-7/+9
1999-07-04correct use of .Nm; some other formatting nitsaaron1-3/+3
1999-06-05- remove trailing white spaceaaron1-5/+5
1998-09-26usr.bin/ man page fixes, f-m.aaron1-2/+2
1998-07-10err/warnmickey1-11/+7
1997-09-21$OpenBSD$deraadt1-2/+1
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-06-26rcsidderaadt3-2/+4
1995-10-18initial import of NetBSD treederaadt3-0/+250