index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tail
/
forward.c
Age
Commit message (
Expand
)
Author
2003-07-14
typo in comment. ok henning@
Otto Moerbeek
2003-07-01
rewrite to not use mmap(2). solves a bunch of issues:
Henning Brauer
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
2001-08-18
Use kqueue for -f.
Artur Grabowski
2000-11-21
When doing tail -f from stdin don't reopen a local file named stdin.
Artur Grabowski
2000-10-12
MAP_FAILED, not -1
Artur Grabowski
2000-06-23
Get rid of repeating error messages; From netbsd millert@ ok
Eric Jackson
1999-08-04
supply particular mapping type to the mmap(2) instead of bogus 0
Michael Shalayeff
1999-02-03
Fix broken conversion of private err() function and make ierr() and oerr()
Todd C. Miller
1997-05-30
In -f mode notice when the file has been replace or truncated and
Todd C. Miller
1997-05-29
why select(2) when you can sleep(3) cheap?
kstailey
1997-01-12
Fix core dump and use libc err(3) instead of private one (which had
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1996-02-23
From NetBSD:
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt