freebsd-dev/sys
Ian Lepore 91c650065a Provide a proper armv7 implementation of icache_sync_all rather than
using armv7_idcache_wbinv_all, because wbinv_all doesn't broadcast the
operation to other cores.  In elf_cpu_load_file() use icache_sync_all()
and explain why it's needed (and why other sync operations aren't).

As part of doing this, all callers of cpu_icache_sync_all() were
inspected to ensure they weren't relying on the old side effect of
doing a wbinv_all along with the icache work.
2014-04-27 00:46:01 +00:00
..
amd64 A VMCS is always inactive when it exits the vmx_run() loop. 2014-04-26 22:37:56 +00:00
arm Provide a proper armv7 implementation of icache_sync_all rather than 2014-04-27 00:46:01 +00:00
boot Revert to FAT12. This file system is apparently too small for FAT32, even 2014-04-27 00:45:08 +00:00
bsm IFp4 @1192291: 2014-04-07 20:44:00 +00:00
cam Remove limits on size of READ/WRITE operations. 2014-04-24 16:19:49 +00:00
cddl Eliminate duplicate checks in vdev_geom_io_intr error handling 2014-04-24 15:36:00 +00:00
compat In freebsd32_sendmsg(), replace the call to sockargs() followed by a 2014-04-05 18:56:01 +00:00
conf Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets. 2014-04-25 08:01:22 +00:00
contrib Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets. 2014-04-25 08:01:22 +00:00
crypto NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 2014-04-13 05:21:56 +00:00
ddb ddb: Minor style cleanups. 2014-03-31 16:37:41 +00:00
dev Reword a comment block a bit; no functional changes. 2014-04-26 20:27:58 +00:00
fs The PR reported that the old NFS server did not set uio_td == NULL 2014-04-24 20:47:58 +00:00
gdb
geom Keep geom_uncompress(4) in line with geom_uzip(4), bring in the r264504 fix. 2014-04-22 18:08:34 +00:00
gnu
i386 Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
ia64 Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
isa
kern Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
kgssapi
libkern
mips Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
modules Add preliminary support for the Realtek RTL8188EUS and RTL8188ETV chipsets. 2014-04-25 08:01:22 +00:00
net Remove useless `register' declarations. 2014-04-26 22:42:21 +00:00
net80211 Use logical rather than bitwise OR in if() expression. 2014-04-26 23:22:49 +00:00
netgraph
netinet Fix subnet and default routes on different FIBs on the same subnet. 2014-04-24 23:56:56 +00:00
netinet6 Use "hash" value in rtalloc_mpath_fib() instead of RTF_ANNOUNCE flag. 2014-04-26 16:46:33 +00:00
netipsec Remove _IP_VHL* macros and related ifdefs. 2014-04-16 05:31:54 +00:00
netnatm
netpfil Define startup order the same way as it is in dummynet. 2014-04-26 08:05:16 +00:00
netsmb Remove redundant unlock. 2014-04-17 12:22:08 +00:00
nfs
nfsclient
nfsserver The PR reported that the old NFS server did not set uio_td == NULL 2014-04-24 20:47:58 +00:00
nlm
ofed Rename global cnt to vm_cnt to avoid shadowing. 2014-03-22 10:26:09 +00:00
opencrypto
pc98 MFi386: r257858 (by kib) 2014-04-20 05:40:13 +00:00
pci Increase the number of TX DMA segments from 32 to 35. It turned 2014-03-31 01:54:59 +00:00
powerpc Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
rpc
security audit: plug FILEDESC_LOCK leak in audit_canon_path. 2014-03-21 01:30:33 +00:00
sparc64 Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
sys Retire smp_active. It was racey and caused demonstrated problems with 2014-04-26 20:27:54 +00:00
teken
tools
ufs Update comment to explain search order reverted to historical order 2014-03-22 11:26:39 +00:00
vm Add sysctl OIDs showing the actual size and capacity of the swap zone. 2014-04-26 12:18:17 +00:00
x86 Make this compile with gcc. 2014-04-05 22:43:18 +00:00
xdr
xen Make this compile with gcc. 2014-04-05 22:43:18 +00:00
Makefile