summaryrefslogtreecommitdiffstats
path: root/usr.bin/split/split.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove use of sysexits.h.millert2015-12-311-25/+21
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio rpath wpath cpath" to support use of freopen() with "w"deraadt2015-10-071-1/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* an usage message should fit on a 80-column displaysobrado2007-10-201-5/+5
* handle empty strings returned by fgetschl2007-09-251-2/+5
* The rewritten newfile() algorithm introduced in rev 1.12 wasmillert2007-09-051-31/+19
* Check for int oflow w/ -b option and unit suffixes, make usage() __dead,millert2006-08-101-12/+17
* Add -a option as per single unix. Rewrote the code to generatemillert2006-08-091-24/+44
* - indicate that -b, -l, and -p are mutually exclusivejmc2006-08-091-3/+3
* split.1:jmc2005-09-071-3/+3
* mostly ansi cleanup; pval okderaadt2003-06-101-9/+7
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* GNU semantics say that if optstring begins with '-' thenmillert2002-12-081-3/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-6/+6
* oflowderaadt1999-12-041-3/+3
* From FreeBSD:millert1999-02-041-55/+84
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* rcsidderaadt1996-06-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+293