summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-20Make athn(4) use a constant Tx retry rate while MiRA is probing.Stefan Sperling
2019-12-20Ignore new Rx block ack agreements until the WPA handshake is done.Stefan Sperling
2019-12-20Have net80211 actually update the Rx block ack sequence number window,Stefan Sperling
2019-12-20Split out show functions into a new file called output.cClaudio Jeker
2019-12-20Try to bind to port 53 before opening the control socket.Florian Obser
2019-12-20Disable TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL.Jonathan Gray
2019-12-20Disable TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL.Jonathan Gray
2019-12-20Shuffle the fmt_timeframe functions and change fmt_timeframe() to avoidClaudio Jeker
2019-12-20Change show_mrt_dump() to call show_rib() instead of the internalClaudio Jeker
2019-12-20don't need this directory eitherTheo de Raadt
2019-12-20Move always unsupported keywords to be grouped with the other ones.Darren Tucker
2019-12-20Remove obsolete opcodes from the configuation enum. Patch fromDarren Tucker
2019-12-20Remove now-obsolete config options from example in comment. Patch fromDarren Tucker
2019-12-19spelling; from bryan stensonJason McIntyre
2019-12-19The previous fix for creating isakmpd(8) IKE pcap file, weakenedAlexander Bluhm
2019-12-19Start protecting the pipe_peer member of `struct pipe' using theanton
2019-12-19In ndp(8) the scope ID was not set correctly so it touches the wrongAlexander Bluhm
2019-12-19Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest ofMartin Pieuchot
2019-12-19Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest ofMartin Pieuchot
2019-12-19Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest ofMartin Pieuchot
2019-12-19Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-19wider list width to adjust for previous;Jason McIntyre
2019-12-19Validate auth_offset before using it. If it's too big ripd will crash.remi
2019-12-19Fix output loop to not stop when the first unused output format isClaudio Jeker
2019-12-19Document that security key-hosted keys can act as host keys.Christian Weisgerber
2019-12-19Align man file with realityjob
2019-12-19tweak previous;Jason McIntyre
2019-12-19poll handlers must return a poll(2) revents value, not errno(2) values.Reyk Floeter
2019-12-19Add size for free() in vio(4).Frederic Cambus
2019-12-19Spell "mount point" as other man pages do, with a space.Anthony J. Bentley
2019-12-19When adding a list with multiple commands to the queue, the next item toNicholas Marriott
2019-12-19Use bus_size_t as the type for the base address.Mark Kettenis
2019-12-19Change the way individual show functions are called. Up until now an imsgClaudio Jeker
2019-12-19Do not need the getudpportrange functions. We don't need to perform anyTheo de Raadt
2019-12-19"Forward security" -> "Forward secrecy" since that's the correct term.Darren Tucker
2019-12-19Prevent redirections to file: URLsJeremie Courreges-Anglas
2019-12-18unifdef _AIXStuart Henderson
2019-12-18remove HTMLPAGES components, not usedTheo de Raadt
2019-12-18dig not DiGTheo de Raadt
2019-12-18do not need theseTheo de Raadt
2019-12-18about time unwind got a namecheck;Jason McIntyre
2019-12-18move -h description into .Bl list rather than main bodyTheo de Raadt
2019-12-18-h for help can be discovered other waysTheo de Raadt
2019-12-18spell "name server" consistently; i kind of prefer "nameserver", but this wayJason McIntyre
2019-12-18Set vm_map's pmap in uvm_map_setup().Visa Hankala
2019-12-18Workaround unbound github issue #99.Florian Obser
2019-12-18Update to libunbound 1.9.6Florian Obser
2019-12-18use "Currently" in the doc for "openssl enc" when talking about defaultStuart Henderson
2019-12-18merge Unbound 1.9.6Stuart Henderson
2019-12-18import Unbound 1.9.6, ok tb florianStuart Henderson