summaryrefslogtreecommitdiffstats
path: root/usr.sbin/switchd/imsg_util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement socket server code that properly handles async I/O, partialreyk2016-09-301-1/+10
* Replace memset in ibuf_zero with explicit_bzero as done in iked.reyk2016-09-291-4/+6
* It is ok to call free() on NULL pointers.rzalamena2016-09-231-3/+3
* does not need sys/param.hderaadt2016-08-301-2/+1
* Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.reyk2016-07-191-0/+226