diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-12-29 17:55:20 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-12-29 17:55:20 +0100 |
commit | 8e59767f344fd15cbb2e1adfa6137223adfe3ccb (patch) | |
tree | 8ef66bfc16618d3aa7a938bd8cbd6a896455442f | |
parent | 506ed0bdad1b599e5fd5296bbdd857a4db83e376 (diff) |
open_issues/resource_management_problems: Linux vmsplice's SPLICE_F_GIFT flag.
-rw-r--r-- | open_issues/resource_management_problems.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/open_issues/resource_management_problems.mdwn b/open_issues/resource_management_problems.mdwn index 3a36514e..760c7d66 100644 --- a/open_issues/resource_management_problems.mdwn +++ b/open_issues/resource_management_problems.mdwn @@ -57,6 +57,10 @@ from capabilities to raw regions of RAM*. This is, of course, non-trivial to implement, and also requires changing the [[RPC]] interfaces, for example, but it is a valid approach, a research topic. +([[!taglink open_issue_documentation]]: compare this to Linux [`vmsplice`'s +SPLICE_F_GIFT +flag](http://www.kernel.org/doc/man-pages/online/pages/man2/vmsplice.2.html#DESCRIPTION).) + # Further Examples |