summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-04-29perl5.005_03Todd C. Miller
2023-02-14Remove the misnamed and now unused mul, mul_add and mul_add_c macros.Joel Sing
2023-02-14Reimplement bn_mul_words(), bn_mul_add_words() and bn_mul_comba{4,8}().Joel Sing
2023-02-14Provide big number primitives for word addition/multiplication.Joel Sing
2023-02-14Make BN_is_zero() check word values.Joel Sing
2023-02-14Fix a -0 corner case in BN_div_internal()Joel Sing
2023-02-14Reimplement BN_num_bits_word().Joel Sing
2023-02-14Make BN_set_negative() closer to constant time.Joel Sing
2023-02-14Provide bn_ct_{eq,ne}_zero{,_mask}() inline functions.Joel Sing
2023-02-14Fix handling of port numbers in rsync://host[:port]/module URLsJob Snijders
2023-02-14When initalizing a new peer, wait an extra 5 seconds before connectingClaudio Jeker
2023-02-14No longer wait for the RTR process to finish the config reload beforeClaudio Jeker
2023-02-14Add regress coverage for BN_num_bits_word()Theo Buehler
2023-02-14jca@ points out that the field I split in iwx(4) Rx descriptors is in a union.Stefan Sperling
2023-02-14Add -mpls to the route monitor case. It is an allowed address family.Claudio Jeker
2023-02-14use pragma pack around PPTable_t definitionsJonathan Gray
2023-02-14use pragma pack around dmub_addr definitionJonathan Gray
2023-02-14regenVitaliy Makkoveev
2023-02-14Backout previous. Assertion was triggered within tsleep().Vitaliy Makkoveev
2023-02-14Fix scmi(4) entry.Mark Kettenis
2023-02-14smci -> scmiJonathan Gray
2023-02-14Typofix -ssthresh in HISTORYKlemens Nanni
2023-02-13syncTheo de Raadt
2023-02-13scmi(4)Mark Kettenis
2023-02-13Add a driver for the ARM System Control and Management Interface, which,Mark Kettenis
2023-02-13Add RK356x TSADC clocks.Mark Kettenis
2023-02-13Add dwqe(4), a driver for the Synopsis DesignWare Ethernet QoS controllerPatrick Wildt
2023-02-13Mention TCS4525.Mark Kettenis
2023-02-13Add support for the Shenzhen Tangcheng Technology TCS4525 voltageMark Kettenis
2023-02-13Adjust function prototype of a stub function after change toClaudio Jeker
2023-02-13Pass struct rib_entry to rde_generate_updates() instead of struct rib.Claudio Jeker
2023-02-13Support device trees with NOPs in them (like the kernel version alreadyMark Kettenis
2023-02-13Fix an alignment issue in iwx(4) Rx descriptors.Stefan Sperling
2023-02-13Also lock the map in the execve-driven calls to uvm_map_check_copyin_add()Theo de Raadt
2023-02-13Upon fork, copy the copyin_check structure to the new map, otherwiseTheo de Raadt
2023-02-13regenVitaliy Makkoveev
2023-02-13asn1x509 test: Remove unnecessary line continuationsTheo Buehler
2023-02-13Push kernel lock down to dopselect() and doppoll() and unlock select(2),Vitaliy Makkoveev
2023-02-13Merge dsa_sign.c and dsa_vrf.c into dsa_ossl.cTheo Buehler
2023-02-13dsa/dsa_sign.c: unindent by inverting logic for DSA_SIG_free(NULL)Theo Buehler
2023-02-13dsa/dsa_sign.c: shuffle functions into a more sensible orderTheo Buehler
2023-02-13regenMark Kettenis
2023-02-13Add Rockchip RK3566 and shorten the name for the RK3399.Mark Kettenis
2023-02-13Revise for negative zero changes.Joel Sing
2023-02-13Avoid negative zero.Joel Sing
2023-02-13Simplify BN_set_negative().Joel Sing
2023-02-13Add currently failing negative zero check to BN_rshift() regress.Joel Sing
2023-02-12syncTheo de Raadt
2023-02-12bump major after syscall removalTheo Buehler
2023-02-12Rename pipeselwakeup() to pipe_wakeup(). It doesn't call selwakeup()Vitaliy Makkoveev