haiku/src
Alexander von Gluck IV d24ddec4e4 * Move platform support.cpp into less generic of_support.cpp
* Add header file to support of_support.cpp
* Add support functions to obtain address and size cell lengths
* Small style cleanups
* Add support for G5 PowerPC cpus...
* Refactor memory region code to be aware of 64-bit OF addresses.
  As-is the boot loader wouldn't start on G5 systems because
  OpenFirmware memory base addresses are stored as two 32-bit
  unsigned int 'cells' vs one 32-bit unsigned int 'cell' on G3/G4.
  I removed the static struct and replaced it with a template
  and pass uint32 or uint64 depending on the address cell size.
  Thanks for the idea DeadYak!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42486 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-07-25 22:26:35 +00:00
..
add-ons * Add 4250, 4290 PCIIDs as per #7871 2011-07-25 17:39:20 +00:00
apps Fixed a minor typo in the help text. 2011-07-25 02:13:18 +00:00
bin Remove OSX crap that slipped in the bash 4.0 official sources to avoid svn complaining after removing all the ._* files around. 2011-07-22 19:40:14 +00:00
build Make sure headers/build is in the include paths, so that the Haiku counterparts 2011-06-15 01:20:20 +00:00
data * Improved FLV description. 2011-06-03 22:16:12 +00:00
documentation Fixed "Haiku Operating System" reference. 2011-01-10 18:25:38 +00:00
kits BRect's OffsetBy takes a BPoint. Add a similar BRegion method to be more consistent. This one takes a const reference instead a complete BPoint object. 2011-07-24 23:53:12 +00:00
libs Search for the correct constraint when removing an inequality constraint. This finally deletes the slack variable and the helper constraint. 2011-07-14 07:13:35 +00:00
preferences * Removed the previous version of the GTF function, since a few rounding errors 2011-07-19 17:08:45 +00:00
servers Fix todo and only unload listener from the last add-on. 2011-07-25 05:07:26 +00:00
system * Move platform support.cpp into less generic of_support.cpp 2011-07-25 22:26:35 +00:00
tests Fix linprog tests and add some more smaller test cases. 2011-07-14 07:19:30 +00:00
tools Some style cleanup. 2011-06-18 01:33:05 +00:00
Jamfile