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
/
ofcconn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-3
/
+3
*
Start reworking the "device" support in switchd: Once connected, a
reyk
2016-10-12
1
-19
/
+23
*
Remove local copy of ofp.h and use net/ofp.h instead
reyk
2016-09-30
1
-2
/
+3
*
Implement socket server code that properly handles async I/O, partial
reyk
2016-09-30
1
-2
/
+1
*
Teach switchd(8) how to fork+exec.
rzalamena
2016-09-14
1
-3
/
+3
*
Fix previous. Obvously the condition is reversed.
yasuoka
2016-08-08
1
-2
/
+2
*
Split ofcconn into switch part and connection part to make the switch
yasuoka
2016-08-08
1
-191
/
+302
*
fix typos in comments
reyk
2016-07-20
1
-5
/
+5
*
pledge(2) all the switchd processes.
reyk
2016-07-20
1
-5
/
+19
*
Correctly use ssize_t instead of size_t for read/write return values.
reyk
2016-07-19
1
-3
/
+4
*
A bit of cleanup and style changes. ofcconn needs more work.
reyk
2016-07-19
1
-56
/
+57
*
Don't use .p_shutdown in the proc struct
reyk
2016-07-19
1
-1
/
+2
*
Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.
reyk
2016-07-19
1
-0
/
+509