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