haiku/src/kernel/core
Axel Dörfler 433c716b82 Removed the empty function stubs from this file (and basically moved there
where they belong). Lazy Ingo ;-)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9642 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-29 01:43:15 +00:00
..
addons
arch Moved arch_dbg_con_init() to the end of the file. 2004-10-26 23:30:51 +00:00
cache Replaced all remaining PAGE_SIZE with B_PAGE_SIZE and "addr" with addr_t. 2004-10-20 00:19:38 +00:00
device_manager
disk_device_manager Removed the empty function stubs from this file (and basically moved there 2004-10-29 01:43:15 +00:00
fs Added new functions devfs_[un]publish_file_device() - they're not implemented 2004-10-29 01:41:16 +00:00
util Since the kernel links against libgcc.a and we use some C++ features that cause functions of libgcc.a to be included that use a couple of formerly undefined symbols (stderr, fprintf, abort, debugger) those had to be added to kernel_cpp.cpp. We don't build the kernel utils as static library anymore, since libgcc.a is listed at the end of the link command line and trying to change that would be a bit ugly. For C++ in the boot loader nothing changes. 2004-10-27 22:07:00 +00:00
vm Implemented vm_free_kernel_args() which frees all arguments from the kernel_args arguments 2004-10-23 13:52:42 +00:00
cbuf.c Replaced all remaining PAGE_SIZE with B_PAGE_SIZE and "addr" with addr_t. 2004-10-20 00:19:38 +00:00
console.c
cpu.c Renamed some init2() functions to init_post_vm() to make clearer when and why 2004-10-21 01:45:43 +00:00
debug.c Since the additional 512 bytes of dprintf() on the stack can potentially 2004-10-25 22:53:37 +00:00
elf.c Replaced all remaining PAGE_SIZE with B_PAGE_SIZE and "addr" with addr_t. 2004-10-20 00:19:38 +00:00
faults.c
gdb.c
heap.c Renamed heap_init_postsem() to _post_sem(), added new heap_init_post_thread(). 2004-10-23 13:59:27 +00:00
image.c BeGeistert checkin: fixed broken allocation length as found by the USE_WALL 2004-10-18 15:39:21 +00:00
int.c Renamed some init2() functions to init_post_vm() to make clearer when and why 2004-10-21 01:45:43 +00:00
Jamfile
kernel_daemon.c
khash.c
linkhack.c
lock.c
main.c Turns out that the interrupts were temporarily turned on during startup, 2004-10-27 14:00:40 +00:00
misc.c
module.c
pools.c
port.c
queue.c
real_time_clock.c
scheduler.c Fixed a warning. 2004-10-14 14:24:42 +00:00
sem.c BeGeistert checkin: if B_RELEASE_ALL is used, the "count" argument should be 2004-10-18 15:14:03 +00:00
signal.c send_signal_etc() is now capable of broadcasting a signal to all teams in 2004-10-14 14:48:40 +00:00
smp.c Replaced all remaining PAGE_SIZE with B_PAGE_SIZE and "addr" with addr_t. 2004-10-20 00:19:38 +00:00
syscalls.c DDM syscalls added. 2004-10-29 01:37:37 +00:00
sysctl.c
system_info.c
team.c Replaced all remaining PAGE_SIZE with B_PAGE_SIZE and "addr" with addr_t. 2004-10-20 00:19:38 +00:00
thread.c Improved state_to_text() output to match the states in get_thread_info(). 2004-10-27 12:50:48 +00:00
timer.c