summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/authentication.mdwn17
-rw-r--r--hurd/concepts.mdwn18
-rw-r--r--hurd/hurdcritique.mdwn19
-rw-r--r--hurd/hurdhackingguide.mdwn18
-rw-r--r--hurd/ibac.mdwn19
-rw-r--r--hurd/translator.mdwn19
-rw-r--r--hurd/virtualfilesystem.mdwn19
7 files changed, 123 insertions, 6 deletions
diff --git a/hurd/authentication.mdwn b/hurd/authentication.mdwn
index 0d52a0ba..40ef1536 100644
--- a/hurd/authentication.mdwn
+++ b/hurd/authentication.mdwn
@@ -1,3 +1,20 @@
+[[license text="""
+Copyright © 2007 Free Software Foundation, Inc.
+
+Permission is granted to copy, distribute and/or modify this document under the
+terms of the GNU Free Documentation License, Version 1.2 or any later version
+published by the Free Software Foundation; with no Invariant Sections, no
+Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included
+in the section entitled [[GNU_Free_Documentation_License|/fdl.txt]].
+
+By contributing to this page, you agree to assign copyright for your
+contribution to the Free Software Foundation. The Free Software Foundation
+promises to always use either a verbatim copying license or a free
+documentation license when publishing your contribution. We grant you back all
+your rights under copyright, including the rights to copy, modify, and
+redistribute your contributions.
+"""]]
+
UIDs on the Hurd are separate from processes. A process has
[[capabilities]] designating so-called UID vectors that
are implemented by an [[auth]] server. This
diff --git a/hurd/concepts.mdwn b/hurd/concepts.mdwn
index 6ec21f7d..a2bbc2bc 100644
--- a/hurd/concepts.mdwn
+++ b/hurd/concepts.mdwn
@@ -1,5 +1,21 @@
+[[license text="""
+Copyright © 2007 Free Software Foundation, Inc.
+
+Permission is granted to copy, distribute and/or modify this document under the
+terms of the GNU Free Documentation License, Version 1.2 or any later version
+published by the Free Software Foundation; with no Invariant Sections, no
+Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included
+in the section entitled [[GNU_Free_Documentation_License|/fdl.txt]].
+
+By contributing to this page, you agree to assign copyright for your
+contribution to the Free Software Foundation. The Free Software Foundation
+promises to always use either a verbatim copying license or a free
+documentation license when publishing your contribution. We grant you back all
+your rights under copyright, including the rights to copy, modify, and
+redistribute your contributions.
+"""]]
+
* [[Translator]]
* [[VirtualFileSystem]]
* [[Authentication]]
* [[NeighborHurd]]
-
diff --git a/hurd/hurdcritique.mdwn b/hurd/hurdcritique.mdwn
index f8e3eed7..56150df7 100644
--- a/hurd/hurdcritique.mdwn
+++ b/hurd/hurdcritique.mdwn
@@ -1,7 +1,24 @@
+[[license text="""
+Copyright © 2007 Free Software Foundation, Inc.
+
+Permission is granted to copy, distribute and/or modify this document under the
+terms of the GNU Free Documentation License, Version 1.2 or any later version
+published by the Free Software Foundation; with no Invariant Sections, no
+Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included
+in the section entitled [[GNU_Free_Documentation_License|/fdl.txt]].
+
+By contributing to this page, you agree to assign copyright for your
+contribution to the Free Software Foundation. The Free Software Foundation
+promises to always use either a verbatim copying license or a free
+documentation license when publishing your contribution. We grant you back all
+your rights under copyright, including the rights to copy, modify, and
+redistribute your contributions.
+"""]]
+
[[NealWalfield]] and [[MarcusBrinkmann]] wrote a paper titled
"[A Critique of the GNU Hurd Multi-Server Operating System](http://walfield.org/papers/200707-walfield-critique-of-the-GNU-Hurd.pdf)."
This was published in ACM SIGOPS Operating Systems Review in
July 2007. This is sometimes referred to as "the critique."
The paper provides a technical overview of the Hurd's
-architecture and critiques some of the decisions made. \ No newline at end of file
+architecture and critiques some of the decisions made.
diff --git a/hurd/hurdhackingguide.mdwn b/hurd/hurdhackingguide.mdwn
index bc214589..7fba69c9 100644
--- a/hurd/hurdhackingguide.mdwn
+++ b/hurd/hurdhackingguide.mdwn
@@ -1,4 +1,20 @@
+[[license text="""
+Copyright © 2007 Free Software Foundation, Inc.
+
+Permission is granted to copy, distribute and/or modify this document under the
+terms of the GNU Free Documentation License, Version 1.2 or any later version
+published by the Free Software Foundation; with no Invariant Sections, no
+Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included
+in the section entitled [[GNU_Free_Documentation_License|/fdl.txt]].
+
+By contributing to this page, you agree to assign copyright for your
+contribution to the Free Software Foundation. The Free Software Foundation
+promises to always use either a verbatim copying license or a free
+documentation license when publishing your contribution. We grant you back all
+your rights under copyright, including the rights to copy, modify, and
+redistribute your contributions.
+"""]]
+
Originally written by Wolfgang Jährling, the [Hurd Hacking Guide](http://www.gnu.org/software/hurd/hacking-guide/hhg.html)
contains an overview of some of the Hurd's features.
Also contains a tutorial on writing your own translator.
-
diff --git a/hurd/ibac.mdwn b/hurd/ibac.mdwn
index 14d1551c..4aa4f70e 100644
--- a/hurd/ibac.mdwn
+++ b/hurd/ibac.mdwn
@@ -1,3 +1,20 @@
+[[license text="""
+Copyright © 2007 Free Software Foundation, Inc.
+
+Permission is granted to copy, distribute and/or modify this document under the
+terms of the GNU Free Documentation License, Version 1.2 or any later version
+published by the Free Software Foundation; with no Invariant Sections, no
+Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included
+in the section entitled [[GNU_Free_Documentation_License|/fdl.txt]].
+
+By contributing to this page, you agree to assign copyright for your
+contribution to the Free Software Foundation. The Free Software Foundation
+promises to always use either a verbatim copying license or a free
+documentation license when publishing your contribution. We grant you back all
+your rights under copyright, including the rights to copy, modify, and
+redistribute your contributions.
+"""]]
+
IBAC stands for identity-based access control.
In this access control scheme, access to a resource
is based on identity of the caller. This is often
@@ -5,4 +22,4 @@ problematic as when a program acts on behalf of
another, access is authorized based on its own
identity rather than that of the caller.
-See also [[ABAC]]. \ No newline at end of file
+See also [[ABAC]].
diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn
index 1e281b9d..3265fac4 100644
--- a/hurd/translator.mdwn
+++ b/hurd/translator.mdwn
@@ -1,3 +1,20 @@
+[[license text="""
+Copyright © 2007 Free Software Foundation, Inc.
+
+Permission is granted to copy, distribute and/or modify this document under the
+terms of the GNU Free Documentation License, Version 1.2 or any later version
+published by the Free Software Foundation; with no Invariant Sections, no
+Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included
+in the section entitled [[GNU_Free_Documentation_License|/fdl.txt]].
+
+By contributing to this page, you agree to assign copyright for your
+contribution to the Free Software Foundation. The Free Software Foundation
+promises to always use either a verbatim copying license or a free
+documentation license when publishing your contribution. We grant you back all
+your rights under copyright, including the rights to copy, modify, and
+redistribute your contributions.
+"""]]
+
A translator is simply a normal program acting as
an object server and participating in the Hurd's
distributed [[VirtualFileSystem]]. It is so-called
@@ -23,4 +40,4 @@ See [[Translators]] for a list of Hurd translators.
To learn how to write a translator, read the code!
It is well documented, in particular, the header files.
-The [[HurdHackingGuide]] also has a tutorial. \ No newline at end of file
+The [[HurdHackingGuide]] also has a tutorial.
diff --git a/hurd/virtualfilesystem.mdwn b/hurd/virtualfilesystem.mdwn
index 054f0b04..6b612e8e 100644
--- a/hurd/virtualfilesystem.mdwn
+++ b/hurd/virtualfilesystem.mdwn
@@ -1,3 +1,20 @@
+[[license text="""
+Copyright © 2007 Free Software Foundation, Inc.
+
+Permission is granted to copy, distribute and/or modify this document under the
+terms of the GNU Free Documentation License, Version 1.2 or any later version
+published by the Free Software Foundation; with no Invariant Sections, no
+Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included
+in the section entitled [[GNU_Free_Documentation_License|/fdl.txt]].
+
+By contributing to this page, you agree to assign copyright for your
+contribution to the Free Software Foundation. The Free Software Foundation
+promises to always use either a verbatim copying license or a free
+documentation license when publishing your contribution. We grant you back all
+your rights under copyright, including the rights to copy, modify, and
+redistribute your contributions.
+"""]]
+
Path names are resolved using a distributed protocol.
No single entity is responsible for the resolution of
path names. A file system server (a [[translator]])
@@ -14,4 +31,4 @@ or an error occurs. The same happens for relative path
names but a different capability is used.
For a more detailed explanation of the protocol, look at the section
-2.2 of the [[HurdCritique]]. \ No newline at end of file
+2.2 of the [[HurdCritique]].