.. |
mime
|
Fixed standard 'backward iteration with unsigned var' bug.
|
2005-01-12 03:37:26 +00:00 |
sniffer
|
Fixed warnings.
|
2004-10-02 16:16:33 +00:00 |
AddOnImage.cpp
|
Helper class: Represents a loaded add-on image.
|
2003-02-22 23:46:59 +00:00 |
AddOnImage.h
|
Helper class: Represents a loaded add-on image.
|
2003-02-22 23:46:59 +00:00 |
AddOnMonitor.cpp
|
simple BLooper to run an AddOnMonitorHandler
|
2004-02-01 05:51:17 +00:00 |
AddOnMonitorHandler.cpp
|
Added a #ifndef around #define ADD_ON_STABLE_SECONDS to be able to define it on demand
|
2004-10-04 14:53:19 +00:00 |
AppFileInfo.cpp
|
Removed old debugging output.
|
2005-01-12 14:16:53 +00:00 |
Directory.cpp
|
All internally used FDs are now set to O_CLOEXEC.
|
2005-01-13 22:06:51 +00:00 |
DiskDevice.cpp
|
Now <syscalls.h> declares the DDM syscalls.
|
2004-10-29 01:41:30 +00:00 |
DiskDeviceJob.cpp
|
Now <syscalls.h> declares the DDM syscalls.
|
2004-10-29 01:41:30 +00:00 |
DiskDeviceList.cpp
|
Updated BDiskDeviceList. The implementation was still reflecting the first version of the DiskDevice API. Untested.
|
2004-11-01 15:27:45 +00:00 |
DiskDevicePrivate.cpp
|
Changed my mind. Now BPartition has a method to get the mount point of the partition, respectively a potential mount point, for partitions not yet mounted.
|
2004-11-01 19:38:47 +00:00 |
DiskDeviceRoster.cpp
|
Removed VisitAll(). That's exactly what VisitEachPartition() does (since disk devices are special partitions).
|
2004-11-01 15:25:37 +00:00 |
DiskDeviceTypes.cpp
|
- Renamed CDDA to AudioSession
|
2003-11-15 08:38:42 +00:00 |
DiskDeviceVisitor.cpp
|
Modified the visitor implementation a bit. The Visit() with the BPartition* argument now also gets the level of the partition in the hierarchy.
|
2003-07-08 18:26:15 +00:00 |
DiskScannerAddOn.cpp
|
Changed the parameters of the CreateEditor() methods and added a EditingDone() method to the editor class.
|
2003-02-22 23:54:31 +00:00 |
DiskSystem.cpp
|
Now <syscalls.h> declares the DDM syscalls.
|
2004-10-29 01:41:30 +00:00 |
Entry.cpp
|
All internally used FDs are now set to O_CLOEXEC.
|
2005-01-13 22:06:51 +00:00 |
EntryList.cpp
|
+ Changed StorageKit namespace to BPrivate::Storage
|
2002-08-12 08:42:01 +00:00 |
File.cpp
|
All internally used FDs are now set to O_CLOEXEC.
|
2005-01-13 22:06:51 +00:00 |
FindDirectory.cpp
|
gcc 3 fixes
|
2003-08-04 00:46:53 +00:00 |
Jamfile
|
add UsePrivateHeaders kernel ; so syscalls.h can be found
|
2004-11-20 23:36:34 +00:00 |
LibBeAdapter.cpp
|
_kern_open_query() syscall had been changed.
|
2004-12-20 13:30:00 +00:00 |
Mime.cpp
|
gcc 3 fixes
|
2003-07-04 21:10:14 +00:00 |
MimeType.cpp
|
gcc 3 fixes
|
2003-08-04 00:46:53 +00:00 |
Node.cpp
|
All internally used FDs are now set to O_CLOEXEC.
|
2005-01-13 22:06:51 +00:00 |
Node.notes
|
It is accomplished ...
|
2002-07-09 12:24:59 +00:00 |
NodeInfo.cpp
|
Yuck! Bad typo. I wonder why the respective unit test ever passed.
|
2005-01-12 03:34:28 +00:00 |
NodeMonitor.cpp
|
LibBeAdapter.cpp now only translates some syscalls; it will probably removed
|
2004-07-02 19:03:16 +00:00 |
NodeMonitorHandler.cpp
|
untested version
|
2004-01-29 00:24:03 +00:00 |
OffsetFile.cpp
|
+ Changed StorageKit namespace to BPrivate::Storage
|
2002-08-12 08:42:01 +00:00 |
Partition.cpp
|
Changed my mind. Now BPartition has a method to get the mount point of the partition, respectively a potential mount point, for partitions not yet mounted.
|
2004-11-01 19:38:47 +00:00 |
PartitioningDialog.cpp
|
Added the GUI part of the dialog. Now it is fully functional (maybe not nice, but functional ;-).
|
2003-02-24 00:44:38 +00:00 |
PartitioningDialog.h
|
Added the GUI part of the dialog. Now it is fully functional (maybe not nice, but functional ;-).
|
2003-02-24 00:44:38 +00:00 |
PartitioningInfo.cpp
|
Now <syscalls.h> declares the DDM syscalls.
|
2004-10-29 01:41:30 +00:00 |
Path.cpp
|
Got rid of the Storage Kit's kernel abstraction layer, which was
|
2004-08-28 20:14:46 +00:00 |
Query.cpp
|
All internally used FDs are now set to O_CLOEXEC.
|
2005-01-13 22:06:51 +00:00 |
QueryPredicate.cpp
|
+ Changed StorageKit namespace to BPrivate::Storage
|
2002-08-12 08:42:01 +00:00 |
ResourceFile.cpp
|
gcc 3 fixes
|
2003-08-04 00:46:53 +00:00 |
ResourceItem.cpp
|
+ Changed StorageKit namespace to BPrivate::Storage
|
2002-08-12 08:42:01 +00:00 |
Resources.cpp
|
Cleaned-up the std namespace support
|
2003-06-11 14:34:51 +00:00 |
ResourcesContainer.cpp
|
+ Changed StorageKit namespace to BPrivate::Storage
|
2002-08-12 08:42:01 +00:00 |
ResourceStrings.cpp
|
Got rid of the Storage Kit's kernel abstraction layer, which was
|
2004-08-28 20:14:46 +00:00 |
Statable.cpp
|
Must use <fs_interface.h>, not <fsproto.h>.
|
2004-10-02 16:15:46 +00:00 |
storage_support.cpp
|
Got rid of the Storage Kit's kernel abstraction layer, which was
|
2004-08-28 20:14:46 +00:00 |
storage.src
|
Updated BDiskDeviceList. The implementation was still reflecting the first version of the DiskDevice API. Untested.
|
2004-11-01 15:27:45 +00:00 |
SymLink.cpp
|
Got rid of the Storage Kit's kernel abstraction layer, which was
|
2004-08-28 20:14:46 +00:00 |
Volume.cpp
|
Got rid of the Storage Kit's kernel abstraction layer, which was
|
2004-08-28 20:14:46 +00:00 |
VolumeRoster.cpp
|
Got rid of the Storage Kit's kernel abstraction layer, which was
|
2004-08-28 20:14:46 +00:00 |