diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-01-10 13:31:27 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-01-10 13:31:27 +0100 |
commit | a6dafbc92558cc14397de26b5c67957fb66db195 (patch) | |
tree | d8f014acd0eac385a0dba40a6ce45c47f6980fc6 /microkernel/mach/mig | |
parent | a9f82b46298b1771948a284206f254c64eadee5f (diff) |
MIG's dealloc and dealloc[] flags.
Diffstat (limited to 'microkernel/mach/mig')
-rw-r--r-- | microkernel/mach/mig/documentation.mdwn | 12 | ||||
-rw-r--r-- | microkernel/mach/mig/documentation/dealloc.mdwn (renamed from microkernel/mach/mig/dealloc.mdwn) | 8 |
2 files changed, 12 insertions, 8 deletions
diff --git a/microkernel/mach/mig/documentation.mdwn b/microkernel/mach/mig/documentation.mdwn index 1a1955f4..93bc2769 100644 --- a/microkernel/mach/mig/documentation.mdwn +++ b/microkernel/mach/mig/documentation.mdwn @@ -1,4 +1,4 @@ -[[meta copyright="Copyright © 2002, 2003, 2005, 2007, 2008 Free Software +[[meta copyright="Copyright © 2002, 2003, 2005, 2007, 2008, 2009 Free Software Foundation, Inc."]] [[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable @@ -68,11 +68,11 @@ pp. 67--77." * The [[GNU_Mach_Reference_Manual|gnumach/reference_manual]], espacially [Chapter 4, Inter Process - Communication](http://www.gnu.org/software/hurd/gnumach-doc/Inter-Process-Communication.html), - which, for example, explains how the <a name="dealloc">`dealloc` flag</a> - works in [Chapter 4.2.4, - Memory](http://www.gnu.org/software/hurd/gnumach-doc/Memory.html) + Communication](http://www.gnu.org/software/hurd/gnumach-doc/Inter-Process-Communication.html). - * The [[ServerCopy]] flag. + * Flags: + + * [[dealloc_and_dealloc[]|dealloc]] + * [[ServerCopy]] * MIG *in action*: [[hurd/io_path]]. diff --git a/microkernel/mach/mig/dealloc.mdwn b/microkernel/mach/mig/documentation/dealloc.mdwn index 1ed9d52b..008499f1 100644 --- a/microkernel/mach/mig/dealloc.mdwn +++ b/microkernel/mach/mig/documentation/dealloc.mdwn @@ -1,4 +1,4 @@ -[[meta copyright="Copyright © 2008 Free Software Foundation, Inc."]] +[[meta copyright="Copyright © 2008, 2009 Free Software Foundation, Inc."]] [[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -8,4 +8,8 @@ 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]]."]]"""]] -[[meta redir=documentation#dealloc]] +The [[GNU_Mach_Reference_Manual|gnumach/reference_manual]] describes the +`dealloc` flag in [Chapter 4.2.4, +Memory](http://www.gnu.org/software/hurd/gnumach-doc/Memory.html). + +What exactly is `dealloc[]` (`hurd/fs.defs:dir_readdir`)? |