NetBSD/sys
christos c9c18fa5a1 - Indent ifdefs, comment endif and else cpp tags
- Add missing END macro for LP64
- Make whitespace consistent
2011-10-26 01:46:11 +00:00
..
altq
arch - Indent ifdefs, comment endif and else cpp tags 2011-10-26 01:46:11 +00:00
coda use CODA_MAXNAMLEN instead of bogus MAXNAMLEN 2011-09-27 00:54:47 +00:00
common Move pai to end of struct pmap. 2011-10-13 19:50:39 +00:00
compat Change the vnode locking protocol of VOP_GETATTR() to request at least 2011-10-14 09:23:28 +00:00
conf Fix build of kernels without filemon(4). 2011-10-15 10:18:24 +00:00
crypto Revert my previous change. christos@ submitted a different fix pretty much 2011-05-14 16:46:55 +00:00
ddb Like ddb(4) "ps/l", use '>' sign to indicate running LWPs for the /w 2011-10-23 13:30:20 +00:00
dev age_init() is called from age_watchdog() which is interrupt context, we 2011-10-25 21:47:38 +00:00
dist fix -Wshadow warnings when ALTQ is enabled 2011-08-30 19:05:12 +00:00
external have pci register itself as a module, and make PCI driver modules depend on it 2011-08-29 14:47:07 +00:00
fs VOP_GETATTR() needs a shared lock at least. 2011-10-23 08:42:06 +00:00
gdbscripts fix format 2011-02-05 14:12:05 +00:00
ipkdb
kern back to using timespec, but convert to microseconds to prevent overflow. 2011-10-25 18:26:09 +00:00
lib use gcc builtin for memset() on vax too. 2011-10-01 16:06:24 +00:00
miscfs VOP_GETATTR() needs a shared lock at least. 2011-10-16 12:26:16 +00:00
modules mark vm_reg members as volatile instead of building this with -O0 2011-10-20 20:13:54 +00:00
net Document the ifioctl locking in comments. 2011-10-25 22:26:18 +00:00
net80211 Use atomic_ops(3) to increase/decrease node reference counts, just 2011-10-07 16:51:45 +00:00
netatalk Use if_addr_init() instead of ifp->if_ioctl(). 2011-10-19 01:50:27 +00:00
netbt const lookup argument 2011-09-17 08:23:36 +00:00
netinet Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl(). 2011-10-19 01:52:22 +00:00
netinet6 Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl(). 2011-10-19 01:52:22 +00:00
netipsec NULL does not need a cast 2011-08-31 18:31:02 +00:00
netisdn
netiso Use if_addr_init() and if_mcast_op() instead of ifp->if_ioctl(). 2011-10-19 01:52:22 +00:00
netkey Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
netmpls Hide the radix-trie implementation of the forwarding table so that we 2011-03-31 19:40:51 +00:00
netnatm unifdef -U__OpenBSD__ -D__NetBSD__ -U__FreeBSD__ for readability. No 2011-03-09 22:06:42 +00:00
netsmb rename SMBFS_MAXFNAMELEN to SMBFS_MAXNAMLEN for consistency 2011-09-27 02:05:10 +00:00
nfs VOP_GETATTR() needs a shared lock at least. 2011-10-24 11:43:30 +00:00
opencrypto Fix memset usage. 2011-07-04 16:06:17 +00:00
rump Underscores are sometimes overrated. 2011-09-27 14:24:52 +00:00
secmodel
stand use NAME_MAX instead of MAXNAMLEN 2011-09-27 01:08:55 +00:00
sys add radix_tree_empty_tagged_tree_p, a "tagged" variant of 2011-10-25 14:11:27 +00:00
ufs add forward declarations for the VOP args structures 2011-10-09 21:15:34 +00:00
uvm Change the vnode locking protocol of VOP_GETATTR() to request at least 2011-10-14 09:23:28 +00:00
Makefile build evbppc modules in 3 different flavours: 2011-06-15 09:45:58 +00:00