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