summaryrefslogtreecommitdiff
path: root/usr.bin/tail/read.c
AgeCommit message (Expand)Author
2011-09-03minor knf, no functional change.christos
2011-09-03Instead of declaring our own err() which is different than the standard one,christos
2009-04-13Fix WARNS=4 issues (-Wcast-qual -Wshadow -Wsign-compare)lukem
2008-09-30Use off_t, not __off_t.dholland
2008-02-04PR/37954: Thomas Klausner: "tail -c 2" broken.christos
2006-04-30Coverity CID 2986: Free lines before returning.christos
2006-04-09Coverity CID 1563: Fix memory leak.christos
2003-10-16safer use of reallocitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-06-14Remove #if __STDC__. De-__P() and ANSIfy.wiz
1999-07-21avoid repeated error messages by making bytes(), lines() and rlines() returncgd
1998-11-03explicitly zero the lines structure! How did this ever work before?christos
1997-10-19WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOFlukem
1994-11-23Merged with 4.4lite.jtc
1994-03-28off_t foo, and MAP_FILEcgd
1993-08-01Add RCS identifiers.mycroft
1993-04-30tail from ftp.uu.net:bsd-sources integratedglass