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