NetBSD/sys/dev
chris fea7c6a78b Fix range to check to avoid a static buffer overrun, when
font->encoding == 4, which would cause access past the end of the encodings
array.

Fixes Coverity CID 1446.

Note that perhaps we should actually have an encoding line for
WSDISPLAY_FONTENC_ISO2 which is encoding 4.
2006-03-17 03:21:57 +00:00
..
acpi Merge ACPI-CA 20060217 2006-03-12 06:48:15 +00:00
apm merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
arcbios merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ata merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
bi merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
bluetooth Use device_is_active() rather than testing dv_flags for DVF_ACTIVE 2006-02-20 16:50:36 +00:00
cardbus Stop-gap solution to Atheros Cardbus cards losing (crypto?) hardware 2006-03-02 01:24:00 +00:00
dec Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:27:29 +00:00
dkwedge merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
dmover merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
ebus merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
eisa Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:27:29 +00:00
gpib Fix some typos. 2006-02-25 02:28:55 +00:00
gpio Flesh out the framework for attaching drivers to the GPIO pins. 2006-02-20 03:18:36 +00:00
hpc Constify scancode translation table. 2006-03-14 23:03:45 +00:00
i2c Add r2025rtc. 2006-03-06 20:29:06 +00:00
i2o Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h> 2006-01-29 21:42:40 +00:00
ic include if_ether.h if you want to use ether_sprintf() 2006-03-16 15:59:22 +00:00
ieee1394 Fix some typos. 2006-02-25 02:28:55 +00:00
ir cleanup more SET/CLR/ISSET lossage 2006-03-05 17:33:33 +00:00
isa Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. 2006-03-08 23:46:22 +00:00
isapnp Regen 2006-02-19 21:31:14 +00:00
marvell Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. 2006-03-08 23:46:22 +00:00
mca Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. 2006-03-08 23:46:22 +00:00
microcode Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"), 2006-02-25 00:58:34 +00:00
mii regen 2006-03-14 04:49:00 +00:00
mscp Don't cast lvalue. remove uninitialized reference. 2006-03-07 04:45:52 +00:00
mvme merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
news
ofisa properly use ata_channel->ch_ndrive: 2006-01-16 20:30:18 +00:00
ofw merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
pci handle another difference between the BSDs: 2006-03-16 17:26:13 +00:00
pckbport Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:27:29 +00:00
pcmcia When unmapping and remapping, the mem handle and mem tags can change. Do 2006-02-23 03:20:53 +00:00
podulebus properly use ata_channel->ch_ndrive: 2006-01-16 20:30:18 +00:00
ppbus PR/32381: Paul Shupak. Convert to ktrace-lwp. 2005-12-25 18:43:31 +00:00
qbus Use device_is_a(). 2006-02-27 02:59:24 +00:00
raidframe Fix lossage related to device_is_a() changes. Fix from cube@ (thanks!). 2006-03-01 21:41:49 +00:00
rasops Fixup a performance problem in rasops_copyrows that I introduced during 2006-02-27 12:19:29 +00:00
rcons avoid checking if an unsigned number is less than 0. fixes PR 29948. 2006-01-21 19:28:44 +00:00
sbus keep the chip powered down when not in use on machines that support it 2006-03-09 20:44:18 +00:00
scsipi merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
smbus merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
splash Smaller NetBSD logo image, suitable for lower memory situations or 2006-02-19 17:12:01 +00:00
std merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
sun Make external mice work on Tadpole SPARCbook 2006-03-10 20:25:45 +00:00
sysmon merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tc merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
usb regen 2006-03-13 16:30:41 +00:00
videomode Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. 2006-03-08 23:46:22 +00:00
vme merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
wscons Make this compile with WSKBD_DEBUG again. 2006-03-14 23:41:45 +00:00
wsfont Fix range to check to avoid a static buffer overrun, when 2006-03-17 03:21:57 +00:00
xmi merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
DEVNAMES add nfe. 2006-03-12 22:42:54 +00:00
Makefile As core requested, remove vinum 2006-02-25 01:27:20 +00:00
auconv.c fix tyop in debug printf 2006-02-26 23:52:08 +00:00
auconv.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
audio.c Add a 'powerstate' callback to audio_hw_if, to allow hw drivers to power 2006-03-07 15:17:47 +00:00
audio_if.h Add a 'powerstate' callback to audio_hw_if, to allow hw drivers to power 2006-03-07 15:17:47 +00:00
audiobell.c merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
audiobellvar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
audiovar.h Add a 'powerstate' callback to audio_hw_if, to allow hw drivers to power 2006-03-07 15:17:47 +00:00
aurateconv.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ccd.c * The kernel's struct ccd_softc has extra structure members over the 2006-02-16 23:25:18 +00:00
ccdvar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cgd.c Make this build again (remove unused variable). 2006-01-04 17:16:35 +00:00
cgd_crypto.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cgd_crypto.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cgdvar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clock_subr.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clock_subr.h Provide BCD<->binary conversion in libkern and turn <dev/clock_subr.h>'s 2006-03-11 15:40:07 +00:00
clockctl.c Do not use SCARG() in userland. Eliminates need for <sys/systm.h>. 2006-03-09 23:44:43 +00:00
cninit.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cons.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cons.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
dksubr.c - add ioctls to set/get disk bufq strategy. 2005-12-26 10:36:47 +00:00
dkvar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
firmload.c Add an API for loading firmware images for devices. 2006-01-17 06:08:48 +00:00
firmload.h Add an API for loading firmware images for devices. 2006-01-17 06:08:48 +00:00
fss.c use lockmgr() instead of bespoke code for mutual exclusion in fss_ioctl(). 2006-03-14 15:07:29 +00:00
fssvar.h use lockmgr() instead of bespoke code for mutual exclusion in fss_ioctl(). 2006-03-14 15:07:29 +00:00
kloader.c Use uintN_t. 2006-01-20 02:47:30 +00:00
kloader.h Use uintN_t. 2006-01-20 02:47:30 +00:00
kttcp.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kttcpio.h
ld.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ldvar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
md.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
md.h
md_root.c
midi.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
midi_if.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
midisyn.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
midisynvar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
midivar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mm.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mulaw.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mulaw.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
nullcons_subr.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
radio.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
radio_if.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
radiovar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
rnd.c In rnd_add_uint32(), there's no need to check for rs == NULL since 2006-02-17 19:22:30 +00:00
rndpool.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
sequencer.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
sequencervar.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
verified_exec.c Add and document a "query" keyword to veriexecctl. Usage: 2005-12-12 21:47:58 +00:00
vnd.c merge yamt-uio_vmspace branch. 2006-03-01 12:38:10 +00:00
vndvar.h Have vnd(4) devices automatically created when the user tries to 2006-02-01 03:15:33 +00:00