aboutsummaryrefslogtreecommitdiff
path: root/bin/cat/cat.c
Commit message (Expand)AuthorAgeFilesLines
* cat: Missed a couple.Dag-Erling Smørgrav2024-05-101-3/+3
* cat: Check for lack of success rather than a specific failure.Dag-Erling Smørgrav2024-05-101-5/+5
* cat: fix cap_rights_init usageEd Maste2024-02-151-1/+1
* bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* cat: fallback on EISDIR with copy_file_range(2)Martin Matuska2023-11-191-1/+2
* cat: add CAP_SEEK capabilityMariusz Zaborski2023-09-281-1/+1
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* cat: fallback on EBADF with copy_file_range(2)Martin Matuska2023-07-081-1/+1
* cat: use copy_file_range(2) with fallback to previous behaviorMartin Matuska2023-07-081-0/+25
* cat: ensure serrno is always setAlfonso Gregory2023-07-071-25/+29
* 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