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
2020-10-13
import NSD 4.3.3, ok florian@
Stuart Henderson
2020-10-13
typo in comment
Martin Pieuchot
2020-10-13
Set RGB flag if capabilities are present, GitHub issue 2418.
Nicholas Marriott
2020-10-13
Un-const what we pass to dirname(3).
Martijn van Duren
2020-10-13
move ifdef to make it clear we don't use __create_shmem()
Jonathan Gray
2020-10-13
Do some easy .data -> .rodata/.data.rel.ro conversions
Philip Guenther
2020-10-13
annoying whitespace gliches spotted during re-read
Theo de Raadt
2020-10-12
make fixed-sized fixed-value mib[] arrays be const
Theo de Raadt
2020-10-12
annoying whitespace
Theo de Raadt
2020-10-12
mib[2] is no longer used; ok guenther
Theo de Raadt
2020-10-12
Add support for the i.MX8M AHB clocks. These behave just like all the
Patrick Wildt
2020-10-12
OCOTP's parent clock is the IPG clock on i.MX8M.
Patrick Wildt
2020-10-12
Disable retguard for clang build.
mortimer
2020-10-12
update retguard list
Theo de Raadt
2020-10-12
Add RETGUARD implementation for powerpc and powerpc64.
mortimer
2020-10-12
Accommodate POSIX basename(3) that takes a non-const parameter and
Christian Weisgerber
2020-10-12
Accommodate POSIX basename(3) that takes a non-const parameter and
Christian Weisgerber
2020-10-12
avoid two overlong lines and drop an unused printf argument
Theo Buehler
2020-10-12
Fix build of tmpfs
Visa Hankala
2020-10-12
drop references to the SSL protocol because support was removed long ago;
Ingo Schwarze
2020-10-12
List and describe the recommended methods first and relegate the
Ingo Schwarze
2020-10-12
Use KASSERT() instead of if(x) panic() for NULL dereference checks.
Martin Pieuchot
2020-10-12
Zap unused family parameter from ssh_connect_direct()
kn
2020-10-12
Mention TP-LINK TL-NG421.
Kevin Lo
2020-10-12
Set the maximum frame size to RGE_JUMBO_FRAMELEN.
Kevin Lo
2020-10-11
UpdateHostkeys: check for keys under other names
Damien Miller
2020-10-11
UpdateHostkeys: better CheckHostIP handling
Damien Miller
2020-10-11
UpdateHostkeys: better detect manual host entries
Damien Miller
2020-10-11
Don't skip file systems just because the parent fs is nodev and nosuid.
Todd C. Miller
2020-10-11
In ssl_methods.c rev. 1.18, jsing@ deprecated *_server_method(3)
Ingo Schwarze
2020-10-11
Always allocate GOT header entries on powerpc.
Mark Kettenis
2020-10-11
SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNAL
Philip Guenther
2020-10-11
Implement more of RFC 8630 and support more than one URI in the TAL file.
Claudio Jeker
2020-10-11
Introduce repo_filename() a function that converts a URI into the local
Claudio Jeker
2020-10-11
Refactor kqueue_scan() to use a context: a "kqueue_scan_state struct".
Martin Pieuchot
2020-10-11
Stop exporting `wt_hwqueue' now that drivers don't advertise it.
Martin Pieuchot
2020-10-11
Align pool items on CACHELINESIZE when replacing linux kmem_cache with
Jonathan Gray
2020-10-11
Fix an assert conditioned on DTLS1_VERSION.
Joel Sing
2020-10-11
Handle absence of TLS certs while parsing the config
Theo Buehler
2020-10-11
Grow init_buf before stashing a handshake message for the legacy stack.
Joel Sing
2020-10-11
No longer need to cast away const in srtp_find_profile_by_name()
Theo Buehler
2020-10-11
Make profile_name const in srtp_find_profile_by_name()
Theo Buehler
2020-10-11
Update regress for method changes.
Joel Sing
2020-10-11
Condense and simplify TLS methods.
Joel Sing
2020-10-11
Unbreak regress following SRTP_PROTECTION_PROFILE const change.
Joel Sing
2020-10-11
Constipate srtp_known_profiles, pushing it into .data.rel.ro
Philip Guenther
2020-10-11
Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them into
Philip Guenther
2020-10-10
sync
Stuart Henderson
2020-10-10
Returning a void expression is weird; ok kettenis@ daniel@
Otto Moerbeek
2020-10-10
Handle spurious interrupts.
Mark Kettenis
[next]