haiku/src/kernel/core
Ingo Weinhold 50e3477b70 Added KUninitializeJob. Does nothing but printing debug output for now.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4780 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-09-21 21:20:27 +00:00
..
addons removed building of old pci module 2003-09-17 20:32:45 +00:00
arch renamed atomic_read() into atomic_get() (since we already have atomic_set(), but not a atomic_write()) 2003-08-31 01:21:56 +00:00
disk_device_manager Added KUninitializeJob. Does nothing but printing debug output for now. 2003-09-21 21:20:27 +00:00
fs change to public resource.h 2003-09-20 20:47:27 +00:00
util list.h is now in util/. 2003-09-09 02:36:29 +00:00
vm Fixed some warnings. 2003-09-09 02:36:52 +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 moved atomic user functions to SH4 atomic.c 2003-08-20 02:21:57 +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 some more vm_*() calls with BeOS compatible ones. 2003-08-20 15:55:56 +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 Moved list.c into the util/ subdirectory and build. 2003-09-02 13:07:22 +00:00
kernel_daemon.c list.h is now in util/. 2003-09-09 02:36:29 +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
lock.c fixed warnings 2003-09-12 20:44:45 +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 warnings 2003-09-12 20:44:45 +00:00
pools.c Replaced some more vm_create_anonymous_region() with create_area() and 2003-08-19 17:38:13 +00:00
port.c Fixed the build when DEBUG was defined: thread_wait_on_thread() is now 2003-09-12 20:49:01 +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 cvs server: Up-to-date check failed for `src/kernel/core/vm/vm.c' 2003-08-20 02:48:15 +00:00
syscalls.c change to public resource.h 2003-09-20 20:47:27 +00:00
sysctl.c Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents. 2002-10-29 23:07:06 +00:00
team.c Fixed some warnings. 2003-09-09 02:36:52 +00:00
thread.c change to public resource.h 2003-09-20 20:47:27 +00:00
timer.c boot headers have been moved, some cleanups, dbg_save_registers() renamed. 2003-05-03 16:20:38 +00:00