History log of /src/usr.bin/tail/reverse.c |
Revision | | Date | Author | Comments |
1.23 |
| 03-Sep-2011 |
christos | minor knf, no functional change.
|
1.22 |
| 03-Sep-2011 |
christos | leave the original errno as it was. don't report EFBIG on all mmap failures.
|
1.21 |
| 03-Sep-2011 |
christos | Instead of declaring our own err() which is different than the standard one, and using it incorrectly in a few places because of confusion (does it print errno or not?), declare two versions following the standard ones xerrx and, xerr, and use those as appropriate, implementing them using them vwarn and vwarnx.
|
1.20 |
| 13-Apr-2009 |
lukem | Fix WARNS=4 issues (-Wcast-qual -Wshadow -Wsign-compare)
XXX: need a "cleaner" way to do the check in reverse.c, as a general rule
|
1.19 |
| 09-Apr-2006 |
christos | branches: 1.19.30; Duh fixed error printing.
|
1.18 |
| 09-Apr-2006 |
christos | Coverity CID 1580: Plug memory leak.
|
1.17 |
| 05-Jun-2005 |
chs | appease gcc -Wuninitialized on hp700.
|
1.16 |
| 16-Feb-2004 |
itojun | do not use long for file offset, use off_t. otto@openbsd
|
1.15 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.14 |
| 14-Jun-2002 |
wiz | Remove #if __STDC__. De-__P() and ANSIfy.
|
1.13 |
| 16-Jan-2001 |
cgd | avoid C sequence point issues warned about by development version of gcc.
|
1.12 |
| 04-Jan-2001 |
lukem | use %ll_ instead of the less standard %q_
|
1.11 |
| 21-Jul-1999 |
cgd | avoid repeated error messages by making bytes(), lines() and rlines() return meaningful values, which can then be checked to avoid another error message.
|
1.10 |
| 20-Feb-1998 |
mycroft | branches: 1.10.2; Use MAP_SHARED, not MAP_PRIVATE.
|
1.9 |
| 17-Feb-1998 |
augustss | Add MAP_FILE as well.
|
1.8 |
| 17-Feb-1998 |
augustss | Make sure mmap() uses MAP_PRIVATE instead of 0.
|
1.7 |
| 19-Oct-1997 |
lukem | WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF
|
1.6 |
| 23-Nov-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
1.5 |
| 23-Nov-1994 |
jtc | munmap() mmap()ed regions.
|
1.4 |
| 24-Apr-1994 |
deraadt | various off_t fixes
|
1.3 |
| 28-Mar-1994 |
cgd | off_t foo, and MAP_FILE
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 30-Apr-1993 |
glass | branches: 1.1.1; tail from ftp.uu.net:bsd-sources integrated
|
1.1.1.1 |
| 23-Nov-1994 |
jtc | imported from 4.4lite
|
1.10.2.1 |
| 20-Aug-1999 |
cgd | pull up rev 1.11 from trunk. (cgd)
|
1.19.30.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|