Age | Commit message (Expand) | Author |
2016-10-14 | Add support for draft-ietf-idr-large-community | Peter Hessler |
2016-10-14 | when looking at the details of a prefix, show any unknown attributes and | Peter Hessler |
2016-10-13 | The name argument is of the start command is not optional. | Martijn van Duren |
2016-10-13 | A logic issue in smtpd's header parsing can cause SMTP sessions to hang. | Gilles Chehade |
2016-10-13 | Document the -s option, descr adapted from ospfd/ospfctl | Jeremie Courreges-Anglas |
2016-10-13 | Teach tcpdump to decode bgp path attribute draft-ietf-idr-large-community | Peter Hessler |
2016-10-13 | Implement simple feature request/reply support so we can get more | Rafael Zalamena |
2016-10-12 | Fix functionality and semantics of vmctl load/reload/reset. | Reyk Floeter |
2016-10-12 | Start reworking the "device" support in switchd: Once connected, a | Reyk Floeter |
2016-10-12 | Document the "-q " prefix accepted in the "command" field. | Ingo Schwarze |
2016-10-12 | Teach switchd(8) how to send set_config to the switch so we can be able | Rafael Zalamena |
2016-10-12 | client_identifier is not a string so using strlen() on it is | Kenneth R Westerback |
2016-10-12 | copy updated log.c from vmd: for correctness, save errno when doing | Reyk Floeter |
2016-10-12 | For correctness, always save errno when doing additional actions | Reyk Floeter |
2016-10-12 | The error case checks for saved_errno, set it accordingly | Reyk Floeter |
2016-10-12 | Prevent fd exhaustion in the parent when loading the listening server | Reyk Floeter |
2016-10-12 | Allow 4 vio(4) interfaces in each VM. Also fix a bad interrupt assignment that | Mike Larkin |
2016-10-11 | Sync proc.c file vmd(8) and switchd(8). | Rafael Zalamena |
2016-10-10 | Modify httpd(8)'s proc.c to use less file descriptors during the daemon | Rafael Zalamena |
2016-10-10 | Fix msgbuf_write() usage idiom and modify the treatment for socket close | Rafael Zalamena |
2016-10-10 | Stop pretending we use RFC 3046/Option 82/Relay Agent Information. | Kenneth R Westerback |
2016-10-10 | improve .Bl -tag -width for -Tps mode; | Ingo Schwarze |
2016-10-10 | Add more context to fatal*() messages so it makes easier to debug proc.c | Rafael Zalamena |
2016-10-10 | calls to uname(3) should be checked against non-negative value | Gleydson Soares |
2016-10-08 | Make tcpdump show MCS stored in radiotap's rate field. | Stefan Sperling |
2016-10-08 | a little more precision about reloading config. only reopen if it changed | Ted Unangst |
2016-10-08 | too many blank lines | Ted Unangst |
2016-10-07 | kern.dnsjacking -> kern.dnsjackport; | Jason McIntyre |
2016-10-07 | the parent mostly never crashes, but the child might. or the config file | Ted Unangst |
2016-10-07 | several big changes, tied together. | Ted Unangst |
2016-10-07 | Move some shared code into a new file. | Reyk Floeter |
2016-10-07 | Add support for multipart replies and implement a simple ofp 1.3.5 error | Rafael Zalamena |
2016-10-07 | The strchr() call either returns a NULL pointer, on which the code will | Patrick Wildt |
2016-10-07 | Empty lines cause server_fcgi_getheaders() to immediately return. | Patrick Wildt |
2016-10-06 | Enable pledge(2) in vmm and the VM processes: This way the VMs and | Reyk Floeter |
2016-10-06 | Enable switchd + switchctl. It is not finished yet but we made a lot | Reyk Floeter |
2016-10-06 | Switch switchd to the _switchd user. | Reyk Floeter |
2016-10-06 | Terminate VMs on shutdown of vmd instead of leaving them running as | Reyk Floeter |
2016-10-06 | The start control imsg has been switched to a new "struct | Reyk Floeter |
2016-10-06 | Add support for RFC 6842. RFC 2131 said the server MUST NOT echo | Kenneth R Westerback |
2016-10-06 | Do an exec on itself in the privileged syslogd(8) parent process | Alexander Bluhm |
2016-10-06 | Syslog RFC 5424 says you should add 1 to 6 digits with fractions | Alexander Bluhm |
2016-10-06 | tweak previous; | Jason McIntyre |
2016-10-05 | Rewriting USER gets in the way of the de-escalation mechanism as it | Martin Natano |
2016-10-05 | Sync with httpd(8) proc file. Check for dup2() usage to avoid oldd == newd | Rafael Zalamena |
2016-10-05 | Replace one u_int8_t with uint8_t (finger memory) | Reyk Floeter |
2016-10-05 | Add support for enhanced networking configuration and virtual switches. | Reyk Floeter |
2016-10-05 | Check if oldd == newd before dup2(), if that is the case we need to remove | Rafael Zalamena |
2016-10-05 | Call setsid() to create a new session for the executed processes. | Reyk Floeter |
2016-10-05 | sync proc.c with vmd: add p_pw to specify a non-standard user for a process. | Reyk Floeter |