haiku/src/kernel/core/fs
Axel Dörfler 5c41c39314 Implemented exec() support function vfs_exec_io_context() which closes all
file descriptors that have O_CLOEXEC set.
Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9242 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-07 14:47:58 +00:00
..
bootfs.c Added set_flags() support where needed. devfs now uses the ioctl() mechanism 2004-10-05 13:24:12 +00:00
devfs.cpp Added set_flags() support where needed. devfs now uses the ioctl() mechanism 2004-10-05 13:24:12 +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 Added set_flags() support where needed. devfs now uses the ioctl() mechanism 2004-10-05 13:24:12 +00:00
rootfs.c Added set_flags() support where needed. devfs now uses the ioctl() mechanism 2004-10-05 13:24:12 +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 Implemented exec() support function vfs_exec_io_context() which closes all 2004-10-07 14:47:58 +00:00