aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cmp/regular.c
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of rights on stdio streams, take two.Mark Johnston2019-02-251-8/+17
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Eliminate unneeded headers.Xin LI2011-06-211-2/+0
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* add __unused to succeed at WARNS=6Philippe Charnier2008-07-101-1/+1
* The cmp utility has the questionable feature of using mmap whenDavid Schultz2003-02-261-0/+21
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-8/+3
* remove __PWarner Losh2002-03-221-1/+1
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* Cast off_t to long long before printing. Use %ll instead of %q incaseDavid Malone2001-12-031-2/+4
* Turn on WARNS=2.Mark Murray2001-12-021-4/+5
* Make filenames const to avoid a few warnings.David Malone2001-11-051-1/+1
* Make cmp work by mmapping chunks of a file, rather than the wholeDavid Malone2001-11-041-14/+52
* Make cmp -s work properly if skip values are given. Also, exit(1)Brian Feldman2000-06-201-3/+3
* Oops, byte offset was as off_t.Poul-Henning Kamp2000-05-151-1/+1
* Let cmp(1) grow in -x option to print differences in contemporarry hexPoul-Henning Kamp2000-05-151-1/+7
* Fix improper mmap length paramater which can result in improper behaviorBrian Feldman1999-07-291-7/+9
* More egcs warning fixes:Warner Losh1999-04-251-1/+2
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-1/+1
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-2/+2
* Our mmap(2) has a limitation where the `offset' parameter must beJoerg Wunsch1997-01-081-2/+12
* When mmap is used, do an madvise(MADV_SEQUENTIAL) to make thingsJohn Dyson1996-12-111-0/+3
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+98