| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
long long and quad_t are not the same.
Notes:
svn path=/head/; revision=87282
|
| |
|
|
|
|
|
| |
Use __FBSDID().
Notes:
svn path=/head/; revision=87241
|
| |
|
|
|
|
|
|
|
| |
Add FreeBSD tags.
Reviewed by: cmp
Notes:
svn path=/head/; revision=86099
|
| |
|
|
|
|
|
|
|
|
|
| |
file at one time.
PR: 24732
Submitted by: Andrew L. Neporada <andr@dgap.mipt.ru>
MFC after: 2 weeks
Notes:
svn path=/head/; revision=86044
|
| |
|
|
|
|
|
|
|
|
|
| |
is now exit(DIFF_EXIT).
PR: 18597
Submitted by: Anatoly Vorobey <mellon@pobox.com>
Committed at: Usenix terminal room
Notes:
svn path=/head/; revision=61883
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60586
|
| |
|
|
|
|
|
| |
format rather than the mixed decimal/octal format of -l.
Notes:
svn path=/head/; revision=60583
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
Notes:
svn path=/cvs2svn/branches/CHRISTOS/; revision=1590
|