OpenBSD CVS

src/usr.bin/tail/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / tail

Current tag: OPENBSD_4_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   25 years  millert   Fix broken conversion of private err() function and make ierr() and oerr() back ...
[TXT] extern.h  1.9   20 years  otto   make -b and -c work with large offsets; tweak from millert@ ok henning@ itojun@ ...
[TXT] forward.c  1.23   16 years  deraadt   use EV_SET() instead of doing it by hand; Iruata Souza
[TXT] misc.c  1.7   16 years  otto   unneeded includes and whitespace police; from Igor Zinovik
[TXT] read.c  1.12   16 years  otto   unneeded includes and whitespace police; from Igor Zinovik
[TXT] reverse.c  1.18   16 years  otto   unneeded includes and whitespace police; from Igor Zinovik
[TXT] tail.1  1.16   16 years  jmc   convert to new .Dd format;
[TXT] tail.c  1.14   16 years  jmc   sync usage() w/ synopsis; from Pierre Riteau ok sobrado