| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=117378
|
| |
|
|
|
|
|
| |
Approved by: re (blanket)
Notes:
svn path=/stable/4/; revision=111444
|
| |
|
|
|
|
|
|
|
|
| |
Make cmp work by mmapping chunks of a file.
Don't use gcc -Wall flag.
Make filenames const to avoid a few warnings.
Add FreeBSD tags.
Notes:
svn path=/stable/4/; revision=86719
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80147
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69768
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=63844
|
| |
|
|
|
|
|
| |
Requested by: obrien
Notes:
svn path=/stable/4/; revision=63356
|
| |
|
|
|
|
|
|
| |
[rev 1.9] Fix warning I should have caught in the previous commit.
[rev 1.10] Make cmp -s work properly if skip values are given.
Notes:
svn path=/stable/4/; revision=62392
|
| |
|
|
|
|
|
| |
hex format rather than the mixed decimal/octal format of -l.
Notes:
svn path=/stable/4/; revision=62379
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
|
|
|
| |
or cmp crashing in specific cases.
Notes:
svn path=/head/; revision=49235
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
o main returns int not void
o use return 0 at end of main when needed
o use braces to avoid potentially ambiguous else
o don't default to type int
o #ifdef 0 -> #if 0
Reviewed by: obrien and chuckr
Notes:
svn path=/head/; revision=46081
|
| |
|
|
| |
Notes:
svn path=/head/; revision=41568
|
| |
|
|
|
|
|
| |
PR: 6756
Notes:
svn path=/head/; revision=36385
|
| |
|
|
|
|
|
| |
PR: 3850, 3855
Notes:
svn path=/head/; revision=28421
|
| |
|
|
| |
Notes:
svn path=/head/; revision=26957
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24360
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23012
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use MAP_FAILED instead of the constant -1 to indicate
failure (required by POSIX).
- Removed flag arguments of '0' (required by POSIX).
- Fixed code which expected an error return of 0.
- Fixed code which thought any address with the high bit set
was an error.
- Check for failure where no checks were present.
Discussed with: bde
Notes:
svn path=/head/; revision=21786
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
|
|
|
| |
page-aligned. cmp(1) should know about this flaw, and work around it.
While i was at it, fixed an uninitialized variable as reported by
-Wall.
Notes:
svn path=/head/; revision=21429
|
| |
|
|
|
|
|
|
| |
go much more quickly when file input is really done. Of course, the
fully cached case will make no difference.
Notes:
svn path=/head/; revision=20312
|
| |
|
|
|
|
|
| |
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
Notes:
svn path=/head/; revision=17891
|
| |
|
|
|
|
|
|
|
| |
the time, even with -s. Make cmp SHUT UP about non-existant files
when run with -s.
Submitted by: jkh
Notes:
svn path=/head/; revision=2149
|
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|