summaryrefslogtreecommitdiffstats
path: root/usr.bin/cmp
Commit message (Expand)AuthorAgeFilesLines
* MFC r272777,r272779,r272780,r272781,r272782,r272783,r272784,r272787,r272788:ngie2015-01-012-0/+18
* Add missing static keywords to cmp(1)ed2011-11-061-1/+1
* Eliminate unneeded headers.delphij2011-06-212-3/+0
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-116-24/+0
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-132-0/+3
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-112-3/+0
* add __unused to succeed at WARNS=6charnier2008-07-101-1/+1
* Refine markup and add the EXIT STATUS section where appropriate.ru2006-12-191-4/+4
* -mdoc sweep.ru2005-11-181-2/+2
* Add a -h option to tell cmp not to follow symbolic links.brian2005-08-235-7/+123
* phk added the -x option in May 2000, but only for regular files; formurray2003-06-191-1/+5
* The cmp utility has the questionable feature of using mmap whendas2003-02-261-0/+21
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* ANSIify function definitions to avoid a warning.dwmalone2002-07-284-21/+9
* No need to check for "-" explicitly in getopt() loop.tjr2002-06-071-5/+1
* Exit >1 when an error occurs, regardless of whether -s is specified (SUSv3)tjr2002-06-071-4/+4
* remove __Pimp2002-03-223-6/+6
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-105-21/+25
* Cast off_t to long long before printing. Use %ll instead of %q incasedwmalone2001-12-033-5/+8
* Turn on WARNS=2.markm2001-12-025-17/+22
* Make filenames const to avoid a few warnings.dwmalone2001-11-055-9/+15
* Don't use gcc -Wall flag. Add FreeBSD: line.dwmalone2001-11-051-1/+1
* Make cmp work by mmapping chunks of a file, rather than the wholedwmalone2001-11-041-14/+52
* Remove whitespace at EOL.dd2001-07-151-2/+2
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-7/+7
* Fix a bug introduced in rev 1.8, where special files ended upsheldonh2000-07-251-1/+2
* Add the -z flag to check file sizes firstbrian2000-07-142-5/+19
* Make cmp -s work properly if skip values are given. Also, exit(1)green2000-06-201-3/+3
* Oops, byte offset was as off_t.phk2000-05-151-1/+1
* Let cmp(1) grow in -x option to print differences in contemporarry hexphk2000-05-154-4/+25
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix improper mmap length paramater which can result in improper behaviorgreen1999-07-291-7/+9
* More egcs warning fixes:imp1999-04-252-3/+6
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-065-5/+6
* "EOF of file..." is written to stderr and not stdout.steve1998-05-261-2/+2
* Permit hex/octal parameters to cmp, to match what the manual page says.jlemon1997-08-191-2/+2
* Correct usage string. Program name converted to bold in man page.charnier1997-06-262-5/+7
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Sweep through the tree fixing mmap() usage:alex1997-01-161-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Our mmap(2) has a limitation where the `offset' parameter must bejoerg1997-01-082-3/+13
* When mmap is used, do an madvise(MADV_SEQUENTIAL) to make thingsdyson1996-12-111-0/+3
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-0/+6
* I don't like what they did to cmp(1) in 4.4 Lite; now it whines alljkh1994-08-201-8/+24
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-277-0/+565
OpenPOWER on IntegriCloud