.. |
arch
|
Replaced all dprintf() calls from the kernel debugger with kprintf() calls.
|
2005-08-02 16:28:20 +00:00 |
cache
|
The file cache now has another init method that is called after the boot
|
2005-08-03 17:25:03 +00:00 |
debug
|
Copied some code from the console driver: we now understand cursor movements,
|
2005-08-04 14:55:11 +00:00 |
device_manager
|
Moved load_driver() and load_driver_symbols() over to devfs.
|
2005-06-02 18:32:21 +00:00 |
disk_device_manager
|
Merged the disk device manager module interface for file systems with the
|
2005-05-23 17:15:56 +00:00 |
fs
|
The file cache now has another init method that is called after the boot
|
2005-08-03 17:25:03 +00:00 |
messaging
|
Aesthetical change.
|
2005-07-29 13:15:39 +00:00 |
util
|
Fixed off by one error: could call memcpy() with '0' as size argument.
|
2005-05-31 01:17:25 +00:00 |
vm
|
Renamed vfs_vnode_acquire_ref() to vnode_acquire_vnode().
|
2005-08-01 14:32:23 +00:00 |
boot_item.cpp
|
The boot item list was not initialized; this was no problem, though, as
|
2005-06-13 13:01:13 +00:00 |
cpu.c
|
Renamed system/core to system/kernel.
|
2005-04-13 13:22:10 +00:00 |
elf.c
|
Replaced all dprintf() calls from the kernel debugger with kprintf() calls.
|
2005-08-02 16:28:20 +00:00 |
heap.c
|
More or less rewrote the heap wall stuff:
|
2005-05-26 01:39:38 +00:00 |
image.c
|
Renamed system/core to system/kernel.
|
2005-04-13 13:22:10 +00:00 |
int.c
|
Calmed down start up a tiny bit.
|
2005-08-02 16:43:30 +00:00 |
Jamfile
|
* Now we deal with all x86 exceptions, i.e. we no longer panic() when a
|
2005-07-21 23:47:08 +00:00 |
kernel_daemon.c
|
Some cleanup (made static variables static).
|
2005-06-13 12:59:11 +00:00 |
linkhack.c
|
Renamed system/core to system/kernel.
|
2005-04-13 13:22:10 +00:00 |
lock.c
|
Renamed system/core to system/kernel.
|
2005-04-13 13:22:10 +00:00 |
main.c
|
* Now we deal with all x86 exceptions, i.e. we no longer panic() when a
|
2005-07-21 23:47:08 +00:00 |
module.c
|
Renamed system/core to system/kernel.
|
2005-04-13 13:22:10 +00:00 |
port.c
|
Replaced all dprintf() calls from the kernel debugger with kprintf() calls.
|
2005-08-02 16:28:20 +00:00 |
real_time_clock.c
|
Renamed system/core to system/kernel.
|
2005-04-13 13:22:10 +00:00 |
scheduler.c
|
Now fills in system_info::cpu_infos[] (ie. CPU activity) by looking at the active
|
2005-07-01 00:31:38 +00:00 |
sem.c
|
Replaced all dprintf() calls from the kernel debugger with kprintf() calls.
|
2005-08-02 16:28:20 +00:00 |
shutdown.c
|
Renamed system/core to system/kernel.
|
2005-04-13 13:22:10 +00:00 |
signal.c
|
Renamed system/core to system/kernel.
|
2005-04-13 13:22:10 +00:00 |
smp.c
|
Cleanup of the debug stuff, prepared for blue screen debugging.
|
2005-05-29 13:01:38 +00:00 |
syscalls.c
|
The app_server now updates the kernel's blue screen frame buffer on mode changes
|
2005-05-29 20:23:00 +00:00 |
sysctl.c
|
Renamed system/core to system/kernel.
|
2005-04-13 13:22:10 +00:00 |
system_info.c
|
Now fills in system_info::cpu_infos[] (ie. CPU activity) by looking at the active
|
2005-07-01 00:31:38 +00:00 |
team.c
|
Spotted by Axel: If the caller of a load_image_etc() was waiting for the new team to be loaded, but the team died before finishing loading we were notifying the caller only in case the team had already more than one thread.
|
2005-08-04 22:45:04 +00:00 |
thread.c
|
Added debug commands "ready", "running", and "waiting" that only list those
|
2005-08-02 16:27:00 +00:00 |
timer.c
|
Renamed system/core to system/kernel.
|
2005-04-13 13:22:10 +00:00 |