summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-06Add EVP_read_pw_string(3) to NAME and SYNOPSIS,Ingo Schwarze
2017-01-06keep the tokens list sorted;Jason McIntyre
2017-01-06Add ruby 2.4 informationJeremy Evans
2017-01-06Ansify cpu_sysctl() on mips64 platforms.Frederic Cambus
2017-01-06Don't install standard C headers for which we already have a proper systemMark Kettenis
2017-01-06Add max_align_t.Mark Kettenis
2017-01-06Add C11 support.Mark Kettenis
2017-01-06Remove the global viftable vector that holds the virtual interfacesRafael Zalamena
2017-01-06No point in having an .Xr hostapd if hostap mode is not supported by theTheo Buehler
2017-01-06Simplify code by removing some old pullup macro, killing some variablesRafael Zalamena
2017-01-06Nits found with clang.Nicholas Marriott
2017-01-06Incremental search in copy mode (on for emacs keys by default) - muchNicholas Marriott
2017-01-06Kill various splsoftnet().Martin Pieuchot
2017-01-06fix previousDamien Miller
2017-01-06syncTheo de Raadt
2017-01-06show a useful error message when included config files can't beDamien Miller
2017-01-06Delete a cross reference to the non-existent manual page BIO_set_flags(3),Ingo Schwarze
2017-01-06sshd_config is documented to set GSSAPIStrictAcceptorCheck=yes byDamien Miller
2017-01-06Avoid confusing error message when attempting to use ssh-keyscan builtDamien Miller
2017-01-06Delete a sentence that attempted to explain an implementation detailIngo Schwarze
2017-01-06use correct ssh-add program; bz#2654, from Colin WatsonDamien Miller
2017-01-06fix typos in cross references reported by jmc@Ingo Schwarze
2017-01-06Delete bogus cross reference reported by jmc@.Ingo Schwarze
2017-01-06Re-add '%k' token for AuthorizedKeysCommand which was lost during theDarren Tucker
2017-01-06delete bogus cross references reported by jmc@Ingo Schwarze
2017-01-06Account for timeouts in the integrity tests as failures.Darren Tucker
2017-01-06Make forwarding test less racy by using unix domain sockets instead ofDarren Tucker
2017-01-06sort options list; the same as jmc@ did in man.1 rev. 1.18Ingo Schwarze
2017-01-06there is no longer a need to ifdef __armv7__ armv6 rev instructionsJonathan Gray
2017-01-06tweak previous;Jason McIntyre
2017-01-06unifdef CPU_ARMv7 and ARM_ARCH_7Jonathan Gray
2017-01-05Also document the weird d2i_ASN1_UINTEGER(3), listed in <openssl/asn1.h>Ingo Schwarze
2017-01-05Write new d2i_ASN1_OCTET_STRING(3) manual page from scratch.Ingo Schwarze
2017-01-05Pass value as input instead of output register, otherwise we writePatrick Wildt
2017-01-05Build with -fno-builtin to keep clang from optimizing the _dl_memset()Christian Weisgerber
2017-01-05Document cargo module.Daniel Jakots
2017-01-05Now that all non-ARMv7 platforms are gone, tedu the legacy atomicPatrick Wildt
2017-01-05Complete idle PCB allocation for secondary processors so that it makesPatrick Wildt
2017-01-05Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with moreKenneth R Westerback
2017-01-05Avoid a side-channel cache-timing attack that can leak the ECDSA privateJoel Sing
2017-01-05Checking whether mbuf list is empty is done by the if_input nowMike Belopuhov
2017-01-05Microsoft has allocated us a SubID that we can use to identify OpenBSDMike Belopuhov
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2017-01-05Remove some unnecessary code abstractions and while here remove aRafael Zalamena
2017-01-05Don't let producer index become equal with the consumer when writingMike Belopuhov
2017-01-05Fix boot(8) crashing on some amd64 machines when booting from softraid crypto.Stefan Sperling
2017-01-05syncStuart Henderson
2017-01-05sort options list;Jason McIntyre
2017-01-05Highlight all occurrences of search string after searching in copy mode.Nicholas Marriott
2017-01-05minor tweaks;Jason McIntyre