freebsd-dev/sys
Andrew Turner 872df66596 Add memrw. This has had minimal testing, and will likely panic the kernel
when trying to read data from outside the DMAP region. I expect this panic
to be from within uiomove_fromphys, which needs to grow support to support
such addresses.

Obtained from:	ABT Systems Ltd
Sponsored by:	The FreeBSD Foundation
2015-07-31 13:39:51 +00:00
..
amd64 Improve comments. 2015-07-30 15:47:53 +00:00
arm Remove obsolete vendor code from Alpine platform support 2015-07-30 13:45:34 +00:00
arm64 Add memrw. This has had minimal testing, and will likely panic the kernel 2015-07-31 13:39:51 +00:00
boot Document the existence of cloudabi_load and cloudabi64_load. 2015-07-31 08:45:35 +00:00
bsm
cam Refactor unmapped buffer address handling. 2015-07-23 19:13:41 +00:00
cddl Add warning about low KSTACK_PAGES for ZFS use 2015-07-28 11:19:38 +00:00
compat Limit rights on process descriptors. 2015-07-31 10:21:58 +00:00
conf Apply erratum for mrs ICC_IAR1_EL1 speculative execution on ThunderX 2015-07-31 10:00:45 +00:00
contrib Import Annapurna Labs Alpine HAL to sys/contrib/ 2015-07-28 14:20:33 +00:00
crypto const'ify an arg that we don't update... 2015-07-29 23:37:15 +00:00
ddb Various changes to the registers displayed in DDB for x86. 2015-07-22 01:09:02 +00:00
dev Limit the number of times we loop inside the DWC OTG poll handler to 2015-07-31 09:12:31 +00:00
fs This patch fixes a problem where, if the NFSv4 server has a previous 2015-07-29 23:06:30 +00:00
gdb
geom Report the scheme and provider names in warning message about unaligned 2015-07-26 11:16:48 +00:00
gnu
i386 Improve comments. 2015-07-30 15:47:53 +00:00
isa
kern Fix accidental line wrapping introduced in r286122. 2015-07-31 10:46:45 +00:00
kgssapi
libkern Remove checks for __ARM_EABI__, we only build for EABI now. 2015-07-09 21:02:40 +00:00
mips Remove dead functions pmap_pvdump and pads. 2015-07-29 20:47:27 +00:00
modules Build if_stf(4) module only when both INET and INET6 support are enabled. 2015-07-30 10:26:43 +00:00
net Ansify if_stf.c 2015-07-31 09:04:22 +00:00
net80211
netgraph * Address review (and add a bit myself). 2015-07-12 18:14:38 +00:00
netinet Remove unneded #include "opt_inet.h". 2015-07-31 09:02:28 +00:00
netinet6 Eliminate the use of m_copydata() in gif_encapcheck(). 2015-07-29 14:07:43 +00:00
netipsec these are comparing authenticators and need to be constant time... 2015-07-31 00:31:52 +00:00
netnatm
netpfil Reduce overhead of ipfw's me6 opcode. 2015-07-29 10:53:42 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed ib mad: fix an incorrect use of list_for_each_entry 2015-07-30 18:28:37 +00:00
opencrypto Fix XTS, and name things a bit better... 2015-07-14 07:45:18 +00:00
pc98 Spell crypto correctly. 2015-07-14 10:47:56 +00:00
powerpc Implement the lockstat provider using SDT(9) instead of the custom provider 2015-07-19 22:14:09 +00:00
rpc Remove useless acquire semantic from the atomic_add operation before 2015-07-28 06:58:10 +00:00
security
sparc64 o Revert the other functional half of r239864, i. e. the merge of r134227 2015-07-24 15:13:21 +00:00
sys Limit rights on process descriptors. 2015-07-31 10:21:58 +00:00
teken
tools
ufs - Make 'struct buf *buf' private to vfs_bio.c. Having a global variable 2015-07-29 02:26:57 +00:00
vm Do not pretend that vm_fault(9) supports unwiring the address. Rename 2015-07-30 18:28:34 +00:00
x86 Add bit names for the IA32_MISC_ENABLE msr. 2015-07-28 06:55:08 +00:00
xdr
xen Add support for Xen blkif indirect segment I/Os. This makes it possible for 2015-07-30 03:50:01 +00:00
Makefile