..
addons
start of media kit codec plugin API
2003-10-17 23:55:19 +00:00
arch
arch_setup_signal_frame() must not access the user space stack without
2004-03-14 17:59:42 +00:00
disk_device_manager
- Added/moved ddm string-length and buffer-size constants to DiskDeviceDefs.h
2003-10-28 00:13:11 +00:00
fs
Seems like I'm getting old: fixed a similar typo in pipefs (like the one I
2004-03-08 12:08:06 +00:00
util
Added a call to move the contents of one list to another.
2004-03-12 21:34:20 +00:00
vm
Fixed the debugger "region" command (still looking for others like that one)
2004-03-09 09:53:54 +00:00
cbuf.c
Simplified an expression (which was even wrong before)
2004-03-02 16:29:04 +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
Include kernel_args.h instead of stage2.h.
2003-10-07 23:12:37 +00:00
debug.c
Renamed CHECK_USER_ADDRESS() to IS_USER_ADDRESS() to make its function more clear.
2004-02-22 14:52:59 +00:00
elf.c
Fixed a scoping bug in the elf_load_kspace() function (non-critical under
2003-10-16 18:28:10 +00:00
faults.c
Include kernel_args.h instead of stage2.h.
2003-10-07 23:12:37 +00:00
gdb.c
dbg_add_command() changed into BeOS compatible add_debugger_command().
2002-07-17 22:07:37 +00:00
heap.c
Fixed a warning.
2003-10-17 14:01:16 +00:00
image.c
Renamed CHECK_USER_ADDRESS() to IS_USER_ADDRESS() to make its function more clear.
2004-02-22 14:52:59 +00:00
int.c
Include kernel_args.h instead of stage2.h.
2003-10-07 23:12:37 +00:00
Jamfile
Added real-time clock support written by Jeff Ward (for the kernel).
2003-10-24 10:21:10 +00:00
kernel_daemon.c
list.h is now in util/.
2003-09-09 02:36:29 +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
fixed warnings
2003-09-12 20:44:45 +00:00
main.c
Removed dbg_set_serial_debug() - there is now only set_dprintf_enabled().
2003-11-11 03:07:53 +00:00
misc.c
It is accomplished ...
2002-07-09 12:24:59 +00:00
module.c
fixed warnings
2003-09-12 20:44:45 +00:00
pools.c
Replaced some more vm_create_anonymous_region() with create_area() and
2003-08-19 17:38:13 +00:00
port.c
You must not copy a list in that way; it's now using the new list_move_to_list()
2004-03-12 21:36:02 +00:00
queue.c
Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents.
2002-10-29 23:07:06 +00:00
real_time_clock.c
Added quick implementation of real_time_clock() and real_time_clock_usecs() -
2003-11-08 02:13:19 +00:00
scheduler.c
Backport time tracking fix from NewOS:
2003-01-29 21:59:37 +00:00
sem.c
Fixed port & sem debugger commands, fixed sem.c compilation with tracing
2004-03-04 12:14:48 +00:00
signal.c
alarm_event() has sent the signal to the currently running thread instead
2004-01-26 02:01:46 +00:00
smp.c
cvs server: Up-to-date check failed for `src/kernel/core/vm/vm.c'
2003-08-20 02:48:15 +00:00
syscalls.c
Renamed thread/team syscalls to new scheme.
2004-03-03 00:58:19 +00:00
sysctl.c
Rearranged the code a bit, made private functions static, removed wrong
2003-10-28 18:23:31 +00:00
team.c
Renamed syscalls to new scheme.
2004-03-03 00:57:00 +00:00
thread.c
Fixed _user_find_thread(NULL), courtesy of Jack Burton.
2004-03-09 15:45:34 +00:00
timer.c
Applied ages old cleanup patch from Jack Burton.
2004-03-14 18:02:22 +00:00