haiku/build/jam/packages
Michael Lotz f474606ee9 libroot_debug: Merge guarded heap into libroot_debug.
The individual debug heap implementations are now exposed via a
structure of function pointers and a common frontend dispatches the
malloc and malloc_debug APIs through them.

The MALLOC_DEBUG environment variable can be used to select the guarded
heap by adding 'g', otherwise the debug heap is used as the default.
Consequently the separate libroot_guarded is not needed anymore and has
been removed.

To allow the use of environment variables this early, init_env_post_heap
has been added and the heap dependent atfork() moved there. This allowed
to fold the code of init_heap_post_env into init_heap so the former has
been removed.
2015-08-13 22:12:18 +02:00
..
Haiku Added PostInstallScript to the image. 2015-07-24 19:45:38 +02:00
HaikuBootstrap Added post-install script, and start UserBootscript again. 2015-07-22 20:45:43 +02:00
HaikuCrossDevel Introduce stage0 into the bootstrap process. 2014-08-13 13:34:26 +02:00
HaikuDevel libroot_debug: Merge guarded heap into libroot_debug. 2015-08-13 22:12:18 +02:00
HaikuDevelSecondary libcolumnlistview: hybrid arch build, add to image 2014-09-28 11:51:03 +02:00
HaikuLoader
HaikuSecondary Build media add-ons for secondary arch. 2014-10-31 12:20:52 +01:00
HaikuSecondaryBootstrap
HaikuUserguide
HaikuWelcome
MakefileEngine makefile_engine: fix wording, rewrap, bump version, capitalize name. 2014-09-18 16:29:44 +02:00
NetFS Move NetFS to a package 2014-11-17 15:24:07 +01:00
UserlandFS UserlandFS: Make 64 bit clean and enable build for x86_64. 2015-03-29 16:25:17 +02:00
WebPositive