summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-25revert pf.c r1.1152 again: move pf_purge out from under the kernel lockAlexander Bluhm
2022-11-25Revert previous commit. It was not properly tested and produces splassertMark Kettenis
2022-11-25In bio.h rev. 1.46/1.47 (Oct/Nov 2021), tb@ provided BIO_get_init(3).Ingo Schwarze
2022-11-25Do not crash when a tcp query is larger than the length fieldAlexander Bluhm
2022-11-25Revert hunk accidentially committed in r1.248 "Clarify/typofix comments"Klemens Nanni
2022-11-25Add ld.so linker script for mips64Visa Hankala
2022-11-25Units generally help...Theo Buehler
2022-11-25get rid of NET_LOCK in the pf purge workDavid Gwynne
2022-11-25nvme can do 64bit dma.David Gwynne
2022-11-24Major overhaul.Ingo Schwarze
2022-11-24Mark BN_options() and BN_prime_checks as obsolete;Ingo Schwarze
2022-11-24sycnTheo de Raadt
2022-11-24Merge the second y_bit check into the first one where it belongsTheo Buehler
2022-11-24Simplify y_bit handling in compressed coordinatesTheo Buehler
2022-11-24Clean up EC_METHOD and EC_GROUP definitionsTheo Buehler
2022-11-24Expose the complete set of ID registers as defined in the current versionMark Kettenis
2022-11-24Document a few more ID register bits. This should add most of the stuffMark Kettenis
2022-11-24Don't report unknown apic structure types if they're in the OEM reservedJonathan Matthew
2022-11-24Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1.Joel Sing
2022-11-24Call bn_expand() rather than handrolling an equivalent.Joel Sing
2022-11-24Remove netlock assertion within PF_LOCK(). The netlock should be takenVitaliy Makkoveev
2022-11-23pwmleds(4)Mark Kettenis
2022-11-23Add pwmleds(4), a driver for PWM controlled LEDs.Mark Kettenis
2022-11-23Fix sparc64 build/runKlemens Nanni
2022-11-23Add void casts since gcc 4.2.1 on sparc64 doesn't like the missing returnTheo Buehler
2022-11-23Remove unused NDPRF_* defines; dead since 2017 sys/netinet6/nd6.c r1.210Klemens Nanni
2022-11-23Remove unused struct in6_ndifreq; dead since 2013 sys/netinet6/in6_var.h r1.37Klemens Nanni
2022-11-23Remove unused struct prf_ra; dead since 2017 sys/netinet/icmp6.h r1.45Klemens Nanni
2022-11-23Several improvements required for <openssl/bn.h>:Ingo Schwarze
2022-11-23Inline useless ND_IFINFO() macroKlemens Nanni
2022-11-23Let nd6_if{at,de}tach() be void and take an ifp argumentKlemens Nanni
2022-11-23Make a stupid compiler on a stupid OS happy.Theo Buehler
2022-11-23Make `so' dereference safe within pflow_output_process().Vitaliy Makkoveev
2022-11-23Remove unused struct ifnet's *if_afdata[] and struct domain's dom_if{at,de}ta...Klemens Nanni
2022-11-23Add *if_nd to struct ifnet, call nd6_if{at,de}tach() directlyKlemens Nanni
2022-11-23iked(8) is proposing as wellKlemens Nanni
2022-11-23cache ps_auxinfo inside the kernel, to avoid codedump() reading theMoritz Buhl
2022-11-23bn_unit: appease coverityTheo Buehler
2022-11-23asn1_string_to_utf8 test: appease coverityTheo Buehler
2022-11-23ND_IFINFO() cannot be NULL, use inline read-only idiom for clarityKlemens Nanni
2022-11-23Neuter getrlimit dance, it's not portable enough. Stupid Windows.Theo Buehler
2022-11-23Recommit previous "Remove useless struct in6_ifextra"Klemens Nanni
2022-11-23Fix leaks in ecx_set_{priv,pub}_key()Theo Buehler
2022-11-23Reverse arguments in CBS_dup()Theo Buehler
2022-11-23Fix inconsequential copy-paste errorTheo Buehler
2022-11-23syncTheo de Raadt
2022-11-23Use bn_wexpand() rather than bn_expand() with sizeof(BN_ULONG).Joel Sing
2022-11-23Ensure that bn_expand()/bn_wexpand() fail on negative sizes.Joel Sing
2022-11-23Turn bn_wexpand() into a function.Joel Sing
2022-11-23Move bn_expand() under bn_expand2().Joel Sing