summaryrefslogtreecommitdiffstats
path: root/usr.bin/cmp/cmp.c (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-051-32/+11
* 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
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* mostly ansi cleanup; pval okderaadt2003-06-101-10/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* 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-161-3/+3
* use particular mapping type instead of bogus zero.mickey1999-08-031-7/+11
* errorderaadt1998-01-211-3/+3
* 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-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+152