haiku/src
Ingo Weinhold 5d89694992 Added methods {Allocate,Free}32BitPage(), which allocate+map/unmap+free a
page with a 32 bit physical address (needed for the PDPTs). A small set of
free pages is cached, so the rather expensive vm_page_allocate_page_run() can
be avoided most of the time.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37088 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-06-10 17:38:47 +00:00
..
add-ons vm_page_allocate_page_run(): Added parameter "limit", specifying the upper 2010-06-10 17:30:49 +00:00
apps * Do not use the Scaler anymore for asynchronous bilinear filtering, but pass 2010-06-10 09:43:10 +00:00
bin Add a resource file for mount_nfs but don't use it just yet. 2010-06-06 20:49:03 +00:00
build * Fixed sub-directory mix-up. 2010-04-20 13:11:24 +00:00
data Patch from starsseed (bug #5990): right option key is now mapped, keypad End and Down arrow were mapped to Home and Up arrow respectively. 2010-05-21 21:54:45 +00:00
documentation Patch by Humdinger: 2010-01-13 10:49:58 +00:00
kits * Rename "ScreenshotApp" to "Screenshot", rename its signature from 2010-06-08 13:15:17 +00:00
libs added pci_set_max_read_req, pci_get_max_read_req and definitions required by if_re. 2010-06-06 17:27:22 +00:00
preferences Make FileTypes edit resources on resource files and not just applications 2010-06-09 14:37:00 +00:00
servers Updated indentation. 2010-06-07 21:17:49 +00:00
system Added methods {Allocate,Free}32BitPage(), which allocate+map/unmap+free a 2010-06-10 17:38:47 +00:00
tests Add some columns to judge the look... 2010-06-07 21:12:15 +00:00
tools Fixed 64 bit warnings. 2010-05-24 21:41:20 +00:00
Jamfile