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