..
arch
Added prototypes for arch_{store|restore}_fork_frame().
2004-10-12 03:57:31 +00:00
boot
disk_device_manager
fs
util
Moved the user_memcpy()/strlcpy()/memset() calls to KernelExport.h.
2004-09-29 10:29:00 +00:00
bus.h
cache.h
cbuf.h
cbuf.h now includes OS.h and not kernel.h anymore. This fixes a strange issue in building the ps2 mouse driver. Thanks to Axel for the advice
2004-10-11 23:14:49 +00:00
console.h
cpu.h
debug.h
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
Start of the file cache. For now only exports a vnode store.
2004-09-03 16:33:32 +00:00
float.h
font.h
gdb.h
int.h
isa.h
isovol.h
kdevice_manager.h
The pnp_node_info structure is now a bit more public and accessible
2004-09-04 17:19:41 +00:00
kernel_daemon.h
kernel.h
kerrors.h
khash.h
kimage.h
kmodule.h
kqueue.h
ksignal.h
Added new syscall _kern_sigprocmask(), renamed other signal syscalls to the
2004-09-01 12:02:26 +00:00
ksocket.h
ksyscalls.h
ktypes.h
lock.h
memheap.h
pci_priv.h
pools.h
port.h
Several follow-up changes required by the changes either to the VFS
2004-08-28 20:45:00 +00:00
queue.h
real_time_clock.h
sem.h
Several follow-up changes required by the changes either to the VFS
2004-08-28 20:45:00 +00:00
smp.h
syscall_process_info.h
Added syscalls for various process/group/session related functions.
2004-10-14 14:31:31 +00:00
syscalls.h
Added syscalls for various process/group/session related functions.
2004-10-14 14:31:31 +00:00
sysctl.h
Several follow-up changes required by the changes either to the VFS
2004-08-28 20:45:00 +00:00
system_info.h
team.h
Added various session/group/process syscalls.
2004-10-14 14:34:30 +00:00
thread_types.h
Added new process_session/process_group structures, and added all fields
2004-10-14 14:32:58 +00:00
thread.h
Resolved the argument type change of _user- vs. _kern_spawn_thread() - introduced
2004-09-01 15:47:47 +00:00
timer.h
tls.h
user_atomic.h
user_runtime.h
vfs.h
Added exec() support function vfs_exec_io_context().
2004-10-07 14:46:32 +00:00
vm_cache.h
Added a prototype for vm_cache_resize().
2004-10-08 15:07:57 +00:00
vm_page.h
Made header C++ safe. Also replaced the old "addr" type with "addr_t".
2004-09-06 21:49:38 +00:00
vm_priv.h
vm_store_anonymous_noswap.h
vm_store_device.h
vm_store_null.h
vm_translation_map.h
vm_types.h
vm_page no longer keeps a pointer to the vm_cache_ref but to the vm_cache.
2004-10-08 22:54:42 +00:00
vm.h
Added vm_delete_aspace() again (although it works a bit differently then before).
2004-10-10 14:55:36 +00:00