NetBSD/sys
bjh21 06d5a26fdb Autoconfiguration cleanup for arckbd(4):
- Use device_t and cfdata_t rather than explicit structure pointers.
- Split device and (non-existent) softc for arcwskbd and arcwsmouse.
- Use aprint_*() rather than printf().
- Use device_*() to access fields of device_t.
- Use device_private() rather than a cast to convert from device_t to softc.
device/softc split not done for arckbd(4) itself because there are lots
of void* cookies that get treated as arckbd_softc at one end and device_t
at the other, and they'll need a little thought to clean up.
2009-01-06 23:58:00 +00:00
..
altq add braces for symmetry 2009-01-04 18:41:36 +00:00
arch Autoconfiguration cleanup for arckbd(4): 2009-01-06 23:58:00 +00:00
coda #ifdef _LKM -> #ifndef _KERNEL_OPT 2008-12-30 12:56:12 +00:00
compat Make sysctl(2) fails with ENOTDIR (instead of EINVAL) for invalid mib 2009-01-05 09:33:19 +00:00
conf Include kernel printf routines in rump instead of relying on the 2009-01-02 02:54:13 +00:00
crypto
ddb Fix my bug introduced in rev 1.98 of db_command.c where command prefix 2009-01-05 22:19:40 +00:00
dev use the prom addresses except on MSIIEP. 2009-01-06 04:04:55 +00:00
dist use M_ZERO on malloc() and remove subsequent bzero(). 2008-12-19 18:49:37 +00:00
external initialise some variables whined about by gcc -O3. 2009-01-06 06:03:57 +00:00
fs Remove pm_Heads check in msdosfs_mountfs; this value isn't really used, 2008-12-26 03:38:52 +00:00
gdbscripts Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
ipkdb
kern Rename malloc() to kern_malloc() to avoid name conflict with libc. 2009-01-05 21:42:37 +00:00
lib Fix PIC version, it was missing one dereference. Thanks to spz 2009-01-06 01:24:56 +00:00
miscfs Clarify a comment 2009-01-03 04:38:07 +00:00
modules sysvbfs module 2009-01-05 15:36:51 +00:00
net When removing routes automatically added, remove the flag from the associated 2008-12-21 19:12:43 +00:00
net80211 remove extra semicolons. 2009-01-03 03:43:21 +00:00
netatalk kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
netbt Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h 2008-09-08 23:36:53 +00:00
netinet The automatic addition of a subnet route should not error if a manually 2008-12-21 19:07:35 +00:00
netinet6 remove extra semicolons. 2009-01-03 03:43:21 +00:00
netipsec kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
netisdn KNF is nice, but not if it causes a warning that breaks compilation :-) 2008-11-09 15:48:13 +00:00
netiso use M_ZERO on malloc() and remove subsequent bzero(). 2008-12-19 18:49:37 +00:00
netkey Change how 'while (0)' is commented out to avoid /* within a comment. 2008-07-27 20:12:47 +00:00
netnatm kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
netsmb use M_ZERO on malloc() and remove subsequent bzero(). 2008-12-19 18:49:37 +00:00
nfs protect sillyrename with _KERNEL 2009-01-02 21:06:11 +00:00
opencrypto kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
rump Add md crud to allow libkern softfloat code to build. 2009-01-06 17:04:01 +00:00
secmodel Correct check for autoloaded modules. 2008-11-12 13:50:52 +00:00
stand
sys 5.99.6: kernel malloc symbol name is now kern_malloc 2009-01-05 21:46:47 +00:00
ufs Remove superfluous "vp->v_vnlock = &vp->v_lock". 2009-01-03 15:29:08 +00:00
uvm Move a couple of calls to pmap_update(). 2008-12-20 11:33:38 +00:00
Makefile Build kernel modules the same time as the rest of the system libraries. 2008-12-30 22:18:11 +00:00