index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
grep
/
file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zlib functions take a gzFile not gzFile * (gzFile is already a pointer).
millert
2021-03-10
1
-3
/
+3
*
convert fgetln to getline. this improves portability and sets a good
tedu
2019-01-31
1
-8
/
+12
*
rework grep_open to be more careful about directories.
tedu
2019-01-23
1
-35
/
+34
*
Don't include limits.h or sys/limits.h since grep.h already does it
millert
2015-03-16
1
-2
/
+1
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-4
/
+3
*
Do not include mmap support with -DSMALL.
nicm
2010-07-02
1
-1
/
+9
*
two globals not needed in NOZ mode
deraadt
2008-10-16
1
-1
/
+3
*
delint; remove redundant vars and functions; ok jaredy@
otto
2006-02-09
1
-19
/
+1
*
restore cosmic balance by plugging a mem leak; problem reported by
otto
2006-02-07
1
-1
/
+2
*
Due to a braindead zlib, the test for seekability of a gzstream using
otto
2005-02-07
1
-1
/
+8
*
replace 0 with STDIN_FILENO. from han boetes and jared yanovich
tedu
2005-02-02
1
-2
/
+2
*
fix zgrep failure when the uncompressed file begins with a newline
canacar
2003-12-29
1
-3
/
+3
*
grep should exit(2) on error, not exit(1) (1 means no matches found).
millert
2003-07-10
1
-7
/
+7
*
proper $OpenBSD$
deraadt
2003-06-22
1
-2
/
+2
*
-DNOZ flag to be used by install media for removing z*grep support, if
deraadt
2003-06-22
1
-14
/
+30
*
freegrep 0.16
deraadt
2003-06-22
1
-0
/
+208