openbsd
2023-02-18 deraadtLookup the start,len of the "execve" stub in libc.so...
2023-02-17 deraadtValidate execve() libc stub location if kernel knows...
2023-02-17 deraadtDo not need KTRC_CODE__SYSCALL in the ktrace files...
2023-02-17 deraadtKTRC_CODE__SYSCALL is never set anymore, because __sysc...
2023-02-17 miodRemove redundant assignment; ok millert@
2023-02-17 miodOnly compile _ng_print() #ifdef DEBUG_NG; ok millert@
2023-02-17 miodRemove unused variables; ok millert@
2023-02-17 jobUpdate AUTHORS section
2023-02-17 jobUse %R technical report macro for RFCs
2023-02-17 jsgspelling
2023-02-17 jsingProvide optimised versions of bn_addw() and bn_subw...
2023-02-17 jsingRemove now unused tangle of mul*/sqr* and BN_UMULT_...
2023-02-17 jsingReimplement bn_sqr_comba{4,8}().
2023-02-17 dtuckerRemove now-unused compat bit SSH_BUG_RSASIGMD5. The...
2023-02-17 dtuckerRemove now-unused compat bit SSH_BUG_BIGENDIANAES....
2023-02-16 jmc- remove a leftover .El
2023-02-16 miodRemove obsolete __HAVE_VM_PAGE_MD define - all platform...
2023-02-16 jobUpdate references in STANDARDS section to use Rs blocks
2023-02-16 knRewrite bsort() from hand-rolled recursive to simpler...
2023-02-16 kettenisEnable dwqe(4).
2023-02-16 kettenisFix MAC address register offsets.
2023-02-16 tbRevert r1.63.
2023-02-16 jobAdd missing RFC 6487 section 4.8.6 CRLDP compliance...
2023-02-16 jsingEnable s2n-bignum word_clz() on amd64.
2023-02-16 jsingUse bn_addw() in bn_mulw(), rather than duplicating...
2023-02-16 jsingChange include from _internal_s2n_bignum.h to s2n_bignu...
2023-02-16 jsingInclude the ISC license from s2n-bignum's LICENSE file.
2023-02-16 jsingBring in word_clz.S from s2n-bignum for amd64.
2023-02-16 jsingRename bn_umul_hilo() to bn_mulw().
2023-02-16 tbzap stray empty line
2023-02-16 dtuckerRemove SSH_BUG_PASSWORDPAD compat bit since it's no...
2023-02-16 jsingAdd missing masks to accumulator version of bn_umul_hilo()
2023-02-16 claudioregen
2023-02-16 claudioutrace(2) can run without kernel lock. Now ktruser...
2023-02-16 claudioLike other ktrace functions make ktruser() callable...
2023-02-16 tblibressl *_namespace.h: adjust *_ALIAS() to require...
2023-02-16 dtuckerRemove SSH_BUG_IGNOREMSG compat flag since it's only...
2023-02-16 deraadtsync
2023-02-16 deraadtDocument pinsyscall(2). The ld.so and kernel enforceme...
2023-02-16 deraadtsync
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
next