This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6d37b86f2b
freebsd-skq
/
usr.bin
/
hexdump
History
sjg
6d37b86f2b
Updated dependencies
2013-03-11 17:21:52 +00:00
..
conv.c
Correct a logic error in usr.bin/hexdump/conv.c, found by clang.
2011-12-17 15:33:26 +00:00
display.c
Replace index() and rindex() calls with strchr() and strrchr().
2012-01-03 18:51:58 +00:00
hexdump.1
mdoc: fix column names, indentation, column separation within each row, and
2012-04-07 09:05:30 +00:00
hexdump.c
Replace index() and rindex() calls with strchr() and strrchr().
2012-01-03 18:51:58 +00:00
hexdump.h
Remove the advertising clause from UCB copyrighted files in usr.bin. This
2010-12-11 08:32:16 +00:00
hexsyntax.c
Replace index() and rindex() calls with strchr() and strrchr().
2012-01-03 18:51:58 +00:00
Makefile
Makefile.depend
Updated dependencies
2013-03-11 17:21:52 +00:00
od.1
mdoc: fix column names, indentation, column separation within each row, and
2012-04-07 09:05:30 +00:00
odsyntax.c
Remove the advertising clause from UCB copyrighted files in usr.bin. This
2010-12-11 08:32:16 +00:00
parse.c
Fix decoding of escape sequences in format strings:
2012-01-28 18:49:04 +00:00