summaryrefslogtreecommitdiff
path: root/src/cmd/5l/noop.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-759/+612
2010-04-05runtime: various arm fixesRuss Cox1-2/+2
2010-01-19cleanup toward eliminating package global name spaceRuss Cox1-5/+5
2009-10-25frame size > StackBig supportKai Backman1-7/+49
2009-10-23fix off by 4 bug in morestack (lr again). remove storing of r0Kai Backman1-6/+17
2009-10-21change stack splitting comparisons from signed to unsigned (oversight)Kai Backman1-9/+9
2009-10-15rename sys functions to runtime,Russ Cox1-4/+4
2009-06-23Runtime is now starting up with a dummy c program as target:Kai Backman1-33/+31
2009-06-16grab bag of changes aimed at getting stack splitting to work:Kai Backman1-45/+61
2009-06-08initial morestack support for 5l. still disabled, doesn't work.Kai Backman1-74/+96
2009-03-25This is really two changes in one but given interdependenciesKai Backman1-2/+2
2009-03-135a 5c 5l from inferno distributionKai Backman1-0/+924