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