freebsd-skq/sys
John Baldwin 6a87d217e2 Fix an off-by-one error when populating mincore(2) entries for
skipped entries.  lastvecindex references the last valid byte,
so the new bytes should come after it.

Approved by:	re (kib)
MFC after:	1 week
2013-09-12 20:46:32 +00:00
..
amd64 Fix a limitation in bhyve that would limit the number of virtual machines to 2013-09-11 07:11:14 +00:00
arm Export a function to allow BCM2835's peripheral devices to enable their 2013-09-07 18:48:15 +00:00
boot
bsm
cam
cddl MFV r247844 (illumos-gate 13975:ef6409bc370f) 2013-09-10 01:46:47 +00:00
compat Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use 2013-09-09 18:11:59 +00:00
conf Update head/ to -ALPHA1 status, as part of the 10.0-RELEASE 2013-09-12 17:51:18 +00:00
contrib Fix !INET6 build. 2013-09-07 09:47:18 +00:00
crypto
ddb
dev Don't issue USB resume signalling in USB device mode, if the USB power 2013-09-12 10:39:38 +00:00
fs Fix the length calculation for the final block of a sendfile(2) 2013-09-10 10:05:59 +00:00
gdb
geom
gnu/fs/reiserfs
i386 Prior to r254304, we only began scanning the active page queue when the 2013-09-11 17:23:42 +00:00
ia64 Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use 2013-09-09 18:11:59 +00:00
isa
kern Regen. 2013-09-12 18:03:51 +00:00
kgssapi
libkern
mips Netlogic XLP network driver update 2013-09-07 18:26:16 +00:00
modules Back out r255440. /usr/bin/gcc @r255185 (2013-09-03) can build this. 2013-09-10 16:50:13 +00:00
net Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself is 2013-09-11 09:19:44 +00:00
net80211
netatalk
netgraph
netinet Fix the aborting of association with the iterator using an empty 2013-09-09 21:40:07 +00:00
netinet6 Fix the length calculation for the final block of a sendfile(2) 2013-09-10 10:05:59 +00:00
netipsec
netipx
netnatm Fix the length calculation for the final block of a sendfile(2) 2013-09-10 10:05:59 +00:00
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm Intermittent crashes in the NLM (rpc.lockd) code during system 2013-09-06 23:14:31 +00:00
ofed
opencrypto
pc98
pci
powerpc Revert r255420. This seems to break some Powermac systems and will be 2013-09-09 13:40:53 +00:00
rpc
security - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+ 2013-09-07 13:45:44 +00:00
sparc64 Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use 2013-09-09 18:11:59 +00:00
sys Fix a typo. 2013-09-12 19:52:23 +00:00
teken
tools
ufs
vm Fix an off-by-one error when populating mincore(2) entries for 2013-09-12 20:46:32 +00:00
x86 Implement PV IPIs for PVHVM guests and further converge PV and HVM 2013-09-06 22:17:02 +00:00
xdr
xen Implement PV IPIs for PVHVM guests and further converge PV and HVM 2013-09-06 22:17:02 +00:00
Makefile