NetBSD/sys/dev
gdt ac02696458 Aggregate discharge rate over all batteries. Makes time remaining
reasonable when battery 0 is in use and battery 1 is fully discharged.
2006-10-11 19:14:29 +00:00
..
acpi Aggregate discharge rate over all batteries. Makes time remaining 2006-10-11 19:14:29 +00:00
apm add missing initializer element 2006-10-04 22:44:50 +00:00
arcbios Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! 2006-10-01 19:28:43 +00:00
ata A little effort against kernel bloat.... 2006-09-30 15:56:17 +00:00
bi
bluetooth Internally, use the service name as the identifier for matching 2006-10-04 19:23:59 +00:00
cardbus Add powerhook for RT2560-based cardbus wireless adapters. 2006-09-25 22:14:01 +00:00
dec Restore inadvertently deleted close-brace by previous change. 2006-10-03 12:50:12 +00:00
dkwedge Typo in comment. 2006-09-18 07:47:13 +00:00
dmover Correct first arg to falloc(). 2006-07-28 08:51:05 +00:00
ebus
eisa remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. 2006-09-07 02:40:31 +00:00
gpib
gpio add missing initializers 2006-08-30 02:09:40 +00:00
hpc The use of a local variable is conditional on FBDEBUG, so make the 2006-10-10 23:09:21 +00:00
i2c Convert to MI clock_ymdhms versions of todr calls. 2006-09-09 21:10:01 +00:00
i2o fix empty if. 2006-10-04 15:52:35 +00:00
ic Bringing up a fpa(4) interface on sparc(64) causes a hard kernel crash 2006-10-09 20:45:19 +00:00
ieee1394 we have rounddown in <sys/param.h> now 2006-10-04 15:48:36 +00:00
if_ndis Added innitialization to bs in ndis_getstate_80211. It was causing a compiler warning. Pointed out by Kulcsar Ferenc 2006-09-11 21:17:18 +00:00
ir Fix compilation with IRFRAMET_DEBUG (use %zu/%zd for sizes). 2006-10-07 14:31:53 +00:00
isa fix empty if 2006-10-04 15:49:59 +00:00
isapnp PR# 32473: GUS PnP audio device seems to be broken in NetBSD 3.0 2006-09-25 23:26:19 +00:00
marvell Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! 2006-10-01 19:28:43 +00:00
mca fix initializer 2006-08-30 17:00:15 +00:00
microcode
mii Add support for 82562G. 2006-09-27 21:51:48 +00:00
mscp
mvme gcc4 uninitialized variable. gcc3 apparently didn't catch this one. 2006-08-07 01:31:36 +00:00
news
ofisa Add an option COM_REGMAP to allow com(4) to use an array of register indices. 2006-07-13 22:56:00 +00:00
ofw Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! 2006-10-01 19:28:43 +00:00
onewire add missing initializer. 2006-09-03 21:00:01 +00:00
pci Size is the third argument to memset, not the second. 2006-10-11 05:12:06 +00:00
pckbport Add "name" parameter to powerhook_establish, to aid debugging. No objections 2006-09-24 03:53:07 +00:00
pcmcia Add "name" parameter to powerhook_establish, to aid debugging. No objections 2006-09-24 03:53:07 +00:00
podulebus Don't use the uPD71071's autoinitialize mode. This may slow things down 2006-10-02 22:10:55 +00:00
ppbus
qbus Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! 2006-10-01 19:28:43 +00:00
raidframe Remove unused variable. (Noted by mrg. Thanks.) 2006-10-09 02:43:28 +00:00
rasops
rcons
sbus More from Matt Fleming: 2006-10-01 20:31:49 +00:00
scsipi Also print blksize with %u - this is what I get for eyeballing 2006-10-10 23:35:29 +00:00
smbus
spi Add spiflash driver, and M25P instance, used for STMicro flash devices 2006-10-07 07:21:13 +00:00
splash
std
sun Add duplicate include protection to <dev/sun/kbio.h>. 2006-08-28 17:15:24 +00:00
sysmon add missing initializers 2006-09-03 06:41:38 +00:00
tc Acting as Elad's keyboard: 2006-08-23 15:44:29 +00:00
usb Match Novatel FlexPak GPS receiver and Sierra Aircard 580 (used with 2006-10-11 14:32:28 +00:00
videomode
vme don't call variables errno! including from userland breaks things! 2006-08-27 19:18:08 +00:00
wscons Use kauth(9) instead of securelevel. 2006-10-10 10:23:58 +00:00
wsfont Fill undefined region (char 0x7f-0xa0) on ISO-8859-1 with dummy data 2006-10-07 02:34:59 +00:00
xmi
DEVNAMES Add hpcarm devices. 2006-10-07 14:17:12 +00:00
Makefile Add the 'lockstat' driver, which collects basic information about lock events. 2006-09-07 00:20:28 +00:00
auconv.c
auconv.h
audio.c Add "name" parameter to powerhook_establish, to aid debugging. No objections 2006-09-24 03:53:07 +00:00
audio_if.h
audiobell.c
audiobellvar.h
audiovar.h Halt input/output on soft suspend if currently running, and restore them 2006-06-19 10:19:08 +00:00
aurateconv.c
ccd.c Coverity CID 3801: Plug memory leak (from Arnaud Lacombe) 2006-09-29 14:39:09 +00:00
ccdvar.h
cgd.c - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
cgd_crypto.c
cgd_crypto.h
cgdvar.h
clock_subr.c
clock_subr.h Pass the filesystem time to clock drivers in the todr_chip_handle, so that 2006-09-16 00:50:52 +00:00
clockctl.c fix incomplete initializer 2006-08-29 23:41:12 +00:00
cninit.c
cons.c - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
cons.h
dksubr.c typo in debug printf 2006-09-04 22:51:42 +00:00
dkvar.h
firmload.c PR/34648: Nino Dehne: Kernel panic when using NFS root and configuring an 2006-09-30 12:47:32 +00:00
firmload.h
fss.c - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
fssvar.h
kloader.c - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
kloader.h
kttcp.c Add missing initializer. 2006-10-08 16:53:43 +00:00
kttcpio.h
ld.c
ldvar.h
lockstat.c - Add a couple of XXX comments. 2006-09-07 01:03:02 +00:00
lockstat.h Add the 'lockstat' driver, which collects basic information about lock events. 2006-09-07 00:20:28 +00:00
md.c add missing initializer 2006-09-02 07:01:20 +00:00
md.h
md_root.c
midi.c add missing initializer 2006-09-02 07:04:46 +00:00
midi_if.h Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
midictl.c Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
midictl.h Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
midisyn.c Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
midisynvar.h Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
midivar.h Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
mm.c
mulaw.c
mulaw.h
nullcons_subr.c
radio.c add missing initializer 2006-09-03 05:02:21 +00:00
radio_if.h
radiovar.h
rnd.c Adjust comment for rnd_add_uint32() to reflect changes in rev 1.50. Fixes 2006-09-23 01:13:08 +00:00
rndpool.c
sequencer.c - add missing initializer 2006-09-03 05:19:38 +00:00
sequencervar.h Ankh-Morpork, we have a MIDI driver.... 2006-06-30 13:56:25 +00:00
verified_exec.c Fix two horrible bugs found during a routine audit session with Brett Lymn. 2006-09-05 13:02:16 +00:00
vnd.c Don't accept a compressed image that has 0 for the block size... 2006-09-25 13:47:26 +00:00
vndvar.h