| Commit message (Expand) | Author | Age | Files | Lines |
* | phk added the -x option in May 2000, but only for regular files; for | Murray Stokely | 2003-06-19 | 1 | -1/+5 |
* | The cmp utility has the questionable feature of using mmap when | David Schultz | 2003-02-26 | 1 | -0/+21 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
* | ANSIify function definitions to avoid a warning. | David Malone | 2002-07-28 | 4 | -21/+9 |
* | No need to check for "-" explicitly in getopt() loop. | Tim J. Robbins | 2002-06-07 | 1 | -5/+1 |
* | Exit >1 when an error occurs, regardless of whether -s is specified (SUSv3) | Tim J. Robbins | 2002-06-07 | 1 | -4/+4 |
* | remove __P | Warner Losh | 2002-03-22 | 3 | -6/+6 |
* | Remove leaf node WARNS?=2 (that mainly I added). This should | Mark Murray | 2002-02-08 | 1 | -1/+0 |
* | Style improvements recommended by Bruce as a follow up to some | David Malone | 2001-12-10 | 5 | -21/+25 |
* | Cast off_t to long long before printing. Use %ll instead of %q incase | David Malone | 2001-12-03 | 3 | -5/+8 |
* | Turn on WARNS=2. | Mark Murray | 2001-12-02 | 5 | -17/+22 |
* | Make filenames const to avoid a few warnings. | David Malone | 2001-11-05 | 5 | -9/+15 |
* | Don't use gcc -Wall flag. Add FreeBSD: line. | David Malone | 2001-11-05 | 1 | -1/+1 |
* | Make cmp work by mmapping chunks of a file, rather than the whole | David Malone | 2001-11-04 | 1 | -14/+52 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -2/+2 |
* | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -7/+7 |
* | Fix a bug introduced in rev 1.8, where special files ended up | Sheldon Hearn | 2000-07-25 | 1 | -1/+2 |
* | Add the -z flag to check file sizes first | Brian Somers | 2000-07-14 | 2 | -5/+19 |
* | Make cmp -s work properly if skip values are given. Also, exit(1) | Brian Feldman | 2000-06-20 | 1 | -3/+3 |
* | Oops, byte offset was as off_t. | Poul-Henning Kamp | 2000-05-15 | 1 | -1/+1 |
* | Let cmp(1) grow in -x option to print differences in contemporarry hex | Poul-Henning Kamp | 2000-05-15 | 4 | -4/+25 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Fix improper mmap length paramater which can result in improper behavior | Brian Feldman | 1999-07-29 | 1 | -7/+9 |
* | More egcs warning fixes: | Warner Losh | 1999-04-25 | 2 | -3/+6 |
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | Archie Cobbs | 1998-12-06 | 5 | -5/+6 |
* | "EOF of file..." is written to stderr and not stdout. | Steve Price | 1998-05-26 | 1 | -2/+2 |
* | Permit hex/octal parameters to cmp, to match what the manual page says. | Jonathan Lemon | 1997-08-19 | 1 | -2/+2 |
* | Correct usage string. Program name converted to bold in man page. | Philippe Charnier | 1997-06-26 | 2 | -5/+7 |
* | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -1/+1 |
* | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Sweep through the tree fixing mmap() usage: | Alexander Langer | 1997-01-16 | 1 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Our mmap(2) has a limitation where the `offset' parameter must be | Joerg Wunsch | 1997-01-08 | 2 | -3/+13 |
* | When mmap is used, do an madvise(MADV_SEQUENTIAL) to make things | John Dyson | 1996-12-11 | 1 | -0/+3 |
* | [HISTORY] command appeared in Version 1 AT&T UNIX | Wolfram Schneider | 1996-08-29 | 1 | -0/+6 |
* | I don't like what they did to cmp(1) in 4.4 Lite; now it whines all | Jordan K. Hubbard | 1994-08-20 | 1 | -8/+24 |
* | BSD 4.4 Lite Usr.bin Sources | Rodney W. Grimes | 1994-05-27 | 7 | -0/+565 |