haiku/src/kernel/core/fs
Ingo Weinhold cbc6d404f9 Added missing select()/deselect() Hooks to the file system interface
and made sure they are called by the VFS, if existent.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11884 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-17 21:04:25 +00:00
..
bootfs.c Added missing select()/deselect() Hooks to the file system interface 2005-03-17 21:04:25 +00:00
devfs.cpp Added missing select()/deselect() Hooks to the file system interface 2005-03-17 21:04:25 +00:00
fd.c We were handling closing of file descriptors incorrectly. The close_*() 2005-03-17 20:25:07 +00:00
IOScheduler.cpp Fixed warning. 2004-11-18 04:15:10 +00:00
IOScheduler.h Switched to new DoublyLinkedList class. 2005-02-02 01:53:00 +00:00
Jamfile Renamed node_monitor.c to node_monitor.cpp and fixed implicit conversions from void*. 2005-01-30 14:09:01 +00:00
KPath.cpp Added support for path normalization. 2004-10-28 22:16:41 +00:00
message.c Added almost complete node monitor implementation - support for watching mounts/ 2003-01-18 14:11:02 +00:00
node_monitor.cpp Implemented all notify_*() functions. As soon as no longer used anywhere, 2005-02-02 15:19:35 +00:00
pipefs.cpp Added missing select()/deselect() Hooks to the file system interface 2005-03-17 21:04:25 +00:00
rootfs.c Added missing select()/deselect() Hooks to the file system interface 2005-03-17 21:04:25 +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 select events to Select.h. Now includes that header, too. 2004-10-01 00:31:20 +00:00
vfs.cpp Added missing select()/deselect() Hooks to the file system interface 2005-03-17 21:04:25 +00:00