NetBSD/sys
riastradh 12a0c4d516 Register a null power handler if acpiec fails to attach.
On one of my machines, there's no _GPE method, so
acpiec_parse_gpe_package fails, and the only function acpiec(4)
serves is to inhibit suspend/resume.

XXX We should really put the power handlers in the cfattach so that
it's not necessary to register a null power handler in every error
branch of every device's attach routine...
2014-07-06 15:35:42 +00:00
..
altq Lock IFQ operations when NET_MPSAFE 2014-07-01 10:16:02 +00:00
arch Probe the actual memory size and warn if it's different from SRAM value. 2014-07-06 08:10:21 +00:00
coda An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
compat fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
conf Document command line options and other inputs and outputs. 2014-06-14 12:42:41 +00:00
crypto fix sprintf. 2014-03-25 16:28:15 +00:00
ddb Make this build. 2014-04-12 19:25:48 +00:00
dev Register a null power handler if acpiec fails to attach. 2014-07-06 15:35:42 +00:00
dist/pf - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
external Add some notes on using these shims to port Linux kernel code. 2014-07-03 20:48:19 +00:00
fs CID 1223346: No need to check bp against NULL. It is always valid here. 2014-06-22 09:47:40 +00:00
gdbscripts
ipkdb
kern Remove this (symtabindex == -1) check; it is already handled by (nsym != 1). 2014-07-06 15:35:32 +00:00
lib ${.PARSEDIR} not .${PARSEDIR} for Makefile.compiler-rt include 2014-07-04 16:44:26 +00:00
miscfs Use NZERO instead of hard-coded "20" value. 2014-06-30 14:58:59 +00:00
modules add HYT-221/271/939 humidity/temperature I2C sensor 2014-05-18 11:46:23 +00:00
net * split PRU_SENSE functionality out of xxx_usrreq() switches and place into 2014-07-06 03:33:33 +00:00
net80211 Use module-compatible sysctl init instead of link sets. 2014-04-07 00:07:40 +00:00
netatalk * split PRU_SENSE functionality out of xxx_usrreq() switches and place into 2014-07-06 03:33:33 +00:00
netbt * split PRU_SENSE functionality out of xxx_usrreq() switches and place into 2014-07-06 03:33:33 +00:00
netinet * split PRU_SENSE functionality out of xxx_usrreq() switches and place into 2014-07-06 03:33:33 +00:00
netinet6 * split PRU_SENSE functionality out of xxx_usrreq() switches and place into 2014-07-06 03:33:33 +00:00
netipsec * split PRU_SENSE functionality out of xxx_usrreq() switches and place into 2014-07-06 03:33:33 +00:00
netisdn - Implement pktqueue interface for lockless IP input queue. 2014-06-05 23:48:16 +00:00
netkey
netmpls * split PRU_SENSE functionality out of mpls_usrreq() and place into 2014-07-06 04:47:26 +00:00
netnatm fix pasto in function name should be natm_stat instead of natm_ioctl 2014-07-06 15:09:38 +00:00
netsmb - Split off PRU_ATTACH and PRU_DETACH logic into separate functions. 2014-05-19 02:51:24 +00:00
nfs Use vcache_rekey_* for nfs_lookitup() in the "*npp != NULL" case. 2014-07-05 09:33:41 +00:00
opencrypto If we register with pmf on attach, deregister on detach. 2014-07-02 18:58:42 +00:00
rump fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
secmodel Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
stand
sys * split PRU_SENSE functionality out of xxx_usrreq() switches and place into 2014-07-06 03:33:33 +00:00
ufs Revert the following changes: 2014-06-28 22:27:50 +00:00
uvm This KASSERT can trigger a panic too easily, if SCARG(uap, cmd)=SWAP_OFF and 2014-06-28 15:52:45 +00:00
Makefile