minix/lib/libc/arch/arm/sys-minix
Ben Gras cdf2f55a90 kernel, arm ucontext: ARM DBG=-g run fixes
kernel:
	. modules can be as big as the space (8MB) between them
	  instead of 4MB; memory is slightly bigger with DBG=-g

arm ucontext:
	. r4 is clobbered by the restore function, as it's
	  used as a scratch register, causing problems for the
	  DBG=-g build
	. r1-r3 are safe for scratch registers, as they are
	  caller-save, so use r3 instead; and don't bother
	  restoring r1-r3, but preserve r4

vfs:
	. improve TLL pointer sanity check a bit

Change-Id: I0e3cfc367fdc14477e40d04b5e044f288ca4cc7d
2013-06-24 16:57:30 +02:00
..
__sigreturn.S arm: make signal handlers work 2013-01-30 04:10:12 +00:00
_ipc.S ARM: correctly store kernel_info_struct pointer 2013-01-25 17:07:02 +00:00
_senda.S ARM support for kernel and vm 2012-10-07 21:38:03 -04:00
brksize.S ARM support for system libraries 2012-08-28 13:49:27 -04:00
Makefile.inc ARM updates 2013-01-17 10:03:58 +01:00
ucontext.S kernel, arm ucontext: ARM DBG=-g run fixes 2013-06-24 16:57:30 +02:00
ucontextoffsets.cf ARM support for system libraries 2012-08-28 13:49:27 -04:00