haiku/src/kernel/core/fs
Axel Dörfler b912581792 new_file_system() returned a status code, but should have returned
a pointer to the file system.
Renamed all static g* variables to s*.
Renamed "mount_id" fields to the higher level "device" (to be able
to compile the file).
Fixed all casting warnings.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5077 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-10-17 14:47:15 +00:00
..
bootfs.c Replaced some more vm_*() calls with BeOS compatible ones. 2003-08-20 15:55:56 +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 Fixed some warnings. 2003-10-17 14:05:05 +00:00
fd.c Fixed some warnings. 2003-09-04 04:20:42 +00:00
Jamfile Renamed vfs.c to vfs.cpp to prepare and ease working with the disk 2003-10-17 14:45:07 +00:00
message.c
node_monitor.c list.h is now in util/. 2003-09-09 02:36:29 +00:00
pipefs.cpp Fixed some warnings. 2003-10-17 14:05:05 +00:00
rootfs.c Fixed some warnings. 2003-10-17 14:05:05 +00:00
vfs_select.c Fixed a warning. 2003-09-06 17:31:33 +00:00
vfs_select.h
vfs.cpp new_file_system() returned a status code, but should have returned 2003-10-17 14:47:15 +00:00