haiku/src/kernel/core
Axel Dörfler 7d141659a6 Fixed some crucial bugs in the elf_load_uspace() function:
- if the path name exceeded about 56 bytes, the function would have seg-faulted
- the calculation to decide if there is an extra region for the bss needed was wrong -
  that caused the kernel to be not able to load certain executables

Also, fixed a warning, and cleaned up the above mentioned function a bit, added
some more comments.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@558 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-08-03 01:10:06 +00:00
..
addons While Intel documentation lists PCI capability as 32 bit entities, 2002-07-27 20:24:45 +00:00
arch 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
fs path_to_vnode() should now be able to resolve symbolic links (not tested 2002-07-28 19:39:49 +00:00
vm 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
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 Fixed some crucial bugs in the elf_load_uspace() function: 2002-08-03 01:10:06 +00:00
faults.c Few changes... 2002-07-19 16:07:36 +00:00
fd.c Major code cleanup and reorganisation. 2002-07-20 00:16:12 +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 Add pools.c to the build. 2002-07-19 01:35:54 +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 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
misc.c It is accomplished ... 2002-07-09 12:24:59 +00:00
module.c Change the modules code to use the new hash code. 2002-07-19 01:32:42 +00:00
pools.c Add pools to the build 2002-07-19 01:23:24 +00:00
port.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
queue.c ERR -> E 2002-07-11 22:21:16 +00:00
sem.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
smp.c Remove the int_ from the interrupt enable/disable functions. 2002-07-25 01:05:51 +00:00
syscalls.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
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
thread.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
timer.c Remove the int_ from the interrupt enable/disable functions. 2002-07-25 01:05:51 +00:00