NetBSD/sys/dev
msaitoh e992133145 s/suport/support/ 2019-12-27 09:22:19 +00:00
..
acpi Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
adb
altmem
apm
arcbios
ata chuq does not like insomniac allocations so unlock-alloc-lock instead. 2019-10-21 18:58:57 +00:00
audio Improve and simplify around audio_realloc(). 2019-12-26 11:27:03 +00:00
bi
bluetooth Don't wait in interrupt context. 2019-11-16 22:06:49 +00:00
bus_dma
cadence
cardbus in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
clk
dec s/recevive/receive/ in comment. 2019-12-27 06:52:43 +00:00
dkwedge
dm s/suport/support/ 2019-12-27 09:22:19 +00:00
dmover
drm
dtv
ebus
eisa
fdt Abort panel driver attach if required regulator is missing. 2019-12-19 16:00:52 +00:00
filemon Revert the removal of filemon. 2019-12-23 06:45:36 +00:00
flash s/lenght/length/ 2019-12-26 04:53:11 +00:00
gpib Mark unreachable branch with __unreachable() to fix i386/ALL build. 2019-12-01 16:22:10 +00:00
gpio Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
hdaudio
hdmicec
hid
hil
hpc
hyperv hvn(4): Handle CFI field of VLAN. 2019-12-27 05:59:53 +00:00
i2c Remove assertions that no longer make sense now that the bus acquire / release 2019-12-25 14:08:47 +00:00
i2o in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
ic s/suport/support/ 2019-12-27 09:22:19 +00:00
ieee1394 in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
ir
isa s/suport/support/ 2019-12-27 09:22:19 +00:00
isapnp in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
iscsi
marvell s/opration/operation/ 2019-12-27 07:41:22 +00:00
mca
microcode Add opencrypto driver for Intel QuickAssist. 2019-11-20 09:37:44 +00:00
mii KNF. No functional change. 2019-12-13 08:30:26 +00:00
mscp
mvme in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
nand s/lenght/length/ 2019-12-26 04:53:11 +00:00
news
nor
nvmm pg->phys_addr > VM_PAGE_TO_PHYS(pg) 2019-12-10 18:06:50 +00:00
ofisa
ofw revert this change from early this year. it appears the 2019-12-06 06:38:39 +00:00
onewire Make owtemp reliable for me: 2019-11-30 23:06:52 +00:00
pad
pci s/suport/support/ 2019-12-27 09:22:19 +00:00
pckbport in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
pcmcia s/enty/entry/ in comment. 2019-12-27 08:01:58 +00:00
podulebus
ppbus in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
pud
putter
pwm
qbus Revert previous. No performance gain worth the potential headaches 2019-12-08 19:52:37 +00:00
raidframe Remove clause 3 and 4 leftovers from TNF licenses in more sources. 2019-12-15 16:48:25 +00:00
rasops Fix "Alignment Fault 3" kernel failure of NetBSD/zaurus 8.1 GENERIC. 2019-11-02 01:14:57 +00:00
rcons
sbus Add missing initialization of sc_dev. 2019-11-12 13:17:43 +00:00
scsipi in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
sdmmc Avoid changing signedness bit with << in sdmmc_ioreg.h 2019-12-19 17:24:45 +00:00
smbus
spi Remove GPIO driver attach defer. 2019-11-27 07:26:08 +00:00
splash
stbi
std
sun in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
sysmon
tc in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
tprof Match Family 15h 2019-10-11 18:04:52 +00:00
usb URL_TCR_IFG0 is not bit 4 but bit3. From OpenBSD. 2019-12-27 08:53:30 +00:00
videomode
virtio
vme in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
wscons Rather than keeping a separate mutex, condvar, and pserialize for each 2019-12-12 02:15:42 +00:00
wsfb
wsfont Update Spleen kernel fonts to version 1.5.0, bringing the following 2019-11-04 10:44:00 +00:00
xmi
DEVNAMES Port SMSC LAN87xx 10/100 Ethernet PHY driver from FreeBSD with some cleanup 2019-11-01 02:53:22 +00:00
Makefile Revert the removal of filemon. 2019-12-23 06:45:36 +00:00
bio.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
biovar.h
ccd.c uvmexp.free -> uvm_free() 2019-12-21 13:00:20 +00:00
ccdvar.h
cgd.c Just use KASSERTMSG and panic. No need for custom wrappers. 2019-12-14 16:58:38 +00:00
cgd_crypto.c Just use KASSERTMSG and panic. No need for custom wrappers. 2019-12-14 16:58:38 +00:00
cgd_crypto.h
cgdvar.h
clock_subr.c
clock_subr.h
clockctl.c
cninit.c
cons.c Restore historical $Hdr$ tag after git cvsexportcommit nixed it. 2019-12-06 04:15:38 +00:00
cons.h
dev_verbose.c
dev_verbose.h
devlist2h.awk
dksubr.c Drop now unused dk_lookup function. 2019-12-08 12:15:24 +00:00
dkvar.h Drop now unused dk_lookup function. 2019-12-08 12:15:24 +00:00
files.audio
files.dev
firmload.c
firmload.h
fss.c
fssvar.h
ipmi.c
ipmivar.h
keylock.c
keylock.h
kloader.c
kloader.h
kttcp.c
kttcpio.h
ld.c
ldvar.h
led.c
led.h
lockstat.c - Increase the default number of buffers, and scale it by ncpu. 2019-11-23 17:32:10 +00:00
lockstat.h
md.c
md.h
md_root.c
midi.c
midi_if.h
midictl.c
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mm.h
nullcons_subr.c
radio.c
radio_if.h
rnd_private.h
rndpseudo.c
sequencer.c
sequencervar.h
spkr.c
spkr_audio.c
spkrio.h
spkrvar.h
veriexec.c
veriexec.config
video.c
video_if.h
vnd.c
vndvar.h