NetBSD/sys
cegger b768b4ed61 fix AcpiEnableGpe:
GPEs get enabled at ACPI initialization. AcpiInstallGpeHandler() disables
GPEs using AcpiEvDisableGpe() w/o decrementing RuntimeCount.
So when acpiec(4) enables the GPE after installing the GPE Handler then
AcpiEnableGpe() does not call AcpiEvEnableGpe() because RuntimeCount
says it is already enabled which is wrong.
So decrement the RuntimeCount in AcpiInstallGpeHandler() right
before calling AcpiEvDisableGpe().
2010-11-18 14:40:31 +00:00
..
altq rename the altq-defined INFINITY symbol to ALTQ_INFINITY 2010-04-09 19:32:45 +00:00
arch Fix build with COMPAT_13. 2010-11-17 18:22:17 +00:00
coda Fix incorrect comments about the buffer size being 2K; it is really 8K now. 2010-08-07 20:39:33 +00:00
common/bus_dma
compat Include sys/ioccom.h directly because it's used. 2010-11-14 15:36:47 +00:00
conf Reserve an MI major for coming flash(4). 2010-10-27 14:08:08 +00:00
crypto
ddb fix extern/static inconsistency 2010-09-13 08:42:04 +00:00
dev Fix build when NATA_DMA is 0. 2010-11-17 19:36:54 +00:00
dist ip_randomid: make mechanism MP-safe and more modular. 2010-11-05 01:35:57 +00:00
external fix AcpiEnableGpe: 2010-11-18 14:40:31 +00:00
fs Apply patch from PR kern/44093 by yamt: 2010-11-15 20:31:41 +00:00
gdbscripts
ipkdb
kern if autoloading check for a noautoload=true property and if found, 2010-11-18 09:50:47 +00:00
lib Allow multiple path separators between/after directory names. 2010-10-18 11:08:26 +00:00
miscfs Genfs_getpages(): Break a deadlock where one thread runs VOP_GETPAGES(), 2010-11-09 16:31:48 +00:00
modules NPF checkpoint: 2010-11-11 06:30:39 +00:00
net Cosmetic: fix indentation. 2010-11-17 00:20:49 +00:00
net80211 From: Anon Ymous 2010-11-03 20:05:21 +00:00
netatalk
netbt do not produce an error when connections are closed normally 2010-11-17 20:19:25 +00:00
netinet ip_randomid: make mechanism MP-safe and more modular. 2010-11-05 01:35:57 +00:00
netinet6 Fixed mbuf leak possibility. 2010-10-14 03:34:42 +00:00
netipsec Fix ipcomp input counter 2010-09-21 13:41:18 +00:00
netisdn Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
netiso
netkey fix two bugs in the PFKEY interface: 2010-09-05 06:52:53 +00:00
netmpls do some rudimentary checks on ip4 header before passing packet to 2010-07-05 09:54:26 +00:00
netnatm
netsmb Convert sizes/lengths to unsigned (size_t) or uint32_t 2010-07-12 02:58:01 +00:00
nfs Include uvm/uvm.h to use UVM internal type (struct vm_page). 2010-11-06 11:00:29 +00:00
opencrypto Keep condvar wmesg within 8 char limit. 2010-08-11 11:49:09 +00:00
rump Remove unused rump_set_vmspace. An equivalent needs to come back 2010-11-17 21:57:33 +00:00
secmodel
stand
sys Implement ifconfig linkstr as proposed on tech-net. 2010-11-15 22:42:36 +00:00
ufs replace the earlier workaround for PR 40389 with a better fix. 2010-09-01 16:56:19 +00:00
uvm build fix: vm_physmem_index is only used with DEBUG. 2010-11-18 11:49:41 +00:00
Makefile Add MPLS support, proposed on tech-net@ a couple of days ago 2010-06-26 14:24:27 +00:00