aboutsummaryrefslogtreecommitdiff
path: root/bin/cat
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Install d_align.{in,out} for the :align testEnji Cooper2015-01-051-0/+5
* | | | | | Integrate bin/cat/tests from NetBSD into atf/kyuaEnji Cooper2015-01-042-0/+19
| |_|_|_|/ |/| | | |
* | | | | Close the newly-created FD if the pathname is too long.Adrian Chadd2014-01-111-0/+1
| |_|_|/ |/| | |
* | | | - Add the __dead2 attribute since it is a function that never returnsEitan Adler2013-04-231-1/+2
| |_|/ |/| |
* | | Fix date.Joel Dahl2013-01-291-1/+1
* | | Add -l option to cat(1). This option causes cat(1) to use fcntl(2) toBrooks Davis2013-01-292-6/+30
| |/ |/|
* | Use "e.g.", not "i.e.", to introduce an example.Kevin Lo2012-09-071-1/+1
* | Use proper error message when fstat(2) fails on stdout.Jaakko Heinonen2012-07-201-1/+1
* | style(9).Jaakko Heinonen2012-07-201-16/+19
|/
* Put some static keywords in the source code.Ed Schouten2011-10-311-3/+3
* Removed redundant WARNS setting.Ruslan Ermilov2009-10-151-1/+0
* cat(1) compiles fine at WARNS level 6.Dag-Erling Smørgrav2009-03-161-0/+1
* Teach cat(1) and cp(1) to use a larger buffer if enough memory is presentIvan Voras2008-10-301-2/+21
* One more nit.Ruslan Ermilov2006-12-231-1/+1
* Fix markup.Ruslan Ermilov2006-12-231-10/+12
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-1/+1
* Eliminate macro calls inside literal displays.Ruslan Ermilov2005-01-151-9/+6
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-102-1/+2
* Use warn() instead of perror().Tim J. Robbins2004-07-201-2/+2
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-062-8/+0
* Reduce redundancy in the description of the -u option.Tim J. Robbins2004-03-211-3/+1
* Document incorrect handling of multibyte characters when -t and -v optionsTim J. Robbins2004-03-211-1/+9
* We have to hide copyright[] for gcc33. :-(David E. O'Brien2003-04-301-0/+2
* Be consistent about declaring a function "static", and consistentMark Murray2002-10-231-3/+3
* Give lint a small bit of help.Mark Murray2002-07-311-0/+2
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Avoid truncating the pathname to UNIX Domain Sockets with snprintf(),Tim J. Robbins2002-06-291-2/+5
* Use an usage() rather than doing the fprintf inside option parsing.Juli Mallett2002-06-141-3/+9
* Print the "$" symbol on blank lines when the -s and -e options are usedTim J. Robbins2002-06-131-17/+11
* Remove bogus "-" operand from usage message. There is no restriction onTim J. Robbins2002-06-131-1/+1
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-221-9/+11
* Drag cat(1) kicking and screaming into the late 1980's:Warner Losh2002-02-021-21/+11
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-1/+0
* WARNSify.Ruslan Ermilov2001-09-262-4/+4
* The "cat - -" feature was broken by the last commit.Ruslan Ermilov2001-09-261-5/+15
* mdoc(7) police: fixed markup.Ruslan Ermilov2001-09-251-5/+12
* Give /bin/cat the ability to connect to and read unix-domain socketsMatthew Dillon2001-09-152-56/+108
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Xref zcat(1).Dima Dorfman2001-06-181-0/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-151-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Use Dq Li (double-quoted literal) instead of Ic (internal command) toSheldon Hearn2000-06-271-4/+2
* Sync us up to OpenBSD's cat.1 v1.18 and cat.c v1.9.Jeroen Ruigrok van der Werven2000-04-142-14/+84
* Remove unnecessary empty line.Jeroen Ruigrok van der Werven2000-04-131-3/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-273-3/+3
* Various spelling/formatting changes.Kris Kennaway1999-05-081-2/+2
* Fix minor style bugs noticed by the Bruce Filter.[tm]Warner Losh1998-09-131-4/+7
* Silence -Wall -W -Wkitchen-sink. Use ssize_t in preference to int,Warner Losh1998-09-111-9/+7
* Restore Lite2 sccsids by removing `const'. Improve documentation a little.Philippe Charnier1998-05-132-15/+11