..
addons
Removed config_manager from the old location (now in src/add-ons/kernel/bus_managers)
2003-01-02 13:23:06 +00:00
arch
Some minor updates:
2003-01-08 09:27:55 +00:00
fs
bootfs_read_dir() and devfs_read_dir() both returned B_ENTRY_NOT_FOUND
2002-12-03 17:49:28 +00:00
vm
Included NewOS change 1685 in OpenBeOS; a fix for the VM.
2002-12-08 23:12:09 +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
Add missing headers/os/drivers/KernelExport.h functions here and there.
2002-12-07 00:25:50 +00:00
driver_settings.c
Implemented the driver_settings API. Tested code, works fine.
2002-09-22 15:31:50 +00:00
elf.c
Included NewOS change 1674 - moved architecture dependent part of elf.c
2002-12-30 13:33:22 +00:00
faults.c
Few changes...
2002-07-19 16:07:36 +00:00
fd.c
fixed debug function
2002-11-28 14:41:06 +00:00
gdb.c
dbg_add_command() changed into BeOS compatible add_debugger_command().
2002-07-17 22:07:37 +00:00
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
Completely removed the buggy, inflexible, and incomplete new_hash_table
2002-11-29 08:30:20 +00:00
linkhack.c
It is accomplished ...
2002-07-09 12:24:59 +00:00
lock.c
added a lot of debugging functions that should help fixing bugs
2002-11-28 02:25:04 +00:00
main.c
Completely rewritten the module iterator code. Fixed many bugs in that
2002-12-03 17:54:09 +00:00
misc.c
It is accomplished ...
2002-07-09 12:24:59 +00:00
module.c
Completely rewritten the module iterator code. Fixed many bugs in that
2002-12-03 17:54:09 +00:00
pools.c
Fixed two warnings.
2002-11-29 08:39:34 +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
Removed an XXX comment question, and replaced it with an explanation of the
2003-01-06 08:08:13 +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
team_create_team2() now also allocates a region for TLS in the primary stack
2003-01-07 09:40:59 +00:00
thread.c
Some minor updates:
2003-01-08 09:27:55 +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