haiku/src/system/kernel
Axel Dörfler 9620c1d716 rename_thread() was broken for the current thread: updating the name is
hardly atomic, so we need to grab the thread lock after all.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12877 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-05-29 00:29:45 +00:00
..
arch Added an arch_get_caller() function that returns the caller of the calling function :-) 2005-05-25 13:58:32 +00:00
cache Oops, forgot to implement cache_abort_transaction(); every failing transaction 2005-05-28 15:11:18 +00:00
debug This should fix the build after all the kernel/system renaming. 2005-04-13 13:59:17 +00:00
device_manager Disabled debug output. 2005-05-29 00:17:02 +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 Instead of the ugly and unnecessary cookie union, we now have a cookie for 2005-05-27 00:43:01 +00:00
messaging This should fix the build after all the kernel/system renaming. 2005-04-13 13:59:17 +00:00
util This should fix the build after all the kernel/system renaming. 2005-04-13 13:59:17 +00:00
vm Renamed vm.c to vm.cpp and made all the changes to let it compile without 2005-05-16 23:17:45 +00:00
boot_item.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
cpu.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
elf.c Added support for special reserved address ranges: they will be used 2005-05-15 15:56:55 +00:00
faults.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +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 {install|remove}_io_interrupt_handler() now correctly handle the B_NO_ENABLE_COUNTER flag. 2005-04-27 01:08:35 +00:00
Jamfile This should fix the build after all the kernel/system renaming. 2005-04-13 13:59:17 +00:00
kernel_daemon.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +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 Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
module.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
port.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
real_time_clock.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
scheduler.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
sem.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +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 Another improvement of the debug code - it seems to has a different cause than I thought. 2005-05-26 12:02:29 +00:00
syscalls.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
sysctl.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
system_info.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
team.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
thread.c rename_thread() was broken for the current thread: updating the name is 2005-05-29 00:29:45 +00:00
timer.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00