summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2017-07-04include stdarg.h explicitly instead of relying on event.h to bring it in.David Gwynne
2017-07-04properly adjust the ttl of replies instead of freezing them in timeTed Unangst
2017-07-03no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingMarc Espie
2017-07-03Remove obvious clear_config() comments and misleading state_change() comments.Sebastian Benoit
2017-07-03don't bother caching invalid or very short lived responsesTed Unangst
2017-07-03check that a cachehit hasn't expired before using it.Ted Unangst
2017-07-02Second diff to rename additional "always" variable in struct ifsd_config.Sebastian Benoit
2017-07-02Remove unused variable from header file.Sebastian Benoit
2017-07-02Remove variable assignment in declaration and add whitespace to improveSebastian Benoit
2017-07-02Rename one of the "always" variables to "body" for improved readability.Sebastian Benoit