.. |
jobs
|
Implemented Do(). Looks like it works.
|
2003-09-28 19:33:23 +00:00 |
ddm_userland_interface.cpp
|
KPartition::UninitializeContents() returns an error code now.
|
2003-09-28 19:31:49 +00:00 |
disk_device_manager.cpp
|
Added set_disk_device_job_error_message() for setting an error message, when an error occurs while executing a job.
|
2003-09-28 19:29:36 +00:00 |
Jamfile
|
Define some macros telling us, that we compile for R5 and userland.
|
2003-09-29 18:47:10 +00:00 |
KDiskDevice.cpp
|
Added support for relocation.
|
2003-09-28 15:15:20 +00:00 |
KDiskDeviceJob.cpp
|
Added setter/getter for an error message. Should be set to something informative when while executing a job an error occurs.
|
2003-09-28 19:28:27 +00:00 |
KDiskDeviceJobFactory.cpp
|
Creates resize and uninitialize jobs now.
|
2003-09-22 22:04:03 +00:00 |
KDiskDeviceJobGenerator.cpp
|
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 |
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
|
Debug output.
|
2003-09-28 19:30:12 +00:00 |
KDiskDeviceManager.cpp
|
We don't need to mark/unmark shadow partitions busy separately anymore, since they should automatically remain in sync with the physical ones.
|
2003-09-28 22:06:54 +00:00 |
KDiskSystem.cpp
|
* Added ShadowPartitionChanged() to KDiskSystem and respective hooks
|
2003-07-24 22:53:23 +00:00 |
KFileDiskDevice.cpp
|
Made KPartition abstract and derived two classes, KPhysicalPartition
|
2003-07-04 23:45:26 +00:00 |
KFileSystem.cpp
|
* Added ShadowPartitionChanged() to KDiskSystem and respective hooks
|
2003-07-24 22:53:23 +00:00 |
KPartition.cpp
|
Added a KPartition listener mechanism and made use of it to keep shadow partitions with the corresponding physical ones in sync.
|
2003-09-28 22:04:13 +00:00 |
KPartitioningSystem.cpp
|
* Added ShadowPartitionChanged() to KDiskSystem and respective hooks
|
2003-07-24 22:53:23 +00:00 |
KPartitionListener.cpp
|
Added a KPartition listener mechanism and made use of it to keep shadow partitions with the corresponding physical ones in sync.
|
2003-09-28 22:04:13 +00:00 |
KPartitionVisitor.cpp
|
Added KPartitionVisitor class used for advanced partition tree traversal.
|
2003-08-03 18:23:53 +00:00 |
KPhysicalPartition.cpp
|
Shadow partition related changes:
|
2003-07-15 01:00:24 +00:00 |
KShadowPartition.cpp
|
Added a KPartition listener mechanism and made use of it to keep shadow partitions with the corresponding physical ones in sync.
|
2003-09-28 22:04:13 +00:00 |
Locker.cpp
|
A slightly modified BLocker. We should provide something like this for the kernel.
|
2003-06-10 22:29:52 +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
|
Replaced usage of List template class by the kernel utils Vector.
|
2003-07-02 16:38:29 +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
|
Added support for relocation.
|
2003-09-28 15:15:20 +00:00 |
UserDataWriter.h
|
Added support for relocation.
|
2003-09-28 15:15:20 +00:00 |