Go to file
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
benchmarks Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
bin remove utimes() workarounds 2013-04-12 18:55:40 +00:00
commands retire 64-bit conversion functions 2013-06-24 16:50:57 +02:00
common Downgrading to netbsd zlib version 2013-04-09 16:43:13 +02:00
dist/nvi Termcap update, replacing elvis by nvi. 2013-01-24 07:44:38 +01:00
distrib LLVM bitcode for almost the whole source tree 2013-06-18 10:49:53 +02:00
docs build:refactor arm_sdimage.sh as to no longer require root. 2013-04-23 11:24:12 +02:00
drivers retire 64-bit conversion functions 2013-06-24 16:50:57 +02:00
etc arm:increase the mmc driver process priority. 2013-06-24 09:12:10 +02:00
external Gold linker support for entire source tree 2013-06-11 22:51:02 +02:00
gnu/dist Toolchain upgrade and portability improvements. 2012-11-15 16:07:29 +01:00
include retire 64-bit conversion functions 2013-06-24 16:50:57 +02:00
kernel kernel, arm ucontext: ARM DBG=-g run fixes 2013-06-24 16:57:30 +02:00
lib kernel, arm ucontext: ARM DBG=-g run fixes 2013-06-24 16:57:30 +02:00
libexec LLVM bitcode for almost the whole source tree 2013-06-18 10:49:53 +02:00
man Importing libexec/fingerd 2013-06-02 08:14:05 -04:00
releasetools build:arm remove "start usb" from u-boot command line. 2013-06-24 09:12:11 +02:00
sbin ext2: annotate cache blocks with inode metadata 2013-04-26 15:39:07 +00:00
servers kernel, arm ucontext: ARM DBG=-g run fixes 2013-06-24 16:57:30 +02:00
share LLVM bitcode for almost the whole source tree 2013-06-18 10:49:53 +02:00
sys LLVM bitcode for almost the whole source tree 2013-06-18 10:49:53 +02:00
test retire 64-bit conversion functions 2013-06-24 16:50:57 +02:00
tools mkfs.mfs: various programs 2013-05-13 11:18:15 +02:00
usr.bin allow ldd mmap fallback 2013-06-12 07:05:11 +00:00
usr.sbin fix some comment typo's 2013-05-26 14:12:54 +00:00
.gitignore gitignore: ignore some more generated files 2012-12-06 13:29:20 +00:00
.gitreview misc:Add gerrit code review support. 2013-01-16 09:44:16 +01:00
build.sh Reverting back to default value of MKARZERO 2013-01-17 10:03:58 +01:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile some etc fixes 2013-04-04 12:50:12 +00:00