minix/drivers/memory
Ben Gras 8eb09f6ddc . 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
2007-04-24 13:27:33 +00:00
..
ramdisk . service tells you which device it couldn't stat 2007-02-23 18:22:46 +00:00
allocmem.c Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00
imgrd.c Initial root filesystem is now on a ramdisk that is part of the image. 2006-02-15 11:18:21 +00:00
imgrd_s.s Use assembler instead of C for the ramdisk. The assembler requires less 2006-03-15 14:28:05 +00:00
local.h Initial root filesystem is now on a ramdisk that is part of the image. 2006-02-15 11:18:21 +00:00
Makefile don't call mkdep with an absolute path 2007-02-08 16:26:20 +00:00
memory.c . readall: use lseek64() to read more than 4GB of a device 2007-04-24 13:27:33 +00:00