haiku/headers/private/kernel
Axel Dörfler 7964c56d67 Added vfs_get_cwd() call to get the mount_id and vnode_id of the current
working directory (instead of the full path).
Cleanup of some remaining "int" status variables (where it should have
been a "status_t").


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13924 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-08-09 16:25:01 +00:00
..
arch * Now we deal with all x86 exceptions, i.e. we no longer panic() when a 2005-07-21 23:47:08 +00:00
boot
disk_device_manager
fs
util
block_cache.h
boot_item.h
cache.h
cbuf.h
console.h
cpu.h
debug.h The kernel debugger no longer uses dprintf() but kprintf() when printing 2005-08-02 16:25:27 +00:00
defines.h
elf32.h
elf_priv.h
elf.h
faults_priv.h
file_cache.h The file cache now has another init method that is called after the boot 2005-08-03 17:25:03 +00:00
frame_buffer_console.h
gdb.h
generic_syscall.h
int.h
kdevice_manager.h
kdriver_settings.h
kernel_daemon.h
kernel.h
kimage.h
kmodule.h
ksignal.h
ksocket.h
ksyscalls.h
lock.h
memheap.h
messaging.h
MessagingServiceDefs.h
pools.h
port.h We now have a (private) writev_port_etc() call. This could be used to avoid 2005-07-13 23:55:15 +00:00
real_time_clock.h
real_time_data.h
safemode.h
sem.h
smp.h
syscall_process_info.h
syscalls.h We now have a (private) writev_port_etc() call. This could be used to avoid 2005-07-13 23:55:15 +00:00
sysctl.h
system_info.h
team.h Added a team watching mechanism in the kernel, not yet tested (but at least doesn't cause any harm yet :-)). 2005-08-03 12:00:42 +00:00
thread_types.h Added a team watching mechanism in the kernel, not yet tested (but at least doesn't cause any harm yet :-)). 2005-08-03 12:00:42 +00:00
thread.h
timer.h
tls.h
user_atomic.h
user_debugger.h
user_runtime.h
vfs.h Added vfs_get_cwd() call to get the mount_id and vnode_id of the current 2005-08-09 16:25:01 +00:00
vm_cache.h
vm_low_memory.h
vm_page.h
vm_priv.h
vm_store_anonymous_noswap.h
vm_store_device.h
vm_store_null.h
vm_translation_map.h
vm_types.h
vm.h