summaryrefslogtreecommitdiff
path: root/unix.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-12-13 19:56:25 +0100
committerThomas Schwinge <thomas@schwinge.name>2010-12-13 20:17:11 +0100
commitcfccdc1bdbee7fb25ef0aa9639a3ffec926bf690 (patch)
tree018ecca2a0ce311c735487e485fdb92f614c781e /unix.mdwn
parent8fb130c6315264ff44d86c1d06b8b2d83035bdbe (diff)
Shuffle / create / enhance some UNIX / glibc pages.
Diffstat (limited to 'unix.mdwn')
-rw-r--r--unix.mdwn13
1 files changed, 12 insertions, 1 deletions
diff --git a/unix.mdwn b/unix.mdwn
index 3cfe7771..8694f7b0 100644
--- a/unix.mdwn
+++ b/unix.mdwn
@@ -13,6 +13,17 @@ License|/fdl]]."]]"""]]
*UNIX* is a [[kernel]] implementation.
+# Concepts
+
+ * [[file_descriptor]]
+
+ * [[process]]
+
+ * [[signal]]
+
+ * [[system_call]]
+
+
# External
* Wikipedia page about [[!wikipedia UNIX]].
@@ -31,7 +42,7 @@ License|/fdl]]."]]"""]]
to the `open` [[system_call]].
In {{$2010_brown_ghosts_3}}, he deals with *unfixable designs*, such as
- [[UNIX signals|glibc/signals]] and the *UNIX permission model* (which is
+ UNIX [[signal]]s and the *UNIX permission model* (which is
clearly inferior to a [[capability]]-based system).
* [*UNIX File Permissions*](http://www.greenend.org.uk/rjk/2004/perms.html)