| Commit message (Expand) | Author | Age | Files | Lines |
* | File positions are off_t nowdays, not long, so: | ache | 2001-09-01 | 1 | -7/+7 |
* | o If the file being tailed is moved back to the original location, | jlemon | 2001-06-06 | 1 | -1/+3 |
* | Back out my fseeko -> fseek(END) change - we need to position on what we | ache | 2001-03-28 | 1 | -1/+1 |
* | Restore part of my fix spammed in v1.23: | ache | 2001-03-27 | 1 | -1/+1 |
* | Fix tail to work on files bigger than 2GB. | dwmalone | 2001-03-27 | 1 | -34/+25 |
* | Add comment explaining why size not passed directly to mmap, i.e. not relay | ache | 2001-03-27 | 1 | -3/+9 |
* | Use SSIZE_MAX instead of INT_MAX, as kernel does ssize_t check | ache | 2001-03-27 | 1 | -1/+3 |
* | Treat mmap() error as fatal too, i.e. do exit(1) instead of return | ache | 2001-03-26 | 1 | -1/+1 |
* | rlines() checks: | ache | 2001-03-26 | 1 | -3/+10 |
* | Use EV_SET() macro to initialize kevent structure. | jlemon | 2001-02-28 | 1 | -7/+5 |
* | Remove register keyword usage with prejudice. | asmodai | 2000-12-03 | 1 | -2/+2 |
* | Properly constify some static arrays. | asmodai | 2000-12-02 | 1 | -2/+4 |
* | Convert calls to match new kqueue API. | jlemon | 2000-07-18 | 1 | -5/+2 |
* | If the kevent() registration fails (probably due to the underlying | jlemon | 2000-06-22 | 1 | -19/+53 |
* | Change <event.h> --> <sys/event.h> | jlemon | 2000-04-18 | 1 | -1/+1 |
* | Change tail to use kqueue/kevent to obtain a notification when | jlemon | 2000-04-16 | 1 | -22/+51 |
* | Add a new -F flag which is a superset of -f. It will cause tail to | peter | 1998-04-06 | 1 | -0/+16 |
* | Change select(0, NULL, ...) to usleep() | ache | 1997-12-12 | 1 | -5/+1 |
* | Fix a misleading comment. Rename a variable to make more sense. | phk | 1997-10-11 | 1 | -5/+4 |
* | Fix a comment. | phk | 1997-09-15 | 1 | -1/+1 |
* | In these days, waiting one full second for more to appear is far too long. | phk | 1997-09-14 | 1 | -2/+2 |
* | Sweep through the tree fixing mmap() usage: | alex | 1997-01-16 | 1 | -1/+1 |
* | complete err() changes, actually use warn() in most instances | adam | 1996-08-26 | 1 | -3/+3 |
* | Dont forget to #include <err.h> | peter | 1996-08-25 | 1 | -0/+1 |
* | Fix some bogons: | peter | 1996-08-25 | 1 | -11/+10 |
* | one file somehow slipped by me in the previous commit | adam | 1996-07-30 | 1 | -2/+4 |
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+234 |