summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-13Nuke trailing whitespaceBob Beck
2017-08-13remove accidental additionBob Beck
2017-08-13Evidence suggests this trailing whitespace was left here by mauraudingBob Beck
2017-08-13match function implementation with declaration, ok beck@, doug@Brent Cook
2017-08-13New flag PR_RWLOCK for pool_init(9) makes the pool use rwlocks insteadPhilip Guenther
2017-08-13Add ability to clamp a notafter to values representable in a 32 bit time_tBob Beck
2017-08-13Switch to -Werror with clang for libressl.Doug Hogan
2017-08-13add fktrace to libcTed Unangst
2017-08-13Bring the dhclient(8) related text intoKenneth R Westerback
2017-08-13declaration for fktraceTed Unangst
2017-08-13Remove the second parameter of iwm_stop(). It was not used for anything.Stefan Sperling
2017-08-13Simplify HUP handling now that proper errorKenneth R Westerback
2017-08-13move endian/word size checks from runtime to compile timeBrent Cook
2017-08-13Make SSL{,_CTX}_set_alpn_protos() do atomic updates and handle NULL.Doug Hogan
2017-08-13to change a state's state (that term is overloaded in pf, protocol stateHenning Brauer
2017-08-13Convert the sigma and tau initialisers to byte arrays, rather than usingJoel Sing
2017-08-13don't issue a termination command to an already stopped vmJasper Lievisse Adriaanse
2017-08-13Remove support for the TLS padding extension.Joel Sing
2017-08-13Nuke SSL_OP_CRYPTOPRO_TLSEXT_BUG.Joel Sing
2017-08-13strip .SUNW_ctf in the remaining strip invocationsJasper Lievisse Adriaanse
2017-08-13Add proper support for iwm(4) firmware's time event. Cancel the event ifStefan Sperling
2017-08-13Fix arguments that are passed to strip(1). In particular,Visa Hankala
2017-08-13When iwn_stop() releases the scan lock wake processes sleeping on it.Theo Buehler
2017-08-13When iwm_stop() releases the scan lock wake processes sleeping on it.Stefan Sperling
2017-08-13improve AHCI hibernate writeout performance by doing smaller delay()sMike Larkin
2017-08-13Get R_MIPS_* defines via <machine/reloc.h>.Visa Hankala
2017-08-13Make R_MIPS_* defines available via <machine/reloc.h>.Visa Hankala
2017-08-13Convert variable type to C99.Nayden Markatchev
2017-08-13Fix a dereference of a bogus pointer.Visa Hankala
2017-08-13mention raw SD card offset for U-Boot on Rockchip RK3xxxJonathan Gray
2017-08-13Avoid raw devices when dd'ing U-Boot. Avoids cases that might requireJonathan Gray
2017-08-13bypass the filter code for incoming smtp sessions.Eric Faurot
2017-08-13syncJonathan Gray
2017-08-13remove uneeded bpf includeJonathan Gray
2017-08-13syncVisa Hankala
2017-08-13The impossibility has been impossible since an impossible longFlorian Obser
2017-08-13actually add the files needed by my test. noted by bluhm@, thxSebastian Benoit
2017-08-13replace gettimeofday with monotonic gettime. from Scott ChelohaTed Unangst
2017-08-13convert gettimeofday to mono clock.Ted Unangst
2017-08-13Add support for Allwinner A64/H5 device trees that use the official LinuxMark Kettenis
2017-08-12Rewrite the TLS status request extension to use the new TLS extension framework.Bob Beck
2017-08-12Rewrite the TLS status request extension to use the new TLS extension framework.Bob Beck
2017-08-12Add rw_assert_anylock(), for assering you have it either read or write lockedPhilip Guenther
2017-08-12Minimize #includes, particularly to avoid thread_private.hPhilip Guenther
2017-08-12If the user running doas regress is not in the wobj group, switchAlexander Bluhm
2017-08-12fix the else case (i.e. LSA_IS_SCOPE_AS) where header could remainSebastian Benoit
2017-08-12Fix iwm(4) channel reporting, broken by my unrelated tweak during commit ofStefan Sperling
2017-08-12Add regress coverage for the TLS signature algorithms extension.Joel Sing
2017-08-12Convert TLS signature algorithms extension handling to the new framework.Joel Sing
2017-08-12bump to 2.6.1Brent Cook