NetBSD/sys
dillo 0fb2977031 args.path is in UIO_USERSPACE too.
Fixes statvfs on macppc and PR kern/36012.
Thanks to Magnus Henoch for testing.
2007-03-19 09:16:22 +00:00
..
altq Use mtod(m, char*) when doing pointer arithmetic on the result. 2007-03-05 22:50:32 +00:00
arch Don't do curupte checks if the miss address is in user space. 2007-03-18 20:18:36 +00:00
coda Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
compat Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx). 2007-03-18 21:38:32 +00:00
conf Let config(1) know that #define ATADEBUG goes in opt_ata.h. In 2007-03-17 06:41:35 +00:00
contrib/dev/ath Use consistent option names (i.e., those that are defflag'd). Ok dyoung@. 2007-01-14 01:05:49 +00:00
crypto Added missing const-qualifiers. 2007-01-22 01:38:33 +00:00
ddb TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
dev typo. 2007-03-18 22:36:11 +00:00
dist Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
fs args.path is in UIO_USERSPACE too. 2007-03-19 09:16:22 +00:00
gdbscripts
ipkdb Remove more duplicate headers. 2007-01-29 01:52:43 +00:00
kern Restore previous semantics of PT_LWPINFO and make sure to lwp_addref the 2007-03-15 20:55:15 +00:00
lib Provide __movmemSI12_i4 (gcc4) a.k.a. __movstrSI12_i4 (gcc3) that gcc 2007-03-14 22:22:53 +00:00
lkm Sync with est.c, est_init does not take any argument now. Just use 2007-03-18 07:28:37 +00:00
miscfs Remove useless cast. 2007-03-11 22:07:32 +00:00
net KNF: compare pointers with NULL instead of 0, and do not "test 2007-03-18 20:59:38 +00:00
net80211 fix fallout from caddr_t changes. 2007-03-04 07:54:07 +00:00
netatalk Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
netbt remove C++ style comments 2007-03-15 19:47:50 +00:00
netinet Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
netinet6 In nd6_rtrequest(), when we lookup/create a route whose destination 2007-03-17 06:32:46 +00:00
netipsec Allow to build without INET6 2007-03-09 00:40:39 +00:00
netisdn Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
netiso Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
netkey Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
netnatm Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
netsmb Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
nfs Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
opencrypto Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
secmodel Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
stand
sys Add missing #ifdef _KERNEL 2007-03-13 15:58:26 +00:00
ufs Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-13 02:11:28 +00:00
uvm Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
Makefile