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
/
hexdump
/
display.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
1
-1
/
+1
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
1
-4
/
+0
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
1
-0
/
+1
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
1
-1
/
+0
*
In next(), ensure that 'done' is set in the case when a file cannot
tjr
2004-08-04
1
-1
/
+2
*
Do not predeclare __inline functions, this makes no sense and generates
kan
2004-07-28
1
-2
/
+2
*
display.c:
johan
2004-07-22
1
-1
/
+2
*
Add POSIX-style support for multibyte characters to od(1): the 'c'
tjr
2004-07-11
1
-1
/
+31
*
ANSIify function definitions.
dwmalone
2002-09-04
1
-22
/
+14
*
s/inline/__inline/
markm
2002-07-19
1
-2
/
+2
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options that
tjr
2002-05-17
1
-3
/
+7
*
Declare variables that were extern'd in multiple places in hexdump.h.
tjr
2002-05-17
1
-3
/
+0
*
Add support for printing long doubles.
tjr
2002-05-17
1
-0
/
+5
*
Print signed single-byte decimal integers correctly instead of implicitly
tjr
2002-05-17
1
-1
/
+1
*
remove __P
imp
2002-03-22
1
-1
/
+1
*
Slightly more efficient fix to the const problem.
obrien
2002-03-07
1
-1
/
+1
*
WARNS=2 fixups.
markm
2001-12-02
1
-6
/
+5
*
File positions are off_t nowdays, not long, so:
ache
2001-09-01
1
-1
/
+1
*
Remove the misnamed `emalloc' and replace its uses with the calloc (along
obrien
2001-07-24
1
-20
/
+4
*
Oops, missed another printf() invocation with no format string.
kris
2000-07-10
1
-1
/
+1
*
Don't call printf() with no format string.
kris
2000-07-10
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
PR: bin/9016
dillon
1998-12-13
1
-3
/
+8
*
Use err(3) instead of local redefinition, incorporate `hd' in usage str.
charnier
1997-07-10
1
-9
/
+11
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+379