aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/linux/arm/sys.s
AgeCommit message (Expand)Author
2011-12-16runtime: make more build-friendlyRuss Cox
2011-12-12runtime: madvise and SysUnused for LinuxSébastien Paolacci
2011-11-30time: new Time, Duration, ZoneInfo typesRuss Cox
2011-11-04runtime: fix linux/arm nanotime?Russ Cox
2011-11-03time: faster Nanoseconds callRuss Cox
2011-09-30runtime: parallelize garbage collector mark + sweepRuss Cox
2011-07-29runtime: improve Linux mutexDmitriy Vyukov
2011-06-07runtime: SysMap uses MAP_FIXED if needed on 64-bit LinuxJonathan Mark
2011-05-02runtime, sync/atomic: fix arm casRuss Cox
2011-04-25runtime: fix arm buildDave Cheney
2011-04-25runtime: turn "too many EPIPE" into real SIGPIPERuss Cox
2011-03-25runtime: fix arm buildRuss Cox
2011-03-23runtime: os-specific types and code for setitimerRuss Cox
2011-02-25runtime: use kernel-supplied cas on linux/armRuss Cox
2011-02-23runtime: pass to signal handler value of g at time of signalRuss Cox
2010-11-04runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almostRuss Cox
2010-10-26arm: fix signal handlerRuss Cox
2010-09-09arm: fix a couple of build bugs.Rob Pike
2010-09-07runtime: use manual stack for garbage collectionRuss Cox
2010-04-05runtime: various arm fixesRuss Cox
2010-02-10arm: fix build on androidRuss Cox
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox
2009-11-11 add cache flushing call after generating closure.Kai Backman
2009-11-05 make 5g executables run on android/arm hardware. change OABIKai Backman
2009-10-29clone and futexKai Backman
2009-10-25proper syscall convention for armKai Backman
2009-10-15rename sys functions to runtime,Russ Cox
2009-09-18changed 5c calling convention to use stack exclusively for inKai Backman
2009-06-23Runtime is now starting up with a dummy c program as target:Kai Backman
2009-06-10Adding a batch of missing system calls.Kai Backman
2009-06-09mv src/lib to src/pkgRob Pike