haiku/src/system/kernel
Ingo Weinhold 76ab7bdcf8 Added function dprintf_no_syslog(). It is basically equivalent to
dprintf() with the exception that it doesn't write anything to the
syslog. The reason is that syslog_write() releases a semaphore and can
therefore not be invoked when the thread spinlock is held.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22428 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-03 22:14:53 +00:00
..
arch * Moved some definitions from vm_types.h that functions in vm.h need as 2007-09-27 13:01:18 +00:00
cache * vm.h no longer includes vm_types.h - only those that actually need access 2007-09-27 12:21:33 +00:00
debug Added function dprintf_no_syslog(). It is basically equivalent to 2007-10-03 22:14:53 +00:00
device_manager We were leaking a module reference. 2007-07-15 02:29:00 +00:00
disk_device_manager Missed to commit that change recently. Try to publish a partition only, 2007-09-08 16:14:45 +00:00
fs * Renamed fs/vfs_select.cpp to wait_for_objects.cpp and got rid of 2007-10-02 19:47:31 +00:00
lib Add wait_for_objects.cpp to the kernel, too. 2007-10-02 19:52:47 +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 some build fixes for pxe_ia32 platform 2006-09-28 12:52:20 +00:00
slab * register_low_memory_handler() was called too early by several kernel 2007-09-29 15:46:40 +00:00
util * vm.h no longer includes vm_types.h - only those that actually need access 2007-09-27 12:21:33 +00:00
vm Added a TODO what we need to do with stolen active pages - for now, we don't 2007-10-02 16:06:17 +00:00
boot_item.cpp added missing nothrow parameter 2006-09-16 23:25:56 +00:00
condition_variable.cpp * Increased condition variable hash size. 2007-10-01 22:28: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 * Moved some definitions from vm_types.h that functions in vm.h need as 2007-09-27 13:01:18 +00:00
heap.c re-enable kernel asserts. 2007-06-21 05:37:46 +00:00
image.c Added a image_debug_lookup_user_symbol_address() that one day may find symbol names 2005-11-04 17:25:58 +00:00
int.c the previously added IO interrupt handling routines are no longer necessary, at least for now. 2007-05-06 22:40:52 +00:00
Jamfile * Renamed fs/vfs_select.cpp to wait_for_objects.cpp and got rid of 2007-10-02 19:47:31 +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 * Use condition variables when waiting for busy pages or busy caches. 2007-08-09 20:08:25 +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.c * Renamed fs/vfs_select.cpp to wait_for_objects.cpp and got rid of 2007-10-02 19:47:31 +00:00
real_time_clock.c tzoffset is in seconds 2006-08-27 19:03:50 +00:00
scheduler.cpp * More or less reverted my previous thread_yield() change: while this gives 2007-04-19 21:25:19 +00:00
sem.c * Renamed fs/vfs_select.cpp to wait_for_objects.cpp and got rid of 2007-10-02 19:47:31 +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 Addressed a deadlock race condition: Acquiration of condition variable 2007-10-01 22:24:42 +00:00
smp.c Continuing from the kernel debugger did not work on SMP machines, as SMP_MSG_CPU_HALT was 2007-05-31 22:09:39 +00:00
syscalls.c * Renamed fs/vfs_select.cpp to wait_for_objects.cpp and got rid of 2007-10-02 19:47:31 +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 Fixed check I messed up recently. 2007-09-08 20:47:37 +00:00
thread.cpp * Renamed fs/vfs_select.cpp to wait_for_objects.cpp and got rid of 2007-10-02 19:47:31 +00:00
timer.c Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +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