haiku/src/kernel
Axel Dörfler 1a705b91b7 Removed team::_aspace_id since it already has a direct pointer to it.
Changed the way a vm_address_space is deleted: instead of having to explicitly
call vm_delete_aspace(), the last vm_put_aspace() will remove it.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9254 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-07 17:11:54 +00:00
..
apps Small test app for the execl() function. 2004-10-07 15:39:37 +00:00
boot Refactored the intel partitioning module. 2004-10-02 15:35:25 +00:00
core Removed team::_aspace_id since it already has a direct pointer to it. 2004-10-07 17:11:54 +00:00
drivers Calmed down the soon to be removed driver loader (to be replaced by a better 2004-09-28 03:42:07 +00:00
glue Now initializes some global variable defined in libroot_init.c. 2004-07-05 18:50:20 +00:00
ldscripts Added boot_loader.ld file (same as stage2.ld for ppc). 2004-04-22 00:53:55 +00:00
libroot The internally used copy_arguments() accidently left out the first argument. 2004-10-07 14:42:25 +00:00
vm2/tests Removing old VM2, starting to integrate new VM. 2003-07-30 11:48:09 +00:00
Jamfile Removed strnicmp.o from librld.a, also removed some string functions that 2004-10-06 01:14:05 +00:00
TODO