freebsd-nq/sys
Marcel Moolenaar 3f745144d9 Change the probe to what was intended: attach to devices with
a type 0 header and not to function 0 devices.
2015-06-22 00:34:29 +00:00
..
amd64 Restructure memory allocation in bhyve to support "devmem". 2015-06-18 06:00:17 +00:00
arm Add missing driver for TDA19988 HDMI framer 2015-06-18 16:51:49 +00:00
arm64 Add basic support for ACPI. It splits out the nexus driver to two new 2015-06-11 15:45:33 +00:00
boot Install version.4th.8 again 2015-06-21 06:56:29 +00:00
bsm
cam Fix REPORT LUNS command output for the case when same LUN mapped to same 2015-06-20 13:02:57 +00:00
cddl MFV r284412: 5911 ZFS "hangs" while deleting file 2015-06-19 06:58:05 +00:00
compat Add EPOLLRDHUP support. 2015-06-20 05:40:35 +00:00
conf Add USB gold driver to default kernel build. 2015-06-19 06:48:55 +00:00
contrib Merge ACPICA 20150619. 2015-06-18 23:14:45 +00:00
crypto
ddb Correct the function name in catch-all error handling case. 2015-06-17 10:20:59 +00:00
dev Change the probe to what was intended: attach to devices with 2015-06-22 00:34:29 +00:00
fs Restore the td_cookie value for the tmpfs directory entry which was a 2015-06-19 07:25:15 +00:00
gdb
geom Fix off-by-one error in fstyp(8) and geom_label(4) that made them use 2015-06-18 21:55:55 +00:00
gnu
i386 Replace struct filedesc argument in getvnode with struct thread 2015-06-16 13:09:18 +00:00
isa
kern Remove uneeded NULL check since malloc the malloc is now M_WAITOK 2015-06-19 20:35:17 +00:00
kgssapi
libkern
mips Add if_vlan, ipfw{,_nat}.ko, and libalias to the AR934X kernel config 2015-06-13 06:09:00 +00:00
modules Add USB gold driver to default kernel build. 2015-06-19 06:48:55 +00:00
net Fix panic when adding vtnet interfaces to a bridge 2015-06-13 19:39:21 +00:00
net80211 Break out the current 802.11 software scan methods into an indirect table. 2015-06-08 02:35:43 +00:00
netgraph
netinet Fix two KTRACE related bugs. 2015-06-19 21:55:12 +00:00
netinet6 Add FIB support for SCTP. 2015-06-17 15:20:14 +00:00
netipsec drop key_sa_stir_iv as it isn't used... 2015-06-11 13:05:37 +00:00
netnatm
netpfil pf: Remove frc_direction 2015-06-11 17:57:47 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed fd: make rights a mandatory argument to fget_unlocked 2015-06-16 09:52:36 +00:00
opencrypto change the KASSERT so it is meaningful, var is unsigned, so even 2015-06-19 22:42:26 +00:00
pc98
powerpc Allow DTrace to be compiled-in to the kernel. 2015-06-10 15:53:39 +00:00
rpc
security Replace struct filedesc argument in getvnode with struct thread 2015-06-16 13:09:18 +00:00
sparc64 Generalised support for copy-on-write structures shared by threads. 2015-06-10 10:43:59 +00:00
sys Replace struct filedesc argument in getvnode with struct thread 2015-06-16 13:09:18 +00:00
teken
tools
ufs vfs_msync(), called from syncer vnode fsync VOP, only iterates over 2015-06-17 04:46:58 +00:00
vm Avoid pmap_is_modified() on pages that can't be mapped. 2015-06-21 01:22:35 +00:00
x86 Merge ACPICA 20150619. 2015-06-18 23:14:45 +00:00
xdr
xen Garbage collect comments which related to the pre-r284296 support for a 2015-06-21 06:05:33 +00:00
Makefile