haiku/headers/os
Ingo Weinhold 4612433715 * Added parameter "size_t align" to file_map_translate(). If > 1, the
vector at the end of the file will be aligned to the given value.
* BFS uses an alignment of 512 bytes (should be block size of the
  underlying device or BFS block size, whatever is less), which should
  be fine, since file data are only stored in BFS blocks. This totally
  avoids any partial operations at the I/O scheduler level, thus saving
  disk operations. Not that I could measure any performance difference.
  Theoretically it should help a lot though, particularly when dealing
  with lots of small files, since we avoid using bounce buffers, which
  are (a) limited in number and (b) require copying of the data.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27246 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-08-30 23:06:28 +00:00
..
add-ons
app * Enlarged the default BLooper port capacity to 200 messages. Since limiting 2008-05-29 18:24:19 +00:00
arch
be_apps
bluetooth Remove warning, use the common util function for the bdaddr utils class 2008-08-15 19:08:48 +00:00
device Code cleanup 2008-08-23 11:16:31 +00:00
drivers * Added parameter "size_t align" to file_map_translate(). If > 1, the 2008-08-30 23:06:28 +00:00
game
interface * Implemented new BView drawing functions DrawBitmap[Async]( 2008-07-28 18:58:30 +00:00
kernel * Minor cleanup. 2008-08-13 12:50:53 +00:00
mail
media Add identifier for 64 bit float raw audio format, really just to show we can support it without hacking the API :) 2008-07-16 19:06:39 +00:00
midi
midi2
net Overhauled BNetEndpoint implementation (and BNetAddress, too): 2008-07-13 19:58:35 +00:00
opengl updated mesa to 7.0.4 2008-08-18 20:19:01 +00:00
storage * Added two more public functions: get_named_icon(). 2008-08-17 14:32:33 +00:00
support fix gcc4 warning about wrong argument type. 2008-06-15 19:21:00 +00:00
translation
AppKit.h
Be.h
BeBuild.h
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h * Rewrote NetKit.h, and added the libnetapi headers. 2008-06-24 09:03:44 +00:00
NetworkKit.h
OpenGLKit.h
StorageKit.h
SupportKit.h
TranslationKit.h