haiku/headers/private/kernel
Axel Dörfler 8692ec023c * Renamed vm_page_write_modified() to vm_page_write_modifed_pages() and
introduced a new vm_page_write_modified_page().
* Resolved a TODO: vm_page_write_modified_pages() did not mark a to be
  written page busy but unlocked its cache which could let someone else
  steal that page in the mean time.
* Moved the logic when to move a page to the active or inactive queue to
  a new function move_page_to_active_or_inactive_queue().
* Moved page_state_to_string() to vm_page(); it's now also used by the
  "page" and "page_queue" KDL commands.
* Made the output of the "page_queue list" command more useful.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22323 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-09-26 20:19:51 +00:00
..
arch * Added support for setting (hardware) break-/watchpoints in the kernel. 2007-09-02 22:04:36 +00:00
boot Made the remote_disk_server build under R5. 2007-08-14 14:54:09 +00:00
disk_device_manager Partitions do now know whether they have already been published and 2007-09-07 00:05:06 +00:00
fs bonefish+axeld: 2007-08-01 14:48:44 +00:00
platform/openfirmware
slab added object_cache_reserve to allow cache users to pre-allocate slabs. 2007-04-29 21:45:23 +00:00
util * Added hash_count_elements() and hash_count_used_slots() (mainly for 2007-09-09 17:19:52 +00:00
block_cache.h
boot_device.h
boot_item.h
cbuf.h
condition_variable.h * Fixed incorrect check in condition_variable_interrupt_thread(). 2007-09-02 22:21:26 +00:00
console.h
cpu.h 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
debug.h Added debug macros ASSERT_ALWAYS_PRINT and ASSERT_PRINT which take 2007-08-06 17:35:57 +00:00
elf32.h
elf_priv.h
elf.h
file_cache.h bonefish+axeld: 2007-09-26 00:20:23 +00:00
frame_buffer_console.h
generic_syscall.h As suggested by Ingo, the "subsystem" parameter is now a string. That allows 2004-12-14 17:09:06 +00:00
int.h
kdevice_manager.h added a jam rule AddDriverRegistrationToHaikuImage to add device mappings on the image 2006-11-29 19:09:45 +00:00
kdriver_settings.h
kernel_daemon.h
kernel.h Increased kernel stack size by another page. The network boot is more 2007-07-19 14:03:49 +00:00
kimage.h
kmodule.h
kscheduler.h
ksignal.h * Added is_signal_blocked() convenience function. 2007-09-06 02:03:43 +00:00
ksyscalls.h
lock.h * Added a mutex_trylock() function. 2007-09-25 16:41:52 +00:00
memheap.h
messaging.h
MessagingServiceDefs.h
Notifications.h bonefish+axeld: 2007-08-01 14:48:44 +00:00
port.h
real_time_clock.h
real_time_data.h
safemode.h Implemented "fail_safe_video_mode" boot option; if you're using it, the app_server 2007-06-03 20:20:19 +00:00
sem.h
smp.h this seems to solve the 'lock up on bootup on core 2' problem. 2007-03-01 08:09:28 +00:00
syscall_process_info.h
syscalls.h * Implemented sigaltstack() and set_signal_stack(), thus closing bug #1401. 2007-08-16 18:01:47 +00:00
system_info.h Added Haiku revision number to the kernel (same mechanism as used for 2007-05-19 15:36:32 +00:00
team.h * We store the ID of the controlling terminal and the foreground process 2007-09-06 02:16:25 +00:00
thread_types.h * We store the ID of the controlling terminal and the foreground process 2007-09-06 02:16:25 +00:00
thread.h * Implemented sigaltstack() and set_signal_stack(), thus closing bug #1401. 2007-08-16 18:01:47 +00:00
timer.h
tls.h Added another argument parameter for the thread creation code. Helps 2003-04-18 09:21:22 +00:00
user_atomic.h
user_debugger.h Set default team debug flags to 0. Threads of a team were 2007-08-30 01:10:46 +00:00
user_runtime.h Give the runtime loader a chance to reinit its semaphore after fork(). 2007-08-11 00:14:26 +00:00
vfs.h bonefish+axeld: 2007-09-26 00:20:23 +00:00
vm_address_space.h
vm_cache.h * The method vm_cache_remove_consumer() and the page daemon used to get 2007-09-09 14:36:10 +00:00
vm_low_memory.h
vm_page.h * Renamed vm_page_write_modified() to vm_page_write_modifed_pages() and 2007-09-26 20:19:51 +00:00
vm_priv.h * Renamed vm_page_write_modified() to vm_page_write_modifed_pages() and 2007-09-26 20:19:51 +00:00
vm_translation_map.h get_memory_map() now panics (and fails) in case it was called on unmapped memory as 2007-03-11 13:27:42 +00:00
vm_types.h * Removed unused vm_page::busy_{reading|writing} fields. 2007-09-25 15:04:29 +00:00
vm.h bonefish+axeld: 2007-09-26 00:20:23 +00:00