| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-10-19 | Use __morestack to detect stack overflow | Alex Crichton | -36/+5 | |
| This commit resumes management of the stack boundaries and limits when switching between tasks. This additionally leverages the __morestack function to run code on "stack overflow". The current behavior is to abort the process, but this is probably not the best behavior in the long term (for deails, see the comment I wrote up in the stack exhaustion routine). | ||||
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -2/+2 | |
| 2013-04-10 | add unwind information on morestack | ILyoan | -14/+19 | |
| 2013-04-10 | rust morestack assembly for arm | ILyoan | -1/+54 | |
| Conflicts: src/rt/arch/arm/morestack.S | ||||
| 2013-04-01 | rt/arch/arm: fix syntax used for noexec stack | Daniel Micay | -1/+1 | |
| 2013-03-31 | mark the assembly object stacks as non-executable | Daniel Micay | -0/+5 | |
| Closes #5643 This also removes the need to pass noexecstack to gcc, but that wasn't actually working anymore. | ||||
| 2013-02-27 | mk: rewrite make files | Young-il Choi | -0/+8 | |
