.. |
acpi
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
adb
|
Add us.dvorak keymap variant for ADB keyboards. Addresses PR 51255.
|
2016-06-20 00:05:58 +00:00 |
altmem
|
|
|
apm
|
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-06 06:00:59 +00:00 |
arcbios
|
|
|
ata
|
dumb instruction
|
2017-06-25 12:29:32 +00:00 |
bi
|
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
|
2016-12-15 09:28:02 +00:00 |
bluetooth
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
bus_dma
|
|
|
cadence
|
Apply deferred if_start to more drivers
|
2017-05-23 02:19:14 +00:00 |
cardbus
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
clk
|
Add support for multiple clock domains in clk API.
|
2017-04-16 12:28:21 +00:00 |
dec
|
spelling (DEC called it "TURBOchannel")
|
2017-06-22 16:46:52 +00:00 |
dkwedge
|
Enhance disk metrics by calculating a weighted sum that is incremented
|
2017-03-05 23:07:12 +00:00 |
dm
|
more dependiences -> dependencies
|
2017-06-04 08:54:38 +00:00 |
dmover
|
kill alloca in favor of ssp
|
2017-01-07 21:11:14 +00:00 |
drm
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
dtv
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
ebus
|
Make it compilable with AUDIODEBUG
|
2017-05-02 08:07:37 +00:00 |
eisa
|
Modularize the ld driver and all of its attachments. Ensure that all
|
2016-09-27 03:33:32 +00:00 |
fdt
|
Add fdtbus_get_string helper
|
2017-06-30 09:11:21 +00:00 |
filemon
|
Take a reference on the (activity log) file itself, and not on the
|
2016-01-11 01:37:36 +00:00 |
flash
|
|
|
gpib
|
- Use aprint*() instead of printf() in xxx_attach().
|
2016-07-14 04:00:45 +00:00 |
gpio
|
Check pmf_device_register return value. NFC
|
2017-01-20 12:25:07 +00:00 |
hdaudio
|
Move the hdaudio_cd out of the hdaudio_pci module and into the main
|
2017-06-04 23:34:55 +00:00 |
hdmicec
|
|
|
hil
|
Remove auto-repeat key functions in WSKBD_RAW mode.
|
2017-04-08 17:04:56 +00:00 |
hpc
|
spl leak, found by Mootja
|
2017-06-25 12:21:00 +00:00 |
i2c
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
i2o
|
refactor the ld(4) DIOCCACHESYNC hook into general ioctl hook, so that attachments
|
2017-02-27 21:32:33 +00:00 |
ic
|
Set hw parameters for linear to ulaw filters.
|
2017-06-25 09:40:17 +00:00 |
ieee1394
|
memory leak, found by Mootja; it seems that we should check the return
|
2017-06-25 12:39:27 +00:00 |
if_ndis
|
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
|
2016-12-15 09:28:02 +00:00 |
ir
|
- Use aprint*() more in xxx_attach().
|
2016-07-14 10:19:05 +00:00 |
isa
|
Instead of directly referencing a parent device's code (ie, pcppi_bell()
|
2017-06-14 05:01:35 +00:00 |
isapnp
|
remove my copyright.
|
2017-06-03 14:46:29 +00:00 |
iscsi
|
Fix session cleanup.
|
2017-06-24 11:31:26 +00:00 |
marvell
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
mca
|
- Use aprint*() more in xxx_attach().
|
2016-07-14 10:19:05 +00:00 |
microcode
|
acknowleg -> acknowledg, proceedure -> procedure.
|
2016-12-12 15:58:44 +00:00 |
mii
|
- Update IEEE 802.3 Clause 45 definitions from IEEE 802.3 2009 to IEEE 802.3
|
2017-06-09 04:43:33 +00:00 |
mscp
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
mvme
|
|
|
nand
|
Use ONFI_STATUS_WP instead of 0x80.
|
2016-10-04 14:47:18 +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
|
Factor our model printing code; use aprint; eliminate alloca.
|
2016-12-09 17:18:35 +00:00 |
ofw
|
Add of_search_compatible, which searches an array of compat_data structures
|
2017-06-30 09:17:05 +00:00 |
onewire
|
|
|
pad
|
Use defines to specify pad audio format. NFCI.
|
2017-06-19 23:54:00 +00:00 |
pci
|
Add IXGBE_TIPG_IPGT_MASK and IXGBE_PAP_PACE_MASK for packet pacing.
|
2017-06-28 03:57:36 +00:00 |
pckbport
|
New device wsbell - allows for a console beep for non pckbds (usb etc).
|
2017-06-11 03:55:56 +00:00 |
pcmcia
|
two spl leaks, found by Mootja
|
2017-06-25 12:25:02 +00:00 |
podulebus
|
Check pmf_device_register return value. NFC
|
2017-01-20 12:25:07 +00:00 |
ppbus
|
spl leak, found by Mootja
|
2017-06-25 12:27:13 +00:00 |
pud
|
Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of
|
2015-12-08 20:36:14 +00:00 |
putter
|
|
|
qbus
|
Update copyright notice for Ludd (remove clause 3 & 4).
|
2017-05-22 16:53:05 +00:00 |
raidframe
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
rasops
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
rcons
|
|
|
sbus
|
spl leak, found by Mootja a long time ago
|
2017-06-25 12:02:59 +00:00 |
scsipi
|
pass config_detach error to caller.
|
2017-06-19 20:52:20 +00:00 |
sdmmc
|
Revert part of previous; the SD card spec recommends not to issue a DISCARD
|
2017-06-24 23:25:01 +00:00 |
smbus
|
|
|
spi
|
Fixed typo in name for MCP3304.
|
2016-11-20 12:38:04 +00:00 |
splash
|
Do not panic if the splash screen is bigger than the framebuffer
|
2016-04-25 22:26:50 +00:00 |
stbi
|
PR/50686: David Binderman: fix memory leak
|
2016-01-21 17:17:53 +00:00 |
std
|
|
|
sun
|
Disks without a disk label happen in normal operation (both as USB
|
2017-02-26 09:49:40 +00:00 |
sysmon
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
tc
|
regen
|
2017-06-22 17:01:34 +00:00 |
tprof
|
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
|
2015-08-20 14:40:16 +00:00 |
usb
|
regen (comment change only)
|
2017-06-27 08:09:50 +00:00 |
videomode
|
|
|
vme
|
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
|
2015-09-06 06:00:59 +00:00 |
wscons
|
wsbellmux.c doesn't need a needs-flag
|
2017-06-18 05:57:58 +00:00 |
wsfb
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
wsfont
|
allow longer font names
|
2017-06-23 01:57:40 +00:00 |
xmi
|
|
|
auconv.c
|
comment out unused variables.
|
2017-06-22 02:09:37 +00:00 |
auconv.h
|
Fix defines to proper function names.
|
2017-06-20 13:51:54 +00:00 |
audio_if.h
|
|
|
audio.c
|
Don't autoconfig for 24 bits precision. It does not work as yet.
|
2017-06-25 10:28:22 +00:00 |
audiobell.c
|
Ensure to close open file descriptors.
|
2017-06-27 09:44:13 +00:00 |
audiobelldata.h
|
The audio bell is now in 16 bit slinear format.
|
2017-05-27 10:54:47 +00:00 |
audiobellvar.h
|
restore audiobell api
|
2016-12-09 13:26:11 +00:00 |
audiovar.h
|
sc_iffreq -> sc_frequency. NFCI.
|
2017-06-20 07:45:01 +00:00 |
aurateconv.c
|
Rate conversion works at 8 bits, so enable it.
|
2017-06-20 07:13:09 +00:00 |
auvolconv.c
|
Fix soft volume audio distortion. OK jmcneil@.
|
2016-02-26 13:08:28 +00:00 |
auvolconv.h
|
|
|
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
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
ccdvar.h
|
do not expose kernel-internal structure definitions to userland.
|
2017-06-08 22:23:56 +00:00 |
cgd_crypto.c
|
Replace numeric block sizes with symbolic names,
|
2017-01-02 14:28:29 +00:00 |
cgd_crypto.h
|
Replace numeric block sizes with symbolic names,
|
2017-01-02 14:28:29 +00:00 |
cgd.c
|
pass also DIOCGCACHE to underlying device, so that upper layers would be able
|
2017-02-27 21:25:45 +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
|
Fix leap year handling for years 2100 and greater.
|
2016-08-15 15:51:39 +00:00 |
clock_subr.h
|
|
|
clockctl.c
|
- Return ENOTTY rather than EINVAL for invalid ioctl, suggested by
|
2016-11-21 03:53:59 +00:00 |
cninit.c
|
|
|
cons.c
|
|
|
cons.h
|
|
|
dev_verbose.c
|
Avoid writing beyond the end of the buffer we were given.
|
2016-10-26 06:10:39 +00:00 |
dev_verbose.h
|
remove extra semicolons.
|
2015-11-13 01:37:19 +00:00 |
devlist2h.awk
|
Add verb to sentence.
|
2017-06-27 08:09:14 +00:00 |
DEVNAMES
|
Add tcu (MI). OK skrll@
|
2016-10-01 15:24:35 +00:00 |
dksubr.c
|
do not attach nvme ld as randomness source - device is too fast, it overwhelms
|
2017-04-27 17:07:22 +00:00 |
dkvar.h
|
do not attach nvme ld as randomness source - device is too fast, it overwhelms
|
2017-04-27 17:07:22 +00:00 |
files.audio
|
Include auvolconv.o in the audio driver, even if there are currently no
|
2017-05-30 02:21:11 +00:00 |
files.dev
|
Add DKWEDGE_METHOD_RDB option, which is Amiga Rigid Disk Block (RDB)
|
2017-02-26 11:56:49 +00:00 |
firmload.c
|
PR 51184 David Binderman: simplify redundant conditional
|
2016-05-30 02:33:49 +00:00 |
firmload.h
|
|
|
fss.c
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +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
|
|
|
kloader.h
|
|
|
kttcp.c
|
MFREE -> m_free
|
2016-10-02 14:16:02 +00:00 |
kttcpio.h
|
|
|
ld.c
|
do not attach nvme ld as randomness source - device is too fast, it overwhelms
|
2017-04-27 17:07:22 +00:00 |
ldvar.h
|
do not attach nvme ld as randomness source - device is too fast, it overwhelms
|
2017-04-27 17:07:22 +00:00 |
lockstat.c
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
lockstat.h
|
Fix non-cpu counter build.
|
2016-01-24 01:01:11 +00:00 |
Makefile
|
move spkrio.h out of isa
|
2016-12-09 04:46:39 +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
|
Don't mutex_exit() if we didn't mutex_enter().
|
2016-07-27 05:14:40 +00:00 |
md.h
|
|
|
midi_if.h
|
|
|
midi.c
|
Add infrastructure for modularization of audio, midi, and sequencer
|
2017-06-01 09:44:30 +00:00 |
midictl.c
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
midictl.h
|
|
|
midisyn.c
|
|
|
midisynvar.h
|
|
|
midivar.h
|
|
|
mm.c
|
/dev/mem cannot lseek over 0x80000000 on 32bit architectures.
|
2016-10-13 08:56:31 +00:00 |
mm.h
|
Add mm_md_page_color hook and use to support better page coloring.
|
2016-07-11 16:13:28 +00:00 |
mulaw.c
|
Better solution to mulaw/alaw conversion on big endian systems/sound
|
2017-06-26 12:17:09 +00:00 |
mulaw.h
|
Use LINEARNTOMULAW for 8 bits as well.
|
2017-06-25 02:16:41 +00:00 |
nullcons_subr.c
|
|
|
radio_if.h
|
|
|
radio.c
|
|
|
rnd_private.h
|
|
|
rndpseudo.c
|
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
|
2015-08-20 14:40:16 +00:00 |
sequencer.c
|
Add infrastructure for modularization of audio, midi, and sequencer
|
2017-06-01 09:44:30 +00:00 |
sequencervar.h
|
|
|
spkr_audio.c
|
Implement xxx_rescan() and xxx_childdet() functions; these will be
|
2017-06-11 21:54:22 +00:00 |
spkr.c
|
Ensure to detach children.
|
2017-06-14 06:55:37 +00:00 |
spkrio.h
|
Add ioctls for setting and getting the beep volume. Currently only
|
2017-06-11 03:33:48 +00:00 |
spkrvar.h
|
Implement xxx_rescan() and xxx_childdet() functions; these will be
|
2017-06-11 21:54:22 +00:00 |
veriexec.c
|
Rename verified_exec.c -> veriexec.c.
|
2015-12-09 18:25:32 +00:00 |
video_if.h
|
|
|
video.c
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
vnd.c
|
Don't display step-by-step detailed error messages unless DIAGNOSTIC.
|
2017-03-25 07:00:33 +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 |