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