summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/syncfs.mdwn4
-rw-r--r--hurd/translator/tmpfs.mdwn3
2 files changed, 5 insertions, 2 deletions
diff --git a/hurd/syncfs.mdwn b/hurd/syncfs.mdwn
index 7099a68d..9f329b4b 100644
--- a/hurd/syncfs.mdwn
+++ b/hurd/syncfs.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2009 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2009, 2011 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
@@ -13,3 +13,5 @@ RPC|interface/file_syncfs]].
Its functionality should me merged into GNU coreutils' `sync` program, see
[[!GNU_Savannah_task 6614]][[!tag open_issue_hurd open_issue_porting]].
+
+There is a [[!FF_project 270]][[!tag bounty]] on this task.
diff --git a/hurd/translator/tmpfs.mdwn b/hurd/translator/tmpfs.mdwn
index d1476a92..626fad86 100644
--- a/hurd/translator/tmpfs.mdwn
+++ b/hurd/translator/tmpfs.mdwn
@@ -20,4 +20,5 @@ system|ext2fs]] on it, having a real `tmpfs` is better, as it need not deal
with the additional block-level indirection layer that `ext2` (or any other
disk-based file system) imposes.
-However, `tmpfs` is not working correctly at the moment:
+However, `tmpfs` is not working correctly at the moment, see the [[discussion]]
+sub-pages. There is a [[!FF_project 271]][[!tag bounty]] on this task.