Age | Commit message (Expand) | Author |
2017-01-15 | fix typo; from semarie | Theo de Raadt |
2017-01-13 | Make it possible to remove VMs from vmd(8)'s internal queue. | Edd Barrett |
2017-01-13 | Add support for draft-ietf-idr-shutdown | Peter Hessler |
2017-01-13 | traceroute never sees a timeout when poll(2) returns when it receives | Florian Obser |
2017-01-13 | I accidentally committed three lines from the future. | Reyk Floeter |
2017-01-13 | Mention attempted graceful shutdown and vmmci(4) | Reyk Floeter |
2017-01-13 | Add host side of vmmci(4) to vmd(8). | Reyk Floeter |
2017-01-11 | Add imsg communication channel between vmd and invividual VMs. | Reyk Floeter |
2017-01-11 | Match what the installer does: | Antoine Jacoutot |
2017-01-11 | Instead of checking if /etc/X11 is around to know whether the xbase set | Antoine Jacoutot |
2017-01-11 | Drop FTP_KEEPALIVE, it's unused. | Antoine Jacoutot |
2017-01-09 | Rename control_dispatch_vmm to control_dispatch_vmd to reflect reality. | Reyk Floeter |
2017-01-09 | log_verbose() -> log_setverbose() | Reyk Floeter |
2017-01-09 | Stop accessing verbose and debug variables from log.c directly. | Reyk Floeter |
2017-01-09 | Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with | Kenneth R Westerback |
2017-01-09 | smtpd joins the 7 other daemons that share the same log.c file. | Reyk Floeter |
2017-01-08 | Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with | Kenneth R Westerback |
2017-01-08 | Reduce "vmd -v" spam a bit by not printing useless exit information. These | Mike Larkin |
2017-01-08 | Sync log.c with the latest version from vmd/log.c that preserves errno | Reyk Floeter |
2017-01-08 | delete three macro lines that have no effect, found with mandoc -Tlint | Ingo Schwarze |
2017-01-08 | add missing .An macros | Ingo Schwarze |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2017-01-04 | s/Signaled/Signalled/ | David Gwynne |
2017-01-03 | document forward(5); from mk | Jason McIntyre |
2017-01-02 | Syslogd accepted network input only for either IPv4 or IPv6. To | Alexander Bluhm |
2017-01-01 | Hyphenate compound adjectives 'up-to-date', 'out-of-date' and 'well-known' | Theo Buehler |
2016-12-31 | The syspatch test repo can now be accessed over https. | Antoine Jacoutot |
2016-12-30 | When syslogd received a SIGHUP during startup, it died instead of | Alexander Bluhm |
2016-12-30 | markup from jan stary; | Jason McIntyre |
2016-12-28 | fix the remaining cases of .Xr with only one argument | Ingo Schwarze |
2016-12-27 | If syslogd was started with a relative path, the program could not | Alexander Bluhm |
2016-12-27 | Replace struct rroute with struct kroute, as done in ospfd | Jeremie Courreges-Anglas |
2016-12-27 | struct rroute has been removed, rename variables. | Jeremie Courreges-Anglas |
2016-12-26 | Typo, "more then" -> "more than" | Jeremie Courreges-Anglas |
2016-12-26 | Fix typo, happend -> happened | Jeremie Courreges-Anglas |
2016-12-25 | Add some {}'s to eliminate "ambiguous else" warnings from gcc. | Kenneth R Westerback |
2016-12-25 | Regenerate with -current rpcgen, eliminating "unused variable 'i'" | Kenneth R Westerback |
2016-12-24 | Print metric and type for "redistribute" in ospf6d -v. | Jeremie Courreges-Anglas |
2016-12-23 | When the kernel message buffer overflows, a message is printed by | Alexander Bluhm |
2016-12-23 | Support p2p links where endpoints aren't in the same subnet. | Jeremie Courreges-Anglas |
2016-12-23 | Replace the archaic n_time data type with u_int32_t. This also allows the | Lawrence Teo |
2016-12-22 | Also print the mtu in detailed interface info. | Jeremie Courreges-Anglas |
2016-12-22 | Let rde and ospfe know about all IFINFO messages (eg an interface MTU change). | Jeremie Courreges-Anglas |
2016-12-22 | Don't run the FSM if the interface state hasn't changed. | Jeremie Courreges-Anglas |
2016-12-22 | Don't convert endianess for flow-mod command field, it is a 8 bit field. | Rafael Zalamena |
2016-12-22 | Learn remote switch flow tables properties to find out where to install | Rafael Zalamena |
2016-12-21 | For IFINFO msgs, don't run the FSM if the interface state hasn't changed. | Jeremie Courreges-Anglas |
2016-12-21 | When receiving an IFINFO message, also update the MTU of the interface | Jeremie Courreges-Anglas |
2016-12-21 | rework the end text somewhat so that the informatiom pertaining to -m | Jason McIntyre |