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