This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fec02f1259
NetBSD
/
usr.bin
/
tail
History
explorer
a3c923dc72
make tail -f and tail -10000 work on files > those which can be mmap()ed whole. tail -r will still not function on large files.
2001-11-21 06:47:07 +00:00
..
Makefile
…
extern.h
…
forward.c
make tail -f and tail -10000 work on files > those which can be mmap()ed whole. tail -r will still not function on large files.
2001-11-21 06:47:07 +00:00
misc.c
…
read.c
…
reverse.c
avoid C sequence point issues warned about by development version of gcc.
2001-01-16 02:41:17 +00:00
tail.1
…
tail.c
…