summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail/read.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace fix: Closing bracket belongs to if-block, not enclosing fortobias2015-03-261-2/+2
|
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-4/+4
| | | | obsolete SIZE_T_MAX. OK miod@ beck@
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* fix double free which can happen if the last line has no newline;otto2008-06-021-2/+3
| | | | from Matthew Dempsky; ok ray@ millert@
* unneeded includes and whitespace police; from Igor Zinovikotto2007-09-291-4/+2
|
* Another mem leak plugged. With help from Igor Zinovi. ok millert@otto2007-09-161-5/+11
|
* Plug mem leak. From Igor Zinovik; ok millert@otto2007-09-131-2/+5
|
* ANSIfy. Ok ray@kjell2006-03-241-8/+4
|
* Clean up some lint and -Wall.kjell2006-03-221-15/+29
| | | | | | | | | | Changed many signed types ->size_t for consistency. Also, fix some realloc usage. Original from <jasonrcrawford at gmail.com> (ok ray@) Additions and additional cleanup to fix some off_t -> size_t issue by me. "looks good" otto@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* kill more registersmpech2001-11-191-8/+8
| | | | millert@ ok
* occured->occurredmpech2001-09-191-4/+4
| | | | | | | idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/
* Get rid of repeating error messages; From netbsd millert@ okericj2000-06-231-6/+14
|
* Fix core dump and use libc err(3) instead of private one (which hadmillert1997-01-121-14/+16
| | | | slightly different semantics). Also clean up some gcc -Wall'isms.
* rcsidderaadt1996-06-261-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+203