haiku/src/kernel/core
Axel Dörfler 24e8f2c929 Fixed debugger command "dw" address translation, added better help output.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8150 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-06-25 00:44:54 +00:00
..
addons Fixed build conflict with new ISA bus manager. 2004-06-07 01:13:49 +00:00
arch This fixes the PPC kernel build. 2004-06-17 13:33:36 +00:00
device_manager Don't panic for now if the PnP-root node cannot be registered; it doesn't 2004-06-07 15:17:02 +00:00
disk_device_manager Added needed header when tracing is enabled. 2004-06-15 15:40:21 +00:00
fs Removed the directory contents dump in vfs_mount_boot_file_system(). 2004-06-16 13:26:39 +00:00
util Removed stuff that's no longer necessary due to the stdio.h switch. 2004-05-05 16:38:32 +00:00
vm Fixed debugger command "dw" address translation, added better help output. 2004-06-25 00:44:54 +00:00
cbuf.c Simplified an expression (which was even wrong before) 2004-03-02 16:29:04 +00:00
console.c Renamed VFS syscalls to the new style. 2004-06-15 15:26:22 +00:00
cpu.c Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +00:00
debug.c Added stupid version of parse_expression() for the kernel debugger. 2004-06-08 06:24:35 +00:00
elf.c Kernel add-ons were not correctly registered (image_info was initialized 2004-06-21 00:10:55 +00:00
faults.c Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +00:00
gdb.c Removed superfluous htons()/htonl() functions (we already have the 2004-05-31 22:49:06 +00:00
heap.c Fixed a warning. 2003-10-17 14:01:16 +00:00
image.c Kernel images are now registered, so the ToDo item is fulfilled. 2004-05-11 17:27:59 +00:00
int.c Include kernel_args.h instead of stage2.h. 2003-10-07 23:12:37 +00:00
Jamfile Added device_manager to the build. 2004-05-10 13:27:20 +00:00
kernel_daemon.c Fixed a stupid bug; malloc() was called with the wrong size - always use the "struct" 2004-06-24 23:48:44 +00:00
khash.c
linkhack.c
lock.c
main.c Now checks the kernel args structure size and version, and bails out if 2004-06-15 16:57:13 +00:00
misc.c
module.c get_module() didn't correctly maintain the module ref_count (in case 2004-06-08 05:58:23 +00:00
pools.c
port.c Introduced sUsedPorts/sUsedSems variables that can make it more efficient 2004-05-13 19:35:49 +00:00
queue.c
real_time_clock.c Fixed a warning. 2004-03-28 23:52:11 +00:00
scheduler.c Minor cleanup. 2004-06-10 01:39:17 +00:00
sem.c Introduced sUsedPorts/sUsedSems variables that can make it more efficient 2004-05-13 19:35:49 +00:00
signal.c Added a TODO item 2004-05-24 09:06:20 +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 VFS syscalls to the new style. 2004-06-15 15:26:22 +00:00
sysctl.c Rearranged the code a bit, made private functions static, removed wrong 2003-10-28 18:23:31 +00:00
system_info.c Partially implemented get_system_info(), courtesy of Jack Burton. 2004-04-21 22:57:39 +00:00
team.c Now cuts off the path when it gives a team's main thread its name. 2004-06-11 01:36:29 +00:00
thread.c Added exit_thread(). 2004-06-11 01:45:33 +00:00
timer.c Applied ages old cleanup patch from Jack Burton. 2004-03-14 18:02:22 +00:00