index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
cat
/
cat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach cat(1) and cp(1) to use a larger buffer if enough memory is present
ivoras
2008-10-30
1
-2
/
+21
*
/*- or .\"- or #- to begin license clauses.
imp
2005-01-10
1
-1
/
+1
*
Use warn() instead of perror().
tjr
2004-07-20
1
-2
/
+2
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
We have to hide copyright[] for gcc33. :-(
obrien
2003-04-30
1
-0
/
+2
*
Be consistent about declaring a function "static", and consistent
markm
2002-10-23
1
-3
/
+3
*
Give lint a small bit of help.
markm
2002-07-31
1
-0
/
+2
*
Consistently use __FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Avoid truncating the pathname to UNIX Domain Sockets with snprintf(),
tjr
2002-06-29
1
-2
/
+5
*
Use an usage() rather than doing the fprintf inside option parsing.
jmallett
2002-06-14
1
-3
/
+9
*
Print the "$" symbol on blank lines when the -s and -e options are used
tjr
2002-06-13
1
-17
/
+11
*
Remove bogus "-" operand from usage message. There is no restriction on
tjr
2002-06-13
1
-1
/
+1
*
Fix warnings inspired by lint, a commercial lint and WARNS=4.
markm
2002-02-22
1
-9
/
+11
*
Drag cat(1) kicking and screaming into the late 1980's:
imp
2002-02-02
1
-21
/
+11
*
WARNSify.
ru
2001-09-26
1
-4
/
+3
*
The "cat - -" feature was broken by the last commit.
ru
2001-09-26
1
-5
/
+15
*
Give /bin/cat the ability to connect to and read unix-domain sockets
dillon
2001-09-15
1
-55
/
+102
*
Include missing header files which define functions for which gcc has
dd
2001-06-24
1
-0
/
+1
*
Sync us up to OpenBSD's cat.1 v1.18 and cat.c v1.9.
asmodai
2000-04-14
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Fix minor style bugs noticed by the Bruce Filter.[tm]
imp
1998-09-13
1
-4
/
+7
*
Silence -Wall -W -Wkitchen-sink. Use ssize_t in preference to int,
imp
1998-09-11
1
-9
/
+7
*
Restore Lite2 sccsids by removing `const'. Improve documentation a little.
charnier
1998-05-13
1
-2
/
+2
*
Correct use of .Nm, .An and other cosmetics. Add rcsid. Remove unused #inc.
charnier
1998-05-06
1
-4
/
+4
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-28
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Merge Lite2 mods and -Wall cleaning.
steve
1996-12-14
1
-3
/
+3
*
Activate LC_CTYPE locale and additionly use !isprint() for 8bit characters
ache
1996-09-30
1
-2
/
+5
*
Merge in the NetBSD changes to cat.c. These appear to have come from
imp
1996-09-28
1
-4
/
+4
*
Fix exit status. `cat no-such-file >/dev/null' exited with status 0.
bde
1995-10-03
1
-2
/
+7
*
Added $Id$
dg
1994-09-24
1
-0
/
+2
*
BSD 4.4 Lite bin Sources
rgrimes
1994-05-26
1
-0
/
+251