haiku/src/system/kernel
Axel Dörfler 584d673049 Fixed various bugs in the block allocator: new free ranges were never added
to the free list, so a new range was started for every allocation (!).
block_range::Free() did not update the chunk's used_mask correctly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13021 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-06-09 02:09:06 +00:00
..
arch Removed debug/console.c, we no longer need it. frame_buffer_console_init() is now 2005-05-29 16:23:00 +00:00
cache Fixed various bugs in the block allocator: new free ranges were never added 2005-06-09 02:09:06 +00:00
debug Changed the "help" command to be able to only show all commands starting with a certain string. 2005-06-08 17:16:40 +00:00
device_manager Moved load_driver() and load_driver_symbols() over to devfs. 2005-06-02 18:32:21 +00:00
disk_device_manager Merged the disk device manager module interface for file systems with the 2005-05-23 17:15:56 +00:00
fs Disabled code that could find newly installed drivers - it's not likely we 2005-06-03 00:51:17 +00:00
messaging
util Fixed off by one error: could call memcpy() with '0' as size argument. 2005-05-31 01:17:25 +00:00
vm Renamed vm.c to vm.cpp and made all the changes to let it compile without 2005-05-16 23:17:45 +00:00
boot_item.cpp
cpu.c
elf.c Slightly improved debug output. 2005-05-29 12:53:56 +00:00
faults.c
heap.c More or less rewrote the heap wall stuff: 2005-05-26 01:39:38 +00:00
image.c
int.c {install|remove}_io_interrupt_handler() now correctly handle the B_NO_ENABLE_COUNTER flag. 2005-04-27 01:08:35 +00:00
Jamfile
kernel_daemon.c
linkhack.c
lock.c
main.c Removed debug/console.c, we no longer need it. frame_buffer_console_init() is now 2005-05-29 16:23:00 +00:00
module.c
port.c
real_time_clock.c
scheduler.c
sem.c
shutdown.c
signal.c
smp.c Cleanup of the debug stuff, prepared for blue screen debugging. 2005-05-29 13:01:38 +00:00
syscalls.c The app_server now updates the kernel's blue screen frame buffer on mode changes 2005-05-29 20:23:00 +00:00
sysctl.c
system_info.c
team.c Slightly improved debug output. 2005-05-29 12:53:56 +00:00
thread.c rename_thread() was broken for the current thread: updating the name is 2005-05-29 00:29:45 +00:00
timer.c