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
/
usr.bin
/
compress
/
compress.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
1
-3
/
+3
*
Mark global functions and/or variables in compress(1) static where possible.
ed
2011-11-06
1
-15
/
+15
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
1
-4
/
+0
*
Change all our own code to use st_*tim instead of st_*timespec.
ed
2010-03-28
1
-2
/
+2
*
Don't truncate the output file before making sure that we can
trhodes
2003-06-14
1
-6
/
+17
*
ANSIify function definitions to avoid a warning.
dwmalone
2002-07-28
1
-16
/
+6
*
As required by SUSv3, a file argument of "-" causes standard input
tjr
2002-05-17
1
-1
/
+8
*
Compression ratio statistics should be written to stderr instead of stdout.
tjr
2002-05-17
1
-4
/
+5
*
Use exit status 2 to indicate that the file was not compressed because
tjr
2002-05-17
1
-0
/
+1
*
unifdef -D__STDC__
imp
2002-03-23
1
-28
/
+3
*
remove __P
imp
2002-03-22
1
-7
/
+7
*
Style improvements recommended by Bruce as a follow up to some
dwmalone
2001-12-10
1
-5
/
+6
*
Use __FBSDID().
markm
2001-12-02
1
-6
/
+6
*
WARNS=2 fix and 'register' removal.
markm
2001-12-02
1
-11
/
+11
*
Mark some functions as __printflike()
kris
2001-07-05
1
-2
/
+2
*
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
wollman
2000-10-10
1
-0
/
+1
*
From PR submitter:
hoek
2000-05-16
1
-2
/
+2
*
Add DIAGNOSTICS section name. Spelling
charnier
2000-03-26
1
-3
/
+6
*
Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).
archie
1998-12-06
1
-2
/
+2
*
Fixed previous commit to actually work. The wrong variable was initialized
bde
1998-10-21
1
-3
/
+4
*
Behave like zcat if invoked as zcat. We don't install as zcat; this just
msmith
1998-10-20
1
-2
/
+5
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Finished adjustments for cleaning up declaration of zopen(). Moving the
bde
1996-09-05
1
-0
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-1
/
+1
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+444