haiku/headers/os/support
Axel Dörfler 1b21be7091 * BBufferIO did not implement Seek() and Position() correctly; it just passed
it to the stream. This caused Read()/Write() to need two syscalls for nothing
  (this only caused the actual stream to share the same position with the
  BBufferIO, something you just cannot rely on when using buffered I/O).
* Anyway, this reduces the time VirtualBox needs to open some RAW test images
  from over 4 minutes to less than 15 seconds...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28662 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-11-16 21:23:45 +00:00
..
Archivable.h
Autolock.h
Beep.h
BlockCache.h
BufferIO.h * BBufferIO did not implement Seek() and Position() correctly; it just passed 2008-11-16 21:23:45 +00:00
ByteOrder.h Patch by Scott: 2008-11-10 23:50:42 +00:00
ClassInfo.h
DataIO.h
Debug.h fix gcc4 warning about wrong argument type. 2008-06-15 19:21:00 +00:00
Errors.h Changed all error codes from enum values to macros. This allows for 2008-05-08 20:54:14 +00:00
Flattenable.h
List.h Revamp BList somewhat to further optimize the resizing behavior. 2008-06-12 21:30:28 +00:00
Locker.h
StopWatch.h
String.h * _Realloc() did not initialize the reference count either. 2008-03-10 22:56:27 +00:00
SupportDefs.h Patch by Scott: 2008-11-10 23:50:42 +00:00
TLS.h
TypeConstants.h
UTF8.h
parsedate.h