summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2017-07-01go thru POSIX::Termios to turn off kerninfo.Marc Espie
2017-06-29Move <fcntl.h> to its alphabetic spot and add __dead attribute to usage()Theo Buehler
2017-06-28remove a contradictory sentence (see dhcp-options(5)) which claimsJason McIntyre
2017-06-28whitespace fixes, from Rob Pierce and meSebastian Benoit
2017-06-28usage() gets __dead attribute, from Rob PierceSebastian Benoit
2017-06-27Hoist some privileged code in preparation for future work.Sebastian Benoit
2017-06-27move a global into local context; from rob pierceTheo de Raadt
2017-06-26don't print the WELLKNOWN string for unknown well-known communitiesPeter Hessler
2017-06-26let admins set an unknown well-known communityPeter Hessler
2017-06-26add support for the "graceful shutdown" well-known community as describedPeter Hessler
2017-06-26allow setting localpref to 0Peter Hessler
2017-06-22Close file descriptor on an exit path.Frederic Cambus
2017-06-22Generate the newbsd: and install-update: targets here, rather thanTheo de Raadt
2017-06-20trim more error messagesMarc Espie
2017-06-20Revert a previous commit that increased the virtio queue size since itMike Larkin
2017-06-19Import route priority support from ospfd to ospf6d.friehm
2017-06-19delete accidental blank lineTheo de Raadt
2017-06-19fix descriptor leak in the smtp congestion mechanismGilles Chehade