diff options
| author | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-25 21:59:24 +0200 |
|---|---|---|
| committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-25 21:59:24 +0200 |
| commit | bba1488c7be842e5d0311ffa6541373d63b1164c (patch) | |
| tree | 383f15ec9c57978e5675f0ba03bd94b7cf407731 /microkernel/mach/mig/documentation.mdwn | |
| parent | afce216e724614c6c01ed3ec85f6d5a50dc5037d (diff) | |
| parent | eccdd13dd3c812b8f0b3d046ef9d8738df00562a (diff) | |
Merge remote-tracking branch 'fp/master'
Conflicts:
open_issues/secure_file_descriptor_handling.mdwn
Diffstat (limited to 'microkernel/mach/mig/documentation.mdwn')
| -rw-r--r-- | microkernel/mach/mig/documentation.mdwn | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/microkernel/mach/mig/documentation.mdwn b/microkernel/mach/mig/documentation.mdwn index 7d4f1eca..e6bd1bb9 100644 --- a/microkernel/mach/mig/documentation.mdwn +++ b/microkernel/mach/mig/documentation.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2002, 2003, 2005, 2007, 2008, 2009, 2010 Free -Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2002, 2003, 2005, 2007, 2008, 2009, 2010, 2013 +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 @@ -82,3 +82,20 @@ pp. 67--77." * [[ServerCopy]] * MIG *in action*: [[hurd/io_path]]. + + +## IRC, freenode, #hurd, 2013-09-04 + +[[!tag open_issue_documentation open_issue_mig]] + + <teythoon> btw, I just realized that mig mashes two very different things + together, namely the serialization/parsing and the message + sending/receiving + <braunr> yes + <teythoon> I'd prefer it if that were separated + <braunr> me too + <braunr> that's why i want x15 to have a bare messaging interface .. :) + <teythoon> \o/ + <braunr> simple (but optimized) scatter-gather + <braunr> it makes sense for mig since mach messages do include + serialization metadata such as types |
