Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
Ben Gras f5cfab17d6 ldivmod, uldivmod: fix qdivrem calls
. ldivmod, uldivmod were passing the modulo argument pointer
	  in R4, which is bogus, as qdivrem expects it on the stack as
	  per the EABI, causing essentially 'random' memory to be trampled
	  by qdivrem. fix by pushing R4 before the call.
	. also add these functions to -minc so -lminc clients can be
	  linked without -lgcc

Change-Id: I90b0b28b51a188c93da5de6afb108224749ea794
2013-02-08 14:09:45 +01:00
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
bin Upgrading sync 2013-02-02 01:20:09 +01:00
commands umount: getopt return value is int, not char 2013-02-04 12:03:05 +01:00
common ldivmod, uldivmod: fix qdivrem calls 2013-02-08 14:09:45 +01:00
dist/nvi Termcap update, replacing elvis by nvi. 2013-01-24 07:44:38 +01:00
distrib GPIO:further development 2013-02-06 16:07:43 +01:00
docs Importing bin/ln 2013-02-01 11:41:48 +01:00
drivers ramdisk Makefile: CLEANFILES fix 2013-02-07 23:09:18 +01:00
etc GPIO:further development 2013-02-06 16:07:43 +01:00
external ARM updates 2013-01-17 10:03:58 +01:00
gnu/dist Toolchain upgrade and portability improvements. 2012-11-15 16:07:29 +01:00
include GPIO:further development 2013-02-06 16:07:43 +01:00
kernel arm: protect state after signal handler 2013-02-05 17:25:38 +01:00
lib ldivmod, uldivmod: fix qdivrem calls 2013-02-08 14:09:45 +01:00
libexec ARM updates 2013-01-17 10:03:58 +01:00
man Upgrading sync 2013-02-02 01:20:09 +01:00
releasetools Upgrading sync 2013-02-02 01:20:09 +01:00
sbin Fix warnings trivial warnings. 2013-01-14 11:44:31 +01:00
servers libexec: detect short files 2013-02-04 12:04:35 +01:00
share Re-adding extended keys in minix termcap entry 2013-01-23 21:28:17 +01:00
sys ARM updates 2013-01-17 10:03:58 +01:00
test test41: relax maximum timer tick rate 2013-02-06 17:40:04 +01:00
tools GNU tools: improvements to fetching process 2013-01-25 18:42:58 +01:00
usr.bin Upgrading printf 2013-02-01 11:41:47 +01:00
usr.sbin Fixing cross build i386 on minix 2013-01-23 21:03:38 +01: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 Adapting build target to also execute hdboot. 2012-11-26 23:42:32 +01:00