..
arch
Fixed a pretty fatal bug in the page fault handling: interrupts were enabled
2005-08-21 23:27:51 +00:00
cache
cache_io() did not set the state of a page to PAGE_STATE_MODIFIED when it wrote
2005-08-22 20:31:32 +00:00
debug
Fixed a pretty fatal bug in the page fault handling: interrupts were enabled
2005-08-21 23:27:51 +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
Now marks a partition unmounted on unmount - that allows a volume to be remounted as often as you like.
2005-08-21 13:45:15 +00:00
messaging
Aesthetical change.
2005-07-29 13:15:39 +00:00
util
Removed unnecessary and stupid code - the doubled chain allocation also caused
2005-08-21 23:18:43 +00:00
vm
map_physical_memory() and its backend vm_map_physical_memory() did not map in the
2005-08-21 23:17:09 +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
The number of semaphores available is now computed based on the amount of memory.
2005-08-21 12:20:43 +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
Maybe it's better to free the team resources after notifying the watchers;
2005-08-05 10:27:08 +00:00
thread.c
The debugger command "waiting" now also accepts a semaphore as argument (specified by ID),
2005-08-20 15:57:56 +00:00
timer.c
Renamed system/core to system/kernel.
2005-04-13 13:22:10 +00:00