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
2024-07-13
Reduce if_indextoname(3) usage.
Florian Obser
2024-07-13
Implement some more suspend/resume Linux compat such that inteldrm(4) can
Mark Kettenis
2024-07-13
Mention nvme(4) and gdt(4) as devices that register with bio(4).
Kenneth R Westerback
2024-07-13
Unify X.509v3 extension methods
Theo Buehler
2024-07-13
Revert the vdoom change, while it prevents the crashes on joel's go
Bob Beck
2024-07-13
NULL check must be inside the loop. found tobhe
YASUOKA Masahiko
2024-07-13
Fix radius.c again^2. Cancel previous and revert the latest one
YASUOKA Masahiko
2024-07-13
Fix radius.c again. Previous was old one.
YASUOKA Masahiko
2024-07-13
Add condition to ip_gre.c in files.
Alexander Bluhm
2024-07-13
Use calloc(3) instead of malloc(3). "accounting" is used without
YASUOKA Masahiko
2024-07-13
grammar/macro fixes for the radius text;
Jason McIntyre
2024-07-13
Fix radius.c. Previous it was broken.
YASUOKA Masahiko
2024-07-13
Add RADIUS support. Authentication, accounting, and "Dynamic
YASUOKA Masahiko
2024-07-13
Mark IP protocol GRE as MP safe from socket layer.
Alexander Bluhm
2024-07-13
Previous commit broke RAMDISK_CD kernel build. Always include udp.h
Alexander Bluhm
2024-07-13
Do not store full IPv6 packet in common forwarding case.
Alexander Bluhm
2024-07-13
Backout previous change related to not freeing memory on suspend.
Dave Voutila
2024-07-13
Implement investigate kernel corefile to lldb.
ASOU Masato
2024-07-12
Remove internet PCB mutex.
Alexander Bluhm
2024-07-12
Rewrite bytes/sec calculation using fixed point math.
Florian Obser
2024-07-12
Fix the horrible and undocumented behaviour of X509_check_trust
Bob Beck
2024-07-12
Switch `so_snd' of udp(4) sockets to the new locking scheme.
Vitaliy Makkoveev
2024-07-12
Fix a typo in log
YASUOKA Masahiko
2024-07-12
Fix Disconnect-Ack not to have an Error-Cause attribute. Tweak
YASUOKA Masahiko
2024-07-12
Clean up in X509_check_trust.
Bob Beck
2024-07-12
Simplify nvme suspend/resume by resetting queues and not deallocating
Dave Voutila
2024-07-12
vmd(8): Fix error handling in tx path.
Jan Klemkow
2024-07-12
refactor the signal handlers for clarity, inverting the situation:
Theo de Raadt
2024-07-12
Quiet vmd debug logging about page faults.
Dave Voutila
2024-07-12
manual ret-clean; ok mlarkin
Theo de Raadt
2024-07-12
Recommend veb(4) instead of bridge(4).
Florian Obser
2024-07-12
UTF-8 keys now contain the internal representation and not the Unicode
Nicholas Marriott
2024-07-12
Improve signal handlers guidance.
Theo de Raadt
2024-07-12
Add pool to allocate individual rtkit task arguments instead of passing a
Tobias Heider
2024-07-12
Drop the unused evp include
Theo Buehler
2024-07-12
Rename the sk in this file to exts
Theo Buehler
2024-07-12
Avoid using ret for an X509_EXTENSION
Theo Buehler
2024-07-12
Tweak variable names in X509v3_add_ext()
Theo Buehler
2024-07-12
Rename crit to critical in this file
Theo Buehler
2024-07-12
Simplify X509_EXTENSION_get_critical()
Theo Buehler
2024-07-12
Lose a few extra lines in X509_EXTENSION_set_object()
Theo Buehler
2024-07-12
Streamline X509_EXTENSION_create_by_OBJ()
Theo Buehler
2024-07-12
Improve duplicate detection and repo_move_valid
Claudio Jeker
2024-07-12
Clean up X509_EXTENSION_create_by_NID()
Theo Buehler
2024-07-12
Run sysctl net.inet.ip.forwarding without net lock.
Alexander Bluhm
2024-07-12
Rewrite X509v3_add_ext()
Theo Buehler
2024-07-12
Rename the variable c to ok. It returns if the file failed to parse or not.
Claudio Jeker
2024-07-12
Simplify X509v3_get_ext() and X509v3_delete_ext()
Theo Buehler
2024-07-12
Align X509v3_get_ext_by_critical() with X509v3_get_ext_by_OBJ()
Theo Buehler
2024-07-12
Clean up X509v3_get_ext_by_OBJ()
Theo Buehler
[next]