index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
cmp
Age
Commit message (
Expand
)
Author
2017-07-03
Remove workaround for ancient HTML generation code.
wiz
2016-12-14
Add a HISTORY section
abhinav
2016-10-30
fix usage (thanks wiz)
christos
2016-10-30
add a flag to avoid mmap...
christos
2013-11-20
Explicitly include <stdint.h> for uintmax_t; from Eitan Adler.
kleink
2011-11-28
Remove unused header. From Henning Petersen in PR 45658.
wiz
2011-08-29
Use __dead
joerg
2009-04-18
Compare size_t vs off_t by casting both to uintmax_t
lukem
2009-04-11
Fix WARNS=4 issues (many -Wcast-qual, one -Wsign-compare on amd64)
lukem
2008-07-21
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2007-08-22
change error printing to signed for consistency. From Anon Ymous
christos
2007-08-21
provide more detailed messages with -l. From Anon Ymous
christos
2006-06-03
off-by-one (thanks to our anonymous contributor)
christos
2006-06-03
If one file is shorter than the other, print the byte and line offsets if
christos
2006-04-09
Coverity CID 1624: Plug memory leak.
christos
2006-01-19
Apply patch from PR bin/23836 cmp did not correctly parse skip arguments
garbled
2005-04-11
Don't put a space before function call operator.
enami
2005-04-11
byte offset and line count shouldn't be initialized inside the loop.
enami
2005-04-11
Fix indent and wrap long lines.
enami
2005-03-07
Initialise dfound outside loop so that 0 sized files compare correctly
dsl
2005-02-06
mmap normal files in 1MB chunks.
dsl
2005-02-06
Taking (out) the __P
dsl
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-02-08
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
ross
2001-12-01
Whitespace cleanup.
wiz
2001-01-04
use %ll_ instead of the less standard %q_
lukem
2000-07-27
Use MAP_SHARED.
mycroft
2000-07-18
Do not mmap() with MAP_PRIVATE - looks like kernel tries to preallocate
jdolecek
2000-03-20
* Hint MADV_SEQUENTIAL.
kleink
1998-08-25
Add { and } to shut up egcs. Reformat the more questionable code.
ross
1998-01-12
make usage string match manpage
mikel
1997-12-09
use MAP_PRIVATE|MAP_FILE rather than "0"
mrg
1997-10-19
fix compile warnings on the alpha.
mrg
1997-10-18
getopt returns -1 not EOF
lukem
1997-10-18
WARNSify, fix .Nm usage
lukem
1997-01-09
RCS ID police
tls
1996-02-01
don't warn about missing files with -s. POSIX doesn't define a specific
mrg
1995-09-08
Sync with 4.4lite2
tls
1995-09-04
imported from 44lite2
tls
1994-03-25
Fix bug in handling short reads.
mycroft
1993-12-02
As suggested by Xavier Leroy <xavier@Theory.Stanford.EDU>, make sure we don't
mycroft
1993-11-23
Get rid of otoi(), use strtoul() instead. Not only gets rid of a function,
jtc
1993-09-21
Document the fact that cmp now conforms to POSIX.2.
jtc
1993-09-21
Changed to conform to POSIX.2:
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-08-01
Add RCS indentifiers.
mycroft
1993-07-31
Add RCS indentifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd