.. |
arch
|
Replaced all remaining PAGE_SIZE with B_PAGE_SIZE, addr with addr_t.
|
2004-10-20 00:33:06 +00:00 |
boot
|
Added an addr_range array for kernel_args.
|
2004-10-19 17:02:11 +00:00 |
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
|
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
|
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
|
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
|
Added new syscall _kern_sigprocmask(), renamed other signal syscalls to the
|
2004-09-01 12:02:26 +00:00 |
ksocket.h
|
|
|
ksyscalls.h
|
We automatically generate what information are available from syscalls.h,
|
2004-08-28 20:34:43 +00:00 |
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
|
We now have a memalign() call in the kernel, too (since there already was
|
2004-10-18 15:23:34 +00:00 |
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
|
Replaced the old _kern_create_team() syscall with a BeOS style _kern_load_image().
|
2004-10-14 17:46:48 +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
|
Replaced the old _kern_create_team() syscall with a BeOS style _kern_load_image().
|
2004-10-14 17:46:48 +00:00 |
thread_types.h
|
The group must also know how many wait_for_child() are on it.
|
2004-10-14 15:40:21 +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
|
- 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_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
|
Replaced all remaining PAGE_SIZE with B_PAGE_SIZE, addr with addr_t.
|
2004-10-20 00:33:06 +00:00 |