Age | Commit message (Expand) | Author |
---|---|---|
2008-10-13 | use calloc() instead of malloc() and memset() | Kevin Lo |
2005-12-22 | add a missing underscore to the function name rthread_tls_destructors(). | Brad Smith |
2005-12-22 | more consistently use _rthread prefix for all not meant to be exported | Ted Unangst |
2005-12-19 | update copyright to 2005 | Ted Unangst |
2005-12-19 | sanity check for key_delete was missing ! | Ted Unangst |
2005-12-18 | initialize all spinlocks to _SPINLOCK_UNLOCKED | Ted Unangst |
2005-12-14 | the beatings will continue until morale improves | Ted Unangst |
2005-12-14 | there should be a lock around the tls key table | Ted Unangst |
2005-12-14 | change keys to use table instead of list, makes a sane destructor implementation | Ted Unangst |
2005-12-07 | malloc the right size, and memset after malloc | Ted Unangst |
2005-12-03 | add userland thread library. incomplete, but functional | Ted Unangst |