DragonFly commits List (threaded) for 2009-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: AMD64 - Pipes now support 64 bit size_t for uio_resid.
commit 607b0ed9996ff01a2081718e6a3f2b3d1b3e609c
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Tue Aug 18 21:36:25 2009 -0700
AMD64 - Pipes now support 64 bit size_t for uio_resid.
* Fix bugs on 64-bit kernels related to reads and writes on pipes
which specify IO sizes in excess of 2G.
* Add a signal check and break in the loop for any pipe read or write
greater then 10MB.
Summary of changes:
sys/kern/sys_pipe.c | 51 ++++++++++++++++++++++++++++++++++++++++-----------
1 files changed, 40 insertions(+), 11 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/607b0ed9996ff01a2081718e6a3f2b3d1b3e609c
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]