1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00
freebsd/sys
Konstantin Belousov b1dd38f408 Restore the previous sendfile(2) behaviour on the block devices.
Provide valid .fo_sendfile method for several missed struct fileops.

Reviewed by:	glebius
Sponsored by:	The FreeBSD Foundation
2013-08-16 14:22:20 +00:00
..
amd64 Use an ANSI C definition of initializecpucache() to match the declaration 2013-08-15 17:44:44 +00:00
arm Rename imx_machdep.c to imx51_machdep.c, because it contains hardware 2013-08-13 21:12:28 +00:00
boot Add optional support for default override of standard setup; but only if 2013-08-12 03:52:23 +00:00
bsm
cam Turn comments about locking into actual lock assertions. 2013-08-15 20:00:32 +00:00
cddl Use kld_{load,unload} instead of mod_{load,unload} for the linker file load 2013-08-14 00:42:21 +00:00
compat Make sendfile() a method in the struct fileops. Currently only 2013-08-15 07:54:31 +00:00
conf Some objects - such as *_genassym.o are not hooked into 2013-08-14 22:19:29 +00:00
contrib Add firmware for the Intel 2030 and variants. 2013-08-11 01:09:16 +00:00
crypto
ddb
dev Restore the previous sendfile(2) behaviour on the block devices. 2013-08-16 14:22:20 +00:00
fs Restore the previous sendfile(2) behaviour on the block devices. 2013-08-16 14:22:20 +00:00
gdb
geom Change the way that unmapped I/O capability is advertised. 2013-08-15 22:52:39 +00:00
gnu/fs/reiserfs
i386 Simplify check for CMPXCHG8B instruction. Note CMPXCHG8B instruction is 2013-08-15 21:09:05 +00:00
ia64 Tidy up global locks for ACPICA. There is no functional change. 2013-08-13 21:34:03 +00:00
isa
kern Restore the previous sendfile(2) behaviour on the block devices. 2013-08-16 14:22:20 +00:00
kgssapi
libkern
mips Add a missing break. 2013-08-12 00:38:47 +00:00
modules Fix make depend 2013-08-14 08:03:57 +00:00
net Add a missing module version declaration to if_tun(4). 2013-08-07 01:32:08 +00:00
net80211 Replace the homegrown implementation of nitems() with calls to nitems() 2013-08-14 04:24:25 +00:00
netatalk
netgraph
netinet Specify SDT probe argument types in the probe definition itself rather than 2013-08-15 04:08:55 +00:00
netinet6
netipsec
netipx
netnatm
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Make sendfile() a method in the struct fileops. Currently only 2013-08-15 07:54:31 +00:00
opencrypto Make sendfile() a method in the struct fileops. Currently only 2013-08-15 07:54:31 +00:00
pc98 Replace kernel virtual address space allocation with vmem. This provides 2013-08-07 06:21:20 +00:00
pci Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI 2013-08-12 23:30:01 +00:00
powerpc The soft and hard busy mechanism rely on the vm object lock to work. 2013-08-09 11:11:11 +00:00
rpc
security
sparc64 The soft and hard busy mechanism rely on the vm object lock to work. 2013-08-09 11:11:11 +00:00
sys Restore the previous sendfile(2) behaviour on the block devices. 2013-08-16 14:22:20 +00:00
teken
tools
ufs
vm - Fix bug in r254304. Use the ACTIVE pq count for the active list 2013-08-15 22:29:49 +00:00
x86 Call set_i8254_freq with MODE_STOP (0) rather than a magic number of 0. 2013-08-15 17:21:06 +00:00
xdr
xen Replace kernel virtual address space allocation with vmem. This provides 2013-08-07 06:21:20 +00:00
Makefile