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