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-12-22
%Lx -> %llx kernel printf does not support %Lx
Jonathan Gray
2021-12-21
Fix a typo in mlock(2) error path triggering a double-free.
Martin Pieuchot
2021-12-21
Move checks on attach arguments from attach into match.
Mark Kettenis
2021-12-21
knf nits
Anton Lindqvist
2021-12-21
Do not print "dt: 451 probes" at boot in dmesg. Btrace device dt(4)
Alexander Bluhm
2021-12-21
avoid returning uninitialised var in hidpp_send_report()
Jonathan Gray
2021-12-21
Let malloc return an error as opposed of panicking when sysctl
Anton Lindqvist
2021-12-21
Fix another vnd race pointed out by mpi@ and make sure to not unlock the
Anton Lindqvist
2021-12-21
Ensure that the disk has been initialized after acquiring the lock and
Anton Lindqvist
2021-12-21
Rename local variable intrfn to intr, matches what dev/fdt/com_fdt.c
Anton Lindqvist
2021-12-21
Do not attach com at acpi when there's no address or irq present. Fixes
Anton Lindqvist
2021-12-21
errno overhaul, getting rid of some ambiguity. In the hopes of tracking
Anton Lindqvist
2021-12-20
Remove useless suser assert from dt(4). The ioctl(2) path checks
Alexander Bluhm
2021-12-20
bus_dmamem_unmap() should not be called from interrupt context, so free
Patrick Wildt
2021-12-20
Remove unused variable 'clen'.
Tobias Heider
2021-12-20
Make filt_dead() selectively inactive with EVFILT_EXCEPT
Visa Hankala
2021-12-20
Let poll(2) register EVFILT_EXCEPT filter with dead vnodes
Visa Hankala
2021-12-20
Run seltrue/dead event filter in modify and process callbacks
Visa Hankala
2021-12-20
Use per-CPU counters for tunnel descriptor block (TDB) statistics.
Vitaliy Makkoveev
2021-12-20
Fix function name in panic string.
Alexander Bluhm
2021-12-20
Make iwm(4) attach to PCI devices with product ID 0x31dc.
Stefan Sperling
2021-12-20
regen
Stefan Sperling
2021-12-20
Change a PCI device string: The "Gemini Lake CNVi" is an iwm(4) "AC 9560".
Stefan Sperling
2021-12-20
Make mtw(4) known to the config(8) framework.
hastings
2021-12-20
Add mtw(4), a driver for MediaTek MT7601U wifi devices.
hastings
2021-12-20
Rework the tx path to use the consumer and producer positions to work out
Jonathan Matthew
2021-12-19
Add an implementation for the protocol to communicate with coprocessors
Mark Kettenis
2021-12-19
There are occasions where the walker function in tdb_walk() might
Alexander Bluhm
2021-12-19
Enable aplmbox(4).
Mark Kettenis
2021-12-19
whitespace
Mark Kettenis
2021-12-19
Reduce the overhead of all trace routines by returning as early as
Anton Lindqvist
2021-12-19
fix setting palette with 8bpp fb used on 8mb parts
Jonathan Gray
2021-12-19
fix radeondrm console colours on sparc64
Jonathan Gray
2021-12-19
drm/amd/display: add connector type check for CRC source set
Jonathan Gray
2021-12-19
drm/amd/display: Fix for the no Audio bug with Tiled Displays
Jonathan Gray
2021-12-18
Add aplmbox(4), a driver for the mailbox that provides a communication
Mark Kettenis
2021-12-18
Add a mailbox "framework" to handle mailboxes referenced in device trees
Mark Kettenis
2021-12-18
Reduce the overhead of the trace compare routines by checking if kcov is
Anton Lindqvist
2021-12-17
Disable a few warning flags that were introduced and enabled by default
Patrick Wildt
2021-12-17
Do not try to unlock a NULL object.
Martin Pieuchot
2021-12-16
Fix a tiny race in tdb_delete() between TDBF_DELETED, tdb_unlink()
Alexander Bluhm
2021-12-16
When adding the extra 10% of space to a needed sysctl buffer use math
Claudio Jeker
2021-12-16
Attach com over acpi on amd64. Some hardware uses a different interrupt
Anton Lindqvist
2021-12-16
fix zero division found by syzkaller. The sanity checks in pf(4) ioctls
Alexandr Nedvedicky
2021-12-16
pool_get w/ PR_ZERO is better than following with a bzero, because pools
Theo de Raadt
2021-12-15
structure pads can leak uninitialized memory to userland via copyout,
Theo de Raadt
2021-12-15
Syzkaller found a dereference in igmp_leavegroup() where inm->inm_rti
Alexander Bluhm
2021-12-15
Adjust pty and tty event filters
Visa Hankala
2021-12-15
Use a per-UVM object lock to serialize the lower part of the fault handler.
Martin Pieuchot
2021-12-15
typo in previous
Theo de Raadt
[next]