summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2020-08-24update to unbound 1.11.0, tests tb@ dtucker@, ok tb@Stuart Henderson
2020-08-23Merge listen_sock into address, since there's a 1:1 correlation. Save someMartijn van Duren
2020-08-21Fix wrong fall through. The IMSG_CTL_SHOW_DB_INTRA case should onlyjan
2020-08-21Remove redundent code.jan
2020-08-21Fix column spacing for disk transfer speedskn
2020-08-20Use the ROUTE_FLAGFILTER setsockopt to filter out routing socket messagesJonathan Matthew
2020-08-19add unveil(2) againRicardo Mestre
2020-08-17Previous commit broke two things:Martijn van Duren
2020-08-17add geneve option printing.David Gwynne
2020-08-17don't need to shift the vxlan vni twice.David Gwynne
2020-08-17add initial support for handling geneve packets.David Gwynne
2020-08-16Reflect recent wsfontload(8) changes in the man page.Frederic Cambus
2020-08-13Be compatible with bpftrace(8)'s output when printing stack traces in maps.Martin Pieuchot
2020-08-13When dealing with integers, it seems that [1] and [1, 2) are the same.Martin Pieuchot
2020-08-13Improve documentation.Martin Pieuchot
2020-08-09Some times ago we disabled in-kernel timeout for pppx(4) relatedmvs
2020-08-08Greatly simplify snmpe_parsevarbinds.Martijn van Duren
2020-08-07Do not hardcode the key length.Martin Pieuchot
2020-08-05Get the default values for font height and width in wsfontload(8) usingFrederic Cambus
2020-08-03remove unused functionsSebastian Benoit
2020-08-03remove another tautologySebastian Benoit
2020-08-03remove unused assignmentSebastian Benoit
2020-08-03remove tautological conditionSebastian Benoit
2020-08-03remove dead assignmentsSebastian Benoit
2020-07-31Replace warnc() with warnx() + strerror() since the first is less portable.Claudio Jeker
2020-07-30Remove the unused function canonicalize_host(), it was copied from relayd.Sebastian Benoit
2020-07-28-Separate out the adding of trust anchors into a separate function thanBob Beck
2020-07-28One tiny step towards adding RRDP support in rpki-client.Claudio Jeker
2020-07-27Fix return value check for openssl API. Do not return success if pkey is NULL.tobhe
2020-07-25remove unsused enum key_type, copied initialy from relays.Sebastian Benoit
2020-07-25Add a EXIT STATUS sectionsolene
2020-07-25More DESC -> DESCR; spotted by espie@Antoine Jacoutot
2020-07-25tyop: DESC -> DESCRAntoine Jacoutot
2020-07-24fix sentence grammar in AUTHORS;Jason McIntyre
2020-07-24make it a bit clearer that -p is a path to a package repository,Jason McIntyre
2020-07-23Fix strlcpy() usage. The size argument should be the full size ofTodd C. Miller
2020-07-23Update to 4.3.2.Florian Obser
2020-07-22sensorsd(8) reported an unveil failure due to chdir / . CallAlexander Bluhm
2020-07-22force long-names on msdos filenames, so that folk can see pretty namesTheo de Raadt
2020-07-21Avoid integer underflow due to tiny snaplenkn
2020-07-20Add a new column to wsfontload -l output, to report the number ofFrederic Cambus
2020-07-20Remove unused variable "caplen"kn
2020-07-19Should use ufs_args here after all.Visa Hankala
2020-07-18use correct structure for mounting, duhTheo de Raadt
2020-07-18Create grub.cfg file as requiredTheo de Raadt
2020-07-18set -/+o pipefail around the magic loop in ls_missing() so that we can properlyAntoine Jacoutot
2020-07-17Add powerpc64 support; straight copy from octeon.Mark Kettenis
2020-07-15powerpc64 has the sysctl's for power control, so it can use theTheo de Raadt
2020-07-15Remove unused variablesdenis
2020-07-11Implement linear and power-of-two histograms: hist() and lhist() keywords.Martin Pieuchot