summaryrefslogtreecommitdiff
path: root/glibc/fork.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-11-29 07:58:51 +0100
committerThomas Schwinge <thomas@schwinge.name>2010-11-29 07:58:51 +0100
commiteccf2986513cc41c412b1c30aa5dcb88a4c981b5 (patch)
treee4c973f5c863cf9bd1cfb936e161be431ed0ba33 /glibc/fork.mdwn
parente688f83d17f89a37eeef599b12e9626f5ba1629c (diff)
Add links to some LWN articles, and then some.
Diffstat (limited to 'glibc/fork.mdwn')
-rw-r--r--glibc/fork.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/glibc/fork.mdwn b/glibc/fork.mdwn
index 564d9d5b..c9efd1f4 100644
--- a/glibc/fork.mdwn
+++ b/glibc/fork.mdwn
@@ -49,3 +49,12 @@ they have patches for software packages, to avoid using `fork` followed by
* We no longer support `MACH_IPC_COMPAT`, thus we can get rid of the `err =
__mach_port_allocate_name ([...]); if (err == KERN_NAME_EXISTS)` code
([[!taglink open_issue_glibc]]).
+
+
+# External
+
+ * [*How fork(2) ought to be*](http://www.greenend.org.uk/rjk/fork.html) by
+ Richard Kettlewell.
+
+ * [*The self-pipe trick*](http://cr.yp.to/docs/selfpipe.html) by
+ D. J. Bernstein.