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.sbin
/
bind
/
lib
/
isc
/
unix
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish moving of dig(1) to /usr/bin/dig by removing the sources in the
florian
2020-02-11
16
-4803
/
+0
*
isc/stat.h is unused
florian
2020-02-04
2
-54
/
+1
*
just use netdb.h directly
florian
2020-02-04
1
-56
/
+0
*
Remove unused typedefs that got left behind in previous
florian
2020-02-04
1
-32
/
+0
*
Remove a bunch of unused functions who access the filesystem and then
florian
2020-02-04
3
-329
/
+2
*
Nuke autohell from orbit. It's the only way to be sure.
florian
2020-01-28
3
-111
/
+0
*
Switch to Makefile based builds.
florian
2020-01-28
2
-26
/
+6
*
Support for queries on ports != 53
jca
2020-01-26
1
-2
/
+2
*
Remove unused code from socket.c
florian
2020-01-26
1
-590
/
+18
*
reduce isc/stdio to what is used
florian
2020-01-26
1
-111
/
+1
*
get rid of lib/isc/nothreads
florian
2020-01-26
2
-59
/
+1
*
Remove now unused unix/file.c and unix/fsaccess.c
florian
2020-01-26
3
-756
/
+2
*
isc_file_isdirwritable is not used (and besides, it uses access() which
deraadt
2020-01-25
1
-6
/
+1
*
isc/unix/syslog is unused
florian
2020-01-25
4
-133
/
+4
*
another chroot tendril
deraadt
2020-01-25
1
-4
/
+1
*
Oops, one break too many removed; unbreak +tcp.
florian
2020-01-24
1
-0
/
+1
*
Since we are no longer using config.h we can remove a lot of feature
florian
2020-01-24
1
-3
/
+3
*
Remove overly complicated set_rcvbuf. Very likely not needed in dig et al.
florian
2020-01-23
1
-68
/
+0
*
Remove socket types that we are not going to use, like AF_UNIX sockets.
florian
2020-01-23
1
-1183
/
+30
*
We can always create IPv4 and IPv6 sockets.
florian
2020-01-23
2
-483
/
+5
*
config.h and platform.h are unused now
florian
2020-01-22
15
-29
/
+29
*
unifdef the last config.h bits
florian
2020-01-22
3
-128
/
+1
*
Spell out PORT_NONBLOCK as O_NONBLOCK and ISC_SOCKADDR_LEN_T as
florian
2020-01-22
2
-20
/
+13
*
eliminate many other possibilities in favor of just using select() here.
tedu
2020-01-22
2
-427
/
+0
*
unifdef a few features we have. ok florian
tedu
2020-01-22
2
-46
/
+2
*
Pretty sure we are not BSDI 3.1; remove a threading straggler
florian
2020-01-22
1
-13
/
+0
*
remove mutex.h etc. since this code is now unthreaded.
tedu
2020-01-21
3
-284
/
+2
*
libisc has a global variable called "isc_bind9" that indicates the program-family
deraadt
2020-01-21
1
-3
/
+3
*
Rip out custom memory allocator.
florian
2020-01-20
4
-126
/
+78
*
As millert@ points out we can replace isc_string_touint64 with
florian
2020-01-20
7
-11
/
+11
*
Do not use a message catalog for error messages.
florian
2020-01-20
3
-157
/
+38
*
unifdef threading related defines
florian
2020-01-20
2
-38
/
+0
*
Remove unused tm.c
florian
2020-01-20
2
-32
/
+3
*
We are not using json, xml nor httpd.
florian
2020-01-20
1
-279
/
+2
*
does not need a chroot wrapper; ok florian
deraadt
2020-01-09
1
-28
/
+0
*
Remove various unused bits and pieces from lib/isc.
florian
2020-01-09
12
-2992
/
+7
*
Forgot to remove the file with the weird int type definitions in the
florian
2020-01-09
1
-54
/
+0
*
Use normal int types like int32_t instead of isc_int32_t.
florian
2020-01-09
12
-105
/
+105
*
Nuke atomics support. This gets rid of 4k lines of code including a bunch
florian
2020-01-09
1
-186
/
+1
*
Replace entropy.c, random.c and an outdated arc4random copy with
florian
2020-01-09
3
-614
/
+6
*
Assorted unifdefs:
florian
2020-01-09
5
-35
/
+10
*
unifdef pkcs11:
florian
2020-01-09
4
-793
/
+2
*
unifdef printf and string functions:
florian
2020-01-09
9
-16
/
+16
*
unifdef network defines:
florian
2020-01-09
7
-344
/
+6
*
Remove thread support. Minus 4k lines.
florian
2020-01-07
4
-372
/
+2
*
Do not need the getudpportrange functions. We don't need to perform any
deraadt
2019-12-19
1
-119
/
+1
*
unifdef _AIX
sthen
2019-12-18
1
-34
/
+0
*
disable all the dscp probing code. it sees all the dscp option
deraadt
2019-12-17
1
-351
/
+4
*
Add back some SOCK_DNS to socket() calls, and add a few more while
deraadt
2019-12-17
2
-10
/
+10
*
update to 9.10.8-P1, last isc-licensed release
sthen
2019-12-17
40
-268
/
+270
[next]