minix/kernel/system
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
..
do_abort.c Remove ability to pass commands to bootloader 2012-11-22 19:16:17 +01:00
do_clear.c
do_copy.c kernel: spelling fixes 2013-10-09 20:24:17 -04:00
do_cprofile.c
do_devio.c
do_endksig.c
do_exec.c Removing CSU patches 2014-02-18 11:25:02 +01:00
do_exit.c
do_fork.c kernel: spelling fixes 2013-10-09 20:24:17 -04:00
do_getinfo.c Replaced add64, add64u and add64ul with operators. 2013-11-13 13:11:33 +00:00
do_getksig.c
do_irqctl.c
do_kill.c
do_mcontext.c
do_memset.c
do_privctl.c kernel: spelling fixes 2013-10-09 20:24:17 -04:00
do_profbuf.c
do_runctl.c
do_safecopy.c Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
do_safememset.c Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
do_schedctl.c
do_schedule.c
do_setalarm.c kernel: rename realtime to monotonic, add realtime 2013-04-04 15:04:52 +02:00
do_setgrant.c
do_settime.c Adapt the type used for adjtime_delta 2014-02-18 11:25:01 +01:00
do_sigreturn.c kernel: trap-dependent state restore, trace fixes 2013-01-08 15:47:37 +00:00
do_sigsend.c arm: protect state after signal handler 2013-02-05 17:25:38 +01:00
do_sprofile.c Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
do_statectl.c
do_stime.c
do_sysctl.c
do_times.c libc: add clock_getres()/clock_gettime() system calls. 2013-04-04 15:04:53 +02:00
do_trace.c kernel:enable trace on arm. 2013-02-17 08:40:38 +01:00
do_umap_remote.c
do_umap.c
do_update.c
do_vdevio.c kernel: spelling fixes 2013-10-09 20:24:17 -04:00
do_vmctl.c drop safemap code 2012-10-30 13:55:42 +01:00
do_vtimer.c Alignement on netbsd types, part 1 2014-02-18 11:25:01 +01:00
do_vumap.c
Makefile.inc kernel: move do_padconf and add a test case 2013-08-29 09:23:10 -04:00