diff options
author | Thomas Schwinge <tschwinge@ikr.uni-stuttgart.de> | 2011-07-20 13:35:48 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@ikr.uni-stuttgart.de> | 2011-07-20 13:35:48 +0200 |
commit | 33b91f458ed0f728933f2d5aa5ec2ae1a86a9d4d (patch) | |
tree | 95fc12f0c6dc3ee0fbefa551faab429c96dfc4a8 /glibc/signal | |
parent | 5873c9b664528a5fe35bf3ea22abe785ace6f86a (diff) | |
download | web-33b91f458ed0f728933f2d5aa5ec2ae1a86a9d4d.tar.gz web-33b91f458ed0f728933f2d5aa5ec2ae1a86a9d4d.tar.bz2 web-33b91f458ed0f728933f2d5aa5ec2ae1a86a9d4d.zip |
Misc bits from emails by Samuel and Jérémie.
Diffstat (limited to 'glibc/signal')
-rw-r--r-- | glibc/signal/signal_thread.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/glibc/signal/signal_thread.mdwn b/glibc/signal/signal_thread.mdwn index 28855dbd..5341b1ab 100644 --- a/glibc/signal/signal_thread.mdwn +++ b/glibc/signal/signal_thread.mdwn @@ -8,6 +8,13 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] +For delivering a signal, Mach forwards an `msg_sig_post` message from the +invoker of `kill` to the target process. The target process' [[signal_thread]] +job is it to listen to such messages and to set up signal handler contexts in +other threads. + +--- + [[!tag open_issue_documentation]] <braunr> bugs around signals are very tricky |