Age | Commit message (Expand) | Author |
---|---|---|
2006-01-05 | Remove redundant mprotect() calls (we're unmapping the region anyway) | Otto Moerbeek |
2006-01-05 | add -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare | Marco S Hyman |
2006-01-04 | allow threads to be created in a detached state | Marco S Hyman |
2006-01-01 | thread stack handling changes. Add guard zones and allow stack | Marco S Hyman |
2005-12-31 | Implement suspend/resume and creation of initially suspended threads. | Otto Moerbeek |
2005-12-19 | update copyright to 2005 | Ted Unangst |
2005-12-19 | add pthread_get/set_concurrency (useless for now) | Ted Unangst |
2005-12-03 | add userland thread library. incomplete, but functional | Ted Unangst |