haiku/src/system/kernel
Ingo Weinhold f2e758e5da Added usage message for the thread-related debugger commands.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23750 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-01-26 18:45:35 +00:00
..
arch This should be enough for query_tmap_interrupt. 2008-01-20 19:53:23 +00:00
cache * Fixed compare_blocks() function; it actually gets cached_block**. 2008-01-22 08:16:04 +00:00
debug Move the handling of still running threads into scheduler_enqueue_in_run_queue(). 2008-01-25 15:55:54 +00:00
device_manager whenever a node has already a child, it means a driver has already attached to this node 2007-10-25 18:25:23 +00:00
disk_device_manager Philippe was right, of course, the media checker thread did not bother to 2007-11-13 12:20:39 +00:00
fs * Rethought fs_sync(): since we no longer deadlock when calling 2008-01-21 10:28:32 +00:00
lib Merged branch haiku/branches/developer/bonefish/optimization revision 2008-01-11 00:36:44 +00:00
messaging * Followed Ingo's suggestion and send the message manually in the runtime loader; 2007-07-29 21:36:49 +00:00
platform Dummy platforms for m68K. 2007-10-22 00:03:51 +00:00
slab We generally handle NULL pointers in free() and friends gracefully. 2008-01-17 08:06:54 +00:00
util * Added a new function hash_insert_grow() that grows the hash table when needed. 2008-01-21 19:57:40 +00:00
vm Limit the number of stack frames we print. Infinite recursions or, even worse, 2008-01-23 21:47:17 +00:00
boot_item.cpp added missing nothrow parameter 2006-09-16 23:25:56 +00:00
commpage.cpp Merged branch haiku/branches/developer/bonefish/optimization revision 2008-01-11 00:36:44 +00:00
condition_variable.cpp Move the handling of still running threads into scheduler_enqueue_in_run_queue(). 2008-01-25 15:55:54 +00:00
cpu.c yet another fix for #1018, which has at this point blossomed into a reorg of how AP cpus are initialized. 2007-02-19 00:11:24 +00:00
elf.cpp Added support for userland symbol lookup in "sc" and "call". Having 2008-01-19 16:33:03 +00:00
heap.c Applied François' patch to be able to free large allocations. Even though the 2007-10-06 13:14:11 +00:00
image.c Move the handling of still running threads into scheduler_enqueue_in_run_queue(). 2008-01-25 15:55:54 +00:00
int.c Disable an io interrupt when more than 99% are unhandled. This somewhat prevents random freezing. 2008-01-02 17:33:27 +00:00
Jamfile Added support for userland symbol lookup in "sc" and "call". Having 2008-01-19 16:33:03 +00:00
kernel_daemon.c Some cleanup (made static variables static). 2005-06-13 12:59:11 +00:00
kernel.rdef Removed the R5 icon from the kernel resources - it can only be compiled for Haiku. 2007-01-05 20:16:48 +00:00
linkhack.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
lock.c * Added a mutex_trylock() function. 2007-09-25 16:41:52 +00:00
main.c Merged branch haiku/branches/developer/bonefish/optimization revision 2008-01-11 00:36:44 +00:00
module.cpp Fix building with TRACE 2007-08-08 21:44:30 +00:00
Notifications.cpp bonefish+axeld: 2007-08-01 14:48:44 +00:00
port.cpp The "sem" and "port" debugger commands set some temporary variables, 2008-01-17 23:07:59 +00:00
real_time_clock.c Merged branch haiku/branches/developer/bonefish/optimization revision 2008-01-11 00:36:44 +00:00
scheduler.cpp Move the handling of still running threads into scheduler_enqueue_in_run_queue(). 2008-01-25 15:55:54 +00:00
sem.cpp Don't panic in case a thread is not in the wait queue of a sem anymore. On SMP 2008-01-26 18:44:23 +00:00
shutdown.c fixed the way accept() works in regards to the cookie pointer. It is no longer visible to userspace, we pass the fd instead. Also renamed kernel's shutdown() to system_shutdown as it collides with Posix's shutdown(). 2007-05-23 19:56:40 +00:00
signal.cpp Move the handling of still running threads into scheduler_enqueue_in_run_queue(). 2008-01-25 15:55:54 +00:00
smp.c * Update the PAUSE macro from "rep; nop;" to "pause;" which is the same bytecode wise but more readable 2007-12-18 19:46:26 +00:00
syscalls.cpp Renamed syscall_parameters_info structure to extended_syscall_info (and 2008-01-21 15:29:00 +00:00
system_info.c * vm.h no longer includes vm_types.h - only those that actually need access 2007-09-27 12:21:33 +00:00
team.cpp * Used add_debugger_command_etc() and added a usage text for "team" and 2008-01-26 10:47:27 +00:00
thread.cpp Added usage message for the thread-related debugger commands. 2008-01-26 18:45:35 +00:00
timer.c added more debug output 2007-12-25 14:52:49 +00:00
wait_for_objects.cpp * Renamed fs/vfs_select.cpp to wait_for_objects.cpp and got rid of 2007-10-02 19:47:31 +00:00