haiku/src/system/kernel
Axel Dörfler ecf2e38db2 Reset last_acquirer in case the semaphore gets released.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15144 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-11-25 12:34:54 +00:00
..
arch Fixed a major oversight in the interrupt handling: when a user space 2005-11-25 12:26:56 +00:00
cache Removed one TODO from the list: in case pages_io() fails, read_chunk_into_cache() 2005-11-23 18:36:38 +00:00
debug * Fail, if debug_thread() is invoked for the debug nub thread. 2005-11-03 00:40:36 +00:00
device_manager Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
disk_device_manager Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
fs common_access() now follows the same logic as traversing paths: if the file system 2005-11-10 11:17:03 +00:00
messaging Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
util Reverted to the previous version. I was too quick; the boot loader 2005-11-16 20:51:17 +00:00
vm Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +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 Added a image_debug_lookup_user_symbol_address() that one day may find symbol names 2005-11-04 17:25:58 +00:00
int.c added debugging code, can be disabled, currently enabled 2005-11-03 21:03:06 +00:00
Jamfile Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +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 Changed the boot procedure a bit. 2005-10-25 16:59:12 +00:00
module.c Removed "bootfs" and the support for it in other components. 2005-10-30 23:00:14 +00:00
port.c improved debug output 2005-11-04 17:10:50 +00:00
real_time_clock.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
scheduler.c Changed the boot procedure a bit. 2005-10-25 16:59:12 +00:00
sem.c Reset last_acquirer in case the semaphore gets released. 2005-11-25 12:34:54 +00:00
shutdown.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
signal.c Fixed a major oversight in the interrupt handling: when a user space 2005-11-25 12:26:56 +00:00
smp.c * renamed smp_boot.c to smp.cpp 2005-10-26 22:57:13 +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 Now also prints the parent's team ID as part of the team info. 2005-11-02 10:43:30 +00:00
thread.c added a unreal kernel debugger command 2005-11-03 21:03:51 +00:00
timer.c Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00