NetBSD/sys/dev
macallan 207794b100 add an ioctl() to get a list of fonts currently available via wsfont 2021-04-24 00:15:37 +00:00
..
acpi Introduce sc_poll_ticks and obsolete COM_HW_POLL bit in sc_hwflags. 2021-03-25 05:33:59 +00:00
adb defparam and use ADBKBD_LAYOUT, default to KB_US|KB_APPLE for tradition 2020-08-31 17:54:18 +00:00
altmem
apm Use sel{record,remove}_knote(). 2020-12-19 01:18:58 +00:00
arcbios Avoid use of CALLFRAME_S0 on calling ARC BIOS functions. 2020-05-30 03:16:31 +00:00
ata Add G3 and DevSleep definitions. This changes the mask used by 2020-12-27 15:15:45 +00:00
audio Fix and improve the buffer length calculation to avoid zero length 2021-03-20 04:56:52 +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 Update for proplib(3) API changes. 2020-06-11 02:32:06 +00:00
bus_dma Fix some more uvm.h cleanup fallout. 2020-09-06 15:27:22 +00:00
cadence Use prop_data_value (not prop_data_data_nocopy) 2020-06-28 12:43:00 +00:00
cardbus convert cardslot event thread from wakeup/tsleep to mutex/condvar. 2021-04-17 01:19:48 +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 Misc style fixes. No binary changes. 2021-02-20 09:51:20 +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 Use eisa_compatible_{match,lookup}(). 2021-01-27 04:35:15 +00:00
fdt Fix previous 2021-03-24 18:19:31 +00:00
flash s/lenght/length/ 2019-12-26 04:53:11 +00:00
gpib s/parition/partition/ 2020-09-29 02:49:55 +00:00
gpio Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
hdaudio If the Subordinate Node Count returns 0 nodes, complain and return instead 2020-12-28 19:31:43 +00:00
hdmicec
hid provide KB_APPLE layout variant which uses Command-F* to switch console screens 2020-08-29 22:42:53 +00:00
hil
hpc Use sel{record,remove}_knote(). 2020-12-19 01:18:58 +00:00
hyperv hvn(4): Don't wait forever. 2021-01-29 04:38:49 +00:00
i2c spello in comment 2021-04-16 07:02:09 +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 remove extra line that clearly isn't meant to be there and may trigger 2021-04-13 04:13:52 +00:00
ieee1394 convert union member from [0] array to [3] array, so that attempts 2021-04-12 09:22:21 +00:00
ir Use sel{record,remove}_knote(). 2020-12-19 01:18:58 +00:00
isa Rework about the rest note in speaker(4). 2021-04-03 04:10:30 +00:00
isapnp Remove rounding by 4 bytes on round_blocksize(). 2020-02-29 05:51:10 +00:00
iscsi Stop advertising more openings after limit is reached. 2021-03-07 12:30:03 +00:00
marvell Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
mca update comment about the 'quirk' in we_mca_init_hook() - actually that is 2021-04-08 17:36:33 +00:00
microcode No longer depend on libl. 2020-06-29 06:39:38 +00:00
mii Fix a bug that "ifconfig xx0 media none" set LINK_STATE_UNKNOWN instead of 2020-11-04 09:15:10 +00:00
mscp
mvme convert 'extern phys_ram_seg_t mem_clusters[0];' to the '[]' form 2021-04-15 01:57:11 +00:00
nand Include opt_nand.h for NAND_DEBUG. 2020-07-06 10:22:07 +00:00
news
nor
nvmm be sure to only access vcpu if it was initialised. 2021-04-12 09:22:58 +00:00
ofisa Rename of_match_compat_data() to of_compatible_match(). Similarly, 2021-01-27 03:10:18 +00:00
ofw Wrap some definite-only-in-kernel-environment prototypees in _KERNEL. 2021-02-06 16:07:13 +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 regenerate 2021-04-21 13:12:42 +00:00
pckbport synaptics: Emulate scrolling when the middle button is held with TrackPoints 2020-10-01 17:13:19 +00:00
pcmcia Use ifmedia_fini(). 2020-02-04 05:44:14 +00:00
podulebus
ppbus s/occurence/occurrence/ 2020-09-29 02:58:51 +00:00
pud
putter Use sel{record,remove}_knote(). 2020-12-18 02:54:34 +00:00
pwm
qbus Use sel{record,remove}_knote(). 2020-12-18 02:41:35 +00:00
raidframe mark an extremely uncommon, but sometimes seen, log message 2021-04-11 01:41:12 +00:00
rasops Remove pointless cast; dp is already uint32_t *. 2020-07-02 07:49:44 +00:00
rcons s/depreciated/deprecated/g 2021-03-24 05:00:24 +00:00
sbus handle cd1400_compute_baud() failure and avoid reading uninitialised 2021-04-12 09:23:32 +00:00
scsipi Limit buffer size for device capabilities requests as a work-around for PR 2021-04-16 12:58:54 +00:00
sdmmc Enable block count only for count > 0. 2021-03-13 23:26:47 +00:00
smbus
spi Use DEVICE_COMPAT_EOL. 2021-01-27 02:29:48 +00:00
splash
stbi
std
sun Use sel{record,remove}_knote(). 2020-12-18 01:54:22 +00:00
sysmon Use sel{remove,record}_knote(). 2020-12-18 01:46:39 +00:00
tc Restrict stic_xmap to the kernel namespace 2020-09-12 16:44:41 +00:00
tprof tprof: Use percpu rather than a MAXCPUS-element array. 2020-11-27 20:10:25 +00:00
usb remove KERNHIST_INIT_STATIC(). it stradles the line between usable 2021-04-17 01:53:58 +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 Add virtio mmio probe function 2021-02-05 21:25:36 +00:00
vme s/ressource/resource/. No functional change. 2020-08-24 05:37:40 +00:00
vmt Removed little endian dependencies. 2021-03-27 21:23:14 +00:00
wscons add an ioctl() to get a list of fonts currently available via wsfont 2021-04-24 00:15:37 +00:00
wsfb add optional glyph cache for genfb 2021-01-27 22:42:53 +00:00
wsfont add an ioctl() to get a list of fonts currently available via wsfont 2021-04-24 00:15:37 +00:00
xmi
DEVNAMES add rge 2021-03-01 18:18:39 +00:00
Makefile Use HAVE_NVMM for nvmm headers 2020-09-27 11:57:28 +00:00
bio.c malloc(9) -> kmem(9) 2020-12-19 01:12:21 +00:00
biovar.h
ccd.c Fix ioctl locking. Add dkdriver. 2020-10-06 18:45:23 +00:00
ccdvar.h
cgd.c Fix whitespace. 2020-08-01 02:15:49 +00:00
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
cgdvar.h Constify. 2020-06-13 22:15:57 +00:00
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 cninit - don't reset cn_tab on entry. 2020-07-29 01:55:58 +00:00
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 DEV_VERBOSE_DEFINE - use MODULE_CLASS_DRIVER to match the definition. 2020-08-11 12:10:10 +00:00
devlist2h.awk
dksubr.c dk_start(): retry device-dependent start() routine later, also when it 2021-04-15 00:32:50 +00:00
dkvar.h Add a flag to dk_dump for virtual disk devices. 2020-03-01 03:21:54 +00:00
files.audio defopt -> defparam (oops) 2020-01-25 19:22:05 +00:00
files.dev Rewrite entropy subsystem. 2020-04-30 03:28:18 +00:00
firmload.c
firmload.h
fss.c Check the return value of device_lookup_private against NULL. 2020-12-26 14:50:50 +00:00
fssvar.h
ipmi.c ipmi(4): Fixed a bug that incorrect condition is notified. 2020-08-17 08:34:36 +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 Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
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
md.c Remove extra semicolon. 2020-05-14 08:34:17 +00:00
md.h
md_root.c
midi.c Use sel{record,remove}_knote(). 2020-12-19 01:18:58 +00:00
midi_if.h
midictl.c
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mm.h
nullcons_subr.c
radio.c
radio_if.h
random.c /dev/random: Fix nonblocking read. 2021-01-13 23:54:21 +00:00
sequencer.c Use sel{record,remove}_knote(). 2020-12-19 01:18:58 +00:00
sequencervar.h
spkr.c Rework about the rest note in speaker(4). 2021-04-03 04:10:30 +00:00
spkr_audio.c Rework about the rest note in speaker(4). 2021-04-03 04:10:30 +00:00
spkrio.h
spkrvar.h Rework about the rest note in speaker(4). 2021-04-03 04:10:30 +00:00
veriexec.c
veriexec.config
video.c Nix trailing whitespace. 2020-08-13 16:45:58 +00:00
video_if.h Support VIDIOC_G_PARM/VIDIOC_S_PARM 2020-05-22 11:23:51 +00:00
vnd.c Provide a default preferred I/O size. 2021-04-11 18:18:39 +00:00
vndvar.h