summaryrefslogtreecommitdiff
path: root/vg_signals.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-23Removing files for total repo restructuring; these files were moved elsewher...njn251-1536/+0
2002-09-23Files updated, added and removed in order to turn the ERASER branch into HEADnjn251-22/+27
2002-07-13vg_signals.c: vg_oursignalhandler(): don't longjmp() on fatal signal ifsewardj1-2/+16
2002-06-28Make --stop-after= work again.sewardj1-3/+3
2002-06-25vg_push_signal_frame: make the siginfo and ucontext fields readable too.sewardj1-3/+6
2002-06-19Implement sigpending(). All absolutely horrible. Sigh.sewardj1-0/+56
2002-06-13Be more robust to the situation where a signal arrives, and there is asewardj1-0/+16
2002-06-04Whitespace only.sewardj1-1/+1
2002-06-04Fix bug in signal handling in threads shown by Peter Gober:sewardj1-0/+7
2002-05-24Comment-only change: add a list of known problems with the signal simulator.sewardj1-0/+19
2002-05-23Debug message wibble.sewardj1-1/+1
2002-05-23Fix small bug causing assertion failure in computation of SKSS.sewardj1-1/+5
2002-05-22Implement sigaltstack. Most of the logic is copied more-or-lesssewardj1-14/+108
2002-05-21gcc-3.1 compile fix.sewardj1-2/+2
2002-05-15More new-signal-hacks fixes.sewardj1-1/+2
2002-05-15In accordance with "build one to throw away, you will anyway (tm)",sewardj1-474/+757
2002-05-13Add another threads+signals test case along with the fix to make it work.sewardj1-0/+1
2002-05-13Add support for pthread_sigmask() and sigwait(). All absolutelysewardj1-60/+309
2002-05-03External namespace cleanup.sewardj1-0/+1
2002-04-25Debugging hook which turns on a lot of debug printing when SIGUSR1sewardj1-0/+14
2002-04-24Back out rev 1.10. It can't possibly be the right fix.sewardj1-7/+2
2002-04-24VG_(oursignalhandler): when catching a fatal signal, don't longjmpsewardj1-2/+7
2002-04-24Get rid of incomprehensible special-case treatment of SIGABRT.sewardj1-22/+6
2002-04-24- Fast-track pthread_mutex_trylock(), even though programs which usesewardj1-4/+4
2002-04-16Get rid of the muraroa.demon.co.uk references since that account issewardj1-1/+0
2002-04-14* external namespace checksewardj1-1/+1
2002-04-14Take notice of SA_RESTART flags on signals, so as to deal (at leastsewardj1-6/+39
2002-04-12Cleanup of the dispatch mechanism. Now syscall returns and the finalsewardj1-14/+5
2002-04-12Mega-merge of my last 2 weeks hacking. This basically does the groundworksewardj1-255/+176
2002-03-29(VG_(do__NR_sigaction)): Don't allow setting ofsewardj1-3/+21
2002-03-22Initial revisionsewardj1-0/+823