haiku/headers/private/storage
Axel Dörfler 7b3d36e5aa * BEntry::GetStat() and BNode::GetStat() used sizeof(struct stat) for the kernel
syscall, but they could not know if R5 code called them (in which case the stat
  size has a different size). We now always only return the R5 stat structure here.
  This fixes bug #420. We might want to find a different solution to this problem,
  though.
* Be got SYMLINK_MAX wrong - it's not the maximum number of links (that's SYMLOOP_MAX),
  but the maximum size of a symlink buffer. Added missing SYMLOOP_MAX and SYMLINK_MAX
  constants to limits.h.
* Fixes MAXSYMLINKS to use SYMLOOP_MAX, instead of SYMLINKS_MAX (which doesn't exist
  in POSIX specs, but we (intentionally) break source compatibility here).
* Reenabled the Haiku versions of stat(), fstat(), and lstat() when build for Haiku.
* Removed OpenBeOS namespace stuff from the files I touched.
* Removed superfluous StorageDefs.Private.h, whyever that ended up in a public header
  is beyond me.
* Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17894 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-06-21 13:49:16 +00:00
..
mime * InstalledTypes did not preserve the case of the MIME types, and thus, Tracker queries 2006-06-14 09:30:55 +00:00
sniffer Moved CharStream class out of Parser.{h,cpp} and into its own file 2002-11-08 00:38:35 +00:00
AddOnMonitor.h header for simple AddOnMonitor BLooper subclass to run an AddOnMonitorHandler 2004-02-01 05:50:56 +00:00
AddOnMonitorHandler.h basic interface 2004-02-01 05:50:00 +00:00
DiskDevice.h Implemented disk device updating. Some changes due to syscall changes. 2003-07-22 00:19:23 +00:00
DiskDeviceJob.h Implemented BDiskDeviceJob. Should be complete. 2003-07-30 17:52:39 +00:00
DiskDeviceList.h BDiskDeviceList now has a default value for the "useOwnLocker" argument - it defaults 2005-05-03 00:28:31 +00:00
DiskDevicePrivate.h 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.h Removed VisitAll(). That's exactly what VisitEachPartition() does (since disk devices are special partitions). 2004-11-01 15:25:37 +00:00
DiskDeviceTypes.h Added HFS/plus type strings. 2005-03-14 15:39:17 +00:00
DiskDeviceVisitor.h 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.h * Moved to the private headers. 2003-02-22 23:45:47 +00:00
DiskSystem.h * Removed the Validate*() methods. They are less useful than their 2003-07-18 18:45:29 +00:00
Elf.h + Changed StorageKit namespace to BPrivate::Storage 2002-08-12 08:42:01 +00:00
Exception.h + Changed StorageKit namespace to BPrivate::Storage 2002-08-12 08:42:01 +00:00
MimeTypes.h Some additional standard MIME types in the Be world. 2004-03-10 13:40:35 +00:00
NodeMonitorHandler.h untested version 2004-01-29 00:24:03 +00:00
OffsetFile.h + Changed StorageKit namespace to BPrivate::Storage 2002-08-12 08:42:01 +00:00
Partition.h fs_mount_volume() now returns a dev_t as well - changed mount/mountvolume to take 2005-10-20 13:03:50 +00:00
PartitioningInfo.h Small changes due to modified syscalls. 2003-07-22 00:12:54 +00:00
Pef.h + Changed StorageKit namespace to BPrivate::Storage 2002-08-12 08:42:01 +00:00
QueryPredicate.h + Changed StorageKit namespace to BPrivate::Storage 2002-08-12 08:42:01 +00:00
ResourceFile.h + Changed StorageKit namespace to BPrivate::Storage 2002-08-12 08:42:01 +00:00
ResourceItem.h + Changed StorageKit namespace to BPrivate::Storage 2002-08-12 08:42:01 +00:00
ResourcesContainer.h + Changed StorageKit namespace to BPrivate::Storage 2002-08-12 08:42:01 +00:00
ResourcesDefs.h + Changed StorageKit namespace to BPrivate::Storage 2002-08-12 08:42:01 +00:00
storage_support.h * BEntry::GetStat() and BNode::GetStat() used sizeof(struct stat) for the kernel 2006-06-21 13:49:16 +00:00