Age | Commit message (Expand) | Author |
2023-02-26 | Add a few missing bounds checks when processing terminal escape sequences. | Miod Vallat |
2023-02-26 | Defragment mbufs in the tx path to work around a (not fully understood) | Mark Kettenis |
2023-02-26 | RK3588 support. | Mark Kettenis |
2023-02-26 | Modern Rockchip SoCs, such as the RK356x and RK3588, use a different | Mark Kettenis |
2023-02-25 | regen | Vitaliy Makkoveev |
2023-02-25 | Unlock select(2), pselect(2), poll(2) and ppoll(2). | Vitaliy Makkoveev |
2023-02-24 | Change to use the default bsd.prog.mk "install" target. | Kenji Aoyama |
2023-02-24 | Do not held the vm_map lock while flushing pages in msync(2) and madvise(2). | Martin Pieuchot |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2023-02-23 | Make bootloader 'time' command work correctly on luna88k. | Kenji Aoyama |
2023-02-23 | Fix ethertype for NSH. RFC 8300 states ethertype 0x894F has been | Moritz Buhl |
2023-02-23 | drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT list | Jonathan Gray |
2023-02-23 | drm/amd/display: Fail atomic_check early on normalize_zpos error | Jonathan Gray |
2023-02-23 | drm/amd/amdgpu: fix warning during suspend | Jonathan Gray |
2023-02-23 | drm/amd/display: Properly handle additional cases where DCN is not supported | Jonathan Gray |
2023-02-23 | drm/amdgpu: Enable vclk dclk node for gc11.0.3 | Jonathan Gray |
2023-02-23 | drm/amdgpu: enable HDP SD for gfx 11.0.3 | Jonathan Gray |
2023-02-23 | drm/amd/display: Reset DMUB mailbox SW state after HW reset | Jonathan Gray |
2023-02-23 | drm/amd/display: Unassign does_plane_fit_in_mall function from dcn3.2 | Jonathan Gray |
2023-02-23 | drm/amd/display: Adjust downscaling limits for dcn314 | Jonathan Gray |
2023-02-23 | drm/amd/display: Add missing brackets in calculation | Jonathan Gray |
2023-02-23 | include two required header files, because we want people to use utrace() | Theo de Raadt |
2023-02-21 | for process kills due to execve from non-pinned syscall address, export | Theo de Raadt |
2023-02-21 | Attach Apollo Lake HD Audio device, enabling audio on machines with it. | Brian Callahan |
2023-02-21 | Set the current pmap in macppc's pmap_activate | George Koehler |
2023-02-20 | Rewrite the ROM walk logic to correctly iterate over non-STI ROMs (and skip | Miod Vallat |
2023-02-20 | Wrap all printf calls in sti_check_rom() in order to automagically cope with | Miod Vallat |
2023-02-20 | Unbreak RAMDISK build by adding a check for MULTIPROCESSOR. | Patrick Wildt |
2023-02-19 | Make pinsyscall(2) always available for pledged processes. Needed by pledge | Anton Lindqvist |
2023-02-19 | Add support for deep(er) idle states that can be entered using PSCI. For | Mark Kettenis |
2023-02-19 | Do not let the iwx init task run in parallel to wakeup code during resume. | Stefan Sperling |
2023-02-18 | acpipwrres(4): remove unused aml_value's. | Dave Voutila |
2023-02-17 | Validate execve() libc stub location if kernel knows it. (due to ld.so | Theo de Raadt |
2023-02-17 | Do not need KTRC_CODE__SYSCALL in the ktrace files anymore, because | Theo de Raadt |
2023-02-17 | spelling | Jonathan Gray |
2023-02-16 | Remove obsolete __HAVE_VM_PAGE_MD define - all platforms provide vm_page_md | Miod Vallat |
2023-02-16 | Enable dwqe(4). | Mark Kettenis |
2023-02-16 | Fix MAC address register offsets. | Mark Kettenis |
2023-02-16 | regen | Claudio Jeker |
2023-02-16 | utrace(2) can run without kernel lock. Now ktruser() will take the | Claudio Jeker |
2023-02-16 | Like other ktrace functions make ktruser() callable without kernel lock | Claudio Jeker |
2023-02-16 | sync | Theo de Raadt |
2023-02-16 | Add pinsyscall(2). With this you can tell the kernel the location | Theo de Raadt |
2023-02-15 | Relax kernel lock assertion within tsleep(9). The `nowake' channel is | Vitaliy Makkoveev |
2023-02-15 | pfsync(4) panics on NULL pointer dereference if there | Alexandr Nedvedicky |
2023-02-15 | The GMAC on the Rockchip RK356x and RK3588 SoCs can only do 32-bit DMA | Mark Kettenis |
2023-02-15 | Don't print the version twice, but do print a newline before attaching the | Mark Kettenis |
2023-02-15 | Add GMAC-related RK356x clocks. | Mark Kettenis |
2023-02-15 | Now Puffy comes on luna88k bootloader! | Kenji Aoyama |
2023-02-15 | drm/i915: Fix VBT DSI DVO port handling | Jonathan Gray |