Go to file
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
bin revert again, since this breaks libtool amongst other things. 2010-11-17 13:40:48 +00:00
common Provide proper namespace protection for rbtree(3) because it is now 2010-11-17 13:19:32 +00:00
compat Hook up xz into the build system. 2010-11-02 16:34:33 +00:00
crypto apply patch from http://www.openssl.org/news/secadv_20101116.txt 2010-11-17 12:09:34 +00:00
dist bin/44088 2010-11-14 20:53:54 +00:00
distrib add the ofppc bits for Xorg server. this should be complete now, 2010-11-18 08:42:40 +00:00
doc mention module noautoload property 2010-11-18 09:59:33 +00:00
etc add want_agent to the commented line of pam_ssh 2010-11-13 19:19:40 +00:00
external build the dri libraries on ofppc, same as macppc. 2010-11-18 08:41:54 +00:00
extsrc
games Avoid undefined behavior, from Chris Spiegel in PR 43860. 2010-09-26 21:12:23 +00:00
gnu Update pa-netbsd.h to match pa-linux.h where it should. That is, remove 2010-11-10 18:28:29 +00:00
include Implement dl_iterate_phdr. 2010-10-16 10:27:06 +00:00
lib free syscall data after use 2010-11-17 17:36:14 +00:00
libexec Don't use internal libc function __findenv(). 2010-11-14 22:09:16 +00:00
regress Don't overrun the buffer, when writing some payload. 2010-10-03 19:41:25 +00:00
rescue Implement dl_iterate_phdr. 2010-10-16 10:27:06 +00:00
sbin Implement ifconfig linkstr as proposed on tech-net. 2010-11-15 22:42:36 +00:00
share Capitalize the Internet's importance. 2010-11-17 18:03:49 +00:00
sys fix AcpiEnableGpe: 2010-11-18 14:40:31 +00:00
tests since the fix was reverted, revert the test. 2010-11-17 13:41:52 +00:00
tools recognize isysroot 2010-11-14 15:18:24 +00:00
usr.bin Fix Dd argument. 2010-11-16 23:59:02 +00:00
usr.sbin NPF checkpoint: 2010-11-11 06:30:39 +00:00
x11 Disable USE_PAM on ports which have legacy non-XFree86 servers. 2010-10-10 07:03:28 +00:00
build.sh Replace a couple uses of '$@' with '$*' 2010-08-24 20:52:31 +00:00
BUILDING remove the MKSUBPIXEL/MKTTINTERP options; they're going away. 2010-07-25 07:19:00 +00:00
Makefile remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
Makefile.inc
UPDATING minor clarification 2010-06-09 17:29:15 +00:00