haiku/src/system/kernel
Axel Dörfler adf9b14ed6 * Applied r34634 to the simple SMP scheduler as well (Rene was right, I just
overlooked it).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34641 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-12-12 15:02:30 +00:00
..
arch * Reintroduced the SMP_MSG_RESCHEDULE_IF_IDLE ICI message. This time 2009-12-10 11:54:38 +00:00
cache * While reading in a block, the block is now marked busy, and the cache 2009-12-10 10:29:37 +00:00
debug * The system profiler scheduling event structures sport nanotime_ts now. 2009-12-07 22:56:29 +00:00
device_manager * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
disk_device_manager * Added missing license. 2009-11-30 12:37:16 +00:00
fs * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
lib Added type nanotime_t (an int64 storing a nanoseconds value) and function 2009-12-07 21:43:19 +00:00
messaging * Added flag KMESSAGE_CLONE_BUFFER, which will cause buffer passed to SetTo() 2009-11-20 13:52:23 +00:00
platform *.c -> *.cpp 2009-12-01 17:06:26 +00:00
posix headers/private/kernel/util/OpenHashTable.h, Hugo's version, is a bit nicer than 2009-07-27 00:39:12 +00:00
scheduler * Applied r34634 to the simple SMP scheduler as well (Rene was right, I just 2009-12-12 15:02:30 +00:00
slab * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
util * AVLTree: 2009-12-06 15:59:37 +00:00
vm * Enforce that the caller of transfer_area() owns the area - this fixes some 2009-12-08 15:28:44 +00:00
boot_item.cpp * Changed get_boot_item() API: it now also can retrieve the size of the boot 2008-03-30 11:01:41 +00:00
boot_splash.cpp Patch by David Powell: 2008-08-28 16:59:34 +00:00
commpage.cpp * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
condition_variable.cpp Coding style cleanups. Thanks axeld. 2009-12-03 13:05:39 +00:00
cpu.cpp *.c -> *.cpp 2009-12-01 17:06:26 +00:00
elf.cpp Moved all knowledge of reserved areas from vm.cpp to VMAddressSpace. It's a 2009-12-04 13:33:25 +00:00
heap.cpp * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
image.cpp headers/private/kernel/util/OpenHashTable.h, Hugo's version, is a bit nicer than 2009-07-27 00:39:12 +00:00
int.cpp * The io_handler::handled_count was increased unconditionally, but in some cases 2009-12-10 11:14:46 +00:00
Jamfile Small cleanup: As the cpu_ent struct now tracks the running thread directly, the affine scheduler can use that instead of keeping track internally. 2009-12-12 00:01:33 +00:00
kernel_c++_structs.cpp Attempt at allowing to use C++ structures in C only code: We use the 2009-12-02 10:56:10 +00:00
kernel_daemon.cpp Fixing warnings under GCC4 in preparation to enable -Werror there as well: 2009-02-01 20:48:02 +00:00
kernel_versions Added version scripts for the kernel, libroot, and libbe. ATM each has two 2009-05-22 14:53:31 +00:00
kernel.rdef patch by Artur Wyszynski (aljen): 2008-03-18 10:11:58 +00:00
linkhack.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
listeners.cpp Added WaitObjectListener destructor. Hopefully fixes the gcc 2 build. 2009-04-23 14:53:18 +00:00
lock.cpp Since there were no further complaints: Added mutex_lock_with_timeout(). 2009-12-01 09:38:34 +00:00
low_resource_manager.cpp * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
main.cpp * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
module.cpp Fixed spelling. 2009-11-20 07:10:23 +00:00
Notifications.cpp * Added missing include. 2009-11-20 07:56:18 +00:00
port.cpp Fixed gcc 4 warning. 2009-11-20 11:03:27 +00:00
real_time_clock.cpp *.c -> *.cpp 2009-12-01 17:06:26 +00:00
sem.cpp * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
shutdown.cpp *.c -> *.cpp 2009-12-01 17:06:26 +00:00
signal.cpp * Moved SIGABRT to the signals that kill the process. Not sure if it's a good 2009-10-15 11:53:19 +00:00
smp.cpp * Reintroduced the SMP_MSG_RESCHEDULE_IF_IDLE ICI message. This time 2009-12-10 11:54:38 +00:00
syscalls.cpp * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
system_info.cpp * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
team.cpp * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
thread.cpp * Added cpu_ent::running_thread which is maintained by the schedulers. 2009-12-11 19:06:57 +00:00
timer.cpp When any of the executed timer hooks return B_INVOKE_SCHEDULER, let 2009-12-10 11:29:38 +00:00
usergroup.cpp * Introduced ref-counting for the I/O contexts. 2009-03-02 00:26:22 +00:00
wait_for_objects.cpp common_poll(): 2009-08-15 16:42:18 +00:00