Age | Commit message (Expand) | Author |
2024-10-17 | drm/crtc: fix uninitialized variable use even harder | Jonathan Gray |
2024-10-17 | use rw_status instead of interpreting RWL_OWNER to see if a lock is busy. | David Gwynne |
2024-10-17 | Add pinctrl support. | Mark Kettenis |
2024-10-17 | Switch pane-colors and cursor-style options to be in alphabetical order, | Nicholas Marriott |
2024-10-17 | Allow attributes in menu style, from Japin Li in GitHub issue 4194. | Nicholas Marriott |
2024-10-17 | Remove a lot of #include stanzas which used to be required by code found in | Miod Vallat |
2024-10-17 | create_tempfile: pass pointer to full pathname to strlcat() | Todd C. Miller |
2024-10-17 | Split ec_asn1_parameters2group() into digestible pieces | Theo Buehler |
2024-10-17 | Provide crypto_cpu_caps_init() as a CPU capability detection entry point. | Joel Sing |
2024-10-17 | Remove run once code from OPENSSL_cpuid_setup(). | Joel Sing |
2024-10-17 | Shortcut cursig when called during sleep setup. | Claudio Jeker |
2024-10-17 | regen | David Gwynne |
2024-10-17 | Kingston SNV2S nvme device | David Gwynne |
2024-10-17 | regen | David Gwynne |
2024-10-17 | ampere altra pci ports | David Gwynne |
2024-10-17 | libssl: rework cert signature security level | Theo Buehler |
2024-10-17 | remove unneeded task.h include, missed in rev 1.67 | Jonathan Gray |
2024-10-17 | include <dev/ic/bcm2835_dmac.h> not "dev/ic/bcm2835_dmac.h" | Jonathan Gray |
2024-10-17 | remove unneeded if_wg.h and pfsync.h includes | Jonathan Gray |
2024-10-17 | use <machine/asm.h> not "machine/asm.h", for consistency | Jonathan Gray |
2024-10-17 | remove unneeded includes | Jonathan Gray |
2024-10-16 | EC ASN.1: add reminder that the simple method might also want testing | Theo Buehler |
2024-10-16 | Implement Wei25519 to exercise some more elliptic curve code | Theo Buehler |
2024-10-16 | a.out is no longer the commonly encountered binary file format, the world has | Miod Vallat |
2024-10-16 | Deliver SIGTRAP, rather than SIGEMT, when a TADDccTV or TSUBccTV instruction | Miod Vallat |
2024-10-16 | Deliver SIGTRAP, rather than SIGEMT, for trap instructions which are neither | Miod Vallat |
2024-10-16 | cut tun_init() out, it does pointless work. | David Gwynne |
2024-10-16 | remove SIOCSIFDSTADDR from the network ioctls. | David Gwynne |
2024-10-16 | rpki-client: sprinkle some const | Theo Buehler |
2024-10-16 | remove unneeded frame.h and riscvreg.h includes | Jonathan Gray |
2024-10-15 | rpki-client/openssl: eliminate pointless OpenSSL deprecation vomit | Theo Buehler |
2024-10-15 | rust-openssl: set resolver="2" for workspace | Theo Buehler |
2024-10-15 | Unindent error check in EC_GROUP_set_generator() | Theo Buehler |
2024-10-15 | Enable sig-stop3 regress test. It should no longer fail now. | Claudio Jeker |
2022-10-20 | Provide a harness driving rust-openssl's regress tests | Theo Buehler |
2024-10-15 | Add PS_STOPPED to the flags | Claudio Jeker |
2024-10-15 | Indicate that a process has stopped by setting PS_STOPPED flag | Claudio Jeker |
2024-10-15 | Fix runtime calculation. Assiging ts to spc_runtime does not work if ts | Claudio Jeker |
2024-10-15 | Use pr instead of p->p_p like everywhere else in exit1. | Claudio Jeker |
2024-10-15 | remove unneeded pte.h include | Jonathan Gray |
2024-10-15 | Switch ec_asn1_group2parameters() to get0_{order,cofactor}() | Theo Buehler |
2024-10-15 | Provide EC_GROUP_get0_cofactor() for internal use | Theo Buehler |
2024-10-15 | remove struct arpreq from net/if_arp.h | Jonathan Gray |
2024-10-15 | grow i386 media a bit | Theo de Raadt |
2024-10-14 | mention SshdAuthPath option; ok djm@ | Christian Weisgerber |
2024-10-14 | Set ACS flag for REP. Reported by Romain Francoise, GitHub issue 4182. | Nicholas Marriott |
2024-10-14 | Make NULL checks in ec_asn1_group2curve() explicit | Theo Buehler |
2024-10-14 | Extend ec_asn1_test to check for correct curve coefficient encoding | Theo Buehler |
2024-10-14 | Fix field element encoding for elliptic curve coefficients | Theo Buehler |
2024-10-14 | Drop an obvious comment and fix indent for setting the seed | Theo Buehler |