haiku/headers
Axel Dörfler 071f62bc36 Major code cleanup and reorganisation.
Fixed many bugs.
Now, the vfs_ prefix is for functions that are called by other parts of the
kernel. file_ is for file related stuff, dir_ for directory related, and
common_ for both, fs_ for general file system stuff.
Put all prefixed functions together in the source.
Implemented (currently without a user/sys call) opening/creating of entry_refs,
and node_refs (the latter for opening directories only).
Moved vfs_dup(), and vfs_dup2() to fd.c, fd_dup(), and fd_dup2().


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@351 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-20 00:16:12 +00:00
..
os Add some more comments. 2002-07-19 16:10:56 +00:00
posix Obey the gods of source compatability. Progress is evil. (apparently) 2002-07-12 14:57:37 +00:00
private Major code cleanup and reorganisation. 2002-07-20 00:16:12 +00:00
tools/cppunit + Moved BAutolock and BArchivable over to new testing framework. 2002-07-19 06:45:28 +00:00