diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2015-05-09 16:16:33 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2015-05-09 16:16:33 +0200 |
commit | c752e5b8c2e262027d770d8bcb575bb00df67f4c (patch) | |
tree | 2994d7e13073559e05f8aba1d490376cb7275bf8 | |
parent | fba89a3784d82282d077567a31f231ab10a4e984 (diff) | |
parent | 9bc8e8004d9380d57decbbf6e89346a0facff705 (diff) |
Merge commit '9bc8e8004d9380d57decbbf6e89346a0facff705' into HEAD
-rw-r--r-- | hurd/libstore/nbd_store.mdwn | 15 | ||||
-rw-r--r-- | microkernel/mach/external_pager_mechanism.mdwn | 8 | ||||
-rw-r--r-- | open_issues/problematic_packages.mdwn | 2 |
3 files changed, 17 insertions, 8 deletions
diff --git a/hurd/libstore/nbd_store.mdwn b/hurd/libstore/nbd_store.mdwn index 3f161ba8..1e3d9071 100644 --- a/hurd/libstore/nbd_store.mdwn +++ b/hurd/libstore/nbd_store.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009, 2012 Free Software Foundation, -Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2009, 2012, 2015 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 @@ -25,6 +25,8 @@ Perhaps the protocol was extended? ### IRC, freenode, #hurd, 2012-12-20 +[[!tag open_issue_hurd]] + <youpi> if somebody has time to spend, building the nbd package makes pfinet crash @@ -45,4 +47,11 @@ Perhaps the protocol was extended? # Open Issues - * [[!GNU_Savannah_task 5722]] +## [[!GNU_Savannah_task 5722]] + +## Platform-specific Error Values in the Wire Protocol + +See, for example, the threads starting at [[!message-id +"1431012374-14113-2-git-send-email-pbonzini@redhat.com"]], [[!message-id +"1431078628-7856-1-git-send-email-pbonzini@redhat.com"]], [[!message-id +"1431014292-24645-1-git-send-email-pbonzini@redhat.com"]]. diff --git a/microkernel/mach/external_pager_mechanism.mdwn b/microkernel/mach/external_pager_mechanism.mdwn index 54492b71..ccb72421 100644 --- a/microkernel/mach/external_pager_mechanism.mdwn +++ b/microkernel/mach/external_pager_mechanism.mdwn @@ -1,5 +1,5 @@ -[[!meta copyright="Copyright © 2002, 2007, 2008, 2010, 2011, 2012 Free Software -Foundation, Inc."]] +[[!meta copyright="Copyright © 2002, 2007, 2008, 2010, 2011, 2012, 2015 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 @@ -136,8 +136,8 @@ resource, yet it cannot safely transfer its handle to the client. In this case, it would proxy the requests. (C) The storeio server contacts, for instance, a [[device_driver]] to do -the read. This could also be a network block device (the NBD server -in GNU/Linux), a file, a memory object, etc. +the read. This could also be a [[network block device (the NBD server +in GNU/Linux)|hurd/libstore/nbd_store]], a file, a memory object, etc. (D) The device driver allocates an [[anonymous_page]] from the [[default_pager]] and reads the data into it. Once all of the operations are diff --git a/open_issues/problematic_packages.mdwn b/open_issues/problematic_packages.mdwn index f860efd8..d55dac8e 100644 --- a/open_issues/problematic_packages.mdwn +++ b/open_issues/problematic_packages.mdwn @@ -16,7 +16,7 @@ This page lists the few packages whose build makes the Debian buildd box crash a * Kill pfinet - * nbd + * [[nbd|hurd/libstore/nbd_store]] * socklog * Kill the session |