summaryrefslogtreecommitdiff
path: root/usr.bin/tail/reverse.c
AgeCommit message (Expand)Author
2023-11-29tail: Clean up error messages.Dag-Erling Smørgrav
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2019-06-09tail: fix the checks if the file was rotatedMariusz Zaborski
2018-02-19tail: fix "tail -r" for piped input that begins with '\n'Alan Somers
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-11Fix build of usr.bin/tail with GCCAlan Somers
2017-01-10Fix memory leaks during "tail -r" of an irregular fileAlan Somers
2017-01-04Misc Coverity fixes for tail(1)Alan Somers
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2009-06-05Change the behaviour of -F slightly; it now persists (forever) inBrian Somers
2007-11-02initialize variables, WARNS=6 compliantPhilippe Charnier
2005-03-20Don't skip the initialisation of tl->len when we hit an EOF immediatelyIan Dowse
2005-01-10Cast size_t to off_t before adding them to avoid warnings on the alpha.David Malone
2004-11-03Convert to ANSI style function definitions.Paul Richards
2002-04-13Fix up vendor IDs.David Malone
2002-04-08GCC 3.1 cleanup - add a break after default: at the end of a switchMurray Stokely
2002-03-22remove __PWarner Losh
2001-12-12WARNS=2 fixes, use __FBSDID().Mark Murray
2001-09-01File positions are off_t nowdays, not long, so:Andrey A. Chernov
2001-03-27Fix tail to work on files bigger than 2GB.David Malone
2000-12-03Remove register keyword usage with prejudice.Jeroen Ruigrok van der Werven
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-07-06Fixed printf format errors.Bruce Evans
1997-08-13Remove trailing \n in warn() string.Philippe Charnier
1997-01-16Sweep through the tree fixing mmap() usage:Alexander Langer
1996-08-26complete err() changes, actually use warn() in most instancesAdam David
1996-08-25Dont forget to #include <err.h>Peter Wemm
1996-08-25Argh! caught! *blush*.. This program was supplying it's own 'err' routinePeter Wemm
1996-07-30when file can be opened for read but cannot be read from:Adam David
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes