.. |
arch
|
Added another argument parameter for the thread creation code. Helps
|
2003-04-18 09:21:22 +00:00 |
fs
|
Added kernel private node_monitor.h header.
|
2003-01-18 14:04:22 +00:00 |
assert.h
|
|
|
atomic.h
|
|
|
bootdir.h
|
|
|
bus.h
|
|
|
cbuf.h
|
|
|
cdefs.h
|
|
|
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
|
|
|
ctlreg.h
|
|
|
ctype.h
|
|
|
dbg_console.h
|
|
|
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
|
|
|
dev.h
|
Removed the image_id type definition from ktypes.h.
|
2003-01-12 16:23:21 +00:00 |
devfs.h
|
|
|
devs.h
|
|
|
elf32.h
|
|
|
elf_priv.h
|
Must now include image.h directly.
|
2003-01-12 16:24:12 +00:00 |
elf.h
|
Missed that one, obviously.
|
2003-01-13 16:36:25 +00:00 |
faults_priv.h
|
|
|
fb_console.h
|
|
|
fd.h
|
Added a missing struct definition.
|
2003-01-20 00:58:13 +00:00 |
float.h
|
|
|
font.h
|
|
|
gdb.h
|
|
|
int.h
|
added a lot of debugging functions that should help fixing bugs
|
2002-11-28 02:25:04 +00:00 |
isa.h
|
|
|
isovol.h
|
|
|
kernel_daemon.h
|
Added the kernel_daemon.h header which defines the init function for the
|
2003-01-26 17:27:42 +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
|
|
|
khash.h
|
Reworked and cleaned the khash; completely removed the new_hash_table
|
2002-11-29 08:25:08 +00:00 |
kimage.h
|
Header for the kernel image API.
|
2003-01-12 15:59:12 +00:00 |
kmodule.h
|
Added a module_test() function.
|
2002-12-03 17:59:30 +00:00 |
kqueue.h
|
Added a macro to iterate through the kqueue.
|
2003-01-12 16:00:59 +00:00 |
ksignal.h
|
Housekeeping changes and small bug-fixes:
|
2003-01-27 02:54:21 +00:00 |
ksocket.h
|
|
|
ksyscalls.h
|
Housekeeping changes and small bug-fixes:
|
2003-01-27 02:54:21 +00:00 |
ktypes.h
|
Removed the image_id type definition from ktypes.h.
|
2003-01-12 16:23:21 +00:00 |
list.h
|
Added two convenience functions list_add_item(), list_remove_item().
|
2003-01-26 23:30:12 +00:00 |
lock.h
|
|
|
memheap.h
|
Removed the kmalloc(), kfree(), and kstrdup() prototypes.
|
2002-10-29 23:03:47 +00:00 |
pci_bus.h
|
|
|
pci_p.h
|
|
|
pools.h
|
last cleanup of pool code before rewriting it
|
2002-11-28 15:05:58 +00:00 |
port.h
|
|
|
queue.h
|
|
|
resource.h
|
|
|
sem.h
|
|
|
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
|
Cleanup of the header mess: removed the redundant APIC/mp structure definitions
|
2003-01-30 21:20:33 +00:00 |
stage2.h
|
Cleanup of the header mess: removed the redundant APIC/mp structure definitions
|
2003-01-30 21:20:33 +00:00 |
stdarg.h
|
|
|
stdio.h
|
|
|
syscalls.h
|
Added another argument parameter for the thread creation code. Helps
|
2003-04-18 09:21:22 +00:00 |
sysctl.h
|
|
|
thread_types.h
|
Added another argument parameter for the thread creation code. Helps
|
2003-04-18 09:21:22 +00:00 |
thread.h
|
Added another argument parameter for the thread creation code. Helps
|
2003-04-18 09:21:22 +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 another argument parameter for the thread creation code. Helps
|
2003-04-18 09:21:22 +00:00 |
user_runtime.h
|
Fixed parameter for get_nth_image_symbol().
|
2003-01-12 16:36:30 +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 new call vfs_new_vnode(), replaced "int" return type to status_t
|
2003-02-21 13:44:53 +00:00 |
vm_cache.h
|
|
|
vm_page.h
|
|
|
vm_priv.h
|
|
|
vm_store_anonymous_noswap.h
|
|
|
vm_store_device.h
|
|
|
vm_store_null.h
|
|
|
vm_store_vnode.h
|
|
|
vm_translation_map.h
|
|
|
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 |