summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-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-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-23Make bootloader 'time' command work correctly on luna88k.Kenji Aoyama
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-23include two required header files, because we want people to use utrace()Theo de Raadt
2023-02-21for process kills due to execve from non-pinned syscall address, exportTheo de Raadt
2023-02-21Attach Apollo Lake HD Audio device, enabling audio on machines with it.Brian Callahan
2023-02-21Set the current pmap in macppc's pmap_activateGeorge Koehler
2023-02-20Rewrite the ROM walk logic to correctly iterate over non-STI ROMs (and skipMiod Vallat
2023-02-20Wrap all printf calls in sti_check_rom() in order to automagically cope withMiod Vallat
2023-02-20Unbreak RAMDISK build by adding a check for MULTIPROCESSOR.Patrick Wildt
2023-02-19Make pinsyscall(2) always available for pledged processes. Needed by pledgeAnton Lindqvist
2023-02-19Add support for deep(er) idle states that can be entered using PSCI. ForMark Kettenis
2023-02-19Do not let the iwx init task run in parallel to wakeup code during resume.Stefan Sperling
2023-02-18acpipwrres(4): remove unused aml_value's.Dave Voutila
2023-02-17Validate execve() libc stub location if kernel knows it. (due to ld.soTheo de Raadt
2023-02-17Do not need KTRC_CODE__SYSCALL in the ktrace files anymore, becauseTheo de Raadt
2023-02-17spellingJonathan Gray
2023-02-16Remove obsolete __HAVE_VM_PAGE_MD define - all platforms provide vm_page_mdMiod Vallat
2023-02-16Enable dwqe(4).Mark Kettenis
2023-02-16Fix MAC address register offsets.Mark Kettenis
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-16syncTheo de Raadt
2023-02-16Add pinsyscall(2). With this you can tell the kernel the locationTheo de Raadt
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-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-15Now Puffy comes on luna88k bootloader!Kenji Aoyama
2023-02-15drm/i915: Fix VBT DSI DVO port handlingJonathan Gray