summaryrefslogtreecommitdiff
path: root/usr.sbin/switchd/parse.y
AgeCommit message (Expand)Author
2018-11-08Set sc_server.srv_tls value for "LISTEN ON STRING opttls".akoshibe
2018-11-08Currently, switchd(8) defaults to listening on port 6633, which was theakoshibe
2018-11-01- odd condition/test in PF lexerAlexandr Nedvedicky
2018-09-07replace malloc()+strlcpy() with strndup() in cmdline_symset().miko
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-09No need to mention which memory allocation entry point failed (malloc,Kenneth R Westerback
2018-07-08Be consistent in warn() and log_warn() usage whenKenneth R Westerback
2018-06-11Fix an off-by-one line count when using include statements.denis
2017-08-2865535 is a valid port to listen on.Florian Obser
2017-08-06packet.c and parse.y no longer require err.h. ok jca@ florian@rob
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2016-10-12Start reworking the "device" support in switchd: Once connected, aReyk Floeter
2016-09-30Implement socket server code that properly handles async I/O, partialReyk Floeter
2016-07-19Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.Reyk Floeter