summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2016-05-23Remove redundant new lines in print_config().Renato Westphal
2016-05-23Reject null labels for PW-ID FECs.Renato Westphal
2016-05-23Start sentences on new lines in ldpd.conf(5).Renato Westphal
2016-05-23Introduce a garbage collector for dead entries in the LIB.Renato Westphal
2016-05-23Simplify label allocation.Renato Westphal
2016-05-23Use SO_BINDANY before binding sockets to the transport-address.Renato Westphal
2016-05-23Enable changing the router-id via config reload.Renato Westphal
2016-05-23Several fixes in the config reload handling.Renato Westphal
2016-05-23Don't create l2vpn targeted neighbors inside the config parser.Renato Westphal
2016-05-23Add an exception for kernels built without PFKEYv2 support.Renato Westphal
2016-05-23Create network sockets on the parent process.Renato Westphal
2016-05-23Reuse lde_address_find() inside lde_check_mapping().Renato Westphal
2016-05-23Fix bugs in pseudowire parameters negotiation.Renato Westphal
2016-05-23Copy structs by assignment instead of memcpy.Renato Westphal
2016-05-23Move socket creation and setup into a specialized function.Renato Westphal
2016-05-23Sync with ldpd.Renato Westphal
2016-05-23Fix mess caused by my commit script.Renato Westphal
2016-05-23Move setsockopt helper functions to a separate file.Renato Westphal
2016-05-23Fix fd leak in error path.Renato Westphal
2016-05-23Rework L2VPN code.Renato Westphal
2016-05-23Fix bug in the processing of label withdraws and releases.Renato Westphal
2016-05-23Remove protection that was prevent pseudowires to be updated in the kernel.Renato Westphal
2016-05-23Fix warnings when compiling with -pedantic.Renato Westphal
2016-05-23Release allocated memory before exiting.Renato Westphal