summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail/reverse.c
Commit message (Expand)AuthorAgeFilesLines
* initialize variables, WARNS=6 compliantcharnier2007-11-021-0/+1
* Don't skip the initialisation of tl->len when we hit an EOF immediatelyiedowse2005-03-201-3/+2
* Cast size_t to off_t before adding them to avoid warnings on the alpha.dwmalone2005-01-101-2/+4
* Convert to ANSI style function definitions.paul2004-11-031-12/+3
* Fix up vendor IDs.dwmalone2002-04-131-7/+10
* GCC 3.1 cleanup - add a break after default: at the end of a switchmurray2002-04-081-0/+1
* remove __Pimp2002-03-221-2/+2
* WARNS=2 fixes, use __FBSDID().markm2001-12-121-8/+10
* File positions are off_t nowdays, not long, so:ache2001-09-011-3/+3
* Fix tail to work on files bigger than 2GB.dwmalone2001-03-271-29/+49
* Remove register keyword usage with prejudice.asmodai2000-12-031-7/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fixed printf format errors.bde1998-07-061-2/+2
* Remove trailing \n in warn() string.charnier1997-08-131-1/+5
* Sweep through the tree fixing mmap() usage:alex1997-01-161-1/+1
* complete err() changes, actually use warn() in most instancesadam1996-08-261-5/+4
* Dont forget to #include <err.h>peter1996-08-251-0/+1
* Argh! caught! *blush*.. This program was supplying it's own 'err' routinepeter1996-08-251-4/+5
* when file can be opened for read but cannot be read from:adam1996-07-301-0/+5
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+259
OpenPOWER on IntegriCloud