tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
tail
/
at
trash-bin2
8 files
Makefile
extern.h
Don't reopen file if its stdin.
7 years ago
forward.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
misc.c
another try to allow tailing multiple files. maybe it works? commit now to allow people to test. from Martijn van Duren
10 years ago
read.c
Change a reallocarray+bzero into recallocarray.
9 years ago
reverse.c
another try to allow tailing multiple files. maybe it works? commit now to allow people to test. from Martijn van Duren
10 years ago
tail.1
Unify & improve paragraphs talking about "==> file <==" headers in head(1) and tail(1).
10 years ago
tail.c
fix indent to make it clear a line isn't part of previous if ok deraadt@ millert@
4 years ago