haiku/src/system/kernel
Ingo Weinhold 1e393751ba MemoryManager::_GetChunks(): Fixed incorrect check. The area structure offset
introduced in r37701 was not taken into account for computing the short meta
chunk size. Fixes the reopened #6237.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42385 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-07-06 20:23:42 +00:00
..
arch added more cpu feature flags for x86 2011-06-20 17:00:50 +00:00
cache cache_io(): Since satisfy_cache_io() (respectively the function it calls) 2011-05-18 10:13:44 +00:00
debug * Revert r42319 as it introduces a race condition when entering the kernel 2011-06-26 00:06:52 +00:00
device_manager Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
disk_device_manager * Added file_system_module_info::uninitialize() analogously to 2011-06-13 01:53:11 +00:00
fs Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
lib Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
locks Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
messaging Use a more portable cast. 2011-06-14 11:23:48 +00:00
platform OpenFirmware: Make of_milliseconds() return error 2010-06-27 15:17:59 +00:00
posix Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
scheduler Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
slab MemoryManager::_GetChunks(): Fixed incorrect check. The area structure offset 2011-07-06 20:23:42 +00:00
util Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
vm Move resizing the page_protections before resizing the cache to avoid a needless 2011-06-28 00:15:12 +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 Move the boot images conditional selection in one place, to remove 2010-10-11 12:54:21 +00:00
commpage.cpp * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
condition_variable.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
cpu.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
DPC.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
elf.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
heap.cpp Make the heap debug functions available when USE_SLAB_ALLOCATOR_FOR_MALLOC is 2011-06-21 20:25:49 +00:00
image.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
int.cpp * Moved I/O APIC initialization to a later point, now the APCI and DPC modules 2010-04-15 12:42:10 +00:00
Jamfile Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +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 Replaced no longer necessary send_signal_etc() work-arounds for 2010-04-29 15:23:29 +00:00
kernel_versions Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +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
low_resource_manager.cpp * Changed the address space note, warning, critical limits to fixed values. The 2010-06-18 21:01:27 +00:00
main.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
module.cpp Removed unnecessary inclusions of <boot/kernel_args.h> in private kernel 2010-06-25 22:16:10 +00:00
Notifications.cpp Replace uses of obsolescent BReference[able] API. 2010-12-16 14:29:37 +00:00
port.cpp Optimize the configuration of the port heap. Previously the max bin size was 2011-06-29 18:03:42 +00:00
real_time_clock.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
sem.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
shutdown.cpp Introduce a gSystemShutdown flag to be able to check if system is shutting down. ACPI Embedded Controller now uses polling when it is set to true. 2010-09-08 19:19:49 +00:00
signal.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
smp.cpp Added try_acquire_spinlock(). 2011-06-14 12:41:11 +00:00
syscalls.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
system_info.cpp Cleanup system-revision stuff. 2011-05-15 16:33:30 +00:00
team.cpp load_image_internal(): Forgot to reserve room on the stack for the program 2011-06-14 13:39:54 +00:00
TeamThreadTables.h Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
thread.cpp * Added function team_init_exit_info_on_error() which initializes the team's 2011-06-14 13:04:31 +00:00
timer.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
UserEvent.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
usergroup.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
UserTimer.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
wait_for_objects.cpp _user_wait_for_objects(): Don't copy the infos back to userland when an error 2010-03-25 15:57:38 +00:00