Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-30 | libthread: simplify | Russ Cox | 1 | -9/+0 | |
Now that everything uses pthreads and pthreadperthread, can delete various conditionals, all the custom context code, and so on. Also update documents. Fixes #355. | |||||
2020-01-19 | libthread: use consistent stack calculation code in makecontext | Russ Cox | 1 | -3/+3 | |
Also reduce duplication: makecontext is per-arch not per-os-arch. May fix #353. | |||||
2006-02-12 | add wait | rsc | 1 | -1/+1 | |
2006-02-10 | sparc64 attempt | rsc | 1 | -0/+8 | |
2005-01-14 | license | rsc | 1 | -0/+45 | |