index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tail
/
read.c
Age
Commit message (
Expand
)
Author
2017-03-26
Change a reallocarray+bzero into recallocarray.
Martijn van Duren
2017-02-01
Add a missing sizeof(*lines) factor to previous commit to ensure we zero
Theo Buehler
2017-02-01
Don't allocate the buffer for the -n flag in one call.
Martijn van Duren
2015-11-19
another try to allow tailing multiple files. maybe it works?
Ted Unangst
2015-03-26
Whitespace fix: Closing bracket belongs to if-block, not enclosing for
Tobias Stoeckmann
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
Todd C. Miller
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-06-02
fix double free which can happen if the last line has no newline;
Otto Moerbeek
2007-09-29
unneeded includes and whitespace police; from Igor Zinovik
Otto Moerbeek
2007-09-16
Another mem leak plugged. With help from Igor Zinovi. ok millert@
Otto Moerbeek
2007-09-13
Plug mem leak. From Igor Zinovik; ok millert@
Otto Moerbeek
2006-03-24
ANSIfy. Ok ray@
Kjell Wooding
2006-03-22
Clean up some lint and -Wall.
Kjell Wooding
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
2001-09-19
occured->occurred
Mike Pechkin
2000-06-23
Get rid of repeating error messages; From netbsd millert@ ok
Eric Jackson
1997-01-12
Fix core dump and use libc err(3) instead of private one (which had
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt