openbsd
2023-02-16 jsingReimplement bn_add_words() and bn_sub_words() using...
2023-02-16 deraadtAdd pinsyscall(2). With this you can tell the kernel...
2023-02-16 deraadtexplain why ARIN TAL is not included.
2023-02-16 jsgremove the '(R)' from the intel cpu match pattern
2023-02-16 afresh1Regen en_US.UTF-8.src for Unicode 14.0.0
2023-02-16 afresh1Whitespace
2023-02-15 tobheproc_ispeer() is not used anywhere anymore so remove...
2023-02-15 mvsRelax kernel lock assertion within tsleep(9). The ...
2023-02-15 sashanpfsync(4) panics on NULL pointer dereference if there
2023-02-15 jsingPlace bn_mul_add_words() after bn_mul_words().
2023-02-15 claudiobgpd no longer immediatly opens the connection to its...
2023-02-15 kettenisThe GMAC on the Rockchip RK356x and RK3588 SoCs can...
2023-02-15 kettenisDon't print the version twice, but do print a newline...
2023-02-15 kettenisAdd GMAC-related RK356x clocks.
2023-02-15 florianUse correct order of arguments for shutdown(2).
2023-02-15 aoyamaNow Puffy comes on luna88k bootloader!
2023-02-15 jsgdrm/i915: Fix VBT DSI DVO port handling
2023-02-15 jsgdrm/i915: Initialize the obj flags for shmem objects
2023-02-15 jsgdrm/i915: Move fd_install after last use of fence
2023-02-15 jsgdrm/amd/display: fix cursor offset on rotation 180
2023-02-15 jsgdrm/amd/display: properly handling AGP aperture in...
2023-02-15 jsgdrm/amdgpu/smu: skip pptable init under sriov
2023-02-15 jsgdrm/amdgpu/fence: Fix oops due to non-matching drm_sche...
2023-02-15 jsgdrm/amd/pm: bump SMU 13.0.7 driver_if header version
2023-02-15 jsgdrm/amdgpu: Add unique_id support for GC 11.0.1/2
2023-02-15 jsgdrm/amd/pm: bump SMU 13.0.0 driver_if header version
2023-02-15 jsgdrm/amdgpu: Use the TGID for trace_amdgpu_vm_update_ptes
2023-02-15 jsgdrm/amd/pm: add SMU 13.0.7 missing GetPptLimit message...
2023-02-15 claudioUse the nowake channel for sys_nanosleep() instead...
2023-02-15 jsgdrm/i915: Don't do the WM0->WM1 copy w/a if WM1 is...
2023-02-15 jsgregen
2023-02-15 jsgadd a Navi 33 / Radeon RX 7600S device id
2023-02-15 tbsync
2023-02-15 tbzap tab
2023-02-15 afresh1sync - perl 5.36.0
2023-02-15 afresh1Apply pre-built unicore patch - perl-5.36.0
2023-02-15 afresh1Apply local patches - perl-5.36.0
2023-02-15 afresh1Fix merge issues, remove excess files - match perl...
2023-02-15 afresh1Import perl-5.36.0
2023-02-14 kettenisenable scmi(4)
2023-02-14 jsingRemove the misnamed and now unused mul, mul_add and...
2023-02-14 jsingReimplement bn_mul_words(), bn_mul_add_words() and...
2023-02-14 jsingProvide big number primitives for word addition/multipl...
2023-02-14 jsingMake BN_is_zero() check word values.
2023-02-14 jsingFix a -0 corner case in BN_div_internal()
2023-02-14 jsingReimplement BN_num_bits_word().
2023-02-14 jsingMake BN_set_negative() closer to constant time.
2023-02-14 jsingProvide bn_ct_{eq,ne}_zero{,_mask}() inline functions.
2023-02-14 jobFix handling of port numbers in host[:port]/module...
2023-02-14 claudioWhen initalizing a new peer, wait an extra 5 seconds...
2023-02-14 claudioNo longer wait for the RTR process to finish the config...
2023-02-14 tbAdd regress coverage for BN_num_bits_word()
2023-02-14 stspjca@ points out that the field I split in iwx(4) Rx...
2023-02-14 claudioAdd -mpls to the route monitor case. It is an allowed...
2023-02-14 jsguse pragma pack around PPTable_t definitions
2023-02-14 jsguse pragma pack around dmub_addr definition
2023-02-14 mvsregen
2023-02-14 mvsBackout previous. Assertion was triggered within tsleep().
2023-02-14 kettenisFix scmi(4) entry.
2023-02-14 jsgsmci -> scmi
2023-02-14 knTypofix -ssthresh in HISTORY
2023-02-13 deraadtsync
2023-02-13 kettenisscmi(4)
2023-02-13 kettenisAdd a driver for the ARM System Control and Management...
2023-02-13 kettenisAdd RK356x TSADC clocks.
2023-02-13 patrickAdd dwqe(4), a driver for the Synopsis DesignWare Ether...
2023-02-13 kettenisMention TCS4525.
2023-02-13 kettenisAdd support for the Shenzhen Tangcheng Technology TCS45...
2023-02-13 claudioAdjust function prototype of a stub function after...
2023-02-13 claudioPass struct rib_entry to rde_generate_updates() instead...
2023-02-13 kettenisSupport device trees with NOPs in them (like the kernel...
2023-02-13 stspFix an alignment issue in iwx(4) Rx descriptors.
2023-02-13 deraadtAlso lock the map in the execve-driven calls to uvm_map...
2023-02-13 deraadtUpon fork, copy the copyin_check structure to the new...
2023-02-13 mvsregen
2023-02-13 tbasn1x509 test: Remove unnecessary line continuations
2023-02-13 mvsPush kernel lock down to dopselect() and doppoll()...
2023-02-13 tbMerge dsa_sign.c and dsa_vrf.c into dsa_ossl.c
2023-02-13 tbdsa/dsa_sign.c: unindent by inverting logic for DSA_SIG...
2023-02-13 tbdsa/dsa_sign.c: shuffle functions into a more sensible...
2023-02-13 kettenisregen
2023-02-13 kettenisAdd Rockchip RK3566 and shorten the name for the RK3399.
2023-02-13 jsingRevise for negative zero changes.
2023-02-13 jsingAvoid negative zero.
2023-02-13 jsingSimplify BN_set_negative().
2023-02-13 jsingAdd currently failing negative zero check to BN_rshift...
2023-02-12 deraadtsync
2023-02-12 tbbump major after syscall removal
2023-02-12 mvsRename pipeselwakeup() to pipe_wakeup(). It doesn't...
2023-02-12 mvsregen
2023-02-12 mvsAdd "Micron Technology" vendor and MTFDKBA512QFM NVMe...
2023-02-12 aoyamam88k also needs to define PMAP_CHECK_COPYIN as 1.
2023-02-11 deraadtnon-padded 64-bit system calls arrived 2021/12/23,...
2023-02-11 deraadtsync
2023-02-11 deraadtnon-padded 64-bit system calls arrived 2021/12/23,...
2023-02-11 deraadtsync for __syscall removal
2023-02-11 deraadtsync
2023-02-11 deraadtcrank major because __syscall is gone
2023-02-11 deraadt__syscall() is no longer neccessary since the system...
2023-02-11 jmcsprinkle some Xr; from josiah frentsos
next