1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-03 11:40:04 +02:00
Files
coreutils/src
Pádraig Brady 80a1aca0d2 timeout: handle implicitly created threads
On some systems like glibc on GNU/kFreeBSD, a thread is
implicitly created when timer_settime() is used.
This breaks our scheme to ignore signals we've
sent ourselves.

* src/timeout.c (send_sig): Change the scheme used to
ignore signals we've sent ourselves, to a more robust
but perhaps limited scheme of ignoring all signals of
a certain type after we've sent that signal to the job.
* NEWS: Mention the change in behavior.
2011-09-22 12:01:05 +01:00
..
2011-06-13 12:39:22 +02:00
2011-06-09 15:19:46 +01:00
2011-07-08 12:15:00 +02:00
2011-07-16 12:10:44 -07:00
2011-06-13 12:39:22 +02:00
2011-07-16 12:10:44 -07:00
2011-03-22 07:12:01 +01:00
2011-02-14 21:05:55 -08:00
2011-06-01 08:05:29 -06:00