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
Age
Commit message (
Expand
)
Author
2018-03-06
[tail] Fix type of 'len'
eadler
2017-10-15
Nit-picking: avoid split infinitive
pgoyette
2017-10-02
Sort options.
wiz
2017-10-01
Remove some unnecessary words.
kre
2017-10-01
Add arguments to tail:
maya
2017-07-04
Add EXIT STATUS section. Use Ex.
wiz
2017-07-03
Remove workaround for ancient HTML generation code.
wiz
2015-10-09
PR/50322: Timo Buhrmester: tail -F <file> misbehaves with stdin closed
christos
2014-06-15
Fix -f description: it is also ignored if stdin is a FIFO.
wiz
2013-10-18
fix unused variable warnings
christos
2013-01-31
Add comma after i.e.
wiz
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
2008-09-30
Use off_t, not __off_t.
dholland
2008-07-21
Remove the \n and tabs from the __COPYRIGHT() strings.
lukem
2008-02-04
PR/37954: Thomas Klausner: "tail -c 2" broken.
christos
2006-05-24
Coverity CID 3204: The USE_SLEEP case can close the fp, and break does
christos
2006-04-30
Coverity CID 2986: Free lines before returning.
christos
2006-04-09
Coverity CID 1563: Fix memory leak.
christos
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
2005-06-02
appease gcc -Wuninitialized
lukem
2004-02-16
do not use long for file offset, use off_t. otto@openbsd
itojun
2003-10-16
safer use of realloc
itojun
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-14
minor KNF
itojun
2003-03-10
Use sleep(1) instead of usleep(1000000) to sleep for a second, since
lukem
2003-02-25
.Nm does not need a dummy argument ("") before punctuation or
wiz
2002-10-30
use kqueue to watch the file if possible
jdolecek
2002-09-18
Update error message after recent changes.
skrll
2002-09-18
Remove an old comment.
mycroft
2002-09-18
select() -> nanosleep()
mycroft
2002-06-14
Remove #if __STDC__. De-__P() and ANSIfy.
wiz
2002-04-29
Add -F to usage, per bin/16558 by Ryan Younce.
wiz
2002-02-08
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
ross
2001-12-08
Sort sections.
wiz
2001-12-01
Whitespace cleanup.
wiz
2001-11-24
fix tail; don't try to map more of the file than really exists
explorer
2001-11-21
make tail -f and tail -10000 work on files > those which can be mmap()ed whol...
explorer
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
2000-10-11
More format string cleanup by sommerfeld.
is
1999-07-21
avoid repeated error messages by making bytes(), lines() and rlines() return
cgd
1999-03-22
More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
garbled
1998-12-19
KNF
christos
1998-11-03
explicitly zero the lines structure! How did this ever work before?
christos
1998-11-03
Pacify gcc-2.8.1 (extra braces).
christos
[next]