From a6dafbc92558cc14397de26b5c67957fb66db195 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 10 Jan 2009 13:31:27 +0100 Subject: MIG's dealloc and dealloc[] flags. --- microkernel/mach/mig/dealloc.mdwn | 11 ----------- microkernel/mach/mig/documentation.mdwn | 12 ++++++------ microkernel/mach/mig/documentation/dealloc.mdwn | 15 +++++++++++++++ 3 files changed, 21 insertions(+), 17 deletions(-) delete mode 100644 microkernel/mach/mig/dealloc.mdwn create mode 100644 microkernel/mach/mig/documentation/dealloc.mdwn diff --git a/microkernel/mach/mig/dealloc.mdwn b/microkernel/mach/mig/dealloc.mdwn deleted file mode 100644 index 1ed9d52b..00000000 --- a/microkernel/mach/mig/dealloc.mdwn +++ /dev/null @@ -1,11 +0,0 @@ -[[meta copyright="Copyright © 2008 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 -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]]."]]"""]] - -[[meta redir=documentation#dealloc]] 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 `dealloc` flag - 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/documentation/dealloc.mdwn b/microkernel/mach/mig/documentation/dealloc.mdwn new file mode 100644 index 00000000..008499f1 --- /dev/null +++ b/microkernel/mach/mig/documentation/dealloc.mdwn @@ -0,0 +1,15 @@ +[[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 +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]]."]]"""]] + +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`)? -- cgit v1.2.3