NetBSD/sys/dev
martin fdafaadd05 Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APU
systems. From Andrew Doran in PR kern/54648.
2019-10-25 17:39:56 +00:00
..
acpi convert more KM_NOSLEEP to KM_SLEEP and remove code to handle failures. 2019-10-15 00:13:52 +00:00
adb fix non-debug build 2019-09-15 16:16:36 +00:00
altmem
apm
arcbios
ata chuq does not like insomniac allocations so unlock-alloc-lock instead. 2019-10-21 18:58:57 +00:00
audio s/initalize/initialize/ in comment or printf message. 2019-10-18 04:09:01 +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 Clean get_props(). 2019-06-08 08:02:36 +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 Catch up with MI pci changes to fix compile error. 2019-03-05 08:16:53 +00:00
clk Normalize clk name to prevent sysctl_createv from failing 2019-07-23 17:44:03 +00:00
dec
dkwedge Fix info leak: always clear 'dkw', because some of its (otherwise 2019-07-09 17:06:46 +00:00
dm convert more KM_NOSLEEP to KM_SLEEP and remove code to handle failures. 2019-10-15 00:13:52 +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 Pass 0xff instead of true to memset when setting "all PIDs" mode in the PID filter 2019-02-24 12:05:49 +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 dwcwdt: make this work correctly 2019-10-19 13:08:52 +00:00
filemon From the compilers point of view sys_exit returns a value. 2019-10-25 16:22:48 +00:00
flash
gpib s/recieve/receive/ 2019-05-28 08:59:33 +00:00
gpio gpio: make GPIOREAD return also the symbolic name of the pin, if it is set 2019-10-20 09:35:18 +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 hidms depends on tpcalib now 2019-07-10 10:07:23 +00:00
hil
hpc
hyperv in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP 2019-10-01 18:00:07 +00:00
i2c set ADM1026_ADDRMASK as 0x2f, not 0x3f8. 2019-10-13 07:44:51 +00:00
i2o
ic Missing ata_channel_unlock(chp). Noted by mjg@freebsd. 2019-10-23 14:44:41 +00:00
ieee1394 Use unsigned to avoid undefined behavior. Found by kUBSan. 2019-10-15 18:20:44 +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 Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APU 2019-10-25 17:39:56 +00:00
isapnp Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +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 convert more KM_NOSLEEP to KM_SLEEP and remove code to handle failures. 2019-10-15 00:13:52 +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 Update firmware from version 0.17 to 0.33. 2019-10-09 19:58:51 +00:00
mii Fix a bug that ukphy_status() misunderstand master mode. 2019-10-24 03:37:58 +00:00
mscp
mvme Fix typo (s/contoller/controller/). 2019-08-21 04:17:40 +00:00
nand in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP 2019-10-01 18:00:07 +00:00
news
nor memset(0) the structure, not the pointer itself, and what ever 2019-02-06 04:20:40 +00:00
nvmm Miscellaneous changes in NVMM, to address several inconsistencies and 2019-10-23 07:01:11 +00:00
ofisa Merge isaki-audio2 branch, the overhaul of audio subsystem. 2019-05-08 13:40:13 +00:00
ofw ofw: add of_enter_spi_devs helper method 2019-08-06 18:17:52 +00:00
onewire PR kern/54617: onewire(4): 2019-10-25 16:25:14 +00:00
pad Fix return value. fo_poll expects revents, not errno. 2019-06-26 12:21:40 +00:00
pci follow the channel locking protocol during probe (like the other drivers) 2019-10-21 19:00:11 +00:00
pckbport pckbd_cngetc: Set type=0 and return if no data is available 2019-07-23 12:28:52 +00:00
pcmcia if_percpuq(9) automatically increments if_ipackets, so don't increment it in 2019-10-21 08:22:06 +00:00
podulebus Clean up initialization of com_regs structure, in preparation for 2018-12-08 17:46:09 +00:00
ppbus Remove the 'copy' argument from m_devget(), unused. While here rename 2018-11-15 10:56:29 +00:00
pud
putter
pwm
qbus if_percpuq(9) automatically increments if_ipackets, so don't increment it in 2019-10-21 08:22:06 +00:00
raidframe fix the function pointer and callback mess: 2019-10-10 03:43:59 +00:00
rasops When using stamp, drop attributions other than back and foreground 2019-08-14 00:51:10 +00:00
rcons
sbus Clean get_props(). 2019-06-08 08:02:36 +00:00
scsipi Use unsigned to avoid undefined behavior in scsipi_{get,put}_tag(). 2019-09-19 03:37:31 +00:00
sdmmc Add SDHC flags. 2019-10-23 05:20:52 +00:00
smbus
spi On second thought revert that. Let's open this can of worms some other day. 2019-09-14 15:12:12 +00:00
splash
stbi
std
sun centralize setdisklabel(9) 2019-04-03 22:10:49 +00:00
sysmon Module class of sysmon_envsys, sysmon_wdog and sysmon_power is 2019-08-26 10:05:34 +00:00
tc Clean get_props(). 2019-06-08 08:02:36 +00:00
tprof Match Family 15h 2019-10-11 18:04:52 +00:00
usb we want to check that the allocation is going to be zero, not whether 2019-10-23 01:30:54 +00:00
videomode
virtio
vme No functional change: 2019-04-25 10:08:45 +00:00
wscons When font is switched, not only putchar, but also other ri_ops can be 2019-07-31 14:29:54 +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.2.0, bringing the following 2019-09-07 20:49:57 +00:00
xmi
bio.c Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
biovar.h
ccd.c Many years ago someone created a new __link_set_sysctl_funcs to hold 2019-08-07 00:38:01 +00:00
ccdvar.h
cgd_crypto.c cgd_crypto.c: fix minor typo in comment 2019-09-26 11:47:38 +00:00
cgd_crypto.h
cgd.c
cgdvar.h
clock_subr.c
clock_subr.h
clockctl.c Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
cninit.c
cons.c
cons.h
dev_verbose.c
dev_verbose.h
devlist2h.awk
DEVNAMES Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APU 2019-10-25 17:39:56 +00:00
dksubr.c Bail when dkdriver hasn't been initialized. This can happen when 2019-10-05 05:28:44 +00:00
dkvar.h
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
lockstat.h
Makefile Hook spi. 2019-02-24 02:30:38 +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
video.c
vnd.c Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
vndvar.h