summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-06-06add format attributes to the proper functions and then fix theSebastian Benoit
2016-06-06Speed up session establishment after config reload.Renato Westphal
2016-06-06band-aid for pkg_check, some options need to be mixin.Marc Espie
2016-06-06fix somewhat broken inheritance: the actual -i/-I interactive dance isMarc Espie
2016-06-05previous change (r1.27) converted to using non blocking sockets andTed Unangst
2016-06-05Fix potential SIGBUS in startup.Renato Westphal
2016-06-05Call if_update() only when necessary for IPv6 address changes.Renato Westphal
2016-06-05Reset the interface uptime when it is restarted.Renato Westphal
2016-06-05reduce confusion about -p option. parse it, but only permit port 53, andTed Unangst
2016-06-05LMTP banner is handled by a getline() call so it cannot handle multilineGilles Chehade
2016-06-05delivery_lmtp does not know how to deal with LMTP servers returningGilles Chehade
2016-06-05Improve security by calling exec after fork.Renato Westphal
2016-06-03grammar fix;Jason McIntyre
2016-06-03correct synopsis to make -d usage clearer.Theo de Raadt
2016-06-03Add operators =, !=, - (range), >< (exclsive range) to the as-pathSebastian Benoit
2016-06-02transfer is not a smtpctl command, but mta isJoerg Jung
2016-06-02Rename findmbrlinux() to findmbrfat(). This function was originallyJonathan Gray
2016-06-01ntpd is too aggressive about retrying constraint connections. ThisTheo de Raadt
2016-05-31Add support for armv7. Fix an error message in the i386 support beforeMark Kettenis
2016-05-31with the kernel perm check fixed, we can do this kevent after setuid,Ted Unangst
2016-05-31Unbreak compilation with -DDEBUG.Joel Sing
2016-05-30Simplify address parsing code by only using inet_net_pton(3).Martin Pieuchot
2016-05-29Delete blocking/unblocking of signals, as the handlers now just set flagsPhilip Guenther
2016-05-28Implement the fork+exec pattern in smtpd.Eric Faurot
2016-05-28Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).Martin Natano
2016-05-27tweak wording to avoid "firmware which are installed"T.J. Townsend
2016-05-27W^X violations are no longer permitted by default. A kernel log messageTheo de Raadt
2016-05-27Return "400 Bad Request" instead of "500 Server Internal Error" forKenneth R Westerback
2016-05-26Re-introduce vnode-to-filename mappingStefan Kempf
2016-05-26Copy ELF headers into guest VM memoryStefan Kempf
2016-05-26Improve and clarify a few bits; with input from jmc@, ok yasuoka, jmcMike Belopuhov
2016-05-25Must extract uvm_vnode from uvm_object first before reading the vnodeStefan Kempf
2016-05-25new sentence, new line, and avoid line wrap;Jason McIntyre
2016-05-25remove code to display MNT_EXKERB bitTheo de Raadt
2016-05-25flesh out "show summary" description a bit, from julien at dhaille.com viaHenning Brauer
2016-05-23various tweaks;Jason McIntyre
2016-05-23Use PATH_MAX instead of a hardcoded minimal value. Stack space is cheap andMark Kettenis
2016-05-23Add support for manually resetting neighbors.Renato Westphal
2016-05-23Improve security by calling exec after fork.Renato Westphal
2016-05-23Update copyright information.Renato Westphal
2016-05-23Remove superfluous includes.Renato Westphal
2016-05-23Make functions and variables static whenever possible.Renato Westphal
2016-05-23Introduce the 'ldpctl clear neighbors' command.Renato Westphal
2016-05-23Sync with the latest IPv6 bits in ldpd(8).Renato Westphal
2016-05-23Add function that print labels to avoid code duplication.Renato Westphal
2016-05-23Replace legacy bzero and bcopy by memset and memcpy.Renato Westphal
2016-05-23s/routes/labelsRenato Westphal
2016-05-23Change ldpctl(8) to use C99-style fixed-width integers.Renato Westphal
2016-05-23Add support for IPv6 (RFC 7552).Renato Westphal
2016-05-23Assorted fixes and small cleanup.Renato Westphal