summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_spec.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initialize the locks in key_table. On hppa _SPINLOCK_LOCKED is 0, so ankettenis2007-07-201-1/+10
| | | | | | | uninitialized lock ends up in a locked state. This lead to a deadlock if we called pthread_key_create(). ok marc@, kurt@
* malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksdjm2006-04-021-6/+2
| | | | suggested by kjell@; ok otto@ pat@ millert@ jaredy@
* Start syncing with FreeBSD:fgsch2001-08-211-15/+16
| | | | | | | | | | 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.
* sync with FreeBSDd1999-11-251-3/+4
|
* Memory leak; FreeBSD PR 11713 rse@engelschall.comalex1999-05-141-2/+2
|
* identd1999-01-061-0/+1
|
* sync with freebsdd1998-11-201-2/+2
|
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-0/+2
| | | | | | | 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 onlyd1998-08-271-0/+197