]> Zhao Yanbai Git Server - minix.git/commit
. readall: use lseek64() to read more than 4GB of a device
authorBen Gras <ben@minix3.org>
Tue, 24 Apr 2007 13:27:33 +0000 (13:27 +0000)
committerBen Gras <ben@minix3.org>
Tue, 24 Apr 2007 13:27:33 +0000 (13:27 +0000)
commit8eb09f6ddc32584a90ac36b4c3e273e6a15207c7
tree41f810fb075f3ae6acb929699a4c9c41313d0616
parentcc7c561d41161c594a645507b86fa657c1fade88
 . readall: use lseek64() to read more than 4GB of a device
 . vfs: 64-bit offset support for character device i/o
   (also remove unused dev_bio function)
 . memory: /dev/null and /dev/zero are infinitely large, don't stop
   reading/writing at 4GB
commands/simple/readall.c
drivers/memory/memory.c
servers/vfs/device.c