NetBSD/sys/dev
2020-08-14 10:31:40 +00:00
..
acpi Update for proplib API changes. 2020-07-08 13:41:53 +00:00
adb Revert previous for now: 2020-04-16 23:29:52 +00:00
altmem
apm
arcbios Avoid use of CALLFRAME_S0 on calling ARC BIOS functions. 2020-05-30 03:16:31 +00:00
ata disable downgrade of ATA mode from DMA, as generally not relevant 2020-05-25 19:05:30 +00:00
audio Fix suspend/resume. 2020-05-29 03:09:14 +00:00
bi
bluetooth Update for proplib(3) API changes. 2020-06-11 02:32:06 +00:00
bus_dma
cadence Use prop_data_value (not prop_data_data_nocopy) 2020-06-28 12:43:00 +00:00
cardbus pmf-powerdown == false --> pmf-no-powerdown == true 2020-06-12 15:34:20 +00:00
clk
dec
dkwedge dkwedge_add: Allow for expanding the size of an existing wedge without 2020-05-24 14:40:21 +00:00
dm Adapt to proplib API chanages. 2020-07-08 15:07:13 +00:00
dmover
drm
dtv allocate memory for dtv_ts_section using kmem_alloc() in dtv_demux_read(), 2020-05-30 13:15:10 +00:00
ebus
eisa
fdt Add kernel option FDT_DEFAULT_STDOUT_PATH to set default (fallback) 2020-07-16 16:39:18 +00:00
flash
gpib This driver is incomplete and doens't even compile, but make it 2020-05-25 19:01:15 +00:00
gpio
hdaudio Update for proplib(3) API changes. 2020-06-11 02:32:06 +00:00
hdmicec
hid Canadian French keyboard layout for ukbd/pckbd 2020-07-13 09:44:48 +00:00
hil
hpc
hyperv Introduce per-cpu IDTs 2020-07-14 00:45:52 +00:00
i2c Make this compile 2020-07-12 08:48:49 +00:00
i2o
ic fix a bit that I missed in the device_t/softc split 8 years ago. 2020-08-14 09:28:29 +00:00
ieee1394 Adopt <net/if_stats.h>. 2020-01-29 06:17:07 +00:00
ir
isa rearrange to avoid allocating softc on stack in ug_isa_match() 2020-06-24 19:24:44 +00:00
isapnp Remove rounding by 4 bytes on round_blocksize(). 2020-02-29 05:51:10 +00:00
iscsi avoid the use of UVM internals in the iscsi ioctl code. 2020-06-21 23:08:16 +00:00
marvell Make this build with or without options IPSEC. 2020-07-25 22:37:48 +00:00
mca Correctly spell "count". 2020-04-08 04:32:14 +00:00
microcode No longer depend on libl. 2020-06-29 06:39:38 +00:00
mii mii_knowndevs[] is de facto const, define it as such. 2020-08-04 04:22:02 +00:00
mscp
mvme
nand Include opt_nand.h for NAND_DEBUG. 2020-07-06 10:22:07 +00:00
news
nor
nvmm Micro-optimize: use pushq instead of pushw. To avoid LCP stalls and 2020-08-11 15:48:42 +00:00
ofisa
ofw Add of_find_bycompat helper to search a tree for a node by compat string. 2020-07-16 21:32:44 +00:00
onewire Only include opt_xxx.h headers when _KERNEL_OPT is defined. 2020-04-14 15:36:02 +00:00
pad Make start_input/halt_input optional if the driver has no recording, 2020-02-23 04:02:45 +00:00
pci Set recovery_mode_timer workqueue's name correctly. 2020-08-13 08:42:18 +00:00
pckbport Canadian French keyboard layout for ukbd/pckbd 2020-07-13 09:44:48 +00:00
pcmcia Use ifmedia_fini(). 2020-02-04 05:44:14 +00:00
podulebus
ppbus add a config fragment to include all ppbus devices to make it simpler 2020-02-04 21:09:03 +00:00
pud
putter
pwm
qbus Revert previous for now: 2020-04-16 23:29:52 +00:00
raidframe no need for continue 2020-07-31 20:35:33 +00:00
rasops Remove pointless cast; dp is already uint32_t *. 2020-07-02 07:49:44 +00:00
rcons
sbus Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
scsipi Improve the workqueue and callout handling. Prompted by riastradh@. 2020-07-27 15:41:03 +00:00
sdmmc Remove unnecessary wait in ldbegindetach. 2020-08-02 01:17:56 +00:00
smbus
spi Use mutex for lwp/interrupt coordination. using splX() simply does not work 2020-08-04 13:20:45 +00:00
splash
stbi
std
sun Change proc_lock -> &proc_lock. 2020-05-24 10:42:27 +00:00
sysmon Update for proplib(3) API changes. 2020-06-11 02:32:06 +00:00
tc
tprof Enable the cycle counter when a CPU hatches and store an estimate of the 2020-03-30 11:38:29 +00:00
usb Add some extra V4L ioctl() requests to latest V4L userland to work. 2020-08-10 19:27:27 +00:00
videomode
virtio
vme Adapt to new proplib api 2020-08-14 10:31:40 +00:00
wscons Clarify that KB_TR is the "Q" layout - there's two standards for Turkish. 2020-07-13 09:50:12 +00:00
wsfb Update for proplib(3) API changes. 2020-06-11 02:32:06 +00:00
wsfont Update Spleen kernel fonts to version 1.8.2, bringing the following 2020-07-31 20:39:50 +00:00
xmi
bio.c
biovar.h
ccd.c uvm_availmem(): give it a boolean argument to specify whether a recent 2020-06-11 19:20:42 +00:00
ccdvar.h
cgd_crypto.c Split aes_cbc_* and aes_xts_* into their own header files. 2020-07-25 22:14:35 +00:00
cgd_crypto.h cgd(4): Align IVs on the stack. 2020-06-29 23:36:06 +00:00
cgd.c Fix whitespace. 2020-08-01 02:15:49 +00:00
cgdvar.h Constify. 2020-06-13 22:15:57 +00:00
clock_subr.c
clock_subr.h
clockctl.c Explicitly cast pointers to uintptr_t before casting to enums. They are 2020-02-21 00:26:21 +00:00
cninit.c cninit - don't reset cn_tab on entry. 2020-07-29 01:55:58 +00:00
cons.c
cons.h
dev_verbose.c
dev_verbose.h DEV_VERBOSE_DEFINE - use MODULE_CLASS_DRIVER to match the definition. 2020-08-11 12:10:10 +00:00
devlist2h.awk
DEVNAMES Remove uyap, USB YAP phone firmware loader. 2020-05-16 13:46:10 +00:00
dksubr.c Add a flag to dk_dump for virtual disk devices. 2020-03-01 03:21:54 +00:00
dkvar.h Add a flag to dk_dump for virtual disk devices. 2020-03-01 03:21:54 +00:00
files.audio
files.dev Rewrite entropy subsystem. 2020-04-30 03:28:18 +00:00
firmload.c
firmload.h
fss.c UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
fssvar.h
ipmi.c
ipmivar.h
keylock.c
keylock.h
kloader.c
kloader.h
kttcp.c
kttcpio.h
ld.c Remove unnecessary wait in ldbegindetach. 2020-08-02 01:17:56 +00:00
ldvar.h Remove unnecessary wait in ldbegindetach. 2020-08-02 01:17:56 +00:00
led.c
led.h
lockstat.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
lockstat.h
Makefile
md_root.c
md.c Remove extra semicolon. 2020-05-14 08:34:17 +00:00
md.h
midi_if.h
midi.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
midictl.c
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mm.h
nullcons_subr.c
radio_if.h
radio.c
random.c New system call getrandom() compatible with Linux and others. 2020-08-14 00:53:15 +00:00
sequencer.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
sequencervar.h
spkr_audio.c
spkr.c
spkrio.h
spkrvar.h
veriexec.c
veriexec.config
video_if.h Support VIDIOC_G_PARM/VIDIOC_S_PARM 2020-05-22 11:23:51 +00:00
video.c Nix trailing whitespace. 2020-08-13 16:45:58 +00:00
vnd.c pass b_flags B_PHYS and B_RAW when setting up the buf for underlying device 2020-04-23 09:40:08 +00:00
vndvar.h