summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Implement pthread_atfork in libthr. This is mostly from deichen'smtm2004-06-271-0/+58
* Make libthr async-signal-safe without costly signal masking. The guidlines Imtm2004-05-201-55/+0
* o Since we're not using signals for thread synchronization anymore,mtm2004-03-271-4/+17
* o Add a wrapper around sigaction(2), so we can insert our own wrappermtm2003-12-091-0/+58
* Enable cancellation points around some syscalls.mtm2003-12-091-28/+28
* Make WARNS2 clean. The fixes mostly included:mtm2003-05-231-0/+10
* - Add libthr but don't hook it up to the regular build yet. This is anjeff2003-04-011-0/+418
OpenPOWER on IntegriCloud