071f62bc36
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 |
||
---|---|---|
.. | ||
os | ||
posix | ||
private | ||
tools/cppunit |