haiku/src/kernel/core
Axel Dörfler 5152eb6890 The delete_area() call in the kernel now only allows to delete areas created
in the kernel.
Use the new delete_area_etc() call for other needs.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4321 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-08-19 17:21:50 +00:00
..
addons Updated ld-script location. 2003-05-12 01:00:20 +00:00
arch Will no longer fail if the recursive_lock couldn't be created - that does 2003-06-27 03:27:12 +00:00
disk_device_manager Improved the interaction between job queue and manager. Partitions should now be mark busy correctly. 2003-08-03 18:39:12 +00:00
fs subtle cleanup, debug output corrections. 2003-08-18 03:21:26 +00:00
util C++ for the kernel. 2003-06-27 22:58:58 +00:00
vm The delete_area() call in the kernel now only allows to delete areas created 2003-08-19 17:21:50 +00:00
cbuf.c Replaced calls to vm_create_anonymous_region() with the BeOS compatible 2003-08-19 14:28:11 +00:00
console.c *LOTS* of small changes to make the kernel compatible with Be's KernelExport.h 2002-10-26 16:13:36 +00:00
cpu.c boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00
debug.c boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00
elf.c Replaced calls to vm_create_anonymous_region() with the BeOS compatible 2003-08-19 14:28:11 +00:00
faults.c boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00
gdb.c dbg_add_command() changed into BeOS compatible add_debugger_command(). 2002-07-17 22:07:37 +00:00
heap.c free() now fills the freed memory with 0xdeadbeef if PARANOID_KFREE is defined 2003-08-18 03:35:57 +00:00
image.c Team/image stuff now uses lists instead of kqueues. 2003-01-26 23:31:38 +00:00
int.c boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00
Jamfile C++ for the kernel added to the build. 2003-06-27 23:03:45 +00:00
kernel_daemon.c Makes use of the new daemon_hook typedef. 2003-01-27 13:53:10 +00:00
khash.c Completely removed the buggy, inflexible, and incomplete new_hash_table 2002-11-29 08:30:20 +00:00
linkhack.c It is accomplished ... 2002-07-09 12:24:59 +00:00
list.c Added two convenience functions: list_add_item(), list_remove_item(). 2003-01-26 23:30:53 +00:00
lock.c Fixed the return code of recursive_lock_init() (formerly known as 2003-06-27 03:22:57 +00:00
main.c boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00
misc.c It is accomplished ... 2002-07-09 12:24:59 +00:00
module.c Fixed two very subtle and hidden bugs that prevented the module component 2003-08-18 03:41:26 +00:00
pools.c Fixed two warnings. 2002-11-29 08:39:34 +00:00
port.c Replaced calls to vm_create_anonymous_region() with the BeOS compatible 2003-08-19 14:28:11 +00:00
queue.c Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents. 2002-10-29 23:07:06 +00:00
scheduler.c Backport time tracking fix from NewOS: 2003-01-29 21:59:37 +00:00
sem.c Replaced calls to vm_create_anonymous_region() with the BeOS compatible 2003-08-19 14:28:11 +00:00
signal.c Fixed a variable misnamer I introduced earlier (team -> threadID). 2003-01-27 13:55:57 +00:00
smp.c boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00
syscalls.c Replaced old create/delete area syscalls with the new ones. 2003-08-19 14:10:35 +00:00
sysctl.c Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents. 2002-10-29 23:07:06 +00:00
team.c Added another argument parameter for the thread creation code. Helps 2003-04-18 09:38:28 +00:00
thread.c Replaced calls to vm_create_anonymous_region() with the BeOS compatible 2003-08-19 14:28:11 +00:00
timer.c boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00