summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
2003-06-26Remove trailing whitespace.wiz
2003-06-26Adapt to pt_trapuc: change STACK_SWITCH to check for a value in pt_trapucnathanw
2003-06-26Initialize pt_trapuc in pthread__initthread().nathanw
2003-06-26Remove PT_SLEEPUC and add PT_TRAPUC.nathanw
2003-06-26Adapt to pt_trapuc: Store context obtained from upcalls there, clear itnathanw
2003-06-26Clear pt_trapuc when idling threads.nathanw
2003-06-26Introduce a new pointer, pt_trapuc, that stores thread context capturednathanw
2003-06-25More printf format size tweaks.nathanw
2003-06-25Complain clearly if SA syscalls aren't avaliable.nathanw
2003-06-24Oops, reordering the PT_STATE/PT_SWITCHTOUC/PT_SWITCHTO assemblynathanw
2003-06-23Update the switch_return point name in the static case.nathanw
2003-06-23First bits of SH3 support. Only _context_u.S is implemented (passessuwe
2003-06-17Catch up with Nathan's changes to other archs.martin
2003-06-16Dodge a potential race condition in pthread__debuglog_printf(). It'snathanw
2003-06-15Catch up with changes Nathan did to other archs.martin
2003-06-13Apply Nathan's switch-away fix and previous save-PT_UC from new stack fix.scw
2003-06-13Apply Nathan's switch-away fix and previous save-PT_UC from new stack fix.scw
2003-06-12Oops, that's switch_return_point, not locked_return_point. The perilsnathanw
2003-06-12STACKSPACE of 16 is too small, given the use of CALLFRAME_SIZ;nathanw
2003-06-12Apply switch-away fix and previous save-PT_UC from new stack fix.nathanw
2003-06-12Apply Nathan's switch-away fix.fvdl
2003-06-12In pthread__resolve_locks(), change the conditions for removing a normalnathanw
2003-06-12Two fixes:nathanw
2003-06-12Don't need to set the MSR field here; _INITCONTEXT_U_MD() takes carenathanw
2003-06-08$NetBSD$, not $Header$.thorpej
2003-06-06Tiny bit of infrastructure for ABI-supported thread-ID storage.nathanw
2003-06-06Fix typo in comment.nathanw
2003-06-03Make infrastructure for man pages.nathanw
2003-06-03Man pages for libpthread, adapted from FreeBSD by Stephen Degler.nathanw
2003-06-03Man pages for libpthread, written by Stephen Degler.nathanw
2003-06-02Add pthread_attr_getstack{,size,addr} needed by jdkchristos
2003-05-27pass lint:christos
2003-05-27add missing notreached lint comment.christos
2003-05-26* Recycle upcall stacks as soon as possible rather than waiting tonathanw
2003-05-16Both pthread__lock_ras_start and pthread__lock_ras_end need to bescw
2003-05-16Duh. s/PIC_PROLOGUE/PIC_EPILOGUE/scw
2003-05-16Separately report unlocking an unlocked mutex and unlocking a mutexnathanw
2003-05-15Fix typo in comment.wiz
2003-05-15Remove an unnecessary test in pthread_getspecific().nathanw
2003-05-07Add missing include and copyright.petrov
2003-04-28Move call to pthread__alarm_init() from pthread_init() (called at loadnathanw
2003-04-23Use pthread__error() instead of pthread__abort().nathanw
2003-04-23Introduce a pthread__error() macro, for detected application errors asnathanw
2003-04-18More agressive assertions. Change a number of detected conditions, whichnathanw
2003-04-18Use a __predict_true() in the definition of pthread__assert().nathanw
2003-04-17Catch up with changed struct reg (same as gregs in mcontext now).fvdl
2003-04-16pthread_mutex_trylock(): It's not an error to call trylock() on anathanw
2003-04-16When a thread sleeps on a mutex or cv, have it put itself on thenathanw
2003-04-16Fix a fencepost error in writing to the debug buffer.nathanw
2003-04-07When threads are started, register an atfork callback to clearnathanw