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