minix/kernel
Lionel Sambuc cfd3379bb1 Removing CSU patches
* Removed startup code patches in lib/csu regarding kernel to userland
   ABI.

 * Aligned stack layout on NetBSD stack layout.

 * Generate valid stack pointers instead of offsets by taking into account
   _minix_kerninfo->kinfo->user_sp.

 * Refactored stack generation, by moving part of execve in two
   functions {minix_stack_params(), minix_stack_fill()} and using them
   in execve(), rs and vm.

 * Changed load offset of rtld (ld.so) to:
      execi.args.stack_high - execi.args.stack_size - 0xa00000
   which is 10MB below the main executable stack.

Change-Id: I839daf3de43321cded44105634102d419cb36cec
2014-02-18 11:25:02 +01:00
..
arch Removing CSU patches 2014-02-18 11:25:02 +01:00
system Removing CSU patches 2014-02-18 11:25:02 +01:00
clock.c Alignement on netbsd types, part 1 2014-02-18 11:25:01 +01:00
clock.h kernel: spelling fixes 2013-10-09 20:24:17 -04:00
config.h
const.h
cpulocals.c
cpulocals.h
debug.c kernel: fixes for DEBUG_DUMPIPC mode 2013-09-24 08:26:53 +00:00
debug.h
extract-errno.sh kernel: fixes for DEBUG_DUMPIPC mode 2013-09-24 08:26:53 +00:00
extract-mfield.sh
extract-mtype.sh
glo.h kernel: spelling fixes 2013-10-09 20:24:17 -04:00
interrupt.c kernel: spelling fixes 2013-10-09 20:24:17 -04:00
interrupt.h
ipc.h
kernel.h
main.c arm:create SoC specific bsp directory and move code to there. 2014-02-07 11:14:39 +01:00
Makefile arm:create SoC specific bsp directory and move code to there. 2014-02-07 11:14:39 +01:00
priv.h
proc.c Kernel: correct a case of misleading indentation 2013-10-22 14:44:39 +00:00
proc.h kernel: spelling fixes 2013-10-09 20:24:17 -04:00
profile.c
profile.h
proto.h Removing CSU patches 2014-02-18 11:25:02 +01:00
smp.c kernel: spelling fixes 2013-10-09 20:24:17 -04:00
smp.h kernel: spelling fixes 2013-10-09 20:24:17 -04:00
spinlock.h
system.c kernel: spelling fixes 2013-10-09 20:24:17 -04:00
system.h
table.c
type.h
usermapped_data.c
utility.c
vm.h
watchdog.c kernel: spelling fixes 2013-10-09 20:24:17 -04:00
watchdog.h kernel: spelling fixes 2013-10-09 20:24:17 -04:00