haiku/headers/private
Axel Dörfler 4393552b4d The heap is now located at 384 MB, and creates a reserved range that spans over the
following 1152 MB - that area only guarantees that the heap can grow this much before
the application need the memory for something else. And even then, the heap range
is reused from top-to-bottom, allowing for maximum heap usage. Of course, if the
memory after the heap range is not claimed yet, it can still be claimed by the heap,
too. Added new syscall to create the reserved range.
Fixed a bug in vm_delete_areas(): when it removed reserved areas, the area list
could get messed up.
Fixed a bug in resize_area(): resized areas could never be deleted (missing vm_put_area())!
resize_area() now supports reserved regions (but not perfectly yet, see ToDo items).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12692 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-05-16 22:15:13 +00:00
..
app Added a code for the float version of GetEscapements() 2005-05-07 16:44:06 +00:00
debug Added the beginnings of a small private API for debug support. 2005-03-20 22:04:04 +00:00
disk_scanner Changes due to the removal of the extended_partition_info::partition_code field. 2003-02-18 21:30:07 +00:00
graphics more DMA 3D related engine command defines (completed). 2005-05-12 08:24:06 +00:00
input added a tablet_movement struct 2005-04-20 21:53:21 +00:00
interface added a function to count the bytes in a string if the number of UTF8 chars is already known 2005-05-13 17:30:59 +00:00
kernel The heap is now located at 384 MB, and creates a reserved range that spans over the 2005-05-16 22:15:13 +00:00
libroot The heap is now initialized by libroot_init.c::initialize_before(), so 2005-03-23 01:47:21 +00:00
mail Imported MDR. Some code still not entirely functional -- I haven't been able to figure out how to detect SSL, so IMAP and POP have it turned off. PPP auto-detect is also not functional at the moment. Other than that, it seems to work beautifully. Packaging will come later. 2004-09-20 22:31:50 +00:00
media removed ChunkCache.h from shared private include files 2004-11-21 00:11:39 +00:00
midi Haiku be thy name. 2004-06-25 08:47:00 +00:00
net This should now actually fix the recursive lookup of the net_stack_driver. We must only load the networking core once. 2005-04-13 14:19:20 +00:00
print Added missing comment. 2005-04-09 17:09:08 +00:00
screen_saver Changed the way preferences are stored. 2004-10-09 23:17:47 +00:00
servers/app Implemented BFont::GetEscapments() float version. It is pretty rough yet, but appears to handle UTF8 correctly. The optional escapement_delta is currently ignored. I didn't touch other functionality too much, until I know more about it. 2005-05-12 15:09:30 +00:00
shared Courtesy of Olivier Coursiere (aka oco), based on documentation (feel free to check against real hardware) 2005-04-17 22:46:08 +00:00
storage BDiskDeviceList now has a default value for the "useOwnLocker" argument - it defaults 2005-05-03 00:28:31 +00:00
syslog_daemon Forgot to commit SYSLOG_FACILITY_INDEX() macro. 2003-12-30 00:20:40 +00:00
textencoding use const char for parameters, uint to avoid warnings, and strcasecmp for name comparisons 2004-11-11 07:35:47 +00:00
translation Moved FuncTranslator.h from current/headers/os/translation to private headers. Moved translator_data struct from TranslationDefs.h to FuncTranslator.h. 2005-02-12 14:35:36 +00:00