summaryrefslogtreecommitdiffstats
path: root/usr.sbin/switchd/ofcconn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* Start reworking the "device" support in switchd: Once connected, areyk2016-10-121-19/+23
* Remove local copy of ofp.h and use net/ofp.h insteadreyk2016-09-301-2/+3
* Implement socket server code that properly handles async I/O, partialreyk2016-09-301-2/+1
* Teach switchd(8) how to fork+exec.rzalamena2016-09-141-3/+3
* Fix previous. Obvously the condition is reversed.yasuoka2016-08-081-2/+2
* Split ofcconn into switch part and connection part to make the switchyasuoka2016-08-081-191/+302
* fix typos in commentsreyk2016-07-201-5/+5
* pledge(2) all the switchd processes.reyk2016-07-201-5/+19
* Correctly use ssize_t instead of size_t for read/write return values.reyk2016-07-191-3/+4
* A bit of cleanup and style changes. ofcconn needs more work.reyk2016-07-191-56/+57
* Don't use .p_shutdown in the proc structreyk2016-07-191-1/+2
* Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.reyk2016-07-191-0/+509