summaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
Commit message (Expand)AuthorAgeFilesLines
* hexdump(1): First cut capsicumificationConrad Meyer2016-12-162-0/+27
* hexdump(1): Simplify by using asprintf(3)Pedro F. Giffuni2016-09-191-4/+1
* Fix a bug that caused nothing to be skipped when skipping exactly theKevin Lo2016-02-141-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-1/+1
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-3/+3
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-282-11/+8
| |\ \
| * \ \ sync from headSimon J. Gerraty2013-04-121-1/+1
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | hexdump: Don't use uninitialized struct stat.Jilles Tjoelker2015-04-261-1/+1
| |_|_|/ |/| | |
* | | | fix spelling of offset since that is what is used in the body...John-Mark Gurney2014-10-301-3/+3
| |_|/ |/| |
* | | Constify.Xin LI2014-04-252-6/+6
* | | Simplify the way the end of a singly linked list is followed (for addingChristian Brueffer2014-02-221-5/+2
| |/ |/|
* | Fix typo ('1' != 'l')Eitan Adler2013-03-041-1/+1
|/
* mdoc: fix column names, indentation, column separation within each row, andJoel Dahl2012-04-072-8/+8
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-14/+14
* Fix decoding of escape sequences in format strings:Tijl Coosemans2012-01-281-13/+6
* - Fix how hexdump parses escape stringsEitan Adler2012-01-071-8/+23
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-034-7/+7
* Formatting fixes:Glen Barber2011-12-231-7/+7
* Correct a logic error in usr.bin/hexdump/conv.c, found by clang.Dimitry Andric2011-12-171-2/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-119-36/+0
* Use same table markup as in hexdump.1Ulrich Spörlein2010-06-111-6/+6
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* The correct value of DEL is 0x7f, not 0xff. This is purely a documentationGavin Atkinson2010-02-182-4/+4
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-132-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-112-2/+0
* Use strlcpy() instead of explicitly set \0 on the tail of the array.Xin LI2009-06-231-2/+1
* Document the -d option.Ruslan Ermilov2006-12-241-1/+5
* Fix markup.Ruslan Ermilov2006-12-241-22/+18
* o Simple strcpy/strcat replacement.Maxim Konovalov2006-08-091-3/+4
* In 'od -c' mode, deal with printable but zero-width combiningJoseph Koshy2006-07-311-1/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-172-2/+2
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-1/+2
* In next(), ensure that 'done' is set in the case when a file cannotTim J. Robbins2004-08-041-1/+2
* Do not predeclare __inline functions, this makes no sense and generatesAlexander Kabaev2004-07-281-2/+2
* display.c:Johan Karlsson2004-07-224-3/+8
* Revert WARNS bump until I figure out why this does not work.Johan Karlsson2004-07-171-1/+0
* Include <string.h> to get memset and strcmp prototype.Johan Karlsson2004-07-162-1/+3
* Add POSIX-style support for multibyte characters to od(1): the 'c'Tim J. Robbins2004-07-114-11/+114
* Add a reference to od(1).Tim J. Robbins2004-07-101-2/+3
* Document missing multibyte character support in utilities specifiedTim J. Robbins2004-07-031-1/+5
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Capitalize ASCII code names.Ruslan Ermilov2002-12-052-13/+13