diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-12-13 19:56:25 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-12-13 20:17:11 +0100 |
commit | cfccdc1bdbee7fb25ef0aa9639a3ffec926bf690 (patch) | |
tree | 018ecca2a0ce311c735487e485fdb92f614c781e /unix.mdwn | |
parent | 8fb130c6315264ff44d86c1d06b8b2d83035bdbe (diff) | |
download | web-cfccdc1bdbee7fb25ef0aa9639a3ffec926bf690.tar.gz web-cfccdc1bdbee7fb25ef0aa9639a3ffec926bf690.tar.bz2 web-cfccdc1bdbee7fb25ef0aa9639a3ffec926bf690.zip |
Shuffle / create / enhance some UNIX / glibc pages.
Diffstat (limited to 'unix.mdwn')
-rw-r--r-- | unix.mdwn | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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) |