Age | Commit message (Expand) | Author |
2024-01-21 | For minherit(MAP_INHERIT_ZERO) upon readonly memory return EPERM. | Theo de Raadt |
2024-01-21 | madvise(2) and msync(2) have some memory/mapping destructive ops which should | Theo de Raadt |
2024-01-21 | Add support for multiple matches in the component code. | Mark Kettenis |
2024-01-21 | sync with userland | Theo Buehler |
2024-01-21 | sync with userland | Theo Buehler |
2024-01-21 | Print raw battery information if KB3310_DEBUG, not DEBUG. NFC | Miod Vallat |
2024-01-21 | Assert that inpcb table has correct address family. | Alexander Bluhm |
2024-01-21 | oops, brain scrambled trying to squeeze the ifdef into bad place | Theo de Raadt |
2024-01-21 | some bizzare glitch related to ramdisk instbin static binaries, their | Theo de Raadt |
2024-01-20 | vmm(4)/vmd(8)/vmctl(8): increase max VM mem size. | Mike Larkin |
2024-01-20 | Early during mimmutable(2) development, we had a big problem with the | Theo de Raadt |
2024-01-20 | AEXECVE can be removed, because pinsyscall SYS_execve detection has | Theo de Raadt |
2024-01-20 | There are several DART variants; print some more details such that we can | Mark Kettenis |
2024-01-20 | Fetch touchpad dimensions from firmware here as well. | Mark Kettenis |
2024-01-19 | Implement extent_alloc_region_with_descr(9) which is the equivalent of | Mark Kettenis |
2024-01-19 | remove the guts of pinsyscall(2), it just returns 0 now. | Theo de Raadt |
2024-01-19 | ugly whitespace | Theo de Raadt |
2024-01-19 | Implement Multiple Message MSI support on amd64. This is experimental code | Mark Kettenis |
2024-01-19 | Rename WSDISPLAY_TYPE_RKDRM to WSDISPLAY_TYPE_KMS such that we can use it | Mark Kettenis |
2024-01-19 | add iwn(4) to arm64 GENERIC | Mike Larkin |
2024-01-19 | consolidate pci and cardbus detach code, and have it detach kstats. | David Gwynne |
2024-01-19 | Add TSO support. Previous commit fixed up a bug that could only be | Jonathan Matthew |
2024-01-19 | Unify inpcb API for inet and inet6. | Alexander Bluhm |
2024-01-19 | Backout priterator() for walking allprocess list. | Alexander Bluhm |
2024-01-18 | Move the rtable_exists() check into in_pcbset_rtableid(). | Claudio Jeker |
2024-01-18 | reduce diff to linux | Jonathan Gray |
2024-01-18 | Use solock() instead of netlock within fill_file(). This makes all | Vitaliy Makkoveev |
2024-01-18 | Use `nowake' as tsleep_nsec(9) ident. It has no corresponding wakeup(9). | Vitaliy Makkoveev |
2024-01-18 | remove duplicate defines, merge error from local patches | Jonathan Gray |
2024-01-18 | remove duplicate steam deck block, merge error from local patches | Jonathan Gray |
2024-01-18 | Instead of skipping the call to hdcp_destroy(), use NULL for the kobject | Jonathan Gray |
2024-01-17 | Fix core file writing when a file map into memory has later been truncated | Kurt Miller |
2024-01-17 | Since pinsyscalls(2) applies to all system calls and does a more precise | Theo de Raadt |
2024-01-17 | unstub i915_driver_hw_remove() | Jonathan Gray |
2024-01-16 | update drm to linux 6.6.12 | Jonathan Gray |
2024-01-16 | The kernel will now read pinsyscall tables out of PT_OPENBSD_SYSCALLS in | Theo de Raadt |
2024-01-16 | Fix clang warning about possible unaligned access on arm64. | Kevin Lo |
2024-01-15 | Add support for bringing up RTKit while !cold. | Mark Kettenis |
2024-01-15 | Introduce priterator(), the `ps_list' iterator. Some of `allprocess' | Vitaliy Makkoveev |
2024-01-15 | Fetch touchpad dimensions from firmware instead of hardcoding the values | Mark Kettenis |
2024-01-15 | We can't call kstat_create(9) when bringing up the secondary CPUs as it | Mark Kettenis |
2024-01-15 | The maximum number of ring slots a tx packet can use is 32, which is | Jonathan Matthew |
2024-01-15 | vio(4): poll device status after issuing device reset. | Dave Voutila |
2024-01-15 | clockintr: move CLST_IGNORE_REQUESTS from cl_flags to cq_flags | Scott Soule Cheloha |
2024-01-14 | sys/sched.h: conceal <sys/queue.h> inclusion from userspace | Scott Soule Cheloha |
2024-01-14 | sys/sched.h: conceal struct schedstate_percpu definition from userspace | Scott Soule Cheloha |
2024-01-13 | Provide a more complete implementation of the "component" APIs. Also tweak | Mark Kettenis |
2024-01-12 | add license; ok kettenis@ | Jonathan Gray |
2024-01-12 | Send UDP packets in parallel. | Alexander Bluhm |
2024-01-12 | nfssvc: When the client disconnects, close the socket before sleeping. | Alexandre Ratchov |