haiku/headers/private/kernel
Axel Dörfler cedc441e4a Added the realpath() prototype.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@838 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-08-20 10:42:16 +00:00
..
arch Backported the new stack crawl command ("sc", not "bt" like in NewOS) from 2002-08-13 21:42:53 +00:00
assert.h
atomic.h
beos.h
beos_p.h
bootdir.h
bootfs.h
bus.h
cbuf.h
cdefs.h
console.h
cpu.h beos compatible timer routines and style cleanups in timer and sem code; also doxygened timer.h 2002-07-20 22:53:23 +00:00
ctlreg.h
ctype.h
dbg_console.h
debug.h
defines.h
dev.h
devfs.h
devs.h
dlfcn.h
elf.h Backported the new stack crawl command ("sc", not "bt" like in NewOS) from 2002-08-13 21:42:53 +00:00
elf32.h Added some comments 2002-08-03 01:58:14 +00:00
faults_priv.h
fb_console.h
fd.h Changed argument order for sys_read/write() to be more intuitive. 2002-08-09 16:57:25 +00:00
float.h
font.h
gdb.h
int.h Remove the int_ from in front of the enable/disable interrupt functions. 2002-07-25 01:02:18 +00:00
isa.h
isovol.h
kernel.h
kerrors.h Remove some now uneeded error codes. By removing these I'm hoping 2002-07-19 01:39:33 +00:00
khash.h Start adding a new hash implementation. the new code is basically that 2002-07-19 01:25:33 +00:00
ksocket.h
ksyscalls.h Implemented send_data/receive_data/has_data thread syscalls 2002-08-19 08:28:39 +00:00
ktypes.h Big commit: Added symlink support to the kernel. 2002-08-03 02:03:27 +00:00
lock.h Implemented geist's recent change to mutexes - they are now no longer 2002-07-18 19:22:17 +00:00
math.h
mathimpl.h
mbuf.h
memheap.h Added a comment in memheap.h 2002-08-05 17:22:19 +00:00
module.h
nhash.h
null.h
pci_bus.h
pci_p.h
pools.h
port.h First round of big changes: the term team has replaced proc all over the kernel, the few kern_* syscalls have been renamed to sys_* for consistency, and other small changes. The ps app is temporarily disabled until get_next_team_info is implemented. 2002-08-03 00:41:27 +00:00
queue.h
resource.h
rootfs.h
sem.h First round of big changes: the term team has replaced proc all over the kernel, the few kern_* syscalls have been renamed to sys_* for consistency, and other small changes. The ps app is temporarily disabled until get_next_team_info is implemented. 2002-08-03 00:41:27 +00:00
smp.h
stage2.h
stage2_struct.h
stdarg.h
stdio.h
stdlib.h Added the realpath() prototype. 2002-08-20 10:42:16 +00:00
string.h
sysctl.h First round of big changes: the term team has replaced proc all over the kernel, the few kern_* syscalls have been renamed to sys_* for consistency, and other small changes. The ps app is temporarily disabled until get_next_team_info is implemented. 2002-08-03 00:41:27 +00:00
thread.h Implemented send_data/receive_data/has_data thread syscalls 2002-08-19 08:28:39 +00:00
timer.h forgot a little thing 2002-07-20 23:06:32 +00:00
trig.h
user_runtime.h
vfs.h The fs interface functions should now return a "status_t" rather than an "int". 2002-08-13 20:39:25 +00:00
vm.h
vm_cache.h
vm_page.h
vm_priv.h
vm_store_anonymous_noswap.h
vm_store_device.h
vm_store_null.h
vm_store_vnode.h
vm_translation_map.h
zero.h