summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2017-07-22Cleanup previous release patches and backup kernel _before_ applying newAntoine Jacoutot
2017-07-21Stress the fact that individual pvbus device nodes correspond toMike Belopuhov
2017-07-21Add a newlineJeremie Courreges-Anglas
2017-07-21No need for ioctl(SIOCGIFDATA), getifaddrs(3) gives us the link stateJeremie Courreges-Anglas
2017-07-20- listening on localhost is now adjustable; ok teduJason McIntyre
2017-07-19there's no nul byte after a name that ends in a crazy compression pointer.Ted Unangst
2017-07-19Rework the way that TLS configuration is sent/received via imsgs, so thatJoel Sing
2017-07-19Don't recommend using /var/vmm for VM images.Mike Larkin
2017-07-19Update vmd man page to describe we have more processes running (aside fromMike Larkin
2017-07-18Stop automatically regenerating gap.o (and hence linking a new kernel)Theo Buehler
2017-07-15consistent case;Jason McIntyre
2017-07-15Add vmctl send and vmctl receivepd
2017-07-13man pages with pseudo synopses which list filenames end up creatingJason McIntyre
2017-07-13add an option to listen to an address other than localhost,Ted Unangst
2017-07-13Simplify usage and man page synopsis after removal of prefix list andFlorian Obser
2017-07-12Log when we have finished pushing users and groupsJeremie Courreges-Anglas
2017-07-12Useless includeJeremie Courreges-Anglas
2017-07-12Consistently use the variable "ttl" for get/setsockoptJeremie Courreges-Anglas
2017-07-12Remove defunct code, the kernel no longer providesFlorian Obser
2017-07-12errno is not set, use log_warnxFlorian Obser
2017-07-12replaceFlorian Obser
2017-07-12Bring over fatal{,x} from bgpd so that we can have format strings.Florian Obser
2017-07-12Don't clobber errno, we want to log_warn what went wrong.Florian Obser
2017-07-11Correctly set ttl for IPv4 and IPv6.Florian Obser
2017-07-11The config option is called "no splice", the parser rejects "nosplice".Alexander Bluhm
2017-07-11Handle DHCPINFORM from clients behind a DHCP relay.Reyk Floeter
2017-07-11Remove "listen secure" syntax from smtpd.conf. It's broken since a couple ofMartin Natano
2017-07-10remove misc. depend and yacc nits that no longer matter.Marc Espie
2017-07-09have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateMarc Espie
2017-07-09vmd/vmctl: Add ability to pause / unpause vmspd
2017-07-08fix typo in commentTheo Buehler
2017-07-07Handle carp(4) as HTYPE_ETHER.Reyk Floeter
2017-07-06fix RCS Id; found with mandoc -TlintIngo Schwarze
2017-07-06delete duplicate RCS IDs; found with mandoc -TlintIngo Schwarze
2017-07-06/tmp/cvsa9y4jmMarc Espie
2017-07-06vmd: increase the max number of disks from 2 to 4. Requires kernel rebuildMike Larkin
2017-07-05forgot to commit this oneMarc Espie
2017-07-05Don't stop logging to stderr when running in foreground with -d.Reyk Floeter
2017-07-05Some documentation improvements:Martin Pieuchot
2017-07-04Fix the only remaining mandoc(1) ERROR in the base system.Ingo Schwarze
2017-07-04delete tokens that have never been used.Sebastian Benoit
2017-07-04rename fetch_state() to fetch_ifstate(). The word "state" is a bitSebastian Benoit
2017-07-04Fix some variable alignment whitespace.Sebastian Benoit
2017-07-04if configured, set the ttl (IPV6_UNICAST_HOPS) for ipv6 tcp checks.Sebastian Benoit
2017-07-04Detect upfront whether we have a particular set installed and if not, do *not*Antoine Jacoutot
2017-07-04make relayd not crash in relay_udp_server() when using a dns relay.Sebastian Benoit
2017-07-04It does not make sense to use ioctl(FIONREAD) with TLS as libtlsAlexander Bluhm
2017-07-04consistently use the evtimer wrappers around the connection timeout.Florian Obser
2017-07-04Include stdarg.h explicitly instead of relying on event.h to bring it in.Florian Obser
2017-07-04consistently use the evtimer wrappers around the connection timeout.David Gwynne