summaryrefslogtreecommitdiff
path: root/usr.bin/tail
AgeCommit message (Expand)Author
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-11-13Backout previous commit, there are still some issues with it.Landry Breuil
2008-10-17Permit tail -f to follow multiple files, useful when you want to monitorLandry Breuil
2008-06-02fix double free which can happen if the last line has no newline;Otto Moerbeek
2007-10-31sync usage() w/ synopsis; from Pierre RiteauJason McIntyre
2007-10-22use EV_SET() instead of doing it by hand; Iruata SouzaTheo de Raadt
2007-09-29unneeded includes and whitespace police; from Igor ZinovikOtto Moerbeek
2007-09-16Another mem leak plugged. With help from Igor Zinovi. ok millert@Otto Moerbeek
2007-09-13Plug mem leak. From Igor Zinovik; ok millert@Otto Moerbeek
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2006-12-28- less macros needed in SYNOPSISJason McIntyre
2006-10-02- simplify a list itemJason McIntyre
2006-10-02reword a clunky sentence;Jason McIntyre
2006-03-24ANSIfy. Ok ray@Kjell Wooding
2006-03-22Clean up some lint and -Wall.Kjell Wooding
2004-03-12If kqueue is not available, revert back to old behavior. Unbreaks tail -fOtto Moerbeek
2004-03-01Unbreak file truncation handling. Resolves PR 3689.Otto Moerbeek
2004-02-16make -b and -c work with large offsets; tweak from millert@Otto Moerbeek
2003-07-14typo in comment. ok henning@Otto Moerbeek
2003-07-01rewrite to not use mmap(2). solves a bunch of issues:Henning Brauer
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-08strlcpy conversion, increase buffer size by one char. ok millert@Daniel Hartmeier
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-09-19occured->occurredMike Pechkin
2001-08-18Use kqueue for -f.Artur Grabowski
2001-07-17-Wall cleanup; ok deraadtPeter Valchev
2001-01-17avoid C sequence point issues; found by cgd@netbsd.org using a developmentPaul Janzen
2000-11-21When doing tail -f from stdin don't reopen a local file named stdin.Artur Grabowski
2000-10-12MAP_FAILED, not -1Artur Grabowski
2000-10-07- Add EXAMPLES section.Aaron Campbell
2000-06-23Get rid of repeating error messages; From netbsd millert@ okEric Jackson
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-01-22ie. -> i.e.,Aaron Campbell
1999-08-04supply particular mapping type to the mmap(2) instead of bogus 0Michael Shalayeff
1999-06-05- remove trailing white spaceAaron Campbell
1999-04-29don't step on the tail if there is no one, or core dumps; millert - yesMichael Shalayeff
1999-02-03Fix broken conversion of private err() function and make ierr() and oerr()Todd C. Miller
1998-12-16more .Nm fixesAaron Campbell
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1997-05-30In -f mode notice when the file has been replace or truncated andTodd C. Miller
1997-05-29why select(2) when you can sleep(3) cheap?kstailey
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-12Fix core dump and use libc err(3) instead of private one (which hadTodd C. Miller