haiku/headers/private
Ingo Weinhold b1e06d23ce * The "page_stats" command does now also print the longest contiguous runs of
free respective free and cached pages.
* Removed the unused vm_page_allocate_page_run_no_base().
* vm_page_allocate_page_run() (and allocate_page_run()):
  - Use vm_page_reserve_pages() instead of vm_page_try_reserve_pages(), i.e.
    wait until the reservation succeeds.
  - Now we iterates two times through the pages to find a suitable page run. In
    the first iteration it only looks for free/clear pages, in the second
    iteration it also considers cached pages. This increases the chance of the
    function to succeed, when a lot of caching is going on.
    This reduces the amount of memory required to use the IOCache when booting
    off the anyboot Live CD to around 160 MB in qemu. It also seems to work with
    128 MB, but the syslog indicates that some memory allocations fail, which
    is not exactly inspiring confidence.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36489 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-26 13:56:09 +00:00
..
app * Make sure LinkSender knows team ID of receiving team; this fixes the >64k ServerLink transfers. 2010-04-11 14:26:19 +00:00
audio
binary_compatibility * Added a basic tool tip API, and implementation. 2009-08-03 14:47:41 +00:00
bluetooth Fixed build with GCC4 2010-04-24 17:51:39 +00:00
debug Added UnhandledDebugMessage() hook which is called by the base class 2010-03-26 21:18:08 +00:00
device Fix Device Kit build in debug mode. 2009-09-13 01:30:38 +00:00
drivers * Added opcode definitions for read/write-16 and the extended "read capacity 16" 2010-04-22 13:44:24 +00:00
firewire wakeup() means wake any waiting threads, so we use the relevant flags. this gives a reliable dv receive stream here. 2009-05-24 23:15:04 +00:00
fs_shell * Removed the O_* modes that we currently don't and probably won't support 2009-11-26 14:17:46 +00:00
graphics Work in progress of a Radeon HD 3200 driver to change the display mode (status when I leave the coding spring). At least it shows a picture but with a wrong scaling. 2010-04-13 22:35:53 +00:00
haiku_package Implemented a tool ("package") that implements creation and extraction of 2009-11-13 13:45:49 +00:00
input * Removed the at_kbd_io and AT keyboard stuff; this is now done within the PS/2 2010-04-14 19:19:14 +00:00
interface Basically, this changeset implements BShape::ArcTo(). In more detail: 2010-03-18 16:58:19 +00:00
kernel * The "page_stats" command does now also print the longest contiguous runs of 2010-04-26 13:56:09 +00:00
libbe olta+pulkomandy: 2010-04-12 18:07:09 +00:00
libroot * Private libroot locking primitives: 2010-04-15 21:52:49 +00:00
locale * Implement a function to get all the available languages for a given application 2010-04-14 23:48:01 +00:00
mail some copyright headers clean up 2010-04-12 21:02:09 +00:00
media * More header cleanup, continuing korli's work. 2010-04-13 09:48:02 +00:00
midi
mount * Removed now obsolete notification (this was not even used in Tracker 2009-10-07 19:31:57 +00:00
net cleaning up after myself 4 years later: 2010-04-12 19:06:46 +00:00
print
runtime_loader
screen_saver Fixed various errors/warnings reported by cppcheck: 2010-02-08 22:50:38 +00:00
shared * The Keymap::IsDeadKey() of the Keymap preferences which was the main source 2010-04-21 16:36:54 +00:00
storage Added private BPositionIO derived classes BFileIO and BFileDescriptorIO which 2010-04-15 22:19:27 +00:00
support
syslog_daemon
system Added private system arch specific arch_cpu_defs.h header, currently defining 2010-04-19 14:16:48 +00:00
textencoding
tracker Overlooked this with my previous Trash-related changes: updated NavMenu to be 2010-01-17 17:35:06 +00:00
usb_vision some copyright headers clean up 2010-04-12 21:02:09 +00:00
userlandfs Haiku defines B_BEOS_VERSION_5, so the code didn't work as intended. On Haiku, 2010-01-14 21:50:50 +00:00
vmdk Moved vmdkimage.h to a shareable place, cleaned it up a bit, and renamed it to 2009-10-01 03:08:46 +00:00