This website requires JavaScript.
Explore
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a2fab5626d1dfed8391d7923a7b29a0b7a2b531a
haiku-beta6
/
headers
/
private
/
kernel
/
disk_device_manager
T
History
Ingo Weinhold
8ae2a1ef21
Include <storage/DiskDeviceDefs.h> instead of <DiskDeviceDefs.h>. So noone including <syscalls.h> needs to explicitly add the private storage kit header dir to the include search path.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9633 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-29 01:36:07 +00:00
..
ddm_modules.h
…
ddm_userland_interface.h
Made C-safe. Now no longer declares the syscall prototypes, but the prototypes for the respective _user_*() functions.
2004-10-29 01:33:59 +00:00
disk_device_manager.h
Include <storage/DiskDeviceDefs.h> instead of <DiskDeviceDefs.h>. So noone including <syscalls.h> needs to explicitly add the private storage kit header dir to the include search path.
2004-10-29 01:36:07 +00:00
KDiskDevice.h
* Changes to use KPath where possible now.
2004-10-27 21:52:33 +00:00
KDiskDeviceJob.h
…
KDiskDeviceJobFactory.h
…
KDiskDeviceJobQueue.h
…
KDiskDeviceManager.h
Re-added support for file devices.
2004-10-28 22:18:20 +00:00
KDiskDeviceUtils.h
Added Unlock() (an nicer sounding alias for Unset()) and Detach() (the lock is kept when the object is destroyed) to AutoLocker.
2004-10-27 21:54:12 +00:00
KDiskSystem.h
…
KFileDiskDevice.h
* Reworked publishing/unpublishing of the device. This is now basically
2004-10-28 22:22:04 +00:00
KFileSystem.h
…
KPartition.h
KPartition::GetPath() now uses the new KPath class, which makes it more convenient to use.
2004-10-27 21:48:47 +00:00
KPartitioningSystem.h
…
KPartitionListener.h
…
KPartitionVisitor.h
…
KPhysicalPartition.h
…
KShadowPartition.h
…
RWLocker.h
Moved to headers/private/kernel/disk_device_manager, since it is included by KDiskDevice.h.
2004-10-27 21:38:01 +00:00