aboutsummaryrefslogtreecommitdiffstats
path: root/doc/refs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/refs.txt')
-rw-r--r--doc/refs.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/refs.txt b/doc/refs.txt
new file mode 100644
index 0000000..aaeff81
--- /dev/null
+++ b/doc/refs.txt
@@ -0,0 +1,10 @@
+
+"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/