haiku/src
Axel Dörfler 3d0d4b6200 * Implemented a way to specify additional debug options via MALLOC_DEBUG when
using libroot_debug.so, instead of having to hardcode them in the application
  via calling private heap functions.
* The following options are implemented: 'p' turns on paranoid validation,
  'w' triggers periodic wall checking every 500ms ('W' does the same, but every
  100ms), 'g' to use guard pages (beware, this will dramatically increase
  memory usage), and 'r' which forbids reusing of memory, freed memory is never
  actually freed.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40514 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-15 17:54:24 +00:00
..
add-ons Slight simplification, no functional change. 2011-02-14 23:48:32 +00:00
apps Yet anothert localization patch from Jorma Karvonen. This one fixes #7116. 2011-02-15 17:03:01 +00:00
bin * 'pkgman list-repo -v' now shows more detailed info (from repo-cache) 2011-02-15 15:48:02 +00:00
build Update ICU to 4.4 2010-07-13 19:04:40 +00:00
data * Make sure the image super type has Width, Height, Rating, Comment and Year. 2011-02-07 23:29:26 +00:00
documentation Fixed "Haiku Operating System" reference. 2011-01-10 18:25:38 +00:00
kits * implemented reading of package-infos in BRepositoryCache 2011-02-15 15:47:20 +00:00
libs Made some more strings localizable, removed some unnecessary localizations from CDPlayer. I hope everything's OK... 2011-02-10 22:03:51 +00:00
preferences Fixes #7156 "Bluetooth Preflet localization fix" by Jorma Karvonen. 2011-02-13 13:23:41 +00:00
servers Fix account name in mail. 2011-02-15 02:19:49 +00:00
system * Implemented a way to specify additional debug options via MALLOC_DEBUG when 2011-02-15 17:54:24 +00:00
tests small bug fix; set Gateway to Gateway instead of Netmask to Gateway 2011-02-15 17:31:19 +00:00
tools Switched boot splash compression to use boot_zlib (which was already 2011-01-12 15:43:14 +00:00
Jamfile