Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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() | |||
1997-05-30 | In -f mode notice when the file has been replace or truncated and | Todd C. Miller | |
deal. Useful for tail'ing log files that get rotated. | |||
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 | |
slightly different semantics). Also clean up some gcc -Wall'isms. | |||
1996-06-26 | rcsid | Theo de Raadt | |
1996-02-23 | From NetBSD: | Niklas Hallqvist | |
Don't rely on select() not to modify the timeval argument. Also, simplify the code by passing in NULL rather than an empty fd_set to indicate no file descriptors. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |