haiku/headers/private/kernel
Michael Lotz bbea21a256 Forgot the header change in the last commit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23073 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-12-06 21:41:08 +00:00
..
arch WIP 2007-11-03 21:02:03 +00:00
boot * The boot loader now remembers the bytes per row as told by the graphics card, and 2007-11-27 16:33:19 +00:00
disk_device_manager On a media change, the KDiskDevice must do a bit more than it did: 2007-11-13 12:18:06 +00:00
fs Forgot the header change in the last commit. 2007-12-06 21:41:08 +00:00
platform/openfirmware
slab Slab.h no longer includes Depot.h. 2007-10-21 20:56:34 +00:00
util * The C "struct list" and the C++ DoublyLinkedList implementations had mixed 2007-10-23 10:37:41 +00:00
block_cache.h
boot_device.h
boot_item.h
cbuf.h
condition_variable.h Addressed a deadlock race condition: Acquiration of condition variable 2007-10-01 22:24:42 +00:00
console.h
cpu.h
debug.h Added function dprintf_no_syslog(). It is basically equivalent to 2007-10-03 22:14:53 +00:00
elf32.h
elf_priv.h * struct vnode is an opaque type now, removed void* where it was used incorrectly. 2007-10-06 15:33:12 +00:00
elf.h
file_cache.h * struct vnode is an opaque type now, removed void* where it was used incorrectly. 2007-10-06 15:33:12 +00:00
frame_buffer_console.h Some work in progress of the MTRR support. Shouldn't do any harm yet :-) 2005-12-13 00:06:52 +00:00
generic_syscall.h
int.h
kdevice_manager.h
kdriver_settings.h
kernel_daemon.h
kernel.h
kimage.h
kmodule.h
kscheduler.h
ksignal.h
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
port.h * Renamed fs/vfs_select.cpp to wait_for_objects.cpp and got rid of 2007-10-02 19:47:31 +00:00
real_time_clock.h Applied patch by Julun: time computations based on an algorithm by Fliegel, 2007-10-14 17:27:44 +00:00
real_time_data.h
safemode.h
sem.h * Renamed fs/vfs_select.cpp to wait_for_objects.cpp and got rid of 2007-10-02 19:47:31 +00:00
smp.h
syscall_process_info.h
syscalls.h Folded KPhysicalPartition into KPartition. Removed the notion of shadow 2007-11-01 23:36:21 +00:00
system_info.h
team.h
thread_types.h Added a list of death_entry's to the teams structure. It stores the 2007-11-28 00:07:32 +00:00
thread.h * Renamed fs/vfs_select.cpp to wait_for_objects.cpp and got rid of 2007-10-02 19:47:31 +00:00
timer.h
tls.h
user_atomic.h
user_debugger.h
user_runtime.h
vfs.h axeld + bonefish: Missed those changes in the previous commit: 2007-11-12 20:54:17 +00:00
vm_address_space.h * vm.h no longer includes vm_types.h - only those that actually need access 2007-09-27 12:21:33 +00:00
vm_cache.h * vm.h no longer includes vm_types.h - only those that actually need access 2007-09-27 12:21:33 +00:00
vm_low_memory.h * register_low_memory_handler() was called too early by several kernel 2007-09-29 15:46:40 +00:00
vm_page.h bonefish+axeld: 2007-09-28 15:50:26 +00:00
vm_priv.h * Reworked stealing pages: the page thief thread is gone now, 2007-10-11 08:01:18 +00:00
vm_translation_map.h * Mapping a page might actually need memory - since we usually have locks that 2007-10-06 11:18:21 +00:00
vm_types.h * Extracted file_map API out of the file cache - it's now an optional service 2007-11-10 21:19:52 +00:00
vm.h * vm_set_area_protection() would remap the whole area instead of just the page 2007-10-09 11:05:50 +00:00
wait_for_objects.h * Renamed fs/vfs_select.cpp to wait_for_objects.cpp and got rid of 2007-10-02 19:47:31 +00:00