haiku/src/kernel/core/fs
Axel Dörfler 68085f7cec Added a "cookie" parameter to the fs_read|write|has_page[s]().
Fixed the calculation of the amount of bytes read in bootfs_read_pages().


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8874 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-09-06 22:32:00 +00:00
..
bootfs.c Added a "cookie" parameter to the fs_read|write|has_page[s](). 2004-09-06 22:32:00 +00:00
devfs.cpp Eliminated the internal device_info structure - the devfs will now store the 2004-09-04 17:46:10 +00:00
fd.c Several VFS related syscalls have been changed, added or removed. 2004-08-28 20:38:39 +00:00
IOScheduler.cpp No longer gets the old device_hooks but a pnp_devfs_driver_hooks structure 2004-09-04 17:47:08 +00:00
IOScheduler.h No longer gets the old device_hooks but a pnp_devfs_driver_hooks structure 2004-09-04 17:47:08 +00:00
Jamfile Added I/O scheduler to the build. 2004-08-28 13:31:42 +00:00
message.c Added almost complete node monitor implementation - support for watching mounts/ 2003-01-18 14:11:02 +00:00
node_monitor.c Renamed node monitor syscalls to the new scheme. 2004-06-29 20:25:21 +00:00
pipefs.cpp The VM fs interface has changed to better match the one of the device interface. 2004-09-04 17:48:11 +00:00
rootfs.c The VM fs interface has changed to better match the one of the device interface. 2004-09-04 17:48:11 +00:00
vfs_select.c Moved VFS syscall prototypes from vfs.h to syscalls.h. 2004-07-02 02:38:03 +00:00
vfs_select.h Moved the select/poll implementation into its own file (vfs_select.c). 2002-11-03 03:19:34 +00:00
vfs.cpp Added a "cookie" parameter to the vfs_read|write|has_page[s](). 2004-09-06 22:29:20 +00:00