summaryrefslogtreecommitdiffstats
path: root/usr.bin/cmp
AgeCommit message (Expand)AuthorFilesLines
2018-03-05Stricter checking for skip1 and skip2.cheloha1-3/+23
2018-03-05Add fatal() and fatalx() and put them to use.cheloha4-39/+49
2016-10-28Delete some useless setlocale(3) calls in /usr/bin, no functional change.schwarze1-12/+8
2016-08-14Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.guenther1-3/+3
2015-12-29fix exit status on pledge(2) failure.gsoares1-3/+3
2015-10-10Add pledge support to cmp(1).doug1-1/+7
2015-02-06SIZE_MAX is standard, we should be using it in preference to themillert1-3/+3
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+4
2014-01-25provide a mnemonic for -s;jmc1-1/+2
2014-01-25let EXIT STATUS breathe;jmc1-3/+3
2011-01-19ansify; ok millert@okan3-16/+8
2010-09-03add an EXIT STATUS section for /usr/bin;jmc1-4/+4
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt4-42/+4
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-30- use a consistent text for STANDARDSjmc1-4/+10
2007-02-23g/c OK_EXIT, it was never used. From Mark Lumsden.millert1-2/+1
2006-12-20.Xr cmp and sdiff each otherjasper1-2/+3
2003-11-21mark mmap()ed memory as sequentially accessedmickey1-2/+6
2003-06-10mostly ansi cleanup; pval okderaadt1-10/+6
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert6-40/+16
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2-8/+8
2001-07-12first pass at a -Wall cleanupderaadt3-10/+12
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron1-2/+2
2000-10-12nice going, this did not even compilederaadt1-5/+5
2000-10-12Fix cmp(1). It causes memory shortage for bigger files.kevlo1-8/+13
2000-03-05Various improvements, including a few HISTORY sections added from FreeBSD.aaron1-3/+13
2000-03-05Finish standardizing options list introduction.aaron1-2/+2
1999-08-03use particular mapping type instead of bogus zero.mickey3-18/+24
1999-07-04correct use of .Nm; some other formatting nitsaaron1-5/+5
1999-06-05- remove trailing white spaceaaron1-2/+2
1998-09-23usr.bin/ man page repairs, a - eaaron1-3/+5
1998-05-26stderr, not stdoutderaadt1-2/+2
1998-01-21errorderaadt1-3/+3
1997-09-21$OpenBSD$deraadt1-2/+1
1997-06-12allow hex/octal offsets; metcalf@snet.netderaadt1-4/+4
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-08-01whoops, goofed on the last one, this should be correct.michaels1-7/+19
1996-08-01Modified cmp to, when given arg -s, really be silent. (reported bymichaels1-5/+9
1996-06-26rcsidderaadt7-5/+11
1995-10-18initial import of NetBSD treederaadt7-0/+594