aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-166-12/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* hexdump: Partial lines cannot be repetitions of earlier lines.Xin LI2023-06-096-1/+25
* od(1): Fix skip value handlingXin LI2023-06-081-1/+1
* Enable support for printing 8-byte integers. For some reason, most of theBen Harris2023-06-052-1/+4
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+1
* hexdump: Flush stdout after '*' (repeat) lines.Poul-Henning Kamp2021-07-291-2/+6
* 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