summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-27drm/edid: Fix minimum bpc supported with DSC1.2 for HDMI sinkJonathan Gray
2023-02-27syncTheo de Raadt
2023-02-27Include varags types in sys/syscalls.h commentAndrew Fresh
2023-02-26clockintr: add a kernel-facing APIScott Soule Cheloha
2023-02-26Add a few missing bounds checks when processing terminal escape sequences.Miod Vallat
2023-02-26Defragment mbufs in the tx path to work around a (not fully understood)Mark Kettenis
2023-02-26RK3588 support.Mark Kettenis
2023-02-26Modern Rockchip SoCs, such as the RK356x and RK3588, use a differentMark Kettenis
2023-02-25Use separate lines instead of semicolons.Brent Cook
2023-02-25regenVitaliy Makkoveev
2023-02-25Unlock select(2), pselect(2), poll(2) and ppoll(2).Vitaliy Makkoveev
2023-02-24Change to use the default bsd.prog.mk "install" target.Kenji Aoyama
2023-02-24Try to warn about syscall() possibly being deleted from libc in theTheo de Raadt
2023-02-24switch mips64 ld.lld to execute-only, in case someone uses itTheo de Raadt
2023-02-24disable jump tables by default on sparc64, in prep for xonly by defaultTheo de Raadt
2023-02-24Do not held the vm_map lock while flushing pages in msync(2) and madvise(2).Martin Pieuchot
2023-02-23Remove dangerous user-settable "addr" variable from MI boot loader, andMiod Vallat
2023-02-23Introduce X509_get0_uids() accessor functionJob Snijders
2023-02-23openssl speed: avoid bad pluralTheo Buehler
2023-02-23Make bootloader 'time' command work correctly on luna88k.Kenji Aoyama
2023-02-23rpki-client: simplify parse_load_crl_from_mft()Theo Buehler
2023-02-23When parsing MFT the CRL referenced by the MFT is loaded and verified atClaudio Jeker
2023-02-23Use explicit .text instead of .previous to please Windows/MinGW on amd64Theo Buehler
2023-02-23Fix up the .rodata segment's name for Windows as well.Theo Buehler
2023-02-23Fix ethertype for NSH. RFC 8300 states ethertype 0x894F has beenMoritz Buhl
2023-02-23drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT listJonathan Gray
2023-02-23drm/amd/display: Fail atomic_check early on normalize_zpos errorJonathan Gray
2023-02-23drm/amd/amdgpu: fix warning during suspendJonathan Gray
2023-02-23drm/amd/display: Properly handle additional cases where DCN is not supportedJonathan Gray
2023-02-23drm/amdgpu: Enable vclk dclk node for gc11.0.3Jonathan Gray
2023-02-23drm/amdgpu: enable HDP SD for gfx 11.0.3Jonathan Gray
2023-02-23drm/amd/display: Reset DMUB mailbox SW state after HW resetJonathan Gray
2023-02-23drm/amd/display: Unassign does_plane_fit_in_mall function from dcn3.2Jonathan Gray
2023-02-23drm/amd/display: Adjust downscaling limits for dcn314Jonathan Gray
2023-02-23drm/amd/display: Add missing brackets in calculationJonathan Gray
2023-02-23adjust documentation for ktrace.h changes. utrace() is now easier to useTheo de Raadt
2023-02-23include two required header files, because we want people to use utrace()Theo de Raadt
2023-02-22Explicitly initialize vmd_vm pointer with NULL before calling vm_register.Moritz Buhl
2023-02-22remove .Pp before .Sh;Jason McIntyre
2023-02-22Point to <signal.h> and not <sys/signal.h>: the latter isPhilip Guenther
2023-02-22Don't mention <sys/signal.h>: <pthread_np.h> pulls in everything that'sPhilip Guenther
2023-02-22Prefer 'argument' over 'parameter' when refering to the valuePhilip Guenther
2023-02-22Prefer "get or set" over "get/set" or "get and set".Philip Guenther
2023-02-22Adjust parentheses in mont->ri assignment.Joel Sing
2023-02-22Replace bn_sub_part_words() with bn_sub().Joel Sing
2023-02-22Rework bn_add()/bn_sub() to operate on word arrays.Joel Sing
2023-02-22Rewrite and simplify BN_MONT_CTX_set()Joel Sing
2023-02-22fix progressmeter corruption on wide displays; bz3534Damien Miller
2023-02-21adress -> address;Jason McIntyre
2023-02-21rpki-client: refactor manifest/crl parsing a bitTheo Buehler