NetBSD/sys
reinoud 4814c99376 Rework USB2 attachment using a dedicated usb devices locator. This allows for
the more tightly coupled Exynos{4,5} usb2/usb2otg/usb3 controllers to share
memory spaces and IRQs

Note, currently only USB2 host is implemented.
2014-05-21 13:02:46 +00:00
..
altq - Move IFNET_*() macros under #ifdef _KERNEL. 2014-05-17 20:44:24 +00:00
arch Rework USB2 attachment using a dedicated usb devices locator. This allows for 2014-05-21 13:02:46 +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 signed vs. unsigned comparison in getgroups16() syscall. Negative 2014-05-20 17:31:18 +00:00
conf Implement MI IPI interface with cross-call support. 2014-05-19 22:47:53 +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 netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
dist/pf Fix previous. 2014-05-17 21:00:33 +00:00
external Miscellaneous little fixes for harmless issues: 2014-05-20 15:50:11 +00:00
fs Also set or assert that *vpp is null before calling VOP_MKDIR. 2014-05-17 04:07:15 +00:00
gdbscripts Since mountlist is now a TAILQ, convert some missed usages 2013-11-23 16:15:24 +00:00
ipkdb
kern Move ipi_sysinit() after configure2(); we want secondary CPUs attached. 2014-05-19 23:33:19 +00:00
lib Lazy VFP processing works a lot better if the functions contain a return 2014-05-14 22:13:36 +00:00
miscfs fifo_open: assign v_fifoinfo once initialised; add an assert while here. 2014-05-17 23:30:24 +00:00
modules add HYT-221/271/939 humidity/temperature I2C sensor 2014-05-18 11:46:23 +00:00
net if_free() instead of direct call to free() to avoid diagnostic panic 2014-05-20 19:53:50 +00:00
net80211 Use module-compatible sysctl init instead of link sets. 2014-04-07 00:07:40 +00:00
netatalk Adjust PR_WRAP_USRREQS() to include the attach/detach functions. 2014-05-20 19:04:00 +00:00
netbt Adjust PR_WRAP_USRREQS() to include the attach/detach functions. 2014-05-20 19:04:00 +00:00
netinet Adjust PR_WRAP_USRREQS() to include the attach/detach functions. 2014-05-20 19:04:00 +00:00
netinet6 Sync with the ipv4 code and call ifp->if_output() with KERNEL_LOCK 2014-05-20 20:23:56 +00:00
netipsec Adjust PR_WRAP_USRREQS() to include the attach/detach functions. 2014-05-20 19:04:00 +00:00
netisdn kill sprintf 2014-03-21 16:41:15 +00:00
netkey
netmpls Adjust PR_WRAP_USRREQS() to include the attach/detach functions. 2014-05-20 19:04:00 +00:00
netnatm Adjust PR_WRAP_USRREQS() to include the attach/detach functions. 2014-05-20 19:04:00 +00:00
netsmb - Split off PRU_ATTACH and PRU_DETACH logic into separate functions. 2014-05-19 02:51:24 +00:00
nfs Add struct pr_usrreqs with a pr_generic function and prepare for the 2014-05-18 14:46:15 +00:00
opencrypto Change (mostly mechanically) every cdevsw/bdevsw I can find to use 2014-03-16 05:20:22 +00:00
rump - Split off PRU_ATTACH and PRU_DETACH logic into separate functions. 2014-05-19 02:51:24 +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 spelling in comment 2014-05-21 04:24:40 +00:00
ufs Reorder struct ufid members to avoid padding (and save 4 bytes) on some 2014-05-17 19:11:40 +00:00
uvm Back out previous silliness -- on failure no pages are allocated. 2014-05-19 05:48:14 +00:00
Makefile