summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread/uthread_sigaction.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Off-by-ones, from aaron@miod2003-09-221-2/+2
|
* 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.
* signal handling changes. This corrects several signalmarc2002-10-301-11/+6
| | | | | | | handling errors in the threads library. Most of the libc_r regression tests are now ok. thread specific kill semantics are still not correct. No negative comments after posting to tech@ a week or so ago. siginfo test fails on sparc64 due to sparc64 oddity.
* sync with FreeBSDd1999-11-251-2/+6
|
* sync with FreeBSDd1999-05-261-2/+2
|
* identd1999-01-061-0/+1
|
* sync with FreeBSD (rwlock, gc thread, man pages)d1998-11-091-1/+1
| | | | | | | 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/+104