summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-10-12Teach switchd(8) how to send set_config to the switch so we can be ableRafael Zalamena
2016-10-12client_identifier is not a string so using strlen() on it isKenneth R Westerback
2016-10-12copy updated log.c from vmd: for correctness, save errno when doingReyk Floeter
2016-10-12For correctness, always save errno when doing additional actionsReyk Floeter
2016-10-12The error case checks for saved_errno, set it accordinglyReyk Floeter
2016-10-12Prevent fd exhaustion in the parent when loading the listening serverReyk Floeter
2016-10-12Allow 4 vio(4) interfaces in each VM. Also fix a bad interrupt assignment thatMike Larkin
2016-10-11Sync proc.c file vmd(8) and switchd(8).Rafael Zalamena
2016-10-10Modify httpd(8)'s proc.c to use less file descriptors during the daemonRafael Zalamena
2016-10-10Fix msgbuf_write() usage idiom and modify the treatment for socket closeRafael Zalamena
2016-10-10Stop pretending we use RFC 3046/Option 82/Relay Agent Information.Kenneth R Westerback
2016-10-10improve .Bl -tag -width for -Tps mode;Ingo Schwarze
2016-10-10Add more context to fatal*() messages so it makes easier to debug proc.cRafael Zalamena
2016-10-10calls to uname(3) should be checked against non-negative valueGleydson Soares
2016-10-08Make tcpdump show MCS stored in radiotap's rate field.Stefan Sperling
2016-10-08a little more precision about reloading config. only reopen if it changedTed Unangst
2016-10-08too many blank linesTed Unangst
2016-10-07kern.dnsjacking -> kern.dnsjackport;Jason McIntyre
2016-10-07the parent mostly never crashes, but the child might. or the config fileTed Unangst
2016-10-07several big changes, tied together.Ted Unangst
2016-10-07Move some shared code into a new file.Reyk Floeter
2016-10-07Add support for multipart replies and implement a simple ofp 1.3.5 errorRafael Zalamena
2016-10-07The strchr() call either returns a NULL pointer, on which the code willPatrick Wildt
2016-10-07Empty lines cause server_fcgi_getheaders() to immediately return.Patrick Wildt
2016-10-06Enable pledge(2) in vmm and the VM processes: This way the VMs andReyk Floeter
2016-10-06Enable switchd + switchctl. It is not finished yet but we made a lotReyk Floeter
2016-10-06Switch switchd to the _switchd user.Reyk Floeter
2016-10-06Terminate VMs on shutdown of vmd instead of leaving them running asReyk Floeter
2016-10-06The start control imsg has been switched to a new "structReyk Floeter
2016-10-06Add support for RFC 6842. RFC 2131 said the server MUST NOT echoKenneth R Westerback
2016-10-06Do an exec on itself in the privileged syslogd(8) parent processAlexander Bluhm
2016-10-06Syslog RFC 5424 says you should add 1 to 6 digits with fractionsAlexander Bluhm
2016-10-06tweak previous;Jason McIntyre
2016-10-05Rewriting USER gets in the way of the de-escalation mechanism as itMartin Natano
2016-10-05Sync with httpd(8) proc file. Check for dup2() usage to avoid oldd == newdRafael Zalamena
2016-10-05Replace one u_int8_t with uint8_t (finger memory)Reyk Floeter
2016-10-05Add support for enhanced networking configuration and virtual switches.Reyk Floeter
2016-10-05Check if oldd == newd before dup2(), if that is the case we need to removeRafael Zalamena
2016-10-05Call setsid() to create a new session for the executed processes.Reyk Floeter
2016-10-05sync proc.c with vmd: add p_pw to specify a non-standard user for a process.Reyk Floeter
2016-10-05Remove ofp_validate_header() hereReyk Floeter
2016-10-05Move ofp_validate_header() to ofp10.c until we have a better placeReyk Floeter
2016-10-05I added a second buffer as fix for the fact that /dev/switch doesn'tReyk Floeter
2016-10-05document signature changeMarc Espie
2016-10-05getting errors is trivial, just don't forget to close the handle and notMarc Espie
2016-10-05More debuggingReyk Floeter
2016-10-05Let bgpd announce routes based on a route-label.Peter Hessler
2016-10-05Use consistant idiom (intermediate variable 'i' rather than repeatedKenneth R Westerback
2016-10-04Zap stray whitespace.Kenneth R Westerback
2016-10-04When doing global remote logging and archiving, it is inconvenientAlexander Bluhm