summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail/extern.h
Commit message (Collapse)AuthorAgeFilesLines
* File positions are off_t nowdays, not long, so:ache2001-09-011-2/+2
| | | | | | | | | | | long -> off_t strtol -> strtoll fseek -> fseeko NOTE: that fseek not works for >long offsets files per POSIX: [EOVERFLOW] For fseek( ), the resulting file offset would be a value which cannot be represented correctly in an object of type long.
* Fix tail to work on files bigger than 2GB.dwmalone2001-03-271-2/+17
| | | | | PR: 14786 Reviewed by: iedowse
* Add a new -F flag which is a superset of -f. It will cause tail topeter1998-04-061-1/+1
| | | | | | stat() the file being followed and do a close/reopen if the file has been renamed and/or rotated. This is damn useful for leaving running on files in /var/log when newsyslog(8) rotates them.
* Argh! caught! *blush*.. This program was supplying it's own 'err' routinepeter1996-08-251-1/+0
| | | | | which was slightly different to the libc one. To save any more cunfusion, use the libc one.
* when file can be opened for read but cannot be read from:adam1996-07-301-2/+2
| | | | | | | fail once (was twice) in forward case fail once (was no times) in reverse case this can happen when file is a directory on an NFS or procfs mount.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+53
OpenPOWER on IntegriCloud