summaryrefslogtreecommitdiffstats
path: root/usr.sbin/switchd/switchd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* these programs (with common ancestry) had a -fno-common problem relatedderaadt2021-01-271-1/+3
* delete a stray blank from the usage() message; reported by Jesper Wallinschwarze2019-07-231-2/+2
* switchd(8)'s main proc needs to open the following paths, and which can bemestre2019-07-221-1/+5
* Mirror bluhm's fixes for proc.c daemons to dup /dev/null for child processesakoshibe2018-09-101-2/+2
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-2/+2
* Start reworking the "device" support in switchd: Once connected, areyk2016-10-121-77/+169
* Open next available tap(4) device instead of just tap0reyk2016-09-301-6/+12
* Implement socket server code that properly handles async I/O, partialreyk2016-09-301-13/+47
* Correct the flag listing for switchd(8) and add a files section for thejsg2016-09-251-3/+3
* Unbreak logging for children process in switchd(8). log_init/verbose()rzalamena2016-09-201-4/+4
* Teach switchd(8) how to shutdown using close() instead of kill().rzalamena2016-09-151-45/+3
* Teach switchd(8) how to fork+exec.rzalamena2016-09-141-5/+24
* Create socket with SOCK_NONBLOCK instead of using fcntl() without therzalamena2016-08-081-4/+3
* "wpath" is needed in the parent pledge when using the /dev/switch0 device.reyk2016-07-221-2/+3
* pledge(2) all the switchd processes.reyk2016-07-201-3/+13
* Add a -n flag to check the configuration and exit. Matches what almostjsg2016-07-201-3/+15
* L2 tun is tap nowreyk2016-07-191-2/+2
* Don't use .p_shutdown in the proc structreyk2016-07-191-3/+2
* Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.reyk2016-07-191-0/+481