Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't reopen file if its stdin. | 2019-01-04 | 1 | -2/+1 | |
| | | | | | From leo_tck at volny dot cz OK millert@ | ||||
* | another try to allow tailing multiple files. maybe it works? | 2015-11-19 | 1 | -7/+13 | |
| | | | | | commit now to allow people to test. from Martijn van Duren | ||||
* | Backout previous commit, there are still some issues with it. | 2008-11-13 | 1 | -2/+1 | |
| | | | | ok sthen@ | ||||
* | Permit tail -f to follow multiple files, useful when you want to monitor | 2008-10-17 | 1 | -1/+2 | |
| | | | | | | | | several logfiles in a single terminal. split forward() and move the corresponding -rewritten- code to follow(). Closes PR 5092. ok millert@ gilles@ sobrado@ | ||||
* | make -b and -c work with large offsets; tweak from millert@ | 2004-02-16 | 1 | -3/+3 | |
| | | | | ok henning@ itojun@ millert@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -8/+8 | |
| | |||||
* | When doing tail -f from stdin don't reopen a local file named stdin. | 2000-11-21 | 1 | -1/+2 | |
| | |||||
* | Get rid of repeating error messages; From netbsd millert@ ok | 2000-06-23 | 1 | -3/+3 | |
| | |||||
* | Fix broken conversion of private err() function and make ierr() and oerr() | 1999-02-03 | 1 | -4/+4 | |
| | | | | | | | | | | back into functions, not macros. Also make functions that call mmap() return an int so we can fall back to non-mmap (slow) version on mmap failure. Noticable effects: o when you tail multiple files, if one of the files doesn't exist or is otherwise broken, keep on going to the next file. o it is now possible to tail files > 2gig, though it will be *very* slow since tail will be unable to use mmap() | ||||
* | Fix core dump and use libc err(3) instead of private one (which had | 1997-01-12 | 1 | -5/+4 | |
| | | | | slightly different semantics). Also clean up some gcc -Wall'isms. | ||||
* | rcsid | 1996-06-26 | 1 | -0/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+55 | |