.. |
addons
|
Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents.
|
2002-10-29 23:07:06 +00:00 |
arch
|
added a lot of debugging functions that should help fixing bugs
|
2002-11-28 02:25:04 +00:00 |
fs
|
vnode_path_to_vnode() now correctly asks for access permissions when traversing
|
2002-11-11 12:14:19 +00:00 |
vm
|
Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents.
|
2002-10-29 23:07:06 +00:00 |
cbuf.c
|
*LOTS* of small changes to make the kernel compatible with Be's KernelExport.h
|
2002-10-26 16:13:36 +00:00 |
console.c
|
*LOTS* of small changes to make the kernel compatible with Be's KernelExport.h
|
2002-10-26 16:13:36 +00:00 |
cpu.c
|
Change int into status_t, and other changes for better BeOS type compatiblitly.
|
2002-09-03 02:19:22 +00:00 |
debug.c
|
disable interrupt check when in a panic() context
|
2002-11-28 14:11:08 +00:00 |
driver_settings.c
|
Implemented the driver_settings API. Tested code, works fine.
|
2002-09-22 15:31:50 +00:00 |
elf.c
|
Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents.
|
2002-10-29 23:07:06 +00:00 |
faults.c
|
|
|
fd.c
|
fixed debug function
|
2002-11-28 14:41:06 +00:00 |
gdb.c
|
|
|
heap.c
|
added a lot of debugging functions that should help fixing bugs
|
2002-11-28 02:25:04 +00:00 |
int.c
|
moved queue initialization into int_init2()
|
2002-11-19 11:53:41 +00:00 |
Jamfile
|
(Almost) completely rearranged the kernel build; main issues aren't fixed
|
2002-11-04 19:06:44 +00:00 |
khash.c
|
the new_hash_table code has a larger number of problems
|
2002-11-28 17:34:55 +00:00 |
linkhack.c
|
|
|
lock.c
|
added a lot of debugging functions that should help fixing bugs
|
2002-11-28 02:25:04 +00:00 |
main.c
|
added a lot of debugging functions that should help fixing bugs
|
2002-11-28 02:25:04 +00:00 |
misc.c
|
|
|
module.c
|
added a lot of debugging functions that should help fixing bugs
|
2002-11-28 02:25:04 +00:00 |
pools.c
|
last cleanup of pool code before rewriting it
|
2002-11-28 15:05:58 +00:00 |
port.c
|
Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents.
|
2002-10-29 23:07:06 +00:00 |
queue.c
|
Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents.
|
2002-10-29 23:07:06 +00:00 |
scheduler.c
|
This code seems to have some issues. Please check.
|
2002-11-17 00:52:43 +00:00 |
sem.c
|
added a lot of debugging functions that should help fixing bugs
|
2002-11-28 02:25:04 +00:00 |
signal.c
|
added sys_send_signal()
|
2002-11-18 01:58:00 +00:00 |
smp.c
|
Optimized (yes, we shouldn't do it now) to consume less power on P4,
|
2002-11-23 17:43:36 +00:00 |
syscalls.c
|
restored SYSCALL_GET_CURRENT_THREAD_ID -- my mistake, it was fine as it was
|
2002-11-19 05:51:13 +00:00 |
sysctl.c
|
Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents.
|
2002-10-29 23:07:06 +00:00 |
team.c
|
Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents.
|
2002-10-29 23:07:06 +00:00 |
thread.c
|
fixed call to thread_get_current_thread_id()
|
2002-11-19 06:44:51 +00:00 |
timer.c
|
*LOTS* of small changes to make the kernel compatible with Be's KernelExport.h
|
2002-10-26 16:13:36 +00:00 |