Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some double semicolons (hmm, do two semis equal a maxi?). | 2003-08-06 | 1 | -5/+5 | |
| | | | | I've skipped the GNU stuff for now. From Patrick Latifi. | ||||
* | Start syncing with FreeBSD: | 2001-08-21 | 1 | -5/+6 | |
| | | | | | | | | | | o Implement _get_curthread() and _set_curthread(). Use it where possible. o Add missing _thread_[enter|leave]_cancellation_point(). o Add a couple of not yet used vars to pthread_private.h. o Remove return's from void functions. This is by no means complete, but instead of doing a big commit, i'll split it in small ones, minimizing diffs. | ||||
* | include stdlib.h | 2000-01-06 | 1 | -1/+2 | |
| | |||||
* | really remove all other threads when fork()ing. (bug was in removing elements from a list whilest walking it) | 1999-11-30 | 1 | -24/+15 | |
| | |||||
* | sync with FreeBSD | 1999-11-25 | 1 | -39/+73 | |
| | |||||
* | Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization. | 1999-06-15 | 1 | -9/+1 | |
| | |||||
* | sync with FreeBSD | 1999-05-26 | 1 | -2/+35 | |
| | |||||
* | pthread_atfork() | 1999-01-17 | 1 | -1/+7 | |
| | |||||
* | ident | 1999-01-06 | 1 | -0/+1 | |
| | |||||
* | sync with FreeBSD (rwlock, gc thread, man pages) | 1998-11-09 | 1 | -4/+4 | |
| | | | | | | | add (broken) mips md stuff fix some const warnings add sigaltstack() stub another hash at getting shlib auto-init to work (mips/elf and i386/a.out) | ||||
* | experimental threaded libc - kernel only | 1998-08-27 | 1 | -0/+132 | |