haiku/src/kernel/core
Axel Dörfler c2f9230c91 For some strange reason, elf_relocate_rel() crashed and reported a high
rel type (111) when it tried to load the PCI bus manager - I've only removed
the crash, but I didn't dig any deeper yet.
Note, this only happens using bochs - on a real computer, the kernel runs
obviously without any problems.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@593 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-08-05 06:41:57 +00:00
..
addons Big commit: Added symlink support to the kernel. 2002-08-03 02:03:27 +00:00
arch Second round of changes. Splitted thread.c into thread.c, team.c and scheduler.c. First kernel-only get_team_info and get_next_team_info implementation. 2002-08-03 23:39:50 +00:00
fs Added the write_link() call (currently only local to the VFS). 2002-08-05 05:37:17 +00:00
vm Added a missing return value in vm_resize_region(). 2002-08-05 05:22:27 +00:00
cbuf.c Remove the int_ from the interrupt enable/disable functions. 2002-07-25 01:05:51 +00:00
console.c Updated the code to reflect the changes in the VFS. 2002-07-14 05:15:34 +00:00
cpu.c It is accomplished ... 2002-07-09 12:24:59 +00:00
debug.c Remove the int_ from the interrupt enable/disable functions. 2002-07-25 01:05:51 +00:00
elf.c For some strange reason, elf_relocate_rel() crashed and reported a high 2002-08-05 06:41:57 +00:00
faults.c Few changes... 2002-07-19 16:07:36 +00:00
fd.c Added the write_link() call (currently only local to the VFS). 2002-08-05 05:37:17 +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 the overflow bug in heap.c that would occur on allocation of all the memory of the heap. 2002-07-25 14:49:29 +00:00
int.c Remove the int_ from the interrupt enable/disable functions. 2002-07-25 01:05:51 +00:00
Jamfile Second round of changes. Splitted thread.c into thread.c, team.c and scheduler.c. First kernel-only get_team_info and get_next_team_info implementation. 2002-08-03 23:39:50 +00:00
khash.c The new hash code. 2002-07-19 01:27:22 +00:00
linkhack.c It is accomplished ... 2002-07-09 12:24:59 +00:00
lock.c Implemented geist's recent change to mutexes - they are now no longer 2002-07-18 19:21:40 +00:00
main.c Second round of changes. Splitted thread.c into thread.c, team.c and scheduler.c. First kernel-only get_team_info and get_next_team_info implementation. 2002-08-03 23:39:50 +00:00
misc.c It is accomplished ... 2002-07-09 12:24:59 +00:00
module.c Big commit: Added symlink support to the kernel. 2002-08-03 02:03:27 +00:00
pools.c Add pools to the build 2002-07-19 01:23:24 +00:00
port.c Added a missing return value in port_init(). 2002-08-05 05:25:26 +00:00
queue.c ERR -> E 2002-07-11 22:21:16 +00:00
scheduler.c Converted thread states to BeOS equivalents (excluding THREAD_STATE_FREE_ON_RESCHED, which will probably go away once the slab allocator is in). Converted priorities to BeOS equivalents; we now have 60 priority queues to map the 120 BeOS priority levels (which have a granularity of 2, thanks Axel) plus the idle queue. Fixed PS. 2002-08-04 20:10:06 +00:00
sem.c Added a missing return value. 2002-08-05 05:23:23 +00:00
smp.c Remove the int_ from the interrupt enable/disable functions. 2002-07-25 01:05:51 +00:00
syscalls.c Added the write_link() call (currently only local to the VFS). 2002-08-05 05:37:17 +00:00
sysctl.c First round of big changes: the term team has replaced proc all over the kernel, the few kern_* syscalls have been renamed to sys_* for consistency, and other small changes. The ps app is temporarily disabled until get_next_team_info is implemented. 2002-08-03 00:41:27 +00:00
team.c Added a missing return value. 2002-08-05 05:26:52 +00:00
thread.c Converted thread states to BeOS equivalents (excluding THREAD_STATE_FREE_ON_RESCHED, which will probably go away once the slab allocator is in). Converted priorities to BeOS equivalents; we now have 60 priority queues to map the 120 BeOS priority levels (which have a granularity of 2, thanks Axel) plus the idle queue. Fixed PS. 2002-08-04 20:10:06 +00:00
timer.c Remove the int_ from the interrupt enable/disable functions. 2002-07-25 01:05:51 +00:00