NetBSD/sys/dev
christos 66e17a310f add a missing const. 2005-07-07 12:57:03 +00:00
..
acpi Fix up interrupt line when line == 0. Discussed with christos@ 2005-06-30 22:28:03 +00:00
apm
arcbios Constify 2005-06-03 18:58:40 +00:00
ata - When starting an ATA or ATAPI transfer, handle the case where (*dma_init)() 2005-07-06 01:46:52 +00:00
bi Fixes due to cast-qual addition. 2005-06-27 11:05:24 +00:00
bluetooth bthcipoll must not return <sys/errno.h> error codes, return POLLERR/POLLHUP 2005-07-02 07:50:34 +00:00
cardbus update PCI/Cardbus ral wlan driver, and adapt to new FreeBSD/NetBSD 2005-07-04 17:50:09 +00:00
dec
dkwedge avoid variable shadowing. 2005-05-29 22:13:33 +00:00
dmover
ebus
eisa avoid variable shadowing. 2005-05-30 04:36:52 +00:00
gpib Add a final newline. 2005-03-11 23:41:02 +00:00
hpc Add an __UNCONST() to appease -Wcast-qual. 2005-06-08 07:49:45 +00:00
i2c Fix the various todr_gettime() and todr_settime() fallouts from 2005-06-04 20:14:24 +00:00
i2o add const 2005-05-30 04:37:57 +00:00
ic add a missing const. 2005-07-07 12:57:03 +00:00
ieee1394 Change the name of a shadowed variable in FW_DEBUG code to make this 2005-06-08 18:33:15 +00:00
ir PR-30566: Poll must not return <sys/errno.h> values. 2005-06-21 14:01:11 +00:00
isa Update comment. 2005-06-28 10:16:33 +00:00
isapnp Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) 2005-06-22 06:14:51 +00:00
marvell Use underscores to prefix local variables in macros. 2005-06-03 11:22:08 +00:00
mca add const to a cast. 2005-05-30 04:30:56 +00:00
microcode u_int8_t -> uint8_t 2005-06-27 03:36:25 +00:00
mii Match Marvell 88E1111 from Dave Huang in PR kern/30556 2005-06-23 19:21:26 +00:00
mscp Fixes due to cast-qual addition. 2005-06-27 11:05:24 +00:00
mvme Fix const fallout. 2005-06-03 08:49:03 +00:00
news
ofisa
ofw Now that OF_read and OF_write have different signatures, we need to 2005-06-09 12:23:23 +00:00
pci Cosmetic: use the idiom &ic->ic_nw_keys[0] instead of ic->ic_nw_keys, 2005-07-07 00:43:01 +00:00
pckbport Change the rest of the sysctl subsystem to use const consistently. 2005-06-20 02:49:18 +00:00
pcmcia Identify Alvarion Ltd. BreezeNET PC-DS.11b. Addresses kern/30231. 2005-07-06 07:16:00 +00:00
podulebus Adapt to compiling with -Wcast-qual by constifying a char* field. 2005-06-09 09:15:28 +00:00
ppbus more cast-qual and shadow fallout 2005-06-01 18:41:51 +00:00
qbus Fixes due to cast-qual addition. 2005-06-27 11:05:24 +00:00
raidframe - initialize numRUsTotal before we indicate that we are doing a reconstruct. 2005-06-08 02:00:53 +00:00
rasops avoid shadow variable "stamp" 2005-05-30 22:18:19 +00:00
rcons make this compile after Wcast-qual 2005-06-01 17:05:16 +00:00
sbus Add const. 2005-06-04 04:40:57 +00:00
scsipi Always allow open() on the raw partition to succeed, even if any of the 2005-07-06 14:28:39 +00:00
smbus
std
sun deal with more than one cgsix, make sure to get things right even when none 2005-06-28 20:55:21 +00:00
sysmon - add const 2005-05-29 22:18:25 +00:00
tc Add __UNVOLATILE() to a cast when calling memset() to appease -Wcast-qual. 2005-06-08 22:33:56 +00:00
usb match & attach Panasonic 50" Touch Panel 2005-07-07 09:59:37 +00:00
vinum Follow up after adding const by doing some more. 2005-07-05 22:20:47 +00:00
vme Add const and fix for -Wshadow. 2005-06-03 22:01:01 +00:00
wscons PR-30566: Poll must not return <sys/errno.h> values. 2005-06-21 14:01:11 +00:00
wsfont Use static. 2005-06-28 00:44:22 +00:00
xmi
DEVNAMES add: 2005-06-29 14:57:22 +00:00
Makefile
auconv.c
auconv.h correct some position names. 2005-06-18 11:22:12 +00:00
audio.c PR-30566: Poll must not return <sys/errno.h> values. 2005-06-21 14:01:11 +00:00
audio_if.h
audiobell.c
audiobellvar.h
audiovar.h
aurateconv.c add missing const. 2005-05-31 00:48:57 +00:00
ccd.c No 0x in front of %p... 2005-05-22 15:54:45 +00:00
ccdvar.h
cgd.c constification fallout 2005-06-28 20:23:02 +00:00
cgd_crypto.c clear freed memory 2005-03-19 21:39:17 +00:00
cgd_crypto.h
cgdvar.h no reason for those not to be const. 2005-06-27 03:00:03 +00:00
clock_subr.c
clock_subr.h Fix the various todr_gettime() and todr_settime() fallouts from 2005-06-04 20:14:24 +00:00
clockctl.c
cninit.c
cons.c PR-30566: Poll must not return <sys/errno.h> values. 2005-06-21 14:01:11 +00:00
cons.h
dksubr.c constification fallout 2005-06-28 20:23:02 +00:00
dkvar.h constification fallout 2005-06-28 20:23:02 +00:00
fss.c Support user controllable flags for the snapshot driver: 2005-04-17 16:28:26 +00:00
fssvar.h Support user controllable flags for the snapshot driver: 2005-04-17 16:28:26 +00:00
kloader.c Preserve const in cast. 2005-05-31 22:22:36 +00:00
kloader.h
kttcp.c
kttcpio.h
ld.c avoid variable shadowing. 2005-05-30 04:44:52 +00:00
ldvar.h
md.c merge yamt-km branch. 2005-04-01 11:59:21 +00:00
md.h
md_root.c
midi.c PR-30566: Poll must not return <sys/errno.h> values. 2005-06-21 14:01:11 +00:00
midi_if.h - add const 2005-05-29 22:18:25 +00:00
midisyn.c
midisynvar.h
midivar.h
mm.c
mulaw.c
mulaw.h
nullcons_subr.c
radio.c
radio_if.h
radiovar.h
rnd.c - add const 2005-05-29 22:18:25 +00:00
rndpool.c
sequencer.c more cast-qual and shadow fallout 2005-06-01 18:41:51 +00:00
sequencervar.h - add const 2005-05-29 22:18:25 +00:00
verified_exec.c Remove veriexec_dprintf() calls forgotten in last commit. 2005-06-20 15:32:29 +00:00
vnd.c Don't eventually leak vnx and bp on unconfigure, pointed out by YAMAMOTO 2005-03-31 18:02:16 +00:00
vndvar.h Make vnd do I/O to the underlying file from thread context. This 2005-03-30 19:23:08 +00:00