aboutsummaryrefslogtreecommitdiff
path: root/bin/cat/cat.c
Commit message (Expand)AuthorAgeFilesLines
* cat: style nitsMariusz Zaborski2021-01-201-1/+1
* cat: style nitsMariusz Zaborski2021-01-161-2/+2
* cat: persistent errnoMariusz Zaborski2021-01-161-1/+10
* cat: Fix potential memory leakMariusz Zaborski2021-01-151-0/+1
* cat: capsicumize itMariusz Zaborski2021-01-151-4/+85
* Fix all warnings emitted in `make kernel-toolchain`Alex Richardson2021-01-071-1/+5
* Allow building bin/cat on non-FreeBSD systemsAlex Richardson2020-01-161-2/+20
* stddef.h is not used by cat.c, remove the include.Xin LI2018-01-071-1/+0
* Sanity check sysconf return value to ensure it's positive before weWarner Losh2018-01-061-3/+7
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Ammend bin/cat/cat.c so the output is the same asideSevan Janiyan2017-09-211-4/+10
* cat: fix build with -DNO_UDOM_SUPPORTEd Maste2017-08-091-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Implement multibyte encoding support for -v with fallbackAndrey A. Chernov2016-09-151-6/+31
* Initialize fd to -1 so that gcc doesn't emit an unitialized warning.Sean Bruno2015-10-041-1/+2
* Make GCC happyBryan Drewery2015-10-031-0/+1
* Use getaddrinfo() to fill struct sockaddr_un. It now supportsHiroki Sato2015-10-031-16/+25
* 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
* Add -l option to cat(1). This option causes cat(1) to use fcntl(2) toBrooks Davis2013-01-291-3/+16
* 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
* Teach cat(1) and cp(1) to use a larger buffer if enough memory is presentIvan Voras2008-10-301-2/+21
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* Use warn() instead of perror().Tim J. Robbins2004-07-201-2/+2
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* 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
* WARNSify.Ruslan Ermilov2001-09-261-4/+3
* The "cat - -" feature was broken by the last commit.Ruslan Ermilov2001-09-261-5/+15
* Give /bin/cat the ability to connect to and read unix-domain socketsMatthew Dillon2001-09-151-55/+102
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Sync us up to OpenBSD's cat.1 v1.18 and cat.c v1.9.Jeroen Ruigrok van der Werven2000-04-141-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* 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-131-2/+2
* Correct use of .Nm, .An and other cosmetics. Add rcsid. Remove unused #inc.Philippe Charnier1998-05-061-4/+4
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1