index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2021-11-23
Fix mbuf leaks after reception error in rge_rxeof().
Kevin Lo
2021-11-23
limit a variable to the scope inside #ifdef where it is used
Theo de Raadt
2021-11-23
avoid clang -Wsometimes-uninitialized warnings in fms(4)
Jonathan Gray
2021-11-22
use ISC license for ubcmtp
Joshua Stein
2021-11-22
Enable iicmux(4) and pcyrtc(4).
Mark Kettenis
2021-11-22
Add pcyrtc(4), a driver for the NXP PCF85063A/TP RTC chips.
Mark Kettenis
2021-11-22
Remove unused header files and make some cosmetic changes.
Mark Kettenis
2021-11-22
Hack alert! Apple M1 systems still don't work with an MP kernel.
Mark Kettenis
2021-11-22
Revert poll(2) back to the original implementation
Visa Hankala
2021-11-22
Translate POLLNVAL in ppollcollect()
Visa Hankala
2021-11-22
Let futex_wait() run without kernel lock
Visa Hankala
2021-11-22
avoid uninitialised variable use in igc(4)
Jonathan Gray
2021-11-22
Copy code from ip_forward() to ip6_forward() to fix Path MTU discovery
Alexander Bluhm
2021-11-22
move PFR_TFLAG_CONST test, missed in rev 1.138
Jonathan Gray
2021-11-22
vmm(4): copyout guest state on VM_EXIT_NONE
Dave Voutila
2021-11-22
M_USB -> M_USBHC
Marcus Glocker
2021-11-22
Drop the old problematic claim multiple report ids logic now that all
Anton Lindqvist
2021-11-22
Add missing claim multiple report ids conditionals to uhidev drivers.
Anton Lindqvist
2021-11-22
Make iwx(4) update an Rx BA session's last_rx timestamp when a frame
Stefan Sperling
2021-11-22
Make iwm(4) update an Rx BA session's last_rx timestamp when a frame
Stefan Sperling
2021-11-22
Let iwx(4) use per-Tx-queue interface timers to ensure that the interface
Stefan Sperling
2021-11-22
In iwx(4), fix off-by-one errors during TID value bounds checks.
Stefan Sperling
2021-11-22
Fix iwx(4) Tx ring array size which was one entry too short.
Stefan Sperling
2021-11-22
Let iwm(4) resume directly in DVACT_WAKEUP instead of running the init task.
Stefan Sperling
2021-11-22
Align memory allocation for USB device drivers and USB HC drivers:
Marcus Glocker
2021-11-22
avoid clang -Wsometimes-uninitialized warning with SMALL_KERNEL
Jonathan Gray
2021-11-21
correct the vnd-on-vnd dev_t test, and avoid leaking a cred in an
Theo de Raadt
2021-11-21
Add the new `ipsec_exctdb' ipsec(4) counter to count and expose to the
Vitaliy Makkoveev
2021-11-21
Add iicmux(4), a driver that switches between I2C busses connected to
Mark Kettenis
2021-11-21
Register i2c bus.
Mark Kettenis
2021-11-21
Fix whitespace and long lines.
Alexander Bluhm
2021-11-19
Make futexes work in shared anonymous memory.
Mark Kettenis
2021-11-19
Fix monitor mode on iwm(4) and iwx(4).
Stefan Sperling
2021-11-19
whitespace tweaks. no functional change.
David Gwynne
2021-11-19
let CH340 chips keep working in 8N1 mode.
David Gwynne
2021-11-19
Correct the CPUID() and CPUID_LEAF() macros to not include a trailing
Philip Guenther
2021-11-19
drm/plane-helper: fix uninitialized variable reference
Jonathan Gray
2021-11-19
drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits
Jonathan Gray
2021-11-19
drm/amdgpu: fix warning for overflow check
Jonathan Gray
2021-11-19
drm/ttm: stop calling tt_swapin in vm_access
Jonathan Gray
2021-11-19
drm/amd/display: dcn20_resource_construct reduce scope of FPU enabled
Jonathan Gray
2021-11-19
drm/amdkfd: fix resume error when iommu disabled in Picasso
Jonathan Gray
2021-11-19
drm/amdgpu: Fix MMIO access page fault
Jonathan Gray
2021-11-19
drm/panel-orientation-quirks: add Valve Steam Deck
Jonathan Gray
2021-11-19
drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy Book 10.6
Jonathan Gray
2021-11-19
drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1
Jonathan Gray
2021-11-19
drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2)
Jonathan Gray
2021-11-19
drm: panel-orientation-quirks: Add quirk for GPD Win3
Jonathan Gray
2021-11-19
drm: panel-orientation-quirks: Add quirk for Aya Neo 2021
Jonathan Gray
2021-11-18
vndsetcred: don't a reference to credentials in error path.
Theo Buehler
[next]