haiku/src/kernel/core/disk_device_manager
Axel Dörfler 499b29e3ea Made all necessary changes to build the DiskDeviceManager as part of the kernel.
Removed KFileDiskDevice functionality for now (since it would have required more changes).
Also disabled actual partition publishing/unpublishing, because this will
be done differently.
This change will temporarily break the DiskDeviceManagerTest build.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7914 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-11 21:03:31 +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 Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +00:00
KDiskDevice.cpp Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +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 Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +00:00
KDiskSystem.cpp Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +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 Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +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 Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +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 Made all necessary changes to build the DiskDeviceManager as part of the kernel. 2004-06-11 21:03:31 +00:00
UserDataWriter.h Added support for relocation. 2003-09-28 15:15:20 +00:00