..
arch
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
assert.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
atomic.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
beos_p.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
beos.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
bootdir.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
bootfs.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
bus.h
This is now in another header file and so not required here.
2002-07-14 14:52:28 +00:00
cbuf.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
cdefs.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
console.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
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
It is accomplished ...
2002-07-09 12:24:59 +00:00
ctype.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
dbg_console.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
debug.h
Added the preliminary ASSERT() macro from NewOS.
2002-07-18 18:45:07 +00:00
defines.h
Added the arch_cpu_idle() call.
2002-07-18 14:15:47 +00:00
dev.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
devfs.h
drivers.h -> Drivers.h
2002-07-12 23:28:12 +00:00
devs.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
dlfcn.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
elf32.h
Added some comments
2002-08-03 01:58:14 +00:00
elf.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
faults_priv.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
fb_console.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
fd.h
Changed argument order for sys_read/write() to be more intuitive.
2002-08-09 16:57:25 +00:00
float.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
font.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
gdb.h
dbg_add_command() changed into BeOS compatible add_debugger_command().
2002-07-17 22:10:34 +00:00
int.h
Remove the int_ from in front of the enable/disable interrupt functions.
2002-07-25 01:02:18 +00:00
isa.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
isovol.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
kernel.h
adding environmental variables support
2002-07-18 13:59:03 +00:00
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
It is accomplished ...
2002-07-09 12:24:59 +00:00
ksyscalls.h
Implemented some more calls in unistd.h.
2002-08-13 13:51:36 +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
It is accomplished ...
2002-07-09 12:24:59 +00:00
mathimpl.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
mbuf.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
memheap.h
Added a comment in memheap.h
2002-08-05 17:22:19 +00:00
module.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
nhash.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
null.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
pci_bus.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
pci_p.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
pools.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
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
It is accomplished ...
2002-07-09 12:24:59 +00:00
resource.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
rootfs.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
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
It is accomplished ...
2002-07-09 12:24:59 +00:00
stage2_struct.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
stage2.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
stdarg.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
stdio.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
stdlib.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
string.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
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
finished implementing get_thread_info, get_next_thread_info, get_team_info, get_next_team_info. New ps command behaving like the BeOS one is here, but doesn't work as libroot seems to crash when loaded at process startup... :/
2002-08-04 02:04:37 +00:00
timer.h
forgot a little thing
2002-07-20 23:06:32 +00:00
trig.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
user_runtime.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
vfs.h
Implemented some more calls in unistd.h.
2002-08-13 13:51:36 +00:00
vm_cache.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
vm_page.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
vm_priv.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
vm_store_anonymous_noswap.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
vm_store_device.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
vm_store_null.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
vm_store_vnode.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
vm_translation_map.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
vm.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
zero.h
It is accomplished ...
2002-07-09 12:24:59 +00:00