Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix several locks that weren't updated right for new futex-based __lock | Rich Felker | 2012-07-12 | 1 | -2/+2 |
| | | | | | | these could have caused memory corruption due to invalid accesses to the next field. all should be fixed now; I found the errors with fgrep -r '__lock(&', which is bogus since the argument should be an array. | ||||
* | fix potential race condition in detached threads | Rich Felker | 2012-07-11 | 1 | -2/+2 |
| | | | | | | | after the thread unmaps its own stack/thread structure, the kernel, performing child tid clear and futex wake, could clobber a new mapping made at the same location as the just-removed thread's tid field. disable kernel clearing of child tid to prevent this. | ||||
* | fix more instances of old a_xchg (use new a_swap name) | Rich Felker | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+11 |