NetBSD/sys
jruoho c7e2f672b4 Add support for AMD family 12h. Also revert revision 1.67, as it implies
maintenance burden for limited value. XXX: Need to add family 15h too.
2011-11-15 07:20:30 +00:00
..
altq
arch Add support for AMD family 12h. Also revert revision 1.67, as it implies 2011-11-15 07:20:30 +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 Regen for kqueue1. 2011-11-08 10:59:44 +00:00
conf Add missing subr_pcq.c 2011-11-02 09:47:57 +00:00
crypto Revert my previous change. christos@ submitted a different fix pretty much 2011-05-14 16:46:55 +00:00
ddb set panicstr to "reboot forced via kernel debugger" when rebooting 2011-11-13 03:21:51 +00:00
dev Initialize ga.ga_dvname in gpio_search to prevent a stack fault in config_match 2011-11-14 07:45:54 +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_ABORTOP() has no specific lock requirements so there is no need 2011-11-14 18:42:57 +00:00
gdbscripts a macro to dump kernel modules 2011-11-02 16:51:21 +00:00
ipkdb
kern Add getdiskinfo() to centralize the DIOCGPART mess in one place. 2011-11-13 22:54:05 +00:00
lib use LIBISPRIVATE instead of home-grown. 2011-10-30 00:28:57 +00:00
miscfs typo in a comment 2011-10-31 12:49:32 +00:00
modules Add "npf_alg_icmp" kernel module. 2011-11-06 13:26:54 +00:00
net Make a comment consistent with the code. 2011-11-12 14:51:41 +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 Move RTF_ANNOUNCE flag so that it no longer conflicts with RTF_PROTO2. 2011-11-11 15:09:32 +00:00
netinet6 Move RTF_ANNOUNCE flag so that it no longer conflicts with RTF_PROTO2. 2011-11-11 15:09:32 +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-30 12:00:27 +00:00
opencrypto Fix memset usage. 2011-07-04 16:06:17 +00:00
rump fix a type in a printf message 2011-10-31 13:25:21 +00:00
secmodel
stand use NAME_MAX instead of MAXNAMLEN 2011-09-27 01:08:55 +00:00
sys s/info/name 2011-11-13 22:19:09 +00:00
ufs VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() 2011-11-14 18:35:12 +00:00
uvm if you are going to dereference a variable, check the variable itself, not 2011-11-13 02:10:40 +00:00
Makefile build evbppc modules in 3 different flavours: 2011-06-15 09:45:58 +00:00