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
/
binary.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
-2
/
+2
*
simple prototype repairs
deraadt
2013-11-12
1
-2
/
+2
*
Switch binary file detection from !(isprint() || isspace()) to checking
stsp
2011-06-20
1
-20
/
+14
*
Do not include mmap support with -DSMALL.
nicm
2010-07-02
1
-1
/
+3
*
- use size_t where appropriate.
otto
2005-04-25
1
-4
/
+4
*
Due to a braindead zlib, the test for seekability of a gzstream using
otto
2005-02-07
1
-3
/
+5
*
cast offset value correctly for gzseek
deraadt
2004-09-15
1
-2
/
+2
*
Don't fseek() on stdin if it is a terminal. It does not fail, but
otto
2004-05-06
1
-2
/
+2
*
Treat ^H as non-binary. OK hshoexer@, brad@ and deraadt@
millert
2004-05-06
1
-4
/
+6
*
fix zgrep failure when the uncompressed file begins with a newline
canacar
2003-12-29
1
-8
/
+13
*
make this test look for spaces as well, to match other cases
beck
2003-09-18
1
-2
/
+2
*
extend ascii test for more accuracy. ok deraadt@ pb@
tedu
2003-09-07
1
-8
/
+6
*
o remove useless cast to int from gzread() call
millert
2003-06-25
1
-2
/
+2
*
backwards args to gzseek
tedu
2003-06-25
1
-2
/
+2
*
better detetection/handling of binary files.
tedu
2003-06-23
1
-2
/
+2
*
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
-2
/
+4
*
correct fseek() parameters
deraadt
2003-06-22
1
-2
/
+2
*
freegrep 0.16
deraadt
2003-06-22
1
-0
/
+88