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
/
tail
/
reverse.c
Age
Commit message (
Expand
)
Author
2011-09-03
minor knf, no functional change.
christos
2011-09-03
leave the original errno as it was. don't report EFBIG on all mmap failures.
christos
2011-09-03
Instead of declaring our own err() which is different than the standard one,
christos
2009-04-13
Fix WARNS=4 issues (-Wcast-qual -Wshadow -Wsign-compare)
lukem
2006-04-09
Duh fixed error printing.
christos
2006-04-09
Coverity CID 1580: Plug memory leak.
christos
2005-06-05
appease gcc -Wuninitialized on hp700.
chs
2004-02-16
do not use long for file offset, use off_t. otto@openbsd
itojun
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-06-14
Remove #if __STDC__. De-__P() and ANSIfy.
wiz
2001-01-16
avoid C sequence point issues warned about by development version of gcc.
cgd
2001-01-04
use %ll_ instead of the less standard %q_
lukem
1999-07-21
avoid repeated error messages by making bytes(), lines() and rlines() return
cgd
1998-02-20
Use MAP_SHARED, not MAP_PRIVATE.
mycroft
1998-02-17
Add MAP_FILE as well.
augustss
1998-02-17
Make sure mmap() uses MAP_PRIVATE instead of 0.
augustss
1997-10-19
WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF
lukem
1994-11-23
Merged with 4.4lite.
jtc
1994-11-23
munmap() mmap()ed regions.
jtc
1994-04-24
various off_t fixes
deraadt
1994-03-28
off_t foo, and MAP_FILE
cgd
1993-08-01
Add RCS identifiers.
mycroft
1993-04-30
tail from ftp.uu.net:bsd-sources integrated
glass