summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-16Use bn_addw() in bn_mulw(), rather than duplicating add with carry code.Joel Sing
2023-02-16Change include from _internal_s2n_bignum.h to s2n_bignum_internal.h.Joel Sing
2023-02-16Include the ISC license from s2n-bignum's LICENSE file.Joel Sing
2023-02-16Bring in word_clz.S from s2n-bignum for amd64.Joel Sing
2023-02-16Rename bn_umul_hilo() to bn_mulw().Joel Sing
2023-02-16zap stray empty lineTheo Buehler
2023-02-16Remove SSH_BUG_PASSWORDPAD compat bit since it's no longer used.Darren Tucker
2023-02-16Add missing masks to accumulator version of bn_umul_hilo()Joel Sing
2023-02-16regenClaudio Jeker
2023-02-16utrace(2) can run without kernel lock. Now ktruser() will take theClaudio Jeker
2023-02-16Like other ktrace functions make ktruser() callable without kernel lockClaudio Jeker
2023-02-16libressl *_namespace.h: adjust *_ALIAS() to require a semicolonTheo Buehler
2023-02-16Remove SSH_BUG_IGNOREMSG compat flag since it's only applicable to SSH1Darren Tucker
2023-02-16syncTheo de Raadt
2023-02-16Document pinsyscall(2). The ld.so and kernel enforcement code is notTheo de Raadt
2023-02-16syncTheo de Raadt
2023-02-16Reimplement bn_add_words() and bn_sub_words() using bignum primitives.Joel Sing
2023-02-16Add pinsyscall(2). With this you can tell the kernel the locationTheo de Raadt
2023-02-16explain why ARIN TAL is not included.Theo de Raadt
2023-02-16remove the '(R)' from the intel cpu match patternJonathan Gray
2023-02-16Regen en_US.UTF-8.src for Unicode 14.0.0Andrew Fresh
2023-02-16WhitespaceAndrew Fresh
2023-02-15proc_ispeer() is not used anywhere anymore so remove it everywhere.Tobias Heider
2023-02-15Relax kernel lock assertion within tsleep(9). The `nowake' channel isVitaliy Makkoveev
2023-02-15pfsync(4) panics on NULL pointer dereference if thereAlexandr Nedvedicky
2023-02-15Place bn_mul_add_words() after bn_mul_words().Joel Sing
2023-02-15bgpd no longer immediatly opens the connection to its peers so insteadClaudio Jeker
2023-02-15The GMAC on the Rockchip RK356x and RK3588 SoCs can only do 32-bit DMAMark Kettenis
2023-02-15Don't print the version twice, but do print a newline before attaching theMark Kettenis
2023-02-15Add GMAC-related RK356x clocks.Mark Kettenis
2023-02-15Use correct order of arguments for shutdown(2).Florian Obser
2023-02-15Now Puffy comes on luna88k bootloader!Kenji Aoyama
2023-02-15drm/i915: Fix VBT DSI DVO port handlingJonathan Gray
2023-02-15drm/i915: Initialize the obj flags for shmem objectsJonathan Gray
2023-02-15drm/i915: Move fd_install after last use of fenceJonathan Gray
2023-02-15drm/amd/display: fix cursor offset on rotation 180Jonathan Gray
2023-02-15drm/amd/display: properly handling AGP aperture in vm setupJonathan Gray
2023-02-15drm/amdgpu/smu: skip pptable init under sriovJonathan Gray
2023-02-15drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/finiJonathan Gray
2023-02-15drm/amd/pm: bump SMU 13.0.7 driver_if header versionJonathan Gray
2023-02-15drm/amdgpu: Add unique_id support for GC 11.0.1/2Jonathan Gray
2023-02-15drm/amd/pm: bump SMU 13.0.0 driver_if header versionJonathan Gray
2023-02-15drm/amdgpu: Use the TGID for trace_amdgpu_vm_update_ptesJonathan Gray
2023-02-15drm/amd/pm: add SMU 13.0.7 missing GetPptLimit message mappingJonathan Gray
2023-02-15Use the nowake channel for sys_nanosleep() instead of handrolling the same.Claudio Jeker
2023-02-15drm/i915: Don't do the WM0->WM1 copy w/a if WM1 is already enabledJonathan Gray
2023-02-15regenJonathan Gray
2023-02-15add a Navi 33 / Radeon RX 7600S device idJonathan Gray
2023-02-15syncTheo Buehler
2023-02-15zap tabTheo Buehler