NetBSD/sys/dev
2020-01-08 13:05:02 +00:00
..
acpi Rely on 32/64-bit overflow to calculate translation offsets. Store this 2019-12-31 17:26:04 +00:00
adb fix non-debug build 2019-09-15 16:16:36 +00:00
altmem
apm Remove unused macro. 2018-07-10 19:55:05 +00:00
arcbios
ata s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
audio Remove obsoleted comment. 2020-01-08 13:05:02 +00:00
bi Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
bluetooth Don't wait in interrupt context. 2019-11-16 22:06:49 +00:00
bus_dma
cadence Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. 2019-05-28 07:41:46 +00:00
cardbus in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
clk Normalize clk name to prevent sysctl_createv from failing 2019-07-23 17:44:03 +00:00
dec s/le_de_subr/le_dec_subr/ in comment. 2019-12-27 09:47:55 +00:00
dkwedge Fix info leak: always clear 'dkw', because some of its (otherwise 2019-07-09 17:06:46 +00:00
dm dm: Add "Copyright (c) 2015 The DragonFly Project." to dm-flakey 2020-01-05 08:11:10 +00:00
dmover Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@. 2019-02-10 17:13:33 +00:00
drm
dtv s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
ebus Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
eisa Delete dead null test after malloc(M_WAITOK). 2019-08-30 00:36:53 +00:00
fdt If the backlight node does not have an enable gpio, set the lowest duty 2020-01-04 12:09:54 +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 Even though the spec says SRST should read back as 1 after being set, this 2019-07-26 11:13:46 +00:00
hdmicec
hid Fix small read overflows when parsing HID tables. Noticed by kASan the 2020-01-01 09:40:17 +00:00
hil Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
hpc Clarify the comment in the "unconst" version of hpckbd_keymap_setup. 2018-09-18 14:57:32 +00:00
hyperv hvn(4): Handle CFI field of VLAN. 2019-12-27 05:59:53 +00:00
i2c No need to use I2C_F_POLL here. 2020-01-04 02:21:15 +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 Added some RNDIS status definitions from FreeBSD. 2020-01-08 04:53:38 +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 Add comments about D_MPSAFE to functions called as struct linesw.l_ioctl. 2019-01-24 09:33:03 +00:00
isa Protect ec_multicnt. 2020-01-06 07:15:03 +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 in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP 2019-10-01 18:00:07 +00:00
marvell Fix typos in messages. 2019-12-28 03:07:18 +00:00
mca Fix a bug that the supported media can't passed correctly. Not tested. 2019-04-09 04:04:04 +00:00
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 memset(0) the structure, not the pointer itself, and what ever 2019-02-06 04:20:40 +00:00
nvmm pg->phys_addr > VM_PAGE_TO_PHYS(pg) 2019-12-10 18:06:50 +00:00
ofisa Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
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 Fix return value. fo_poll expects revents, not errno. 2019-06-26 12:21:40 +00:00
pci Not stop kpreempt if unnecessary, ixl(4) 2020-01-08 09:12:11 +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 Protect ec_multicnt. 2020-01-06 07:15:03 +00:00
podulebus Clean up initialization of com_regs structure, in preparation for 2018-12-08 17:46:09 +00:00
ppbus s/sucess/success/ in comment. 2019-12-27 09:45:26 +00:00
pud
putter
pwm Add kernel API for pwm channels. 2018-05-06 10:32:33 +00:00
qbus Revert previous. No performance gain worth the potential headaches 2019-12-08 19:52:37 +00:00
raidframe Fix big bugs. 2020-01-07 06:10:18 +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 s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
sdmmc Be less noisy for some commands. 2020-01-04 22:28:26 +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 - Introduce a new global kernel variable "shutting_down" to indicate that 2020-01-01 22:57:16 +00:00
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 Localify, constify. 2020-01-07 06:42:26 +00:00
videomode add quirk to find the native resolution on certain Iiyama monitors 2018-07-10 01:44:30 +00:00
virtio Do the previous in the way it probably should have been in the first place. 2018-07-16 02:36:39 +00:00
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 Fix bug introduced in rev. 1.69: 2019-08-09 17:22:02 +00:00
wsfont Update Spleen kernel fonts to version 1.5.0, bringing the following 2019-11-04 10:44:00 +00:00
xmi
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 Rename uvm_free() -> uvm_availmem(). 2019-12-31 13:07:09 +00:00
ccdvar.h factor out the ccd COMPAT_60 code. 2018-03-18 20:33:52 +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
cgd.c Just use KASSERTMSG and panic. No need for custom wrappers. 2019-12-14 16:58:38 +00:00
cgdvar.h
clock_subr.c
clock_subr.h Pull in <sys/stdbool.h>. 2020-01-01 23:07:38 +00:00
clockctl.c Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
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
DEVNAMES Port SMSC LAN87xx 10/100 Ethernet PHY driver from FreeBSD with some cleanup 2019-11-01 02:53:22 +00:00
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 Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
files.dev Make ipmi driver available to other platforms. 2018-12-25 11:56:13 +00:00
firmload.c
firmload.h
fss.c Check fc_type before fc_cluster, because the latter may not be initialized. 2019-08-07 10:36:19 +00:00
fssvar.h Make FSS_ERROR a flag to prevent bogus fscow_disestablish() after error. 2019-02-20 10:03:25 +00:00
ipmi.c Add experimental userland interface to IPMI driver. Currently, transactions 2019-05-18 08:38:00 +00:00
ipmivar.h Add experimental userland interface to IPMI driver. Currently, transactions 2019-05-18 08:38:00 +00:00
keylock.c
keylock.h
kloader.c
kloader.h
kttcp.c Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
kttcpio.h
ld.c Don't attach disks with sector sizes we cannot handle. 2019-10-06 06:10:44 +00:00
ldvar.h Let backend provide a disk type. The information can be queried through 2019-03-19 07:01:14 +00:00
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
Makefile Revert the removal of filemon. 2019-12-23 06:45:36 +00:00
md_root.c
md.c Add "d_minphys" to "mddkdriver" to make physio() on wedges happy. 2019-08-29 16:20:48 +00:00
md.h
midi_if.h
midi.c Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
midictl.c
midictl.h
midisyn.c Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
midisynvar.h
midivar.h
mm.c appease the gcc7 fallthru checker. 2019-02-05 11:33:13 +00:00
mm.h
nullcons_subr.c
radio_if.h
radio.c
rnd_private.h
rndpseudo.c Switch from NIST CTR_DRBG with AES to NIST Hash_DRBG with SHA-256. 2019-09-02 20:09:29 +00:00
sequencer.c Fix the size passed to memcpy, we only want 8 bytes. Found by KASAN. 2019-08-25 07:10:30 +00:00
sequencervar.h
spkr_audio.c Use hztoms() instead of incorrect calculation. 2019-06-21 09:34:30 +00:00
spkr.c White space and indent fix. 2019-04-18 13:01:38 +00:00
spkrio.h
spkrvar.h
veriexec.c
veriexec.config Add a configuration file for enabling Veriexec in kernel config(5) files. 2019-04-26 18:41:24 +00:00
video_if.h s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
video.c s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
vnd.c Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
vndvar.h Add flag to enforce file I/O even when bmap/strategy would be possible. 2018-10-07 11:51:26 +00:00