haiku/headers/private/kernel
Ingo Weinhold cba3b01fdf Added support for path normalization.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9625 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-28 22:16:41 +00:00
..
arch Added function for an early boot message before anything else (because of 2004-10-26 23:29:00 +00:00
boot The boot loader now can tell the x86 serial driver the serial port base 2004-10-27 01:02:05 +00:00
disk_device_manager KPath is used now where possible. 2004-10-27 21:56:05 +00:00
fs Added support for path normalization. 2004-10-28 22:16:41 +00:00
util Since the kernel links against libgcc.a and we use some C++ features that cause functions of libgcc.a to be included that use a couple of formerly undefined symbols (stderr, fprintf, abort, debugger) those had to be added to kernel_cpp.cpp. We don't build the kernel utils as static library anymore, since libgcc.a is listed at the end of the link command line and trying to change that would be a bit ugly. For C++ in the boot loader nothing changes. 2004-10-27 22:07:00 +00:00
bus.h Replaced all remaining PAGE_SIZE with B_PAGE_SIZE, addr with addr_t. 2004-10-20 00:33:06 +00:00
cache.h
cbuf.h
console.h
cpu.h Renamed some more init2 routines to init_post_vm() to make it clearer when 2004-10-21 01:41:29 +00:00
debug.h Renamed some more init2 routines to init_post_vm() to make it clearer when 2004-10-21 01:41:29 +00:00
defines.h
dev.h
devfs.h
devs.h
elf32.h
elf_priv.h
elf.h
faults_priv.h
fb_console.h
fd.h
file_cache.h
float.h
font.h
gdb.h
int.h Renamed some more init2 routines to init_post_vm() to make it clearer when 2004-10-21 01:41:29 +00:00
isa.h
isovol.h
kdevice_manager.h
kernel_daemon.h
kernel.h Replaced all remaining PAGE_SIZE with B_PAGE_SIZE, addr with addr_t. 2004-10-20 00:33:06 +00:00
kerrors.h
khash.h
kimage.h
kmodule.h
kqueue.h
ksignal.h
ksocket.h
ksyscalls.h
ktypes.h Replaced all remaining PAGE_SIZE with B_PAGE_SIZE, addr with addr_t. 2004-10-20 00:33:06 +00:00
lock.h
memheap.h Renamed heap_init_postsem() to ..._post_sem(). Added prototype for heap_init_post_thread(). 2004-10-23 13:50:27 +00:00
pci_priv.h
pools.h
port.h
queue.h
real_time_clock.h
sem.h
smp.h
syscall_process_info.h
syscalls.h Added missing flags parameter to _kern_mount(). 2004-10-27 21:42:13 +00:00
sysctl.h
system_info.h
team.h
thread_types.h
thread.h
timer.h
tls.h
user_atomic.h
user_runtime.h
vfs.h _user_mount() now has a flags parameter, too. 2004-10-27 21:45:04 +00:00
vm_cache.h
vm_page.h - the arch_vm_translation_map.c exported functions now have the arch_ prefix 2004-10-19 23:19:10 +00:00
vm_priv.h - the arch_vm_translation_map.c exported functions now have the arch_ prefix 2004-10-19 23:19:10 +00:00
vm_store_anonymous_noswap.h
vm_store_device.h Replaced all remaining PAGE_SIZE with B_PAGE_SIZE, addr with addr_t. 2004-10-20 00:33:06 +00:00
vm_store_null.h
vm_translation_map.h - the arch_vm_translation_map.c exported functions now have the arch_ prefix 2004-10-19 23:19:10 +00:00
vm_types.h
vm.h Added prototype for vm_free_kernel_args(). 2004-10-23 13:49:19 +00:00