summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-21unit tests for ForwardAgent=/path; from Eric ChiangDamien Miller
2019-12-21Allow forwarding a different agent socket to the path specified byDamien Miller
2019-12-20Fix the sem_timedwait(3) test.cheloha
2019-12-20Remove blurb about IDN support, which we disable.Jeremie Courreges-Anglas
2019-12-20The IPsec policy check for IPComp bundles has been fixed in theAlexander Bluhm
2019-12-20SSH U2F keys can now be used as host keys. Fix a garden path sentence.Christian Weisgerber
2019-12-20drand48(3) returns values in [0.0, 1.0).Theo Buehler
2019-12-20The mcount.po target is special cased here since mcount.c should not beTheo Buehler
2019-12-20Convert various boolean_t/TRUE/FALSE to int/1/0 in mips64 memory code.Visa Hankala
2019-12-20Replace a lonely TRUE.Visa Hankala
2019-12-20Convert boolean_t/TRUE/FALSE to int/1/0 in mips64 pmap.Visa Hankala
2019-12-20Fix build.Visa Hankala
2019-12-20Make iwm(4) clear/set selected bits in the HW_IF_CONFIG register, ratherStefan Sperling
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