summaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-01-04hexdump: Do not trust st_size if it equals zero.Ricardo Branco
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-06-08hexdump: Partial lines cannot be repetitions of earlier lines.Xin LI
2023-06-07od(1): Fix skip value handlingXin LI
2023-06-04Enable support for printing 8-byte integers. For some reason, most of theBen Harris
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2021-07-29hexdump: Flush stdout after '*' (repeat) lines.Poul-Henning Kamp
2020-06-29hexdump(1): Add EXAMPLES sectionFernando ApesteguĂ­a
2020-06-23od(1): Add EXAMPLES sectionFernando ApesteguĂ­a
2020-03-02hexdump: tests: take into account byte orderKyle Evans
2019-04-13hexdump(1): Exit gracefully on format strings missing conversionConrad Meyer
2018-06-19Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2018-05-09Standardize SPDX tag on files I've addedKyle Evans
2018-01-20Silence the gcc warning: 'op' may be used uninitialized in this functionLi-Wen Hsu
2018-01-20od(1): Fix mis-patch from r328188Kyle Evans
2018-01-20od(1): Fix wrong output for some corner cases in multibyte locales.Kyle Evans
2018-01-05hexdump(1): Speed up -s flag on devicesKyle Evans
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-31DIRDEPS_BUILD: Connect new directories.Bryan Drewery
2017-10-04hexdump: Remove expected test failures for now succeeding testsKyle Evans
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-07-13Add some basic tests for hexdump(1)'s various output flags. FormattingKyle Evans
2017-06-13hexdump: actually enter capability mode on last fileEd Maste
2017-05-09DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-02-28Renumber copyright clause 4Warner Losh
2016-12-16hexdump(1): First cut capsicumificationConrad Meyer
2016-09-19hexdump(1): Simplify by using asprintf(3)Pedro F. Giffuni
2016-02-14Fix a bug that caused nothing to be skipped when skipping exactly theKevin Lo
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-04-26hexdump: Don't use uninitialized struct stat.Jilles Tjoelker
2014-11-19Merge from head@274682Simon J. Gerraty
2014-10-30fix spelling of offset since that is what is used in the body...John-Mark Gurney
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2014-04-25Constify.Xin LI
2014-02-22Simplify the way the end of a singly linked list is followed (for addingChristian Brueffer
2013-04-12sync from headSimon J. Gerraty