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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug that caused nothing to be skipped when skipping exactly the
kevlo
2016-02-14
1
-1
/
+1
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+18
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge sync of head
sjg
2015-05-27
1
-1
/
+1
|
|
\
|
|
/
|
/
|
|
*
Merge from head@274682
sjg
2014-11-19
1
-3
/
+3
|
|
\
|
*
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
Merge head
sjg
2014-04-28
2
-11
/
+8
|
|
\
\
|
*
\
\
sync from head
sjg
2013-04-12
1
-1
/
+1
|
|
\
\
\
|
*
|
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
*
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+19
*
|
|
|
|
hexdump: Don't use uninitialized struct stat.
jilles
2015-04-26
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
fix spelling of offset since that is what is used in the body...
jmg
2014-10-30
1
-3
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Constify.
delphij
2014-04-25
2
-6
/
+6
*
|
|
Simplify the way the end of a singly linked list is followed (for adding
brueffer
2014-02-22
1
-5
/
+2
|
|
/
|
/
|
*
|
Fix typo ('1' != 'l')
eadler
2013-03-04
1
-1
/
+1
|
/
*
mdoc: fix column names, indentation, column separation within each row, and
joel
2012-04-07
2
-8
/
+8
*
mdoc: terminate quoted strings.
joel
2012-03-26
1
-14
/
+14
*
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
4
-7
/
+7
*
Formatting fixes:
gjb
2011-12-23
1
-7
/
+7
*
Correct a logic error in usr.bin/hexdump/conv.c, found by clang.
dim
2011-12-17
1
-2
/
+2
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
9
-36
/
+0
*
Use same table markup as in hexdump.1
uqs
2010-06-11
1
-6
/
+6
*
mdoc: order prologue macros consistently by Dd/Dt/Os
uqs
2010-04-14
1
-1
/
+1
*
The correct value of DEL is 0x7f, not 0xff. This is purely a documentation
gavin
2010-02-18
2
-4
/
+4
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
1
-1
/
+0
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
2
-0
/
+2
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
2
-2
/
+0
*
Use strlcpy() instead of explicitly set \0 on the tail of the array.
delphij
2009-06-23
1
-2
/
+1
*
Document the -d option.
ru
2006-12-24
1
-1
/
+5
*
Fix markup.
ru
2006-12-24
1
-22
/
+18
*
o Simple strcpy/strcat replacement.
maxim
2006-08-09
1
-3
/
+4
*
In 'od -c' mode, deal with printable but zero-width combining
jkoshy
2006-07-31
1
-1
/
+1
*
Added the EXIT STATUS section where appropriate.
ru
2005-01-17
2
-2
/
+2
*
Scheduled mdoc(7) sweep.
ru
2005-01-11
1
-1
/
+2
*
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
4
-3
/
+8
*
Revert WARNS bump until I figure out why this does not work.
johan
2004-07-17
1
-1
/
+0
*
Include <string.h> to get memset and strcmp prototype.
johan
2004-07-16
2
-1
/
+3
*
Add POSIX-style support for multibyte characters to od(1): the 'c'
tjr
2004-07-11
4
-11
/
+114
*
Add a reference to od(1).
tjr
2004-07-10
1
-2
/
+3
*
Document missing multibyte character support in utilities specified
tjr
2004-07-03
1
-1
/
+5
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-1
/
+1
*
Capitalize ASCII code names.
ru
2002-12-05
2
-13
/
+13
*
ANSIify function definitions.
dwmalone
2002-09-04
7
-66
/
+40
*
s/inline/__inline/
markm
2002-07-19
1
-2
/
+2
[next]