freebsd-dev/sys
Alexander Motin 08a7cce543 Remove limits on size of READ/WRITE operations.
Instead of allocating up to 16MB or RAM at once to handle whole I/O,
allocate up to 1MB at a time, but do multiple ctl_datamove() and storage
I/Os if needed.
2014-04-24 16:19:49 +00:00
..
amd64 xen: fix copyright header 2014-04-24 14:44:42 +00:00
arm Remove uncessary cache and TLB maintenance ops. 2014-04-20 18:21:05 +00:00
boot Add the initial version of if_nf10bmac(4), a driver to support an 2014-04-17 12:33:26 +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 Really, really, really only allow this option for amd64/i386 builds. 2014-04-09 18:44:54 +00:00
contrib Implement the final missing sysctls by moving ipf_auth_softc_t from 2014-04-07 19:32:56 +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
dev Remove duplicate SYSCTL_DECL(_debug_acpi) which was breaking tinderbox 2014-04-24 14:58:12 +00:00
fs Remove an unnecessary level of indirection for an argument. 2014-04-23 23:13:46 +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 Don't build EISA by default anymore. Remove from i386 GENERIC and 2014-04-18 16:53:06 +00:00
ia64
isa
kern Fix grammar error and trailing newline. 2014-04-23 02:21:17 +00:00
kgssapi
libkern
mips Fix typo and case inconsistency in MIPS CP0 register names. 2014-04-17 20:42:03 +00:00
modules Don't build EISA by default anymore. Remove from i386 GENERIC and 2014-04-18 16:53:06 +00:00
net Backport from projects/pf r263908: 2014-04-20 09:17:48 +00:00
net80211 Begin fleshing out support for net80211 provided (legacy) sleep management. 2014-04-24 01:39:53 +00:00
netgraph
netinet Fix jailed raw sockets not setting the correct source address by 2014-04-24 12:52:31 +00:00
netinet6 Remove unused variable. 2014-04-17 06:40:11 +00:00
netipsec Remove _IP_VHL* macros and related ifdefs. 2014-04-16 05:31:54 +00:00
netnatm
netpfil Backport from projects/pf r263908: 2014-04-20 09:17:48 +00:00
netsmb Remove redundant unlock. 2014-04-17 12:22:08 +00:00
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98 MFi386: r257858 (by kib) 2014-04-20 05:40:13 +00:00
pci
powerpc Small performance optimization. Clobber only cr0, rather than the entire CR. 2014-04-11 06:17:44 +00:00
rpc
security
sparc64
sys Add some new ATA defines for SATA 3.1 spec 2014-04-24 01:28:14 +00:00
teken
tools
ufs
vm
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