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
/
switchd
/
switchd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
these programs (with common ancestry) had a -fno-common problem related
deraadt
2021-01-27
1
-1
/
+3
*
delete a stray blank from the usage() message; reported by Jesper Wallin
schwarze
2019-07-23
1
-2
/
+2
*
switchd(8)'s main proc needs to open the following paths, and which can be
mestre
2019-07-22
1
-1
/
+5
*
Mirror bluhm's fixes for proc.c daemons to dup /dev/null for child processes
akoshibe
2018-09-10
1
-2
/
+2
*
Stop accessing verbose and debug variables from log.c directly.
reyk
2017-01-09
1
-2
/
+2
*
Start reworking the "device" support in switchd: Once connected, a
reyk
2016-10-12
1
-77
/
+169
*
Open next available tap(4) device instead of just tap0
reyk
2016-09-30
1
-6
/
+12
*
Implement socket server code that properly handles async I/O, partial
reyk
2016-09-30
1
-13
/
+47
*
Correct the flag listing for switchd(8) and add a files section for the
jsg
2016-09-25
1
-3
/
+3
*
Unbreak logging for children process in switchd(8). log_init/verbose()
rzalamena
2016-09-20
1
-4
/
+4
*
Teach switchd(8) how to shutdown using close() instead of kill().
rzalamena
2016-09-15
1
-45
/
+3
*
Teach switchd(8) how to fork+exec.
rzalamena
2016-09-14
1
-5
/
+24
*
Create socket with SOCK_NONBLOCK instead of using fcntl() without the
rzalamena
2016-08-08
1
-4
/
+3
*
"wpath" is needed in the parent pledge when using the /dev/switch0 device.
reyk
2016-07-22
1
-2
/
+3
*
pledge(2) all the switchd processes.
reyk
2016-07-20
1
-3
/
+13
*
Add a -n flag to check the configuration and exit. Matches what almost
jsg
2016-07-20
1
-3
/
+15
*
L2 tun is tap now
reyk
2016-07-19
1
-2
/
+2
*
Don't use .p_shutdown in the proc struct
reyk
2016-07-19
1
-3
/
+2
*
Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.
reyk
2016-07-19
1
-0
/
+481