NetBSD/sys/dev
isaki 398f413a6e Rework about the rest note in speaker(4).
- Obsolete the sc_rest callback.  The rest note operation can be done by
  the common spkr layer.  This also fixes PR kern/56060.
  This work-in-progress patch was left in my local tree for years. :(
- Improve calculations of tone and rest length.
2021-04-03 04:10:30 +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
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 Ensure event_thread stays in event loop upon creation. 2020-10-04 06:15:54 +00:00
clk
dec
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
gpib s/parition/partition/ 2020-09-29 02:49:55 +00:00
gpio
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 Use lmtemp(4) as entropy source. 2021-03-01 04:40:39 +00:00
i2o
ic Introduce COM_HW_BROKEN_ETXRDY bit in sc_hwflags; push TX queue if 2021-03-25 05:34:49 +00:00
ieee1394
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 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 Fix a bug that "ifconfig xx0 media none" set LINK_STATE_UNKNOWN instead of 2020-11-04 09:15:10 +00:00
mscp
mvme
nand Include opt_nand.h for NAND_DEBUG. 2020-07-06 10:22:07 +00:00
news
nor
nvmm Implement nvmm_vcpu::stop, a race-free exit from nvmm_vcpu_run() without 2021-03-26 15:59:53 +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 regen 2021-04-02 01:08:02 +00:00
pckbport synaptics: Emulate scrolling when the middle button is held with TrackPoints 2020-10-01 17:13:19 +00:00
pcmcia
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 Fix a long long-standing off-by-one error in computing lastPSID. 2021-02-15 23:27:03 +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 introduce DDB_END_CMD and replace more than 20 copies of the same 2021-02-23 07:13:51 +00:00
scsipi PR/55986: Ryo Onodera: DK_BUSY must have mask as second argument. Make cd.c 2021-02-10 16:30:01 +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 Call usbnet_attach before usbnet_{lock_core,busy} 2021-04-02 09:27:44 +00:00
videomode
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 fix logic botch from previous - if we're asked to draw the cursor somewhere 2021-01-28 17:40:00 +00:00
wsfb add optional glyph cache for genfb 2021-01-27 22:42:53 +00:00
wsfont Update Spleen kernel fonts to version 1.9.0, bringing the following 2021-03-12 17:03:06 +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
clockctl.c
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
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 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
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 Fix calculation of cylinder count from medium size. 2021-01-04 16:17:26 +00:00
vndvar.h