summaryrefslogtreecommitdiffstats
path: root/usr.bin/cmp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stricter checking for skip1 and skip2.cheloha2018-03-051-3/+23
* Add fatal() and fatalx() and put them to use.cheloha2018-03-054-39/+49
* Delete some useless setlocale(3) calls in /usr/bin, no functional change.schwarze2016-10-281-12/+8
* Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.guenther2016-08-141-3/+3
* fix exit status on pledge(2) failure.gsoares2015-12-291-3/+3
* Add pledge support to cmp(1).doug2015-10-101-1/+7
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* provide a mnemonic for -s;jmc2014-01-251-1/+2
* let EXIT STATUS breathe;jmc2014-01-251-3/+3
* ansify; ok millert@okan2011-01-193-16/+8
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-4/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-274-42/+4
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* - use a consistent text for STANDARDSjmc2007-05-301-4/+10
* g/c OK_EXIT, it was never used. From Mark Lumsden.millert2007-02-231-2/+1
* .Xr cmp and sdiff each otherjasper2006-12-201-2/+3
* mark mmap()ed memory as sequentially accessedmickey2003-11-211-2/+6
* mostly ansi cleanup; pval okderaadt2003-06-101-10/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-036-40/+16
* Part 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.millert2002-02-162-8/+8
* first pass at a -Wall cleanupderaadt2001-07-123-10/+12
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* nice going, this did not even compilederaadt2000-10-121-5/+5
* Fix cmp(1). It causes memory shortage for bigger files.kevlo2000-10-121-8/+13
* Various improvements, including a few HISTORY sections added from FreeBSD.aaron2000-03-051-3/+13
* Finish standardizing options list introduction.aaron2000-03-051-2/+2
* use particular mapping type instead of bogus zero.mickey1999-08-033-18/+24
* correct use of .Nm; some other formatting nitsaaron1999-07-041-5/+5
* - remove trailing white spaceaaron1999-06-051-2/+2
* usr.bin/ man page repairs, a - eaaron1998-09-231-3/+5
* stderr, not stdoutderaadt1998-05-261-2/+2
* errorderaadt1998-01-211-3/+3
* $OpenBSD$deraadt1997-09-211-2/+1
* allow hex/octal offsets; metcalf@snet.netderaadt1997-06-121-4/+4
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* whoops, goofed on the last one, this should be correct.michaels1996-08-011-7/+19
* Modified cmp to, when given arg -s, really be silent. (reported bymichaels1996-08-011-5/+9
* rcsidderaadt1996-06-267-5/+11
* initial import of NetBSD treederaadt1995-10-187-0/+594