NetBSD/sys/dev
tih 5bc1193421 regen 2018-12-20 15:13:07 +00:00
..
acpi make compile on 64-bit archs after acpi_mem ar_length was changed 2018-12-09 11:12:58 +00:00
adb Kill some more extern struct cfdriver declarations. 2017-10-28 04:53:54 +00:00
altmem Kill some more extern struct cfdriver declarations. 2017-10-28 04:53:54 +00:00
apm Remove unused macro. 2018-07-10 19:55:05 +00:00
arcbios
ata in atabus_detach(), shutdown the channel thread only after all the 2018-12-11 23:06:30 +00:00
bi Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
bluetooth Correctly handle signed/unsigned quantities in kernel HID parser. 2018-11-15 23:01:45 +00:00
bus_dma
cadence Retire ipkdb entirely. The option was removed from the config files 2018-07-15 05:16:40 +00:00
cardbus add cardbus attachment for malo(4), from OpenBSD 2018-12-14 21:49:22 +00:00
clk If setting rate on a clock with no set_rate function, and the desired rate 2018-06-12 23:08:37 +00:00
dec Kill some more extern struct cfdriver declarations. 2017-10-28 04:53:54 +00:00
dkwedge add support to detect the 3 vmware GPT partition types: 2018-11-06 04:04:33 +00:00
dm Only _if_ an inactive table has been loaded, make it active when resuming. 2018-11-11 10:21:11 +00:00
dmover add fo_name so we can identify the fileops in a simple way. 2017-11-30 20:25:54 +00:00
drm remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
dtv Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
ebus
eisa
fdt Clean up initialization of com_regs structure, in preparation for 2018-12-08 17:46:09 +00:00
filemon Remove duplicate ; 2018-06-06 01:49:07 +00:00
flash s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
gpib Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
gpio Fix a paste-o that prevented the 2-pin interrupt messages from being 2018-06-01 13:42:14 +00:00
hdaudio Fix hdaudio device configuration 2018-09-27 01:18:11 +00:00
hdmicec Kill some more extern struct cfdriver declarations. 2017-10-28 04:53:54 +00:00
hid Correctly handle signed/unsigned quantities in kernel HID parser. 2018-11-15 23:01:45 +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
i2c add options DSRTC_YEAR_START_2K for machines which use 2000 and not 1970 2018-12-14 22:05:36 +00:00
i2o Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
ic use callout_destroy in malo_detach, not callout_stop 2018-12-14 21:23:43 +00:00
ieee1394 Fix fwdma_free() for when bus_dmamap_unload() clobbers the dmamap. 2018-12-13 16:38:26 +00:00
ir Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
isa Clean up initialization of com_regs structure, in preparation for 2018-12-08 17:46:09 +00:00
isapnp Clean up initialization of com_regs structure, in preparation for 2018-12-08 17:46:09 +00:00
iscsi interlock isn't taken when cleaning up. 2018-12-07 14:59:19 +00:00
marvell Remove stray ; to fix the build 2018-12-11 19:40:54 +00:00
mca Clean up initialization of com_regs structure, in preparation for 2018-12-08 17:46:09 +00:00
microcode Constify the microcode variables used by BNX. This moves 38 pages of kernel 2018-06-03 10:01:21 +00:00
mii - Don't setup WoL on non-WoL capable port. 2018-12-20 09:32:12 +00:00
mscp remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
mvme Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
nand s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
news
nor s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
nvmm Invert the mapping logic. 2018-12-15 13:39:43 +00:00
ofisa Clean up initialization of com_regs structure, in preparation for 2018-12-08 17:46:09 +00:00
ofw Set "i2c-indirect-config" to false in the right place so that iic(4) 2018-09-26 20:03:36 +00:00
onewire
pad pad(4) mixer has only 1 channel, so return EINVAL in the case other than 1. 2018-09-25 06:55:23 +00:00
pci Apply the same fix as if_wm.c:r1.606 to ixg(4). Pointed out by msaitoh@n.o, thanks. 2018-12-20 09:47:15 +00:00
pckbport * Increase the default scaling of the two finger scroll to make it 2018-12-04 10:10:15 +00:00
pcmcia Clean up initialization of com_regs structure, in preparation for 2018-12-08 17:46:09 +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 add fo_name so we can identify the fileops in a simple way. 2017-11-30 20:25:54 +00:00
pwm Add kernel API for pwm channels. 2018-05-06 10:32:33 +00:00
qbus Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
raidframe Fix two mis-spellings in comments. No functional changes. 2018-06-09 21:18:41 +00:00
rasops It's WSATTR_UNDERLINE, not WS_UNDERLINE. 2018-12-05 05:52:23 +00:00
rcons
sbus Retire the 'midway' driver. Discussed on tech-net@ recently and also three 2018-09-06 05:36:49 +00:00
scsipi Add more KASSERTS about locking. 2018-11-24 18:15:23 +00:00
sdmmc Defer DIOCCACHESYNC to the sdmmc task queue so they are serialized with other requests. 2018-11-09 14:39:19 +00:00
smbus
spi Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
splash Only need to build stbi if options SPLASHSCREEN is defined 2017-12-09 13:25:38 +00:00
stbi a macro idiom used here triggers the GCC 6.4 ident checker. work around it. 2018-02-04 09:18:44 +00:00
std
sun update for GCC 6: 2018-02-08 10:52:05 +00:00
sysmon Add support for light sensors that report Illuminance in lux. 2018-05-27 01:39:00 +00:00
tc Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
tprof Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86 2018-07-24 09:47:35 +00:00
usb regen 2018-12-20 15:13:07 +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
wscons - Use kmem_intr_{alloc,free}, because on time out we need to free from an 2018-12-15 22:05:23 +00:00
wsfb Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
wsfont Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
xmi
DEVNAMES Retire the LMC driver, and its associated lmcconfig tool. LMC has been 2018-12-12 07:04:05 +00:00
Makefile Add NVMM - for NetBSD Virtual Machine Monitor -, a kernel driver that 2018-11-07 07:43:07 +00:00
auconv.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
auconv.h Replace LINEARN_TO_LINEARN macro with individual optimized functions for 2017-12-16 16:09:36 +00:00
audio.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
audio_dai.h include less headers, just the right one, suggested by thorpej 2018-11-19 10:14:40 +00:00
audio_if.h
audiobell.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
audiobelldata.h The audio bell is now in 16 bit slinear format. 2017-05-27 10:54:47 +00:00
audiobellvar.h
audiovar.h For the virtual stream it is required to insert silence. As these streams 2017-11-15 04:28:45 +00:00
aurateconv.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
auvolconv.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
auvolconv.h
bio.c
biovar.h
ccd.c factor out the ccd COMPAT_60 code. 2018-03-18 20:33:52 +00:00
ccdvar.h factor out the ccd COMPAT_60 code. 2018-03-18 20:33:52 +00:00
cgd.c Add "bufq_fcfs" requirement to all those driver modules that explicitly 2018-01-23 22:42:29 +00:00
cgd_crypto.c
cgd_crypto.h
cgdvar.h
clock_subr.c
clock_subr.h s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
clockctl.c
cninit.c
cons.c
cons.h
dev_verbose.c
dev_verbose.h
devlist2h.awk Add verb to sentence. 2017-06-27 08:09:14 +00:00
dksubr.c rnd_add_uint32() doens't support concurent calls for the same rnd_source, 2018-11-24 18:09:13 +00:00
dkvar.h Protect against multiple inclusion. 2017-11-01 19:15:31 +00:00
files.audio Include auvolconv.o in the audio driver, even if there are currently no 2017-05-30 02:21:11 +00:00
files.dev refactor wd and ataraid drivers to use common disk subroutines. 2017-11-01 19:34:45 +00:00
firmload.c
firmload.h
fss.c Add two new states FSS_CREATING and FSS_DESTROYING and use them 2018-08-29 09:04:40 +00:00
fssvar.h Add two new states FSS_CREATING and FSS_DESTROYING and use them 2018-08-29 09:04:40 +00:00
keylock.c
keylock.h
kloader.c
kloader.h
kttcp.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
kttcpio.h
ld.c take kernel lock for ioctl calls when backend isn't tagged MPSAFE. 2018-10-13 14:24:35 +00:00
ldvar.h make the sc_discard interface for the ld backend asynchronous and 2017-08-20 15:58:43 +00:00
led.c Use correct type with CTLTYPE_BOOL. 2018-01-10 15:58:40 +00:00
led.h Add a helper for exposing LED controls via sysctl. 2017-07-08 00:54:37 +00:00
lockstat.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
lockstat.h
md.c conditionally elide conditional for rump. 2018-03-03 19:26:12 +00:00
md.h
md_root.c
midi.c Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h". 2017-10-28 03:47:24 +00:00
midi_if.h
midictl.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c As discussed in tech-kern: 2018-12-05 18:16:51 +00:00
mm.h
mulaw.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
mulaw.h mulaw/alaw_to_linearN macros replaced with individual faster filters. 2017-12-27 00:12:06 +00:00
nullcons_subr.c
radio.c fixes for GCC 6.4: 2018-02-05 22:14:26 +00:00
radio_if.h
rnd_private.h
rndpseudo.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
sequencer.c Provisionally return to declaring midi_cd unconditionally. 2017-10-29 17:57:21 +00:00
sequencervar.h
spkr.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
spkr_audio.c Implement xxx_rescan() and xxx_childdet() functions; these will be 2017-06-11 21:54:22 +00:00
spkrio.h Add ioctls for setting and getting the beep volume. Currently only 2017-06-11 03:33:48 +00:00
spkrvar.h Implement xxx_rescan() and xxx_childdet() functions; these will be 2017-06-11 21:54:22 +00:00
veriexec.c
video.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
video_if.h
vnd.c Operation handle_with_strategy() also needs the 2018-12-10 15:22:35 +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