haiku/src/kernel/core/fs
beveloper 5f993f93ff renamed test_and_set into atomic_test_and_set
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4342 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-20 02:35:24 +00:00
..
bootfs.c Removed unused headers. 2003-06-27 03:49:13 +00:00
builtin_fs.h Added very basic pipefs implementation - only handles files right now 2003-06-27 03:44:28 +00:00
devfs.c bootfs_read_dir() and devfs_read_dir() both returned B_ENTRY_NOT_FOUND 2002-12-03 17:49:28 +00:00
fd.c Added minor debug output. 2003-06-28 04:23:24 +00:00
Jamfile Added the pipefs to the build. 2003-06-27 03:49:31 +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 Added almost complete node monitor implementation - support for watching mounts/ 2003-01-18 14:11:02 +00:00
pipefs.cpp The pipe now buffers incoming packets when there is no reader waiting in 2003-06-29 18:29:36 +00:00
rootfs.c Simplified the vnode creation procedure. 2003-06-27 03:48:32 +00:00
vfs_select.c Moved the select/poll implementation into its own file (vfs_select.c). 2002-11-03 03:19:34 +00:00
vfs_select.h Moved the select/poll implementation into its own file (vfs_select.c). 2002-11-03 03:19:34 +00:00
vfs.c renamed test_and_set into atomic_test_and_set 2003-08-20 02:35:24 +00:00