index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libpthread
/
pthread_sig.c
Age
Commit message (
Expand
)
Author
2003-09-13
fix syntax; thanks aymeric
christos
2003-09-13
explicitly use a sigset_t * variable to recover the signal mask pointer.
christos
2003-09-12
make it compile with PTHREAD_SIG_DEBUG again
drochner
2003-09-12
Fix pasto in previous.
kleink
2003-09-12
convert to use siginfo/ucontext style of signal delivery instead of
christos
2003-08-22
In pthread__deliver_signal(), correctly use pt_trapuc or pt_uc as the
nathanw
2003-07-21
Lock accesses to pt_flags and pt_cancel.
nathanw
2003-07-17
Take the normal return path in sigtimedwait when the current thread was
fvdl
2003-05-27
pass lint:
christos
2003-03-20
Use pthread__assert() instead of plain assert(), as the latter has
nathanw
2003-03-14
Add a wrapper for the execve() system call that arranges for the current
nathanw
2003-03-08
add __RCSID()
lukem
2003-02-28
If pthreads hasn't started yet when calling sigsuspend, use the systemcall
lha
2003-02-15
interposition sigtimedwait() with a thread-aware version, which uses
jdolecek
2003-02-15
Move debug toggle to pthread_debug.h.
nathanw
2003-01-30
More rototilling:
nathanw
2003-01-28
__sigaction14(): sanity check 'sig' before use, same way as sigaction1()
jdolecek
2003-01-25
More signal rearranging:
nathanw
2003-01-24
unlock pt_statelock _after_ changing pt_state, not before
jdolecek
2003-01-18
de-lint
christos
2003-01-18
Merge the nathanw_sa branch.
thorpej