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
/
grep
/
at
master
9 files
Makefile
for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base;
10 years ago
binary.c
grep: Add missing unistd.h and limits.h includes
4 years ago
file.c
grep: Add missing unistd.h and limits.h includes
4 years ago
grep.1
- use Fl instead of Ar for print0; from josiah frentsos - while here, describe it as a primary rather than an option
3 years ago
grep.c
add --null to usage() forgot in previous commit. reminded by jmc@, thanks!
3 years ago
grep.h
grep: add --null flag
3 years ago
mmfile.c
mmap support was broken in previous submitted diff from lauri tirkkonen
7 years ago
queue.c
Replace <sys/param.h> with <limits.h> and other less dirty headers where possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
11 years ago
util.c
grep: simplify printline, no functional changes
3 years ago