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
/
read.c
Age
Commit message (
Expand
)
Author
2011-09-03
minor knf, no functional change.
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
2008-09-30
Use off_t, not __off_t.
dholland
2008-02-04
PR/37954: Thomas Klausner: "tail -c 2" broken.
christos
2006-04-30
Coverity CID 2986: Free lines before returning.
christos
2006-04-09
Coverity CID 1563: Fix memory leak.
christos
2003-10-16
safer use of realloc
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
1999-07-21
avoid repeated error messages by making bytes(), lines() and rlines() return
cgd
1998-11-03
explicitly zero the lines structure! How did this ever work before?
christos
1997-10-19
WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF
lukem
1994-11-23
Merged with 4.4lite.
jtc
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