summaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
Commit message (Expand)AuthorAgeFilesLines
* hexdump(1): Add EXAMPLES sectionFernando Apesteguía2020-06-291-6/+46
* od(1): Add EXAMPLES sectionFernando Apesteguía2020-06-231-1/+19
* hexdump: tests: take into account byte orderKyle Evans2020-03-0220-18/+63
* hexdump(1): Exit gracefully on format strings missing conversionConrad Meyer2019-04-133-3/+33
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* Standardize SPDX tag on files I've addedKyle Evans2018-05-092-1/+3
* Silence the gcc warning: 'op' may be used uninitialized in this functionLi-Wen Hsu2018-01-201-0/+2
* od(1): Fix mis-patch from r328188Kyle Evans2018-01-201-45/+0
* od(1): Fix wrong output for some corner cases in multibyte locales.Kyle Evans2018-01-205-2/+115
* hexdump(1): Speed up -s flag on devicesKyle Evans2018-01-051-11/+35
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-207-5/+19
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
* hexdump: Remove expected test failures for now succeeding testsKyle Evans2017-10-041-2/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Add some basic tests for hexdump(1)'s various output flags. FormattingKyle Evans2017-07-1326-0/+297
* hexdump: actually enter capability mode on last fileEd Maste2017-06-131-2/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-0/+1
* Renumber copyright clause 4Warner Losh2017-02-289-9/+9
* 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