summaryrefslogtreecommitdiffstats
path: root/usr.bin/cmp/regular.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unneeded headers.delphij2011-06-211-2/+0
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-2/+0
* add __unused to succeed at WARNS=6charnier2008-07-101-1/+1
* The cmp utility has the questionable feature of using mmap whendas2003-02-261-0/+21
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-8/+3
* remove __Pimp2002-03-221-1/+1
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
* Cast off_t to long long before printing. Use %ll instead of %q incasedwmalone2001-12-031-2/+4
* Turn on WARNS=2.markm2001-12-021-4/+5
* Make filenames const to avoid a few warnings.dwmalone2001-11-051-1/+1
* Make cmp work by mmapping chunks of a file, rather than the wholedwmalone2001-11-041-14/+52
* 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-151-1/+7
* Fix improper mmap length paramater which can result in improper behaviorgreen1999-07-291-7/+9
* More egcs warning fixes:imp1999-04-251-1/+2
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-1/+1
* Sweep through the tree fixing mmap() usage:alex1997-01-161-2/+2
* Our mmap(2) has a limitation where the `offset' parameter must bejoerg1997-01-081-2/+12
* When mmap is used, do an madvise(MADV_SEQUENTIAL) to make thingsdyson1996-12-111-0/+3
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+98
OpenPOWER on IntegriCloud