openbsd
2023-04-03 tbLink bn_gcd test to regress
2023-04-03 tbAdd regress coverage for BN_gcd() and BN_gcd_ct()
2023-04-03 miodFix stupid bug in previous.
2023-04-03 chelohaclockintr: clockintr_cpu_init(): isolate struct clockin...
2023-04-03 millertacpibtn_notify: ignore duplicate ACPI lid transitions
2023-04-03 claudioReduce indent in single_thread_check_locked() by invert...
2023-04-03 knStop writing pine64 firmware to disk
2023-04-03 claudioAdd first step of flowspec support. This adds the bits...
2023-04-03 dtuckerMove null check up and simplify process_escapes. Based...
2023-04-03 nicmClarify text for new -A slightly, GitHub issue 3508.
2023-04-03 dlgenable rkusbphy(4)
2023-04-03 dlgtry using a standard phy drivers registered with ofw...
2023-04-03 dlgadd support for enabling both the usb2 and usb3 phys.
2023-04-03 dlgregister mvneta so the interface can be found by node...
2023-04-03 dlgadd phy_enable_prop_idx() to work with phys under props...
2023-04-03 dlgspecial case phandle 0 and return NULL when looking...
2023-04-03 dlgadd glue for network interfaces to be found by fdt...
2023-04-03 dlgdo actual init of the phy itself when needed.
2023-04-03 chelohaclockintr: protect struct clockintr_queue with a mutex
2023-04-02 dlgfill out the list of quectel devices that should be...
2023-04-02 dlgregen
2023-04-02 dlgadd more quectel usb device ids
2023-04-02 tbFix table by using strings of proper lengths instead...
2023-04-02 miodUse #define instead of `char * const' for the repeated...
2023-04-02 miodAdd support for TEMPerGold 3.4 to ugold(4).
2023-04-02 miodRegen
2023-04-02 miodNew TEMPerGold device.
2023-04-02 sthenadd Ryuichi Sakamoto. rest in peace.
2023-04-02 tbRevert r1.9 and reinstate r1.6
2023-04-02 jsgadd Windows 11 _OSI strings
2023-04-02 kettenisAdd support for the RTL8211F-VD PHY.
2023-04-02 antonzap excessive semicolons; ok mglocker@
2023-04-02 kevlosync
2023-04-02 kevlonable ngbe(4) on install media. Passes 'make release...
2023-04-02 dvvmd(8): migrate vmd_vm.vm_ttyname to char array.
2023-04-02 dlgmanpage for rkusbphy(4)
2023-04-02 dlgadd rkusbphy(4), a driver for the usb2phy on rockchip...
2023-04-02 knRename get_softraid_{disks -> chunk}() and CRYPTO{DISK...
2023-04-02 chelohatc_init.9: miscellaneous cleanup and rewrites
2023-04-01 knLimit IFS scope to effect parsing code only
2023-04-01 ottoCheck all chunks in the delayed free list for write...
2023-04-01 krwUse char * const for the rest of the repeated GUID...
2023-04-01 tbPull static const data out of BN_value_one()
2023-04-01 tbIndent labels
2023-04-01 tbGroup the non-constant time gcd functions together
2023-04-01 kettenisrkiovd(4)
2023-04-01 kettenisEnable rkiovd(4)
2023-04-01 kettenisAdd rkiovd(4), a driver for the IO voltage domains...
2023-04-01 kettenisImplement regulator notifiers which get called when...
2023-04-01 jsgavoid use of uninitialised memory
2023-04-01 tbhorrible whitespace, mostly on non-code lines. no objec...
2023-04-01 dlgfollow quectel guidance on which usb interfaces umsm...
2023-03-31 dlgshuffle the code in umsm_match a bit.
2023-03-31 dlgdont match quectel ec25 by vendor+product id
2023-03-31 knregen after "BE-M1000" addition
2023-03-31 knAdd "Baikal Electronics" and their "BE-M1000" SoC
2023-03-31 tbAdd missing NULL check after group_get()
2023-03-31 mglockerEnable ufshci(4).
2023-03-31 bluhmFix white space.
2023-03-31 tbAdd regress coverage for the new behavior of BN_copy...
2023-03-31 tbCopy BN_FLG flags in BN_copy()
2023-03-31 krwRefactor partition type menu code, disentangling mbr...
2023-03-31 kettenisSince all arm64 assembly code in libc uses the ENTRY...
2023-03-31 kettenisAdd "bti c" where needed for BTI control flow integrety...
2023-03-31 kettenisCall entry point of the executable through register...
2023-03-31 tbInline only use of TS_VERIFY_CTX_init()
2023-03-31 krwOops. Missed eliminating unneeded double quotes in...
2023-03-31 jmcremove the whitespace in weird " / " constructs;
2023-03-31 jmcremove some unneccessary words and whitespace;
2023-03-31 kettenisregen
2023-03-31 kettenisAdd RTL8211F-VD, a new RTL8211F variant.
2023-03-31 krwBe more consistent in function naming. Functions taking or
2023-03-31 jsgremove unused unp_lock
2023-03-31 knFlip label separators to fix previous
2023-03-31 claudioWhen the slowcgi timeout fires but no process what...
2023-03-31 kevloEnable ngbe(4).
2023-03-31 kevloMan page for ngbe(4).
2023-03-31 kevlongbe(4), a driver for Wangxun WX1860 series Gigabit...
2023-03-31 kevloregen
2023-03-31 kevloAdd "Beijing WangXun Technology" vendor and WX1860...
2023-03-31 tbGuard use of GROUP_EC2N with #ifndef OPENSSL_NO_EC2M
2023-03-31 tbAdd a regress for the recent BIO_new_NDEF() write after...
2023-03-31 dtuckerExplicitly ignore return from waitpid here too.
2023-03-31 dtuckerExplictly ignore return codes where we don't check...
2023-03-31 dtuckerReturn immediately from get_sock_port if sock <0 so...
2023-03-31 djmdon't leak arg2 on parse_pubkey_algos error path; ok...
2023-03-31 djmclamp max number of GSSAPI mechanisms to 2048; ok dtucker
2023-03-31 djmdon't print key if printing hostname failed; with/ok...
2023-03-31 djmremove redundant test
2023-03-31 djmdon't attempt to decode a ridiculous number of attributes;
2023-03-31 jmatthewOnly send the used portion of struct idm_req in imsgs...
2023-03-31 djmremove unused variable; prompted by Coverity CID 291879
2023-03-31 kevloDocument i226.
2023-03-31 jsgdrm/amdkfd: Fix the memory overrun
2023-03-31 jsgdrm/amdkfd: add GC 11.0.4 KFD support
2023-03-31 jsgdrm/amdkfd: Fix the warning of array-index-out-of-bounds
2023-03-31 jsgdrm/amdkfd: introduce dummy cache info for property...
2023-03-31 jsgdrm/amdgpu: reposition the gpu reset checking for reuse
2023-03-31 jsgdrm/amdgpu: skip ASIC reset for APUs when go to S4
2023-03-31 jsgdrm/i915: Preserve crtc_state->inherited during state...
next