NetBSD/sys
cegger ee1dc8ea5f use device_lookup_private to get softc
use device_lookup to get device_t
2008-06-12 23:04:37 +00:00
..
altq Use MI cpu_counter() interface. 2008-05-10 15:11:10 +00:00
arch Use device_lookup_private() to get softc. 2008-06-12 16:50:53 +00:00
coda Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
compat In linux_sys_sendto, do not unconditionnally set MSG_NAMEMBUF to 2008-06-11 13:02:00 +00:00
conf Do proper config(5) version checking after previous changes [hi drochner!]. 2008-06-10 14:03:57 +00:00
contrib/dev/ath
crypto
ddb
dev use device_lookup_private to get softc 2008-06-12 23:04:37 +00:00
dist Use of kernel malloc to record what memory ipfilter was using was broken 2008-06-08 11:31:28 +00:00
fs Remove bogus KASSERT(); if we shrink the file, the number of allocated 2008-05-20 21:31:52 +00:00
gdbscripts
ipkdb
kern tighten type checking: use device_t instead of void* at some places 2008-06-11 15:56:11 +00:00
lib Use proper C99 syntax to statically initialize a "rb_node" structure to 2008-06-06 12:29:59 +00:00
lkm remove clause #3 from my license where there are no other 2008-05-29 14:51:25 +00:00
miscfs vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 2008-06-04 12:41:40 +00:00
modules Add Makefile for building azalia as a kmod 2008-06-02 11:34:07 +00:00
net device_private(device_lookup()) -> device_lookup_private() 2008-06-10 22:53:08 +00:00
net80211
netatalk Simplify the interface to netstat_sysctl() and allocate space for 2008-05-04 07:22:14 +00:00
netbt
netinet Don't cast to void * unnecessarily. 2008-05-22 01:06:39 +00:00
netinet6 Cosmetic: join lines. 2008-05-22 22:25:05 +00:00
netipsec Simplify the interface to netstat_sysctl() and allocate space for 2008-05-04 07:22:14 +00:00
netisdn Also delete a now-unused local variable. 2008-05-23 14:10:50 +00:00
netiso s/0/NULL/ in pointer comparisons. 2008-05-22 00:58:29 +00:00
netkey Simplify the interface to netstat_sysctl() and allocate space for 2008-05-04 07:22:14 +00:00
netnatm Delete unnecessary casts to void *. 2008-05-22 00:59:19 +00:00
netsmb
nfs vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 2008-06-04 12:41:40 +00:00
opencrypto Coverity CID 5021: Check pointers before using. 2008-05-24 16:42:00 +00:00
rump Use -3 for wizardmode credentials instead of -1. Technically we 2008-06-06 10:46:35 +00:00
secmodel
stand
sys tighten type checking: use device_t instead of void* at some places 2008-06-11 15:56:11 +00:00
ufs ufs_blkatoff: Update comment. 2008-06-05 09:32:29 +00:00
uvm swappable: invert previous so we check for SACTIVE or SSTOP. 2008-06-09 11:52:34 +00:00
Makefile