haiku/src/kernel/core
Axel Dörfler 2b75cca8d2 Added a dummy implementation of call_all_cpus() that will at least work on
single CPU machines.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7122 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-03-30 13:05:24 +00:00
..
addons start of media kit codec plugin API 2003-10-17 23:55:19 +00:00
arch The bootloader now takes this region into account, no need to do that manually over here. 2004-03-15 02:02:25 +00:00
disk_device_manager - Added/moved ddm string-length and buffer-size constants to DiskDeviceDefs.h 2003-10-28 00:13:11 +00:00
fs Fixes due to the team/thread.h separation and minor header cleanup. 2004-03-16 02:53:41 +00:00
util Fixed a typo, thanks to Jack Burton for pointing this out. 2004-03-23 15:37:48 +00:00
vm Fixes due to the team/thread.h separation and minor header cleanup. 2004-03-16 02:53:41 +00:00
cbuf.c Simplified an expression (which was even wrong before) 2004-03-02 16:29:04 +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 Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +00:00
debug.c find_command() did not return NULL if it couldn't find a command, courtesy 2004-03-23 15:42:39 +00:00
elf.c Fixed a scoping bug in the elf_load_kspace() function (non-critical under 2003-10-16 18:28:10 +00:00
faults.c Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +00:00
gdb.c dbg_add_command() changed into BeOS compatible add_debugger_command(). 2002-07-17 22:07:37 +00:00
heap.c Fixed a warning. 2003-10-17 14:01:16 +00:00
image.c Fixes due to the team/thread.h separation and minor header cleanup. 2004-03-16 02:53:41 +00:00
int.c Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +00:00
Jamfile Added real-time clock support written by Jeff Ward (for the kernel). 2003-10-24 10:21:10 +00:00
kernel_daemon.c list.h is now in util/. 2003-09-09 02:36:29 +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
lock.c fixed warnings 2003-09-12 20:44:45 +00:00
main.c Renamed thread_init_percpu() to thread_per_cpu_init(). 2004-03-17 15:28:08 +00:00
misc.c It is accomplished ... 2002-07-09 12:24:59 +00:00
module.c fixed warnings 2003-09-12 20:44:45 +00:00
pools.c Replaced some more vm_create_anonymous_region() with create_area() and 2003-08-19 17:38:13 +00:00
port.c Fixes due to the team/thread.h separation and minor header cleanup. 2004-03-16 02:53:41 +00:00
queue.c Replaced kmalloc(), kfree(), and kstrdup() with the POSIX equivalents. 2002-10-29 23:07:06 +00:00
real_time_clock.c Fixed a warning. 2004-03-28 23:52:11 +00:00
scheduler.c Cleanup. 2004-03-17 15:30:43 +00:00
sem.c Fixes due to the team/thread.h separation and minor header cleanup. 2004-03-16 02:53:41 +00:00
signal.c Fixes due to the team/thread.h separation and minor header cleanup. 2004-03-16 02:53:41 +00:00
smp.c Added a dummy implementation of call_all_cpus() that will at least work on 2004-03-30 13:05:24 +00:00
syscalls.c Renamed thread/team syscalls to new scheme. 2004-03-03 00:58:19 +00:00
sysctl.c Rearranged the code a bit, made private functions static, removed wrong 2003-10-28 18:23:31 +00:00
team.c No longer calls thread_kill_thread_nowait() but sends the signal directly 2004-03-17 15:25:43 +00:00
thread.c Renamed global variables to match our coding style guide. 2004-03-17 15:29:45 +00:00
timer.c Applied ages old cleanup patch from Jack Burton. 2004-03-14 18:02:22 +00:00