haiku/src/kernel/core/disk_device_manager
Axel Dörfler b8599dec8e Added needed header when tracing is enabled.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7975 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-15 15:40:21 +00:00
..
jobs Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +00:00
ddm_operation_validation.cpp Moved the validation functions out of ddm_userland_interface.cpp into ddm_operation_validation.{cpp,h} for re-use. 2003-09-29 21:40:36 +00:00
ddm_operation_validation.h Moved the validation functions out of ddm_userland_interface.cpp into ddm_operation_validation.{cpp,h} for re-use. 2003-09-29 21:40:36 +00:00
ddm_userland_interface.cpp - Added/moved ddm string-length and buffer-size constants to DiskDeviceDefs.h 2003-10-28 00:13:11 +00:00
disk_device_manager.cpp Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +00:00
Jamfile Build was broken due to missing -fno-pic (have I mentioned that we need 2004-06-12 20:58:30 +00:00
KDiskDevice.cpp Fixes the build with gcc 3.2.2 (still has many warnings, though) 2004-06-14 08:46:38 +00:00
KDiskDeviceJob.cpp Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +00:00
KDiskDeviceJobFactory.cpp Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +00:00
KDiskDeviceJobGenerator.cpp Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +00:00
KDiskDeviceJobGenerator.h Joined the methods generating the delete child and uninitialize jobs -- otherwise we'd delete children of partitions that are uninitialized. Fixed several small bugs. 2003-09-22 21:43:13 +00:00
KDiskDeviceJobQueue.cpp Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +00:00
KDiskDeviceManager.cpp Rewrote KDiskDeviceManager::CreateDefault() to be easier to read and actually 2004-06-12 20:57:11 +00:00
KDiskSystem.cpp Added needed header when tracing is enabled. 2004-06-15 15:40:21 +00:00
KFileDiskDevice.cpp Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +00:00
KFileSystem.cpp * Added ShadowPartitionChanged() to KDiskSystem and respective hooks 2003-07-24 22:53:23 +00:00
KPartition.cpp The KPartition base class does not know anything about publishing. 2004-06-15 15:37:46 +00:00
KPartitioningSystem.cpp Implemented Resize() and ResizeChild(). 2003-09-29 21:44:21 +00:00
KPartitionListener.cpp Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +00:00
KPartitionVisitor.cpp Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +00:00
KPhysicalPartition.cpp Now calls the new devfs partition (un)publishing calls. 2004-06-15 15:38:55 +00:00
KShadowPartition.cpp Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +00:00
Locker.cpp Changes for kernel land (added set_sem_owner and kernel_cpp.h/cpp). 2003-10-25 13:24:59 +00:00
Locker.h A slightly modified BLocker. We should provide something like this for the kernel. 2003-06-10 22:29:52 +00:00
RWLocker.cpp Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +00:00
RWLocker.h Replaced usage of List template class by the kernel utils Vector. 2003-07-02 16:38:29 +00:00
UserDataWriter.cpp Fixes the build with gcc 3.2.2 (still has many warnings, though) 2004-06-14 08:46:38 +00:00
UserDataWriter.h Added support for relocation. 2003-09-28 15:15:20 +00:00