.. |
arch
|
Replaced reboot() by arch_cpu_shutdown().
|
2004-11-19 20:16:20 +00:00 |
boot
|
Some work on the boot disk identification: the kernel_args structure has
|
2004-11-15 17:59:15 +00:00 |
disk_device_manager
|
The status field is no system field; it has to be set by the disk system
|
2004-11-08 11:29:12 +00:00 |
fs
|
Fixed a warning in GCC 3.
|
2004-11-04 15:51:27 +00:00 |
util
|
Always define the symbols needed for basic C++ features. If we link against libgcc.a the symbols from there are simply overridden.
|
2004-11-03 17:33:17 +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
|
We temporarily need a BeOS compatible cache implementation.
|
2004-06-08 05:59:53 +00:00 |
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
|
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
|
Added prototypes for the new devfs_[un]publish_file_device() calls.
|
2004-10-29 01:41:49 +00:00 |
devs.h
|
|
|
elf32.h
|
|
|
elf_priv.h
|
Replaced the regions array with the nicer text_region and data_region members.
|
2004-06-09 02:51:27 +00:00 |
elf.h
|
|
|
faults_priv.h
|
|
|
fb_console.h
|
|
|
fd.h
|
Fixed return value of some functions.
|
2004-06-15 15:11:37 +00:00 |
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
|
Changed the digit '4' to look better with the others.
|
2004-06-16 02:10:27 +00:00 |
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
|
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
|
Added a comment why debugging kernel stacks doesn't work like one would expect.
|
2004-11-19 20:13:58 +00:00 |
kerrors.h
|
|
|
khash.h
|
Added prototype for new hash_remove_first() function.
|
2004-11-10 01:59:09 +00:00 |
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
|
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
|
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
|
The set_read_time_clock() syscall now returns a status_t to be able to
|
2004-11-05 16:06:28 +00:00 |
real_time_data.h
|
Added a comment about the architecture dependency.
|
2004-11-09 13:34:09 +00:00 |
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
|
The set_read_time_clock() syscall now returns a status_t to be able to
|
2004-11-05 16:06:28 +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
|
Renamed *_stack_region_id with *_stack_area, also replaced region_id with area_id.
|
2004-11-08 13:53:34 +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
|
vfs_mount_boot_file_system() now also gets the kernel_args.
|
2004-11-15 20:00:49 +00:00 |
vm_cache.h
|
Got rid of regions - we're now back in area-land.
|
2004-11-08 14:16:35 +00:00 |
vm_page.h
|
Changed the way the stores commit their memory: there is no special handling
|
2004-11-03 17:24:41 +00:00 |
vm_priv.h
|
Changed the way the stores commit their memory: there is no special handling
|
2004-11-03 17:24:41 +00:00 |
vm_store_anonymous_noswap.h
|
Added stack special case to the anonymous store.
|
2004-11-18 17:46:39 +00:00 |
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
|
Added B_STACK_AREA and B_KERNEL_STACK_AREA protection values.
|
2004-11-18 14:33:13 +00:00 |
vm.h
|
Added some missing consts.
|
2004-11-08 19:23:29 +00:00 |