| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libthread: use consistent stack calculation code in makecontext | Russ Cox | 2020-01-19 | 1 | -38/+0 |
| | | | | | | | Also reduce duplication: makecontext is per-arch not per-os-arch. May fix #353. | ||||
| * | libthread: use mmap to allocate OpenBSD stacks | Russ Cox | 2020-01-14 | 1 | -0/+8 |
| | | | | | | | | Should fix faults on OpenBSD. Fixes #218. Fixes #226. | ||||
| * | Trivial changes: whitespace and modes. | Dan Cross | 2020-01-10 | 1 | -2/+0 |
| | | | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | ||||
| * | libthread: Lion context routines | Russ Cox | 2011-10-13 | 1 | -0/+32 |
