summaryrefslogtreecommitdiffstats
path: root/bin/cat/cat.c
Commit message (Expand)AuthorAgeFilesLines
* - Add the __dead2 attribute since it is a function that never returnseadler2013-04-231-1/+2
* Add -l option to cat(1). This option causes cat(1) to use fcntl(2) tobrooks2013-01-291-3/+16
* Use proper error message when fstat(2) fails on stdout.jh2012-07-201-1/+1
* style(9).jh2012-07-201-16/+19
* Put some static keywords in the source code.ed2011-10-311-3/+3
* Teach cat(1) and cp(1) to use a larger buffer if enough memory is presentivoras2008-10-301-2/+21
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-1/+1
* Use warn() instead of perror().tjr2004-07-201-2/+2
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* We have to hide copyright[] for gcc33. :-(obrien2003-04-301-0/+2
* Be consistent about declaring a function "static", and consistentmarkm2002-10-231-3/+3
* Give lint a small bit of help.markm2002-07-311-0/+2
* Consistently use __FBSDIDobrien2002-06-301-2/+2
* Avoid truncating the pathname to UNIX Domain Sockets with snprintf(),tjr2002-06-291-2/+5
* Use an usage() rather than doing the fprintf inside option parsing.jmallett2002-06-141-3/+9
* Print the "$" symbol on blank lines when the -s and -e options are usedtjr2002-06-131-17/+11
* Remove bogus "-" operand from usage message. There is no restriction ontjr2002-06-131-1/+1
* Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-221-9/+11
* Drag cat(1) kicking and screaming into the late 1980's:imp2002-02-021-21/+11
* WARNSify.ru2001-09-261-4/+3
* The "cat - -" feature was broken by the last commit.ru2001-09-261-5/+15
* Give /bin/cat the ability to connect to and read unix-domain socketsdillon2001-09-151-55/+102
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
* Sync us up to OpenBSD's cat.1 v1.18 and cat.c v1.9.asmodai2000-04-141-2/+2
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Fix minor style bugs noticed by the Bruce Filter.[tm]imp1998-09-131-4/+7
* Silence -Wall -W -Wkitchen-sink. Use ssize_t in preference to int,imp1998-09-111-9/+7
* Restore Lite2 sccsids by removing `const'. Improve documentation a little.charnier1998-05-131-2/+2
* Correct use of .Nm, .An and other cosmetics. Add rcsid. Remove unused #inc.charnier1998-05-061-4/+4
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Merge Lite2 mods and -Wall cleaning.steve1996-12-141-3/+3
* Activate LC_CTYPE locale and additionly use !isprint() for 8bit charactersache1996-09-301-2/+5
* Merge in the NetBSD changes to cat.c. These appear to have come fromimp1996-09-281-4/+4
* Fix exit status. `cat no-such-file >/dev/null' exited with status 0.bde1995-10-031-2/+7
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+251
OpenPOWER on IntegriCloud