haiku/src/system/kernel
Axel Dörfler 7d9e0897ed Implemented sigsuspend() - not tested, though.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14459 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-10-20 18:09:50 +00:00
..
arch Changed the signal handling code so that handle_signals() can be called without 2005-10-20 16:56:04 +00:00
cache Turned off debug output again - also temporarily removed the file cache warning 2005-10-19 23:01:57 +00:00
debug kernel_debugger_loop() now memorizes the last sDebuggerOnCPU value, so that 2005-08-26 02:39:24 +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 Turns out we could remove a mount point... 2005-10-20 16:34:18 +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 Updated a few more hash functions to be able to deal with negative numbers. 2005-08-26 02:07:41 +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 load_kernel_add_on() leaked FDs in case the image was already loaded. 2005-10-05 16:41:04 +00:00
heap.c add_wall() first added the memory block to the list, and then added the wall - there 2005-08-22 21:01:03 +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 If register_preloaded_module_image() fails, a warning is printed. 2005-10-19 22:45:13 +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 Implemented sigsuspend() - not tested, though. 2005-10-20 18:09:50 +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 Improved "team" debugger command: it will no longer crash on the kernel team, it 2005-10-06 08:36:37 +00:00
thread.c Changed the signal handling code so that handle_signals() can be called without 2005-10-20 16:56:04 +00:00
timer.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00