summaryrefslogtreecommitdiff
path: root/usr.bin/tail
AgeCommit message (Expand)Author
2017-03-26Change a reallocarray+bzero into recallocarray.Martijn van Duren
2017-02-01Add a missing sizeof(*lines) factor to previous commit to ensure we zeroTheo Buehler
2017-02-01Don't allocate the buffer for the -n flag in one call.Martijn van Duren
2016-07-05Modify code added in rev 1.30 to use the correct variable instead of aJonathan Gray
2016-02-03fix off-by-one in argument parsingAlexander Hall
2016-01-25Fix a crash as found by sthen@martijn
2015-11-21better fixes for running tail without -f. from Martijn van DurenTed Unangst
2015-11-20quick hack to fix "tail +n", reported broken by Mikolaj Kucharski.Ted Unangst
2015-11-19another try to allow tailing multiple files. maybe it works?Ted Unangst
2015-10-25Unify & improve paragraphs talking about "==> file <==" headers inVadim Zhukov
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-07tame "stdio rpath" for when paths are specified; otherwise tame "stdio"Theo de Raadt
2015-09-15avoid the useless idiom Fl Ns Ar, use Fl ArIngo Schwarze
2015-07-22Fix memory leak when tail -r is used with anything but regular files.Tobias Stoeckmann
2015-03-26Whitespace fix: Closing bracket belongs to if-block, not enclosing forTobias Stoeckmann
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2014-06-03Actually, we've handled FIFOs on stdin in accordance with POSIX since 1996.Philip Guenther
2014-05-31tweak previous;Jason McIntyre
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