summaryrefslogtreecommitdiffstats
path: root/bin/cat/cat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cat(1): -n flag: correctly enumerate files with more than INT_MAX linescheloha2020-12-111-3/+4
* cat(1): misc. style(9)cheloha2020-12-041-11/+11
* cat(1): simplify argv processing loopscheloha2020-12-041-39/+36
* cat(1): remove global 'filename' variablecheloha2020-12-031-8/+9
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
* Delete useless setlocale(3) in src/bin/.schwarze2016-10-191-8/+3
* For -be, indent the $ on blank lines.schwarze2016-07-011-5/+11
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-041-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* obvious tame "stdio rpath"deraadt2015-10-031-1/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* sync usage(); from Tobias Stoeckmannjmc2007-07-171-3/+3
* Fix handling of multiple stdin arguments in cooked mode, closes PR 5418.millert2007-03-221-3/+5
* change incorrect filename in output on fstat() failurejaredy2005-04-051-3/+3
* minor cleanups / shut up lint, ok pedro tedujolan2004-05-211-10/+13
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* ansideraadt2002-07-041-13/+7
* Fix 'cat -se'; the '$' was not being printed for blank lines.millert2002-03-141-19/+14
* 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
* kill more registers;mpech2001-11-051-8/+8
* o) __progname aria;mpech2001-09-061-3/+5
* remove extra externs not needed because of unistd.h (rest of tree will be done later.. contact me if you want to help)deraadt2000-01-221-3/+2
* (foo *)NULL -> NULLkstailey1997-06-181-3/+3
* -Wall'ing.mickey1996-12-141-3/+3
* Back out last change, getopt on OpenBSD returns -1, not EOFimp1996-09-281-3/+3
* Fix the return value of test of getopt. It is documented to returnimp1996-09-281-3/+3
* Exit with status >0 if any error occured; from FreeBSDtholo1996-08-021-3/+8
* zap getopt() case of -?, come on, it is the default!deraadt1996-08-021-3/+2
* update rcsidderaadt1996-06-231-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+261