summaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
AgeCommit message (Expand)Author
2013-10-18don't read random garbage from the stackchristos
2013-02-09"dcl" is not "dc1".jakllsch
2012-07-06Bug Hunting:wiz
2012-07-06From Bug Hunting:wiz
2012-07-06From Bug Hunting:wiz
2012-07-06From Bug Hunting:wiz
2012-04-08Remove unnecessary Bk/Ek pairs from SYNOPSIS.wiz
2011-09-04static + __deadjoerg
2011-08-14document non-literal format strings.christos
2010-12-18Replace "\t" with Ta in table.wiz
2010-11-28properly detect that we aren't od(1) and act as hexdump. fixes hexdump,mrg
2010-11-27revert and fix the usage to be consistent with other programs.christos
2010-11-27PR 44156: od -? prints usage for "hexdump" rather than "od"dholland
2010-02-27DEL is 0x7F, not 0xFF. From FreeBSD via OpenBSD.mbalmer
2010-02-09Bump date for previous.wiz
2010-02-09remove agitation that od(1) was deprecated -- it is still POSIXdrochner
2009-10-14Do not use .Xo/.Xc to workaround ancient groff limits.joerg
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-01-18Integer values, no matter what their width, are cast to int64_t orapb
2009-01-17Use ll instead of non-standard q as length modifier in format strings.hans
2008-09-03Support -the "-A addressformat" flag for od(1), from FreeBSD.drochner
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2006-10-09use ecalloc in previouschristos
2006-10-09Fix core dump caused by non-zerod memory.dsl
2006-10-08WFORMAT is no more...peter
2006-09-23PR/28157: KAMADA Ken'ichi: escape sequence of hexdump(1) is brokenelad
2006-09-05Fix uninitialized variables.hira
2006-08-29protect libutil with hostprogchristos
2006-08-26More programs using efun.christos
2006-03-30Simplify the way the end of a singly linked list is followed (for addingdsl
2006-01-04de-__P, ANSIfy prototypesperry
2005-06-02appease gcc -Wuninitializedlukem
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-22adddmcmahill
2003-09-12include <inttypes.h> to get uint64_t definedcl
2003-09-09This is a host tool: use {u,}int64_t instead of {u_,}quad_t.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-30Fixes to make these man page look nice with groff-1.19.wiz
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2003-03-12Two more __RCSID checks that I missed.augustss
2003-03-12More tests if __RCSID is defined.augustss
2003-03-12Do the defined(__RCSID) song and dance to enable cross compilation.augustss
2003-03-07Make hexdump a host tool.thorpej
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-12Correct typos (from OpenBSD).mjl
2003-01-06Wrong word; from jmc@prioris.mini.pw.edu.pl via openbsd.wiz
2002-11-12setlocale(LC_ALL, "") on startup.kleink
2002-09-30New sentence, new line.grant