haiku/headers/private
Axel Dörfler 0ec4af2233 Improved AreaPool to have an initial size as well as well as a name that is
used for new area.
MemPool::AddToPool() now gracefully deals with NULL pointers (or a size of 0).
BitmapManager was deleting the area it transferred to AreaPool before - it
no longer needs an extra area, though.
Minor other cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13260 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-06-24 04:01:16 +00:00
..
app Added client side support for BScreen::RetraceSemaphore() and BScreen::GetModeList(). Server side support isn't yet there, though. 2005-06-18 06:36:23 +00:00
debug Added patch originally written by Ingo Weinhold: 2005-05-29 00:44:51 +00:00
disk_scanner
drivers Added poke driver, courtesy of Oscar Lesta. The "poke" command line application will follow. 2005-06-16 19:12:46 +00:00
graphics added/modified shared_info to (better) support upto 32 3D accelants. Needs to be improved/expanded later though. 2005-06-19 15:11:42 +00:00
input added a tablet_movement struct 2005-04-20 21:53:21 +00:00
interface fixed memory corruption in the stuff I added to moreUTF8. This fixes GetEscapement crashes. The rest of the file needs reviewing as well, but I wanted to commit this ASAP 2005-06-15 17:09:00 +00:00
kernel Apparently, both load_image() and exec*() support running scripts. We do that 2005-06-14 11:23:29 +00:00
libroot The "shebang" handler is supposed to parse arguments, too - we now do that. 2005-06-14 12:39:06 +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
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 Improved AreaPool to have an initial size as well as well as a name that is 2005-06-24 04:01:16 +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
textencoding use const char for parameters, uint to avoid warnings, and strcasecmp for name comparisons 2004-11-11 07:35:47 +00:00
tracker Added private libtracker headers, shared with Deskbar. 2005-05-23 00:24:17 +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