summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-06Unlock `udpctl_vars'.Vitaliy Makkoveev
2024-08-06For consistency with other similar sysctl(2) variables useVitaliy Makkoveev
2024-08-06Use atomic_load_int(9) for unlocked read access to net.unix.*spaceVitaliy Makkoveev
2024-08-06Revert the knote_processexit() bits of the diff. It introduced a smallClaudio Jeker
2024-08-06Some laptops will generate an EC event shortly after we attempt to enterMark Kettenis
2024-08-06Some Intel xhci(4) controllers don't fully power down unless they've seenMark Kettenis
2024-08-06Unlock sysctl net.inet.ip.directed-broadcast.Alexander Bluhm
2024-08-06On the RK3588 eMMC controller it appears that after a failed command aPatrick Wildt
2024-08-06Unlock KERN_CLOCKRATE.Vitaliy Makkoveev
2024-08-06The devicetree spec says in section 2.4:Mark Kettenis
2024-08-06Stop using KERNEL_LOCK to protect the per process kqueue listClaudio Jeker
2024-08-06Define _LOCORE before including machine/ctlreg.h in ASM code.Claudio Jeker
2024-08-06Replace sys/time.h with proper includes for using localtimeGreg Steuck
2024-08-05restrict the maximum wait time you can set via BIOCSWTIMEOUT to 5 minutes.David Gwynne
2024-08-05timeout_add_nsec takes a uint64_t now.David Gwynne
2024-08-05change the nsec argument to timeout_add_nsec from int to uint64_tDavid Gwynne
2024-08-05Unlock KERN_BOOTTIME.Vitaliy Makkoveev
2024-08-05Adjust for arm64_intr_get_parent() changes.Mark Kettenis
2024-08-05Fix reporting if critical battery state.Mark Kettenis
2024-08-05Add battery sensors.Mark Kettenis
2024-08-05Fix bridging IPv6 fragments with pf reassembly.Alexander Bluhm
2024-08-05Unlock most of `kern_vars' variables.Vitaliy Makkoveev
2024-08-05The devicetree spec says in section 2.4:Mark Kettenis
2024-08-05Take `sysctl_lock' before kernel lock.Vitaliy Makkoveev
2024-08-05sync with baseTheo Buehler
2024-08-05sync with upstream (noop for openbsd)Theo Buehler
2024-08-05Remove bogus connect(s, NULL, 0) callTheo Buehler
2024-08-05Allow our linker warnings regarding misuse of libc functions to beAnton Lindqvist
2024-08-05drm/i915/dp: Don't switch the LTTPR mode on an active linkJonathan Gray
2024-08-05drm/i915/dp: Reset intel_dp->link_trained before retraining the linkJonathan Gray
2024-08-05drm/amd/amdgpu: Fix uninitialized variable warningsJonathan Gray
2024-08-05drm/amdgpu: reset vm state machine after gpu reset(vram lost)Jonathan Gray
2024-08-05drm/dp_mst: Fix all mstb marked as not probed after suspend/resumeJonathan Gray
2024-08-05drm/amdgpu/sdma5.2: Update wptr registers as well as doorbellJonathan Gray
2024-08-05drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8Jonathan Gray
2024-08-05drm/amd/display: Check for NULL pointerJonathan Gray
2024-08-05drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1Jonathan Gray
2024-08-05drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exitJonathan Gray
2024-08-05drm/amdgpu: Fix memory range calculationJonathan Gray
2024-08-05drm/amd/pm: Fix aldebaran pcie speed reportingJonathan Gray
2024-08-05drm/amdkfd: Fix CU Masking for GFX 9.4.3Jonathan Gray
2024-08-04ppoll() is in POSIX-2024. Update #include visibility and manpagesPhilip Guenther
2024-08-04Fix typo.Marcus Glocker
2024-08-04bump datasize for armv7's pbuild user, some software has grown over the yearsPeter Hessler
2024-08-04syncTheo de Raadt
2024-08-04add intelpmc(4) entry;Jason McIntyre
2024-08-04Add battery status support for the x1e80100. This SoC needs a secondMark Kettenis
2024-08-04intelpmc(4)Mark Kettenis
2024-08-04The devicetree spec says in section 2.4:Mark Kettenis
2024-08-04Add intelpmc(4), a driver for the power management controller found onMark Kettenis