1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00
freebsd/sys
Pawel Jakub Dawidek fb1daf8164 Fix a bug in sendfile(2) when files larger than page size and nbytes=0.
When nbytes=0, sendfile(2) should use file size. Because of the bug, it
was sending half of a file. The bug is that 'off' variable can't be used
for size calculation, because it changes inside the loop, so we should
use uap->offset instead.
2007-04-19 05:54:45 +00:00
..
amd64 Fix style(9) and comments. 2007-04-18 20:12:05 +00:00
arm
boot
bsm Change $P4$ ID strings to P4 ID strings so that they are not auto-expanded 2007-04-17 12:27:08 +00:00
cam Missed locking the dump and shutdown entry points in the scsi_da driver. 2007-04-18 05:14:16 +00:00
cddl MFp4: Fix automatic snapshot mount when unprivileged user does lookup 2007-04-18 15:24:48 +00:00
coda
compat MFp4: Fix automatic snapshot mount when unprivileged user does lookup 2007-04-18 15:24:48 +00:00
conf Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking. 2007-04-17 00:35:11 +00:00
contrib MFp4: We check for PRIV_VFS_MOUNT already in mount(2) syscall and we don't 2007-04-18 15:22:07 +00:00
crypto
ddb
dev sndbuf_alloc() now accept dmaflags argument which will be forwarded to 2007-04-18 18:26:41 +00:00
fs Avoid "unused variable" warning when building without PSEUDOFS_TRACE. 2007-04-15 20:35:18 +00:00
gdb
geom
gnu
i4b
i386 On AMD's Geode LX: Force the TSC to run through core-suspension so we can 2007-04-18 10:08:24 +00:00
ia64
isa When trying to allocate a PnP BIOS memory resource, the code loops trying 2007-04-17 15:14:23 +00:00
kern Fix a bug in sendfile(2) when files larger than page size and nbytes=0. 2007-04-19 05:54:45 +00:00
libkern
modules Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking. 2007-04-17 00:35:11 +00:00
net Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking. 2007-04-17 00:35:11 +00:00
net80211
netatalk
netatm
netgraph
netinet Make tcp_twrespond() use tcp_addoptions() instead of a home grown version. 2007-04-18 18:14:39 +00:00
netinet6
netipsec
netipx
netkey
netnatm s/destory/destroy/ (except for the code in contrib/). 2007-04-16 12:31:35 +00:00
netncp
netsmb
nfs
nfs4client
nfsclient
nfsserver In nfsrv_rcv(), don't reacquire the nfs server lock until after 2007-04-15 15:50:50 +00:00
opencrypto
pc98
pccard
pci Don't reinitialize the hardware if only PROMISC flag was changed. 2007-04-18 00:40:43 +00:00
powerpc
rpc
security Remove $P4$ that snuck into CVS from Perforce. 2007-04-17 12:24:18 +00:00
sparc64
sun4v
sys Bump the interrupt storm detection counter to 1000. My slow fileserver 2007-04-19 01:24:32 +00:00
tools
ufs
vm Correct contigmalloc2()'s implementation of M_ZERO. Specifically, 2007-04-19 05:39:54 +00:00
Makefile