haiku/src/system/kernel
Axel Dörfler c6a7ff7a9f * The new vm_page_mappings weren't updated correctly in many cases.
* Added a comment to vm_remove_all_page_mappings() that shows that we need to
  change the mapping spinlock into a mutex.
* Pointed out some potential problems in the code.
* Added vm_page_at_index(), vm_clear_map_activation(), and vm_test_map_activation()
  in preparation of the page scanner rewrite.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20407 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-03-23 11:48:37 +00:00
..
arch Fixed PPC build (still using the older compiler, though). 2007-03-14 15:47:11 +00:00
cache Reordered somewhat unhealthy looking if-construct (first 2007-03-12 12:23:45 +00:00
debug Added new functions to the debugger API: 2007-03-20 16:20:13 +00:00
device_manager
disk_device_manager
fs Renamed the FS interface hook read_link() to read_symlink(). 2007-03-05 03:52:57 +00:00
lib Added strtod() and localeconv() to the kernel. 2007-03-07 07:18:51 +00:00
messaging
platform
util Implemented hash_remove_current() which removes the current iterator position 2007-03-11 21:18:49 +00:00
vm * The new vm_page_mappings weren't updated correctly in many cases. 2007-03-23 11:48:37 +00:00
boot_item.cpp
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
heap.c
image.c
int.c
Jamfile
kernel_daemon.c
kernel.rdef
linkhack.c
lock.c * mutex_lock() and recursive_lock_lock() now return a status_t and report failure. 2007-02-07 14:07:31 +00:00
main.c this seems to solve the 'lock up on bootup on core 2' problem. 2007-03-01 08:09:28 +00:00
module.cpp
port.c
real_time_clock.c
scheduler.cpp Reworked the way thread_yield() works: just setting the thread to B_LOWEST_ACTIVE_PRIORITY 2007-02-06 02:29:17 +00:00
sem.c * mutex_lock() and recursive_lock_lock() now return a status_t and report failure. 2007-02-07 14:07:31 +00:00
shutdown.c
signal.c Another kernel bug less: 2007-01-12 22:54:21 +00:00
smp.c this seems to solve the 'lock up on bootup on core 2' problem. 2007-03-01 08:09:28 +00:00
syscalls.c Don't reschedule at the end of every syscall. Speeds up syscalls by about 15%. 2007-02-18 04:53:15 +00:00
system_info.c
team.c fix change in revision 20162, the path was left out 2007-02-20 20:27:23 +00:00
thread.c this seems to solve the 'lock up on bootup on core 2' problem. 2007-03-01 08:09:28 +00:00
timer.c