Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix thread_continuation_t typedef and use passed curthread instead of | 2007-04-27 | 1 | -3/+3 | |
| | | | | calling _get_curthread() again. fixes some lint warnings. okay marc@ | ||||
* | Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(), | 2003-12-23 | 1 | -1/+9 | |
| | | | | | | | | and sendto() cancellation points, as required by POSIX.1-2001. From: FreeBSD' libc_r ok marc@ | ||||
* | spelling; raj@cerias.purdue.edu | 2002-06-04 | 1 | -3/+3 | |
| | |||||
* | sync with freebsd. | 2001-12-20 | 1 | -71/+184 | |
| | |||||
* | Partially sync with FreeBSD; mostly pthread_cancel(3) related changes. | 2001-12-08 | 1 | -3/+10 | |
| | | | | make includes is needed in case you want to play. | ||||
* | Start syncing with FreeBSD: | 2001-08-21 | 1 | -12/+14 | |
| | | | | | | | | | | 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. | ||||
* | _SPINLOCK_INIT, unused vars | 2000-01-06 | 1 | -4/+2 | |
| | |||||
* | sync with FreeBSD | 1999-11-25 | 1 | -23/+62 | |
| | |||||
* | sync with freebsd | 1999-06-09 | 1 | -11/+30 | |
| | |||||
* | sync with FreeBSD | 1999-05-26 | 1 | -66/+241 | |
| | |||||
* | pthread_cancel() and cancellation points | 1999-01-17 | 1 | -2/+6 | |
| | |||||
* | ident | 1999-01-06 | 1 | -1/+4 | |
| | |||||
* | sync with freebsd | 1998-11-20 | 1 | -26/+29 | |
| | |||||
* | sync with FreeBSD (rwlock, gc thread, man pages) | 1998-11-09 | 1 | -4/+0 | |
| | | | | | | | 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/+350 | |