..
arch
Added a private tls.h file with definitions for the reserved TLS slots.
2003-01-07 09:17:31 +00:00
assert.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
atomic.h
Moved <types.h> to <sys/types.h>.
2002-09-23 02:36:51 +00:00
bootdir.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
*LOTS* of small changes to make the kernel compatible with Be's KernelExport.h
2002-10-26 16:13:36 +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
fixed the ASSERT macro, it did not even compile if DEBUG was defined
2002-11-28 14:07:28 +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
Change int into status_t, and other changes for better BeOS type compatiblitly.
2002-09-03 02:19:22 +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
Moved <types.h> to <sys/types.h>.
2002-09-23 02:36:51 +00:00
elf_priv.h
Included NewOS change 1674. Moved private elf structures to elf_priv.h.
2002-12-30 13:34:25 +00:00
elf.h
Backported the new stack crawl command ("sc", not "bt" like in NewOS) from
2002-08-13 21:42:53 +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
Moved thread_types.h to this place.
2002-12-03 14:07:35 +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
added a lot of debugging functions that should help fixing bugs
2002-11-28 02:25:04 +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
I've added a MAIN_THREAD_STACK_SIZE definition, and put the corresponding
2003-01-07 09:12:26 +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
Reworked and cleaned the khash; completely removed the new_hash_table
2002-11-29 08:25:08 +00:00
kmodule.h
Added a module_test() function.
2002-12-03 17:59:30 +00:00
kqueue.h
Added a initque() inline function.
2002-11-17 01:35:01 +00:00
ksocket.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
ksyscalls.h
Added syscalls for select(), and poll().
2002-10-30 02:29:05 +00:00
ktypes.h
allow building everything without local(tree external) header files beeing
2002-10-23 20:13:17 +00:00
lock.h
Removed some type definitions from ktypes.h that are now located in OS.h.
2002-10-05 01:17:28 +00:00
memheap.h
Removed the kmalloc(), kfree(), and kstrdup() prototypes.
2002-10-29 23:03:47 +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
last cleanup of pool code before rewriting it
2002-11-28 15:05:58 +00:00
port.h
Change int into status_t, and other changes for better BeOS type compatiblitly.
2002-09-03 02:19:22 +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
sem.h
beos compatibility fixes: exit_thread now issues a signal; wait_for_thread returns B_INTERRUPTED if target thread gets killed
2002-10-26 01:11:15 +00:00
smp.h
*LOTS* of small changes to make the kernel compatible with Be's KernelExport.h
2002-10-26 16:13:36 +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
Added L_cuserid, ... definition.
2002-10-06 23:47:50 +00:00
syscalls.h
Moved the files vm_types.h, syscalls.h, and vfs_types.h to the private
2003-01-02 13:16:35 +00:00
sysctl.h
Fixed a bug in the header (didn't include a needed header).
2002-10-05 16:55:20 +00:00
thread_types.h
Added new fields for the local storage of "errno" in the kernel and user-
2003-01-07 09:13:36 +00:00
thread.h
Enabled the single ordered queue scheduler and made some little fixes
2002-10-31 13:20:00 +00:00
timer.h
*LOTS* of small changes to make the kernel compatible with Be's KernelExport.h
2002-10-26 16:13:36 +00:00
tls.h
Added a private tls.h file with definitions for the reserved TLS slots.
2003-01-07 09:17:31 +00:00
user_runtime.h
It is accomplished ...
2002-07-09 12:24:59 +00:00
vfs_types.h
Moved the files vm_types.h, syscalls.h, and vfs_types.h to the private
2003-01-02 13:16:35 +00:00
vfs.h
Added a missing const to the (sys|user)_select() call.
2002-11-03 03:14:05 +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_types.h
Moved the files vm_types.h, syscalls.h, and vfs_types.h to the private
2003-01-02 13:16:35 +00:00
vm.h
Added function prototypes for forbid_page_faults() and permit_page_faults().
2002-12-03 01:51:39 +00:00