| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: tail: Do not trust st_size if it equals zero. | Ricardo Branco | 2024-12-22 | 1 | -3/+3 |
* | tail -F: fix crash | Andre Albsmeier | 2024-08-21 | 1 | -1/+2 |
* | tail(1): Fix a typo in a source code comment | Gordon Bergling | 2024-01-07 | 1 | -1/+1 |
* | tail: Fix heap overflow in -F case. | Dag-Erling Smørgrav | 2023-12-13 | 1 | -21/+18 |
* | tail: Retry kevent if the system call was interrupted | Warner Losh | 2023-12-13 | 1 | -3/+9 |
* | Improve usability of head(1) and tail(1): | Xin LI | 2023-12-13 | 1 | -3/+3 |
* | Remove $FreeBSD$: two-line .c pattern | Warner Losh | 2023-08-23 | 1 | -3/+0 |
* | tail: fix "tail -F" file rotation detection | Chuck Silvers | 2021-03-18 | 1 | -1/+1 |
* | tail: fix the checks if the file was rotated | Mariusz Zaborski | 2019-06-09 | 1 | -9/+19 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Print file names without stdio buffering to avoid mixing buffered and | Jaakko Heinonen | 2013-06-09 | 1 | -2/+2 |
* | Add missing static keywords to tail(1) | Ed Schouten | 2011-11-06 | 1 | -3/+3 |
* | tail: Fix crash if -F'ed file's filesystem disappears. | Jilles Tjoelker | 2011-08-14 | 1 | -2/+4 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 1 | -4/+0 |
* | Change the behaviour of -F slightly; it now persists (forever) in | Brian Somers | 2009-06-05 | 1 | -61/+89 |
* | Better handle the -F case: | Marcel Moolenaar | 2006-10-21 | 1 | -7/+5 |
* | Add a -q option to suppress header lines when multiple files are specified. | Florent Thoumie | 2006-06-29 | 1 | -2/+3 |
* | Unbreak tail -f on non-local filesystems. | Paul Saab | 2005-08-26 | 1 | -0/+10 |
* | Save last displayed file by having the "last" pointer global and save it | Xin LI | 2005-02-04 | 1 | -6/+8 |
* | Don't reprint file names unnecessarily. | Brian Somers | 2005-01-12 | 1 | -4/+4 |
* | Some variables became unused or global in the last change to this | David Malone | 2005-01-10 | 1 | -9/+5 |
* | Add support for following more than one file i.e. | Paul Richards | 2004-11-04 | 1 | -88/+160 |
* | Convert to ANSI style function definitions. | Paul Richards | 2004-11-03 | 1 | -5/+1 |
* | Removed check of st_rdev changing in the -F support. st_rdev for regular | David Greenman | 2003-08-14 | 1 | -1/+0 |
* | When doing tail -F, return if the freopen() of the file fails instead of | Tim J. Robbins | 2002-12-15 | 1 | -0/+1 |
* | GCC 3.1 cleanup - add a break after default: at the end of a switch | Murray Stokely | 2002-04-08 | 1 | -0/+1 |
* | remove __P | Warner Losh | 2002-03-22 | 1 | -1/+1 |
* | WARNS=2 fixes, use __FBSDID(). | Mark Murray | 2001-12-12 | 1 | -9/+11 |
* | Since kqueue support was added to tail, the "-F" option (check for | Ian Dowse | 2001-11-25 | 1 | -30/+34 |
* | File positions are off_t nowdays, not long, so: | Andrey A. Chernov | 2001-09-01 | 1 | -7/+7 |
* | o If the file being tailed is moved back to the original location, | Jonathan Lemon | 2001-06-06 | 1 | -1/+3 |
* | Back out my fseeko -> fseek(END) change - we need to position on what we | Andrey A. Chernov | 2001-03-28 | 1 | -1/+1 |
* | Restore part of my fix spammed in v1.23: | Andrey A. Chernov | 2001-03-27 | 1 | -1/+1 |
* | Fix tail to work on files bigger than 2GB. | David Malone | 2001-03-27 | 1 | -34/+25 |
* | Add comment explaining why size not passed directly to mmap, i.e. not relay | Andrey A. Chernov | 2001-03-27 | 1 | -3/+9 |
* | Use SSIZE_MAX instead of INT_MAX, as kernel does ssize_t check | Andrey A. Chernov | 2001-03-27 | 1 | -1/+3 |
* | Treat mmap() error as fatal too, i.e. do exit(1) instead of return | Andrey A. Chernov | 2001-03-26 | 1 | -1/+1 |
* | rlines() checks: | Andrey A. Chernov | 2001-03-26 | 1 | -3/+10 |
* | Use EV_SET() macro to initialize kevent structure. | Jonathan Lemon | 2001-02-28 | 1 | -7/+5 |
* | Remove register keyword usage with prejudice. | Jeroen Ruigrok van der Werven | 2000-12-03 | 1 | -2/+2 |
* | Properly constify some static arrays. | Jeroen Ruigrok van der Werven | 2000-12-02 | 1 | -2/+4 |
* | Convert calls to match new kqueue API. | Jonathan Lemon | 2000-07-18 | 1 | -5/+2 |
* | If the kevent() registration fails (probably due to the underlying | Jonathan Lemon | 2000-06-22 | 1 | -19/+53 |
* | Change <event.h> --> <sys/event.h> | Jonathan Lemon | 2000-04-18 | 1 | -1/+1 |
* | Change tail to use kqueue/kevent to obtain a notification when | Jonathan Lemon | 2000-04-16 | 1 | -22/+51 |
* | Add a new -F flag which is a superset of -f. It will cause tail to | Peter Wemm | 1998-04-06 | 1 | -0/+16 |
* | Change select(0, NULL, ...) to usleep() | Andrey A. Chernov | 1997-12-12 | 1 | -5/+1 |
* | Fix a misleading comment. Rename a variable to make more sense. | Poul-Henning Kamp | 1997-10-11 | 1 | -5/+4 |
* | Fix a comment. | Poul-Henning Kamp | 1997-09-15 | 1 | -1/+1 |