aboutsummaryrefslogtreecommitdiffstats
path: root/doc/refs.txt
blob: 42e951263b1034eb4b8f93e383fb909d39811c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

"signalfd is useless"
https://ldpreload.com/blog/signalfd-is-useless

"Why Bash is like that: Signal propagation" (Ctrl-C sends SIGINT to entire
process group, not just the parent process)
http://www.vidarholen.net/contents/blog/?p=34

"Should you be scared of Unix signals?"
http://jvns.ca/blog/2016/06/13/should-you-be-scared-of-signals/

"Reap zombie processes using a SIGCHLD handler"
http://www.microhowto.info/howto/reap_zombie_processes_using_a_sigchld_handler.html