haiku/src/system/kernel
Ingo Weinhold affb47166b add_mtrrs_for_range(): Fixed computation of the register ranges. Per power of
2 size we might need to use two registers (for the start and the end of the
range).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35753 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-03-04 09:43:04 +00:00
..
arch add_mtrrs_for_range(): Fixed computation of the register ranges. Per power of 2010-03-04 09:43:04 +00:00
cache * block_notifier_and_writer() will now flush 1000 blocks when reaching the soft 2010-03-03 14:39:26 +00:00
debug TracingMetaData::_InitPreviousTracingData(): 2010-03-03 23:23:09 +00:00
device_manager * Use add_debugger_command_etc() for adding the debugger commands. 2010-02-23 13:42:55 +00:00
disk_device_manager Add missing error return. 2010-01-09 13:12:54 +00:00
fs debug_resolve_vnode_path(): Avoid duplicate slash at the beginning of the 2010-02-27 20:29:11 +00:00
lib Adding strndup.cpp to kernel_lib_posix. Introduced for having a safe way 2010-01-01 22:05:45 +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 Fixed various errors/warnings reported by cppcheck: 2010-02-08 22:50:38 +00:00
scheduler Fixed build with scheduler tracing enabled. 2009-12-20 00:32:08 +00:00
slab exchange_with_empty() did not set the freeMagazine return value to NULL when 2010-03-04 01:55:37 +00:00
util Fixed various errors/warnings reported by cppcheck: 2010-02-08 22:50:38 +00:00
vm Override Fault() method for VM{Device,Null}Cache to prevent vm_soft_fault() 2010-03-03 22:08:47 +00:00
boot_item.cpp
boot_splash.cpp
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 Fixed various errors/warnings reported by cppcheck: 2010-02-08 22:50:38 +00:00
heap.cpp Made heap classes const just in case. They really already were though. 2010-03-01 22:29:23 +00:00
image.cpp
int.cpp * All scheduler implementations: 2009-12-13 21:18:27 +00:00
Jamfile White space cleanup. No functional change. 2010-01-21 10:07:25 +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 * Minor cleanup. 2010-01-04 16:23:14 +00:00
kernel_versions
kernel.rdef
linkhack.c
listeners.cpp
lock.cpp Added new mutex_switch_from_read_lock() for unlocking a read lock and 2010-01-07 15:31:29 +00:00
low_resource_manager.cpp * Removed useless return parameter from vm_remove_all_page_mappings(). 2010-02-03 18:53:52 +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 DefaultNotificationService: 2009-12-21 20:56:50 +00:00
port.cpp Added TODO regarding the non-swappability of the initial port heap area. 2010-02-15 22:19:49 +00:00
real_time_clock.cpp *.c -> *.cpp 2009-12-01 17:06:26 +00:00
sem.cpp * All scheduler implementations: 2009-12-13 21:18:27 +00:00
shutdown.cpp *.c -> *.cpp 2009-12-01 17:06:26 +00:00
signal.cpp * All scheduler implementations: 2009-12-13 21:18:27 +00:00
smp.cpp * Inline {acquire,release}_spinlock(), when spinlock debugging is disabled. 2010-01-11 22:13:11 +00:00
syscalls.cpp * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
system_info.cpp dump_info(): We can't use use cpu_get_active_time() in the kernel debugger as 2010-02-28 15:39:44 +00:00
team.cpp Changed the team shutdown process a bit: 2010-01-20 09:34:53 +00:00
thread.cpp Fixed various errors/warnings reported by cppcheck: 2010-02-08 22:50:38 +00:00
timer.cpp set_hardware_timer() would sometimes (on boot) pass a negative timeout to 2010-02-17 09:12:43 +00:00
usergroup.cpp
wait_for_objects.cpp