summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-10Use is_pseudoprime instead of is_prime in bn_bpsw.cTheo Buehler
2023-05-10New udl(4) device, reported by "S V" on tech@Miod Vallat
2023-05-10regenMiod Vallat
2023-05-10New udl(4) device, reported by "S V" on tech@Miod Vallat
2023-05-10Add flag SDEV_UFI so umass_scsi_attach() can provide informationKenneth R Westerback
2023-05-10Reset the io_time (io timeout value) when the timer expires. Without thisClaudio Jeker
2023-05-10switch two ASN1_STRING_data() to ASN1_STRING_get0_data()Omar Polo
2023-05-10Display correct type name for Microsoft basic data GPTKenneth R Westerback
2023-05-10Microsoft GPT partition attributes can appear on partitions otherKenneth R Westerback
2023-05-10Add Miller-Rabin test for random bases to BPSWTheo Buehler
2023-05-10Implement TCP send offloading, for now in software only. This isAlexander Bluhm
2023-05-10Remove now-unused prototypes for ssh1 RSA functions. From lengyijun viaDarren Tucker
2023-05-10cast off_t to long long int for printingOmar Polo
2023-05-10constify day, month and tzOmar Polo
2023-05-10As mmap(2) is no longer a LOCK syscall, do away with the extraOtto Moerbeek
2023-05-10Add a hint on using letsencrypt-staging for testingTheo Buehler
2023-05-10cast time_t to long long for printf, reduces the diff with -portableOmar Polo
2023-05-10add a few missing headers, reduces the diff with -portableOmar Polo
2023-05-10remove trailing whitespaceOmar Polo
2023-05-09macro line fix;Jason McIntyre
2023-05-09Make malloc tests that set flags more robust against the user alsoOtto Moerbeek
2023-05-09Adjust bgplgd after renaming of the invalid option in bgpctl.Claudio Jeker
2023-05-09Don't return EPIPE from pipe kqfilterVisa Hankala
2023-05-09update port-modules(5) with default font type changesStuart Henderson
2023-05-09Rename 'invalid' to 'disqualified' in the 'show rib' table.Claudio Jeker
2023-05-09Properly handle references for nexthops and labels in filterset_copy()Claudio Jeker
2023-05-09Inline once-used variable to sync all uvm_map_clean() callersKlemens Nanni
2023-05-09rpki-client: use partial chains in certificate validationTheo Buehler
2023-05-09Apparently there is no need to set the PS2 field.Mark Kettenis
2023-05-09Make failure mode of EVP_AEAD_CTX_new() more explicitTheo Buehler
2023-05-09Add regress coverage for -1 modulus as well.Theo Buehler
2023-05-09bn_exp: also special case -1 modulusTheo Buehler
2023-05-09Rewrite BN_bn2hex() using CBB/CBS.Joel Sing
2023-05-09Rewrite BN_bn2dec() using CBB/CBS.Joel Sing
2023-05-09switch pflogd from using a bpf read timeout to a wait timeout.David Gwynne
2023-05-08fix up some formatting in the pf_state_list comment.David Gwynne
2023-05-08Prevent signed integer overflowTobias Stoeckmann
2023-05-08Improve error handlingTobias Stoeckmann
2023-05-08cron: bounds check the high and low bounds for in a random range.Todd C. Miller
2023-05-08Rename the other_ctx in X509_STORE_CTX into trustedTheo Buehler
2023-05-08Add RCS tagTheo Buehler
2023-05-08The call to in_proto_cksum_out() is only needed before the packetAlexander Bluhm
2023-05-08To make ND6 mp-safe, the life time of struct llinfo_nd6 *ln =Alexander Bluhm
2023-05-08Fix a potential mem-leak in usm_decrypt().Gerhard Roth
2023-05-08As the nd6 mutex protects the lifetime of struct llinfo_nd6 ln,Alexander Bluhm
2023-05-08Enable malloc_errs testOtto Moerbeek
2023-05-08Add a regress test to test various malloc API and heap mismanagementOtto Moerbeek
2023-05-08Reorder struct grid_cell_entryTheo Buehler
2023-05-08X509_verify_cert(): Garbage collect the unused roots variableTheo Buehler
2023-05-08Avoid trailing whitespace in extension printingTheo Buehler