..
acpi
add missing debugging attributes
2015-10-11 21:49:22 +00:00
adb
We don't have Debugger if we don't have DDB.
2015-07-29 08:45:28 +00:00
altmem
Use C99-style initializers for struct dkdriver.
2015-04-26 15:15:19 +00:00
apm
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
arcbios
Add d_discard to all struct cdevsw instances I could find.
2014-07-25 08:10:31 +00:00
ata
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
bi
bluetooth
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
bus_dma
cadence
Add hardware checksumming support.
2015-08-24 18:51:37 +00:00
cardbus
Convert sys/dev to use <sys/rndsource.h>.
2015-04-13 16:33:23 +00:00
dec
Patches from Björ Johannesson to fix DEC LK201 keyboards, this time
2015-01-02 21:32:26 +00:00
dkwedge
remove incorrect comment (from kre)
2015-10-10 23:39:43 +00:00
dm
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
dmover
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
drm
dtv
IPL_VM -> IPL_SCHED to avoid taking kernel lock
2014-08-09 13:34:10 +00:00
ebus
eisa
src is too big these days to tolerate superfluous apostrophes. It's
2014-10-18 08:33:23 +00:00
filemon
The correct default return value from a module's xxx_modcmd() routine
2015-11-21 03:34:28 +00:00
flash
Add d_discard to all struct cdevsw instances I could find.
2014-07-25 08:10:31 +00:00
gpib
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
gpio
pull in sysmon_taskq
2015-10-15 09:07:49 +00:00
hdaudio
disable data island packet transmission on Tegra124 HDMI codec
2015-11-15 23:03:50 +00:00
hdmicec
add makefile for installing hdmicecio.h
2015-08-02 21:22:34 +00:00
hil
hpc
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
i2c
Add basic driver for AMS AS3722 power management IC
2015-11-11 12:35:22 +00:00
i2o
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
ic
Revert changes of athn.c r1.8.
2015-11-17 16:37:22 +00:00
ieee1394
No reason not to make the string const.
2014-11-21 23:37:25 +00:00
if_ndis
don't leak rl (but there are other leaks), found by Brainy.
2015-04-04 15:22:02 +00:00
ir
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
isa
fix spl issues, found by brainy.
2015-09-12 19:31:41 +00:00
isapnp
regen
2015-11-19 19:16:28 +00:00
iscsi
Use value *before* freeing it. Found by brainy, reported by maxv.
2015-09-19 18:32:42 +00:00
marvell
PCI Extended Configuration stuff written by nonaka@:
2015-10-02 05:22:49 +00:00
mca
Use C99-style initializers for struct dkdriver.
2015-04-26 15:15:19 +00:00
microcode
two changes to radeon drm firmware:
2015-04-26 21:37:22 +00:00
mii
igphy(4),ukphy(4): Set mii_mpd_* entries.
2015-10-30 07:35:30 +00:00
mscp
Use C99-style initializers for struct dkdriver.
2015-04-26 15:15:19 +00:00
mvme
Add d_discard to all struct cdevsw instances I could find.
2014-07-25 08:10:31 +00:00
nand
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
news
nor
Size of erase block is 128 bytes when sector density (z) is zero.
2015-09-18 21:30:02 +00:00
ofisa
Convert sys/dev to use <sys/rndsource.h>.
2015-04-13 16:33:23 +00:00
ofw
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
onewire
Add d_discard to all struct cdevsw instances I could find.
2014-07-25 08:10:31 +00:00
pad
Wrap up calls to sc_intr in kpreempt[en/dis]able.
2015-07-10 21:58:56 +00:00
pci
use copyout instead of suword.
2015-11-20 14:56:56 +00:00
pckbport
Disambiguate debug message.
2015-07-16 15:01:04 +00:00
pcmcia
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
podulebus
ppbus
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
pud
putter
Add d_discard to all struct cdevsw instances I could find.
2014-07-25 08:10:31 +00:00
qbus
add missing splx() found by brainy
2015-09-12 19:21:50 +00:00
raidframe
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
rasops
add "best match" algorithm to wsfont and use this instead of a private
2015-04-18 11:23:58 +00:00
rcons
sbus
kill subyte.
2015-11-20 19:09:23 +00:00
scsipi
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
sdmmc
Also wait for DAT when sending RSP_BSY commands. Fixes PR 50388.
2015-11-03 07:59:29 +00:00
smbus
spi
MI driver for the Microchip 3x0x series of SAR analog to digital converters.
2015-08-18 15:54:20 +00:00
splash
Clean up splash image build. Print messages when creating files.
2015-09-15 02:22:43 +00:00
stbi
std
src is too big these days to tolerate superfluous apostrophes. It's
2014-10-18 08:33:23 +00:00
sun
avoid conflicts with our own ioctls
2015-09-26 03:31:52 +00:00
sysmon
As proposed in
2015-10-15 13:35:30 +00:00
tc
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
tprof
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
usb
Put these back. They are used.
2015-11-19 00:40:43 +00:00
videomode
Parse the extension block count field, and make it available in struct edid_info
2014-11-17 00:46:04 +00:00
vme
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
wscons
Untangle.
2015-11-08 16:49:41 +00:00
wsfb
Fix splashscreen on resolutions where text is centered.
2015-06-01 20:47:59 +00:00
wsfont
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
xmi
auconv.c
auconv.h
audio_if.h
add a helper function to get the hw device_t from an audio_softc
2014-11-18 01:50:12 +00:00
audio.c
add a helper function to get the hw device_t from an audio_softc
2014-11-18 01:50:12 +00:00
audiobell.c
audiobellvar.h
audiovar.h
aurateconv.c
auvolconv.c
When this code was split from dev/pad, the "volume" member size was changed
2014-11-23 12:23:25 +00:00
auvolconv.h
Add common audio converters for software volume control. Only supports
2014-11-18 01:53:17 +00:00
bio.c
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
biovar.h
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
ccd.c
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
ccdvar.h
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
cgd_crypto.c
Sprinkle const into cgd crypto API.
2015-04-25 12:55:04 +00:00
cgd_crypto.h
Sprinkle const into cgd crypto API.
2015-04-25 12:55:04 +00:00
cgd.c
Make dksubr use a spin-mutex again, since some drivers still call dk_done
2015-08-27 05:51:50 +00:00
cgdvar.h
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
clock_subr.c
use symbolic constants (Kamil Rytarowski)
2014-12-22 18:09:20 +00:00
clock_subr.h
kill the macros that called the inlines bcdtobin and bintobcd and define
2014-11-20 16:26:34 +00:00
clockctl.c
Add d_discard to all struct cdevsw instances I could find.
2014-07-25 08:10:31 +00:00
cninit.c
cons.c
for some reason the previous commit causes ARCS firmware on sgimips64 to
2015-05-29 16:26:45 +00:00
cons.h
dev_verbose.c
Merge the 3 copies of devlist2h.awk that deal with 16 bit key and value
2014-09-21 14:30:22 +00:00
dev_verbose.h
remove extra semicolons.
2015-11-13 01:37:19 +00:00
devlist2h.awk
Merge the 3 copies of devlist2h.awk that deal with 16 bit key and value
2014-09-21 14:30:22 +00:00
DEVNAMES
Added rtwn(4) for Realtek RTL8188CE/RTL8192CE PCIe 802.11b/g/n wireless network
2015-08-27 14:04:07 +00:00
dksubr.c
remove extra quote
2015-10-23 01:34:22 +00:00
dkvar.h
move entropy gathering into dksubr.
2015-08-28 17:41:49 +00:00
files.audio
Add common audio converters for software volume control. Only supports
2014-11-18 01:53:17 +00:00
files.dev
Move dev/ definitions out of files.kern.
2015-08-21 02:18:18 +00:00
firmload.c
nuke superfluous SYSCTL_SETUP_PROTO
2015-01-04 19:25:32 +00:00
firmload.h
fss.c
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
fssvar.h
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00
keylock.c
keylock.h
kloader.c
Move declaration of avail_start, avail_end to <machine/kloader.h>
2015-06-11 08:14:38 +00:00
kloader.h
kttcp.c
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
kttcpio.h
ld.c
move entropy gathering into dksubr.
2015-08-28 17:41:49 +00:00
ldvar.h
move entropy gathering into dksubr.
2015-08-28 17:41:49 +00:00
lockstat.c
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
lockstat.h
Introduce a new flag LB_DTRACE for dtrace lockstat events.
2015-03-09 01:41:41 +00:00
Makefile
Install hdmicecio.h
2015-08-02 11:09:05 +00:00
md_root.c
Put back MEMORY_DISK_IMAGE logic, but use generated opt_memory_root_image.h
2015-08-30 05:24:03 +00:00
md.c
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
md.h
midi_if.h
fix some comments about MP midi.
2015-03-01 00:34:14 +00:00
midi.c
- check sc->dying after sleeping in several more places, and
2014-12-30 07:28:34 +00:00
midictl.c
Don't left-shift negative numbers by making them unsigned.
2015-08-28 13:04:29 +00:00
midictl.h
midisyn.c
midisynvar.h
midivar.h
various clean ups for midi and sequencer:
2014-12-22 07:02:22 +00:00
mm.c
Add d_discard to all struct cdevsw instances I could find.
2014-07-25 08:10:31 +00:00
mm.h
mulaw.c
mulaw.h
nullcons_subr.c
Add d_discard to all struct cdevsw instances I could find.
2014-07-25 08:10:31 +00:00
radio_if.h
radio.c
Add d_discard to all struct cdevsw instances I could find.
2014-07-25 08:10:31 +00:00
rnd_private.h
Move RND_EXTRACT_{ANY,GOOD} to rndpool.h whose API they are part of.
2015-04-14 13:14:20 +00:00
rndpseudo.c
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
sequencer.c
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
2015-08-20 14:40:16 +00:00
sequencervar.h
various clean ups for midi and sequencer:
2014-12-22 07:02:22 +00:00
verified_exec.c
Not to add even more confusion in an already overcomplicated subsystem,
2015-04-26 09:45:40 +00:00
video_if.h
video.c
Add d_discard to all struct cdevsw instances I could find.
2014-07-25 08:10:31 +00:00
vnd.c
Use the new DK_DEV_BSIZE_OK() macro.
2015-11-12 15:28:07 +00:00
vndvar.h
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
2015-09-06 06:00:59 +00:00