summaryrefslogtreecommitdiff
path: root/src/cmd/5l/noop.c
Commit message (Expand)AuthorAgeFilesLines
* runtime: various arm fixesRuss Cox2010-04-051-2/+2
* cleanup toward eliminating package global name spaceRuss Cox2010-01-191-5/+5
* frame size > StackBig supportKai Backman2009-10-251-7/+49
* fix off by 4 bug in morestack (lr again). remove storing of r0Kai Backman2009-10-231-6/+17
* change stack splitting comparisons from signed to unsigned (oversight)Kai Backman2009-10-211-9/+9
* rename sys functions to runtime,Russ Cox2009-10-151-4/+4
* Runtime is now starting up with a dummy c program as target:Kai Backman2009-06-231-33/+31
* grab bag of changes aimed at getting stack splitting to work:Kai Backman2009-06-161-45/+61
* initial morestack support for 5l. still disabled, doesn't work.Kai Backman2009-06-081-74/+96
* This is really two changes in one but given interdependenciesKai Backman2009-03-251-2/+2
* 5a 5c 5l from inferno distributionKai Backman2009-03-131-0/+924