summaryrefslogtreecommitdiff
path: root/bin/cat
AgeCommit message (Expand)Author
2024-08-01bump posix spec 2008 -> 2024;Jason McIntyre
2022-02-09cat(1): drop "rpath" promise in no-file caseScott Soule Cheloha
2022-02-09cat(1): refactor cook_args()/raw_args() into single function, cat_file()Scott Soule Cheloha
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2020-12-11cat(1): -n flag: correctly enumerate files with more than INT_MAX linescheloha
2020-12-04cat(1): misc. style(9)cheloha
2020-12-04cat(1): simplify argv processing loopscheloha
2020-12-03cat(1): remove global 'filename' variablecheloha
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-02-19More whitespace, helps readingJeremie Courreges-Anglas
2016-10-19Delete useless setlocale(3) in src/bin/.Ingo Schwarze
2016-07-10attempt to improve clarity by reducing forward references and moreTed Unangst
2016-07-01For -be, indent the $ on blank lines.Ingo Schwarze
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-03obvious tame "stdio rpath"Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2013-07-16where "-" represents stdin, just use Sq, not Fl, since it's not a flag;Jason McIntyre
2013-01-18command-line (adj.) -> command line (n.);Jason McIntyre
2011-03-05Shell output redirection truncating the destination fileIngo Schwarze
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2007-07-17sync usage(); from Tobias StoeckmannJason McIntyre
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2007-03-22Fix handling of multiple stdin arguments in cooked mode, closes PR 5418.Todd C. Miller
2005-04-05change incorrect filename in output on fstat() failureJared Yanovich
2004-07-02- note that as well as tabs, the -v option does not display EOLsJason McIntyre
2004-05-21minor cleanups / shut up lint, ok pedro teduJolan Luff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01Undo a misguided attempt to fix speling errors from long ago. UCBTodd C. Miller
2003-03-12use .Li moreTheo de Raadt
2002-07-04ansiTheo de Raadt
2002-03-14Fix 'cat -se'; the '$' was not being printed for blank lines.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-11Initial patch.Mike Pechkin
2001-11-05kill more registers;Mike Pechkin
2001-09-06o) __progname aria;Mike Pechkin
2000-10-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell
2000-08-05remove blank linePaul Janzen
2000-03-17Remove hard sentence breaks.Aaron Campbell
2000-03-02An option description does not need to contain "The -foo option...".Aaron Campbell
2000-01-22remove extra externs not needed because of unistd.h (rest of tree will be don...Theo de Raadt
2000-01-12clarifyEric Jackson
1999-10-17Use the AT&T UNIX macros.Aaron Campbell
1999-08-16more precise SYNOPSIS syntaxAaron Campbell
1999-07-23cat appeared in Version 1 AT&T UNIX, not 6Aaron Campbell