NetBSD/sys/dev
msaitoh e72e0efefb When a media change is requested, don't just all (*if_init)(). That's
needlessly disruptive and incompatible with future locking changes.
We can use ether_mediachange() instead.
2020-02-28 06:53:22 +00:00
..
acpi Add ACPI glue for Broadcom GENETv5 2020-02-22 02:28:06 +00:00
adb
altmem
apm
arcbios
ata Tidy quirk table and remove outdated quick from the quirk format string. 2020-01-18 11:24:40 +00:00
audio Prevent a race between audiodetach and fileops methods using psref(9). 2020-02-23 07:17:01 +00:00
bi
bluetooth
bus_dma
cadence Adopt <net/if_stats.h>. 2020-01-29 05:52:27 +00:00
cardbus
clk
dec s/le_de_subr/le_dec_subr/ in comment. 2019-12-27 09:47:55 +00:00
dkwedge Update sc->sc_parent->dk_rawvp while the lock named dk_rawlock held 2020-02-28 06:01:23 +00:00
dm dm: #if0 target's ->upcall() handler 2020-01-21 16:27:53 +00:00
dmover
drm
dtv s/transfered/transferred/ 2019-12-27 09:41:48 +00:00
ebus
eisa Remove FDDI support. 2020-01-20 18:38:17 +00:00
fdt 0x%#x --> %#x for non-external codes. 2020-02-24 12:38:57 +00:00
flash s/lenght/length/ 2019-12-26 04:53:11 +00:00
gpib
gpio
hdaudio Enumerating probably always starts from sc->sc_startnode. 2020-02-15 03:04:45 +00:00
hdmicec
hid Support the combination of KB_SWAPCTRLCAPS and UK layout. 2020-01-11 21:43:10 +00:00
hil
hpc
hyperv Use ifmedia_fini(). 2020-02-04 05:18:36 +00:00
i2c - Don't use I2C_F_POLL. 2020-02-16 22:43:27 +00:00
i2o
ic Explicit format string for snprintf, spotted by tnn@ 2020-02-27 17:30:07 +00:00
ieee1394 Adopt <net/if_stats.h>. 2020-01-29 06:17:07 +00:00
ir
isa 0x%p --> %p for non-external codes. 2020-02-24 12:20:29 +00:00
isapnp Remove Token Ring support. 2020-01-19 20:00:35 +00:00
iscsi
marvell Adopt <net/if_stats.h> 2020-02-05 08:33:19 +00:00
mca Remove Token Ring support. 2020-01-19 20:00:35 +00:00
microcode
mii Move PHY_RESET() in the media change path from if_et.c to etphy.c. 2020-02-28 05:13:19 +00:00
mscp
mvme
nand s/lenght/length/ 2019-12-26 04:53:11 +00:00
news
nor
nvmm Explicitly cast pointers to uintptr_t before casting to enums. They are 2020-02-21 00:26:21 +00:00
ofisa
ofw Adopt <net/if_stats.h>. 2020-01-29 06:17:07 +00:00
onewire
pad Make start_input/halt_input optional if the driver has no recording, 2020-02-23 04:02:45 +00:00
pci When a media change is requested, don't just all (*if_init)(). That's 2020-02-28 06:53:22 +00:00
pckbport Messages in pms_synaptics_input() should not start with "pms_input" 2020-02-25 21:41:38 +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 Adopt <net/if_stats.h> 2020-02-05 08:33:19 +00:00
raidframe Fix big bugs. 2020-01-07 06:10:18 +00:00
rasops
rcons
sbus Adopt <net/if_stats.h>. 2020-01-29 05:52:27 +00:00
scsipi Sprinkle some dtrace probes into scsi(4). 2020-02-19 16:05:41 +00:00
sdmmc Adopt <net/if_stats.h>. 2020-01-29 05:52:27 +00:00
smbus
spi
splash
stbi
std
sun Fix panic on sun3 when any key is typed when kbd is not console. PR/54873 2020-01-18 21:08:42 +00:00
sysmon - Introduce a new global kernel variable "shutting_down" to indicate that 2020-01-01 22:57:16 +00:00
tc Remove FDDI support. 2020-01-20 18:38:17 +00:00
tprof 0x%#x --> %#x for non-external codes. 2020-02-24 12:38:57 +00:00
usb 0x%#x --> %#x for non-external codes. 2020-02-24 12:38:57 +00:00
videomode Fix uninitialized variable. There may not be a TYPE_ASCII block. Found by 2020-01-25 15:59:11 +00:00
virtio
vme
wscons
wsfb Do not replay the msgbuf if we are booting silent or quiet. 2020-02-23 14:44:23 +00:00
wsfont
xmi
bio.c
biovar.h
ccd.c Rename uvm_free() -> uvm_availmem(). 2019-12-31 13:07:09 +00:00
ccdvar.h
cgd_crypto.c
cgd_crypto.h
cgd.c Acquire kernel_lock in the bp->b_iodone callback. 2020-01-17 19:30:51 +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 Explicitly cast pointers to uintptr_t before casting to enums. They are 2020-02-21 00:26:21 +00:00
cninit.c
cons.c
cons.h
dev_verbose.c
dev_verbose.h
devlist2h.awk
DEVNAMES Retire azalia(4). 2020-02-09 16:06:17 +00:00
dksubr.c
dkvar.h
files.audio defopt -> defparam (oops) 2020-01-25 19:22:05 +00:00
files.dev
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 Reject open when attach didn't complete successfully. 2020-02-10 10:05:55 +00:00
ldvar.h
led.c
led.h
lockstat.c
lockstat.h
Makefile Remove filemon(4). 2020-01-19 20:41:17 +00:00
md_root.c
md.c Mark the cdev MPSAFE too. 2020-01-18 14:02:18 +00:00
md.h
midi_if.h
midi.c
midictl.c
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mm.h
nullcons_subr.c
radio_if.h
radio.c
rnd_private.h
rndpseudo.c
sequencer.c
sequencervar.h
spkr_audio.c
spkr.c
spkrio.h
spkrvar.h
veriexec.c
veriexec.config
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 UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
vndvar.h