summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-02Tell testers which packages to install right away (and why)Klemens Nanni
2021-12-02Log that kern.allowdt=1 is needed and whereKlemens Nanni
2021-12-02Tell testers which packages to install right awayKlemens Nanni
2021-12-02list uppercase options along with lower in SYNOPSIS/options list/usage;Jason McIntyre
2021-12-02firstc() and nextc() use an int of global static storage. Make thisTheo de Raadt
2021-12-02ipsec_common_input_cb() extracted the inner IP header of IPsecAlexander Bluhm
2021-12-02Allow to build kernel without IPSEC or INET6 defines.Alexander Bluhm
2021-12-02don't put the tty into raw mode when SessionType=none, avoids ^c beingDamien Miller
2021-12-01Remove the MBR_init() "#ifdef defined(__macppc__) ||Kenneth R Westerback
2021-12-01Reintroduce the TDBF_DELETED flag. Checking next pointer to figureAlexander Bluhm
2021-12-01mention that the "flags" field in the enchdr is uses m_flags valuesTheo de Raadt
2021-12-01sys/core.h is not needed by these files, therefore sys/param.h isn'tTheo de Raadt
2021-12-01we do not need 'struct mbuf; struct rtentry;' to satisfy some ancient unixTheo de Raadt
2021-12-01further improvements in sys/param.h annotation and removal.Theo de Raadt
2021-12-01Fix booting from an IDE block device on the Sun Blade 100. ApparentlyMark Kettenis
2021-12-01late allocation of clist in putc() and b_to_q() hasn't been required inTheo de Raadt
2021-12-01Reduce use of sys/param.h, or annotate the reason why it is neededTheo de Raadt
2021-12-01Use system _ALIGN to reduce the reasons why this uses sys/param.hTheo de Raadt
2021-12-01whitespace cleanup during review readTheo de Raadt
2021-12-01Let ipsp_spd_lookup() return an error instead of a TDB. The TDBAlexander Bluhm
2021-12-01drm/amdgpu/gfx9: switch to golden tsc registers for renoir+Jonathan Gray
2021-12-01drm/amd/display: Set plane update flags for all planes in resetJonathan Gray
2021-12-01Make `sun' global variable. It used by threads and could be corruptedVitaliy Makkoveev
2021-12-01Remove dead code.Joel Sing
2021-12-01Add some RRDP specific regress tests.Claudio Jeker
2021-12-01Build libfido2 after all other libraries, as it links against one ofPatrick Wildt
2021-11-30Improved error handling in config parser.Tobias Stoeckmann
2021-11-30Add missing const qualifiers in a number of BN_* manuals.Theo Buehler
2021-11-30last whitespace diff for now.Theo Buehler
2021-11-30KNF for BF_KEYTheo Buehler
2021-11-30Fix some annoying whitespace inconsistencies.Theo Buehler
2021-11-30Provide EVP_CTRL_AEAD_* defines.Theo Buehler
2021-11-30Align ssl_kex_derive_ecdhe_ecp() with ssl_kex_derive_dhe()Theo Buehler
2021-11-30isakmpd: convert modp_init() for opaque DH.Theo Buehler
2021-11-30whitespaceTobias Heider
2021-11-30add ixl(4)Theo de Raadt
2021-11-30s/ECDHE/ECDH/Joel Sing
2021-11-30Fix indentation of return in yy_try_NUL_trans().Todd C. Miller
2021-11-30Remove unused parameter from ipsp_spd_inp().Alexander Bluhm
2021-11-30Add regress for {d2i,i2d}_{,DSA_,EC_,RSA_}PUBKEY{,_bio}().Joel Sing
2021-11-30Prevent select(2) from blocking if registering found pending events.Visa Hankala
2021-11-30enable uhid/fidoTheo de Raadt
2021-11-29Use nanosleep(3) instead of select(2) for test run time delay. Use ~10Vitaliy Makkoveev
2021-11-29Create socket within current directory instead of /tmp. Also remove itVitaliy Makkoveev
2021-11-29Crank the number of rounds of Miller-Rabin from 50 to 64Theo Buehler
2021-11-29Clean up DH_check_pub_key() and ensure that y^q (mod p) == 1.Theo Buehler
2021-11-29Increase number of iterations in Miller-Rabin checks for DH.Theo Buehler
2021-11-29Synchronize DH_check() mostly with OpenSSL 1.1.1 with someTheo Buehler
2021-11-29Provide a version of DH_check_params() for internal use.Theo Buehler
2021-11-29Provide a number of flags for DH_check and DH_check_pubkeyTheo Buehler