aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail/reverse.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Change the behaviour of -F slightly; it now persists (forever) inBrian Somers2009-06-051-14/+14
* initialize variables, WARNS=6 compliantPhilippe Charnier2007-11-021-0/+1
* Don't skip the initialisation of tl->len when we hit an EOF immediatelyIan Dowse2005-03-201-3/+2
* Cast size_t to off_t before adding them to avoid warnings on the alpha.David Malone2005-01-101-2/+4
* Convert to ANSI style function definitions.Paul Richards2004-11-031-12/+3
* Fix up vendor IDs.David Malone2002-04-131-7/+10
* GCC 3.1 cleanup - add a break after default: at the end of a switchMurray Stokely2002-04-081-0/+1
* remove __PWarner Losh2002-03-221-2/+2
* WARNS=2 fixes, use __FBSDID().Mark Murray2001-12-121-8/+10
* File positions are off_t nowdays, not long, so:Andrey A. Chernov2001-09-011-3/+3
* Fix tail to work on files bigger than 2GB.David Malone2001-03-271-29/+49
* Remove register keyword usage with prejudice.Jeroen Ruigrok van der Werven2000-12-031-7/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed printf format errors.Bruce Evans1998-07-061-2/+2
* Remove trailing \n in warn() string.Philippe Charnier1997-08-131-1/+5
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-161-1/+1
* complete err() changes, actually use warn() in most instancesAdam David1996-08-261-5/+4
* Dont forget to #include <err.h>Peter Wemm1996-08-251-0/+1
* Argh! caught! *blush*.. This program was supplying it's own 'err' routinePeter Wemm1996-08-251-4/+5
* when file can be opened for read but cannot be read from:Adam David1996-07-301-0/+5
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+259