| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core: thread: have start_thread() allocate memory dynamically | H. Peter Anvin | 2009-09-09 | 1 | -1/+1 |
| | | | | | | | | | Have start_thread() allocate memory dynamically, using malloc(). XXX: should probably free that memory in __exit_thread()... could be "interesting". Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
| * | core: simple thread library | H. Peter Anvin | 2009-09-08 | 1 | -0/+39 |
| Simple thread library with the intent of making lwIP easier to port. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | |||||
