haiku/src/kernel/core
Axel Dörfler e189e20f7e Simplified the vnode creation procedure.
Removed unused headers. Some cleanup.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3685 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-06-27 03:48:32 +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 * Fixed the locking functions: A lock also requires a reference to be 2003-06-25 00:04:55 +00:00
fs Simplified the vnode creation procedure. 2003-06-27 03:48:32 +00:00
vm Now gives its tm rlock a name - note, this doesn't check the return code 2003-06-27 03:28:12 +00:00
cbuf.c *LOTS* of small changes to make the kernel compatible with Be's KernelExport.h 2002-10-26 16:13:36 +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 Included NewOS change 1674 - moved architecture dependent part of elf.c 2002-12-30 13:33:22 +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 boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +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 Removed the pools.c file from the build, since it's a) not used anymore, 2003-06-27 03:24:37 +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 Now gives its recursive lock a name and checks its return code. 2003-06-27 03:25:24 +00:00
pools.c Fixed two warnings. 2002-11-29 08:39:34 +00:00
port.c Replaced the standard thread functions with a BeOS compatible set. 2003-01-27 03:02:24 +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 boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +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 Added another argument parameter for the thread creation code. Helps 2003-04-18 09:38:28 +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 boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00
timer.c boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00