..
addons
arch
Improved debug output when tracing is enabled.
2004-07-02 01:57:52 +00:00
cache
Added write support for the cache - it only writes internally right now,
2004-09-10 19:49:46 +00:00
device_manager
pnp_node_info is now a little bit more public and can now be found in kdevice_manager.h.
2004-09-04 17:35:15 +00:00
disk_device_manager
Added needed header when tracing is enabled.
2004-06-15 15:40:21 +00:00
fs
* create_new_vnode() now also fails, if the volume is about to be
2004-09-13 14:53:09 +00:00
util
Fixed a stupid bug in list_move_to_list(): it did not work for empty lists.
2004-08-31 04:45:02 +00:00
vm
When a B_CONTIGUOUS area is created, its pages are now reserved upfront, as
2004-09-11 00:38:54 +00:00
cbuf.c
console.c
Fixed typo that prevented compilation.
2004-07-02 02:57:29 +00:00
cpu.c
debug.c
_kern_debug_output() no longer accidently accesses unsafe user memory.
2004-08-13 17:45:54 +00:00
elf.c
The user image ELF loader is now silent when compiled without TRACE_ELF defined as long as no serious error occurs.
2004-08-31 04:56:15 +00:00
faults.c
gdb.c
heap.c
image.c
When DEBUG is defined, it adds a debugger command to list all images from
2004-08-13 16:31:02 +00:00
int.c
Jamfile
Added the "cache" subdirectory to the build.
2004-09-03 15:36:35 +00:00
kernel_daemon.c
Fixed a stupid bug; malloc() was called with the wrong size - always use the "struct"
2004-06-24 23:48:44 +00:00
khash.c
linkhack.c
lock.c
main.c
Now checks the kernel args structure size and version, and bails out if
2004-06-15 16:57:13 +00:00
misc.c
module.c
Removed some unneeded debug output.
2004-08-16 15:51:08 +00:00
pools.c
port.c
Several follow-up changes required by the changes either to the VFS
2004-08-28 20:51:47 +00:00
queue.c
real_time_clock.c
scheduler.c
Minor cleanup.
2004-06-10 01:39:17 +00:00
sem.c
Several follow-up changes required by the changes either to the VFS
2004-08-28 20:51:47 +00:00
signal.c
Added probably broken implementation of sigprocmask().
2004-09-01 12:05:09 +00:00
smp.c
syscalls.c
Now includes arch_config.h instead of arch_cpu.h (because the info contained therein has moved).
2004-09-10 15:20:37 +00:00
sysctl.c
Several follow-up changes required by the changes either to the VFS
2004-08-28 20:51:47 +00:00
system_info.c
team.c
Added a function prototype and description on how the userland waitpid()
2004-09-02 01:41:06 +00:00
thread.c
Introduced new thread_entry_func type.
2004-09-01 15:48:36 +00:00
timer.c