NetBSD/sys
reinoud 30c78783eb Allow metadata partitioned discs to be mounted read-write even though its
allocation scheme is not implemented yet. Creating new files or deleting
anything is thus not possible.
2008-06-25 15:59:24 +00:00
..
altq merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
arch Split device_t/softc for dmac_*_xfer(). 2008-06-25 13:30:24 +00:00
coda Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
compat Replace references to getsock/getvnode. 2008-06-24 11:18:14 +00:00
conf clean up some useless code and variables in cardbus attachment 2008-06-24 17:32:09 +00:00
contrib/dev/ath
crypto
ddb
dev Avoid the use of i82365var.h - we don't use any functions from there. 2008-06-25 15:29:23 +00:00
dist Wrap definition of pfil6_wrapper in #ifdef INET6. 2008-06-22 11:36:33 +00:00
fs Allow metadata partitioned discs to be mounted read-write even though its 2008-06-25 15:59:24 +00:00
gdbscripts
ipkdb
kern Don't compile kern_lock for rump any more, it's no longer required. 2008-06-25 13:16:58 +00:00
lib Nuke MOVED support. Move rb_parent out of rb_nodes and make it it's own 2008-06-25 04:56:08 +00:00
lkm merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
miscfs Set up the sysctl tree correctly when loaded as a file system. 2008-06-24 11:25:05 +00:00
modules Add Makefile for building azalia as a kmod 2008-06-02 11:34:07 +00:00
net Replace references to getsock/getvnode. 2008-06-24 11:18:14 +00:00
net80211 Replace gcc-style designated initialisers with c99-style. 2008-06-24 10:33:46 +00:00
netatalk
netbt
netinet merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
netinet6 ioctl commands are unsigned long. ABI change to mrt6_ioctl() will affect 64-bit platforms. 2008-06-24 10:35:14 +00:00
netipsec
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
netnatm Delete unnecessary casts to void *. 2008-05-22 00:59:19 +00:00
netsmb Make it compile. 2008-06-24 11:20:37 +00:00
nfs Replace references to getsock/getvnode. 2008-06-24 11:18:14 +00:00
opencrypto Coverity CID 5021: Check pointers before using. 2008-05-24 16:42:00 +00:00
rump Don't compile kern_lock for rump any more, it's no longer required. 2008-06-25 13:16:58 +00:00
secmodel
stand
sys Add _SC_TTY_NAME_MAX. 2008-06-25 11:46:11 +00:00
ufs fcntl(4) says the command is type int. lfs_fcntl() comment says u_long. The implementation says int. Synchronise comment with documentation and cast to int before comparison. 2008-06-24 10:47:32 +00:00
uvm Use pool_cache. 2008-06-25 13:21:04 +00:00
Makefile