haiku/headers/os/kernel
Axel Dörfler 4c405cbdd4 The fs interface functions should now return a "status_t" rather than an "int".
Added syscalls for, and implemented sys_create_link(), sys_remove_dir().
Implemented link(), unlink(), rmdir().
Fixed the inconsistent path buffer handling in the user|sys vfs functions; the
path buffer is now exactly SYS_MAX_PATH_LEN from userland (incl. terminating
null byte).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@748 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-08-13 20:39:25 +00:00
..
fs_info.h Added some possible extensions to the flag set. 2002-08-05 01:31:23 +00:00
fs_interface.h The fs interface functions should now return a "status_t" rather than an "int". 2002-08-13 20:39:25 +00:00
OS.h Converted thread states to BeOS equivalents (excluding THREAD_STATE_FREE_ON_RESCHED, which will probably go away once the slab allocator is in). Converted priorities to BeOS equivalents; we now have 60 priority queues to map the 120 BeOS priority levels (which have a granularity of 2, thanks Axel) plus the idle queue. Fixed PS. 2002-08-04 20:10:06 +00:00
syscalls.h Replaced opendir.c with directory.c, implemented chdir(), fchdir(), and 2002-08-09 20:20:28 +00:00
thread_types.h Converted thread states to BeOS equivalents (excluding THREAD_STATE_FREE_ON_RESCHED, which will probably go away once the slab allocator is in). Converted priorities to BeOS equivalents; we now have 60 priority queues to map the 120 BeOS priority levels (which have a granularity of 2, thanks Axel) plus the idle queue. Fixed PS. 2002-08-04 20:10:06 +00:00
vfs_types.h Beginnings of the symbolic link support, though it's not yet working. 2002-07-28 18:36:23 +00:00
vm_types.h It is accomplished ... 2002-07-09 12:24:59 +00:00