summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-02manpage for rkusbphy(4)David Gwynne
2023-04-02add rkusbphy(4), a driver for the usb2phy on rockchip SoCs.David Gwynne
2023-04-02Rename get_softraid_{disks -> chunk}() and CRYPTO{DISK -> CHUNK}Klemens Nanni
2023-04-02tc_init.9: miscellaneous cleanup and rewritesScott Soule Cheloha
2023-04-01Limit IFS scope to effect parsing code onlyKlemens Nanni
2023-04-01Check all chunks in the delayed free list for write-after-free.Otto Moerbeek
2023-04-01Use char * const for the rest of the repeated GUID strings. MoreKenneth R Westerback
2023-04-01Pull static const data out of BN_value_one()Theo Buehler
2023-04-01Indent labelsTheo Buehler
2023-04-01Group the non-constant time gcd functions togetherTheo Buehler
2023-04-01rkiovd(4)Mark Kettenis
2023-04-01Enable rkiovd(4)Mark Kettenis
2023-04-01Add rkiovd(4), a driver for the IO voltage domains on Rockchip SoCs. ThisMark Kettenis
2023-04-01Implement regulator notifiers which get called when the voltage/currentMark Kettenis
2023-04-01avoid use of uninitialised memoryJonathan Gray
2023-04-01horrible whitespace, mostly on non-code lines. no object changeTheo Buehler
2023-04-01follow quectel guidance on which usb interfaces umsm should match.David Gwynne
2023-03-31shuffle the code in umsm_match a bit.David Gwynne
2023-03-31dont match quectel ec25 by vendor+product idDavid Gwynne
2023-03-31regen after "BE-M1000" additionKlemens Nanni
2023-03-31Add "Baikal Electronics" and their "BE-M1000" SoCKlemens Nanni
2023-03-31Add missing NULL check after group_get()Theo Buehler
2023-03-31Enable ufshci(4).Marcus Glocker
2023-03-31Fix white space.Alexander Bluhm
2023-03-31Add regress coverage for the new behavior of BN_copy() with respect toTheo Buehler
2023-03-31Copy BN_FLG flags in BN_copy()Theo Buehler
2023-03-31Refactor partition type menu code, disentangling mbr and gptKenneth R Westerback
2023-03-31Since all arm64 assembly code in libc uses the ENTRY* macros fromMark Kettenis
2023-03-31Add "bti c" where needed for BTI control flow integrety checks.Mark Kettenis
2023-03-31Call entry point of the executable through register x17. This allows itMark Kettenis
2023-03-31Inline only use of TS_VERIFY_CTX_init()Theo Buehler
2023-03-31Oops. Missed eliminating unneeded double quotes in previous.Kenneth R Westerback
2023-03-31remove the whitespace in weird " / " constructs;Jason McIntyre
2023-03-31remove some unneccessary words and whitespace;Jason McIntyre
2023-03-31regenMark Kettenis
2023-03-31Add RTL8211F-VD, a new RTL8211F variant.Mark Kettenis
2023-03-31Be more consistent in function naming. Functions taking orKenneth R Westerback
2023-03-31remove unused unp_lockJonathan Gray
2023-03-31Flip label separators to fix previousKlemens Nanni
2023-03-31When the slowcgi timeout fires but no process what yet started terminateClaudio Jeker
2023-03-31Enable ngbe(4).Kevin Lo
2023-03-31Man page for ngbe(4).Kevin Lo
2023-03-31ngbe(4), a driver for Wangxun WX1860 series Gigabit Ethernet devices.Kevin Lo
2023-03-31regenKevin Lo
2023-03-31Add "Beijing WangXun Technology" vendor and WX1860 series NICs.Kevin Lo
2023-03-31Guard use of GROUP_EC2N with #ifndef OPENSSL_NO_EC2MTheo Buehler
2023-03-31Add a regress for the recent BIO_new_NDEF() write after freeTheo Buehler
2023-03-31Explicitly ignore return from waitpid here too.Darren Tucker
2023-03-31Explictly ignore return codes where we don't check them. From DmitryDarren Tucker
2023-03-31Return immediately from get_sock_port if sock <0 so we don't callDarren Tucker