haiku/src/kernel/core
Philippe Houdoin f3eabb6abd Backport time tracking fix from NewOS:
thread code now properly traces time spent in user vs kernel mode. The code was
just plain broken before
http://www.newos.org/cgi-bin/perfbrowse.perl?@describe+1704


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2599 a95241bf-73f2-0310-859d-f6bbb57e9c96
2003-01-29 21:59:37 +00:00
..
addons Removed config_manager from the old location (now in src/add-ons/kernel/bus_managers) 2003-01-02 13:23:06 +00:00
arch Renamed resched() to scheduler_reschedule(). 2003-01-27 04:01:28 +00:00
fs Added new files to the build. 2003-01-18 14:14:07 +00:00
vm Replaced the standard thread functions with a BeOS compatible set. 2003-01-27 03:02:24 +00:00
cbuf.c *LOTS* of small changes to make the kernel compatible with Be's KernelExport.h 2002-10-26 16:13:36 +00:00
console.c *LOTS* of small changes to make the kernel compatible with Be's KernelExport.h 2002-10-26 16:13:36 +00:00
cpu.c Change int into status_t, and other changes for better BeOS type compatiblitly. 2002-09-03 02:19:22 +00:00
debug.c Add missing headers/os/drivers/KernelExport.h functions here and there. 2002-12-07 00:25:50 +00:00
driver_settings.c Some smaller changes concerning the scanning of the settings file to make it behave more like BeOS. 2003-01-12 14:42:09 +00:00
elf.c Included NewOS change 1674 - moved architecture dependent part of elf.c 2002-12-30 13:33:22 +00:00
faults.c Few changes... 2002-07-19 16:07:36 +00:00
fd.c fixed debug function 2002-11-28 14:41:06 +00:00
gdb.c dbg_add_command() changed into BeOS compatible add_debugger_command(). 2002-07-17 22:07:37 +00:00
heap.c added a lot of debugging functions that should help fixing bugs 2002-11-28 02:25:04 +00:00
image.c Team/image stuff now uses lists instead of kqueues. 2003-01-26 23:31:38 +00:00
int.c moved queue initialization into int_init2() 2002-11-19 11:53:41 +00:00
Jamfile Implemented the kernel daemon service. It's not yet tested, but should be 2003-01-26 17:31:33 +00:00
kernel_daemon.c Makes use of the new daemon_hook typedef. 2003-01-27 13:53:10 +00:00
khash.c Completely removed the buggy, inflexible, and incomplete new_hash_table 2002-11-29 08:30:20 +00:00
linkhack.c It is accomplished ... 2002-07-09 12:24:59 +00:00
list.c Added two convenience functions: list_add_item(), list_remove_item(). 2003-01-26 23:30:53 +00:00
lock.c mutex_lock() now prints out the semaphore ID if it panics. 2003-01-27 02:58:17 +00:00
main.c Replaced the standard thread functions with a BeOS compatible set. 2003-01-27 03:02:24 +00:00
misc.c It is accomplished ... 2002-07-09 12:24:59 +00:00
module.c Completely rewritten the module iterator code. Fixed many bugs in that 2002-12-03 17:54:09 +00:00
pools.c Fixed two warnings. 2002-11-29 08:39:34 +00:00
port.c Replaced the standard thread functions with a BeOS compatible set. 2003-01-27 03:02:24 +00:00
queue.c Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents. 2002-10-29 23:07:06 +00:00
scheduler.c Backport time tracking fix from NewOS: 2003-01-29 21:59:37 +00:00
sem.c Updated due to the changes in scheduler.c (resched() -> scheduler_reschedule(), 2003-01-27 03:05:09 +00:00
signal.c Fixed a variable misnamer I introduced earlier (team -> threadID). 2003-01-27 13:55:57 +00:00
smp.c Optimized (yes, we shouldn't do it now) to consume less power on P4, 2002-11-23 17:43:36 +00:00
syscalls.c Fixed all the broken signal stuff. Now correctly calls the user_*() function, 2003-01-27 03:07:30 +00:00
sysctl.c Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents. 2002-10-29 23:07:06 +00:00
team.c Added comments to sys_(get|put)env() - please remove them from the kernel. 2003-01-27 03:09:33 +00:00
thread.c Backport time tracking fix from NewOS: 2003-01-29 21:59:37 +00:00
timer.c *LOTS* of small changes to make the kernel compatible with Be's KernelExport.h 2002-10-26 16:13:36 +00:00