summaryrefslogtreecommitdiff
path: root/usr.bin/tail/reverse.c
AgeCommit message (Expand)Author
2011-09-03minor knf, no functional change.christos
2011-09-03leave the original errno as it was. don't report EFBIG on all mmap failures.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
2006-04-09Duh fixed error printing.christos
2006-04-09Coverity CID 1580: Plug memory leak.christos
2005-06-05appease gcc -Wuninitialized on hp700.chs
2004-02-16do not use long for file offset, use off_t. otto@openbsditojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-06-14Remove #if __STDC__. De-__P() and ANSIfy.wiz
2001-01-16avoid C sequence point issues warned about by development version of gcc.cgd
2001-01-04use %ll_ instead of the less standard %q_lukem
1999-07-21avoid repeated error messages by making bytes(), lines() and rlines() returncgd
1998-02-20Use MAP_SHARED, not MAP_PRIVATE.mycroft
1998-02-17Add MAP_FILE as well.augustss
1998-02-17Make sure mmap() uses MAP_PRIVATE instead of 0.augustss
1997-10-19WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOFlukem
1994-11-23Merged with 4.4lite.jtc
1994-11-23munmap() mmap()ed regions.jtc
1994-04-24various off_t fixesderaadt
1994-03-28off_t foo, and MAP_FILEcgd
1993-08-01Add RCS identifiers.mycroft
1993-04-30tail from ftp.uu.net:bsd-sources integratedglass