Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-05 | Remove redundant mprotect() calls (we're unmapping the region anyway) | Otto Moerbeek | |
and check user stack for proper alignment. ok tedu@ marc@ | |||
2006-01-05 | add -Wstrict-prototypes -Wmissing-prototypes -Wsign-compare | Marco S Hyman | |
Minor tweaks to compile with the above, primarily in fixing the conflicts between semaphore.h and rthread.h "i like the additional warnings" tedu@ | |||
2006-01-04 | allow threads to be created in a detached state | Marco S Hyman | |
do not allow a join to a detached thread "it looks good" otto@ | |||
2006-01-01 | thread stack handling changes. Add guard zones and allow stack | Marco S Hyman | |
size (and guard zone size) to be set using pthread_attr. Guard zones are specified in bytes, but implemented in terms of a page size. OK Otto@ | |||
2005-12-31 | Implement suspend/resume and creation of initially suspended threads. | Otto Moerbeek | |
With this, java seems to be operational. Also make threads_ready non-static, which is needed for an upcoming diff. ok tedu@ | |||
2005-12-19 | update copyright to 2005 | Ted Unangst | |
2005-12-19 | add pthread_get/set_concurrency (useless for now) | Ted Unangst | |
add pthread_get/set_stack[addr] (info not used yet) | |||
2005-12-03 | add userland thread library. incomplete, but functional | Ted Unangst | |