summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-02-17drm/amdgpu/display: change pipe policy for DCN 2.0Jonathan Gray
2022-02-17drm/amd/display: Correct MPC split policy for DCN301Jonathan Gray
2022-02-17drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayerJonathan Gray
2022-02-17Writes to the ps_flags field of struct process should be atomic.Rob Pierce
2022-02-17remove unused definesJonathan Gray
2022-02-17reduce includesJonathan Gray
2022-02-17reduce includesJonathan Gray
2022-02-16rev 1.4 was wrong to put potential IO operations after _GTS.Theo de Raadt
2022-02-16return unique errors (I chose some errno values.. ) for the variousTheo de Raadt
2022-02-16Add missing FILTEROP_MPSAFE flag to fifoexcept_filtops.Visa Hankala
2022-02-16Reduce code duplication in FIFO event filters.Visa Hankala
2022-02-16Reduce code duplication in socket event filters.Visa Hankala
2022-02-16Add mpfiic(4), a driver for the PolarFire SoC MSS I2C controller.Visa Hankala
2022-02-16nat-to round-robin without a pool should fallback to POOL_NONEAlexandr Nedvedicky
2022-02-16unifdef PROC_PCJonathan Gray
2022-02-16if the lids indicate we are not supposed to wakeup, return EAGAIN ratherTheo de Raadt
2022-02-16If the lid is closed, suspend_finish() now returns EAGAIN, so go to the topTheo de Raadt
2022-02-16change MD gosleep() and sleep_finish() to return int, the MI code will beTheo de Raadt
2022-02-16Currently, wskbd_set_mixervolume() only adjusts the volume of the firstAnton Lindqvist
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-02-16check pf rule "set prio" values consistently.David Gwynne
2022-02-16prevent (re)opening of tun/tap interfaces that are being destroyed.David Gwynne
2022-02-16fill in support for rx prio handling.David Gwynne
2022-02-16rewrite vxlan to better fit the current kernel infrastructure.David Gwynne
2022-02-15Reintroduce ps state flag 'c' indicating chrooted process (via PS_BITS).Rob Pierce
2022-02-15Since acpitoshiba brightness button processing no longer plays gamesTheo de Raadt
2022-02-15Defer the actual setting of the display brightness to the acpi thread.Mark Kettenis
2022-02-15when the MI suspend code encounters problems, we need a way toTheo de Raadt
2022-02-15com at acpi like com at isa needs com_active() for suspend/resume support.Claudio Jeker
2022-02-15unifdef __OpenBSD__Jonathan Gray
2022-02-15Backout previous "Unwire with map lock held" (commitid: SsVz7dLGFgR21kFe)Klemens Nanni
2022-02-15unifdef OpenBSDJonathan Gray
2022-02-15consistently use __linux__Jonathan Gray
2022-02-15Use knote_modify_fn() and knote_process_fn() in bpf.Visa Hankala
2022-02-15only tweak ifp if_flags while holding NET_LOCK.David Gwynne
2022-02-15make tun_link_state take the ifnet pointer instead of tun_softc.David Gwynne
2022-02-15unifdef TIOCHPCL, 4.3BSD compat ioctlJonathan Gray
2022-02-15remove unused and uneeded bits in a byte defineJonathan Gray
2022-02-15MI disable_lid_wakeups() is not needed, x86 systems can do thisTheo de Raadt
2022-02-15The DVACT_POWERDOWN step was accidentally moved in relation to some MDTheo de Raadt
2022-02-15fix mask in hppa inst_trap_return()Jonathan Gray
2022-02-14Make sure we call acpi_resume_cpu() with the right ACPI state. This wasMark Kettenis
2022-02-14don't deref pointer before test it is safeJonathan Gray
2022-02-14fix cmalo_media_change() testJonathan Gray
2022-02-14Unwire with map lock heldKlemens Nanni
2022-02-14acpi_indicator() can take the softc*, instead of void*Theo de Raadt
2022-02-14Revert change to ps for displaying chrooted process.Rob Pierce
2022-02-14Use iic_is_compatible(9) and use the more generic compatible string toMark Kettenis
2022-02-14Pass the entire compatible property for devices attaching to the iic(4) bus.Mark Kettenis
2022-02-14Delete incomplete implementation of bus_space_{alloc,free} in bus.h.Kenji Aoyama