.. |
jobs
|
Fixed the build in case debug output was enabled.
|
2004-10-28 00:32:10 +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
|
Now implements the _user_*() functions for the DDM syscalls.
|
2004-10-29 01:38:17 +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
|
Added KFileDiskDevice to the build again. Fixed compile errors. It won't work yet, though.
|
2004-10-28 16:05:22 +00:00 |
KDiskDevice.cpp
|
Make the compiler happy. Shadowing super class methods with different signature is a very annoying C++ feature.
|
2005-01-26 14:57:35 +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
|
Re-added support for file devices.
|
2004-10-28 22:18:20 +00:00 |
KDiskSystem.cpp
|
Added needed header when tracing is enabled.
|
2004-06-15 15:40:21 +00:00 |
KFileDiskDevice.cpp
|
Removed the empty function stubs from this file (and basically moved there
|
2004-10-29 01:43:15 +00:00 |
KFileSystem.cpp
|
* Added ShadowPartitionChanged() to KDiskSystem and respective hooks
|
2003-07-24 22:53:23 +00:00 |
KPartition.cpp
|
Cleaned up GetPath(). In the kernel we no longer prefix the partition path names with "obos_" or "haiku_".
|
2004-10-28 15:13:08 +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
|
Used KPath where possible.
|
2004-10-27 21:56:38 +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 |
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 |