summaryrefslogtreecommitdiffstats
path: root/usr.bin/tail/read.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change a reallocarray+bzero into recallocarray.martijn2017-03-261-5/+3
* Add a missing sizeof(*lines) factor to previous commit to ensure we zerotb2017-02-011-2/+3
* Don't allocate the buffer for the -n flag in one call.martijn2017-02-011-8/+14
* another try to allow tailing multiple files. maybe it works?tedu2015-11-191-9/+9
* 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
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+1
* fix double free which can happen if the last line has no newline;otto2008-06-021-2/+3
* 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
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* kill more registersmpech2001-11-191-8/+8
* occured->occurredmpech2001-09-191-4/+4
* 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
* rcsidderaadt1996-06-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+203