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
/
parse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix decoding of escape sequences in format strings:
tijl
2012-01-28
1
-13
/
+6
*
- Fix how hexdump parses escape strings
eadler
2012-01-07
1
-8
/
+23
*
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
1
-4
/
+4
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
1
-4
/
+0
*
Use strlcpy() instead of explicitly set \0 on the tail of the array.
delphij
2009-06-23
1
-2
/
+1
*
o Simple strcpy/strcat replacement.
maxim
2006-08-09
1
-3
/
+4
*
display.c:
johan
2004-07-22
1
-0
/
+3
*
ANSIify function definitions.
dwmalone
2002-09-04
1
-24
/
+16
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
From NetBSD:
tjr
2002-05-27
1
-3
/
+1
*
Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options that
tjr
2002-05-17
1
-8
/
+9
*
Add support for printing long doubles.
tjr
2002-05-17
1
-0
/
+6
*
Slightly more efficient version of rev 1.6.
obrien
2002-03-07
1
-1
/
+1
*
WARNS=2 fixups.
markm
2001-12-02
1
-4
/
+4
*
Remove the misnamed `emalloc' and replace its uses with the calloc (along
obrien
2001-07-24
1
-5
/
+9
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Localize it
ache
1997-11-04
1
-7
/
+6
*
Use err(3) instead of local redefinition, incorporate `hd' in usage str.
charnier
1997-07-10
1
-8
/
+12
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+507