summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_spinlock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create a siginfo_t for thread-to-thread kill.marc2003-01-311-2/+2
| | | | | Clean up (compiler warning elimination). Compile check options added but commented out as they have not been checked on all architectures, yet.
* remove erroneous commentmarc2002-09-121-3/+2
|
* put changes back, this time ALL the files.fgsch2001-09-041-2/+2
|
* Back out fgsch@'s tree breaking commits.todd2001-08-301-2/+2
| | | | Test next time, ok?
* fix some const warnings.fgsch2001-08-301-2/+2
| | | | more sync with freebsd.
* Start syncing with FreeBSD:fgsch2001-08-211-6/+9
| | | | | | | | | | 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.
* kill silly casts to (long)d2000-01-061-3/+3
|
* sync with FreeBSDd1999-11-251-5/+5
|
* sync with FreeBSDd1999-05-261-18/+16
|
* no need to cast any mored1999-01-101-5/+5
|
* preserve FreeBSD identsd1998-12-231-2/+2
|
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-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 onlyd1998-08-271-0/+109