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