summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-05-04 13:54:58 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-05-04 13:54:58 +0200
commite5534118b8e145f0592ce6ac9e19a12828c7c7b1 (patch)
treed0a632b0d17fbeb7612e82e2291141fcb036471e /hurd
parent788474e9ad8f8d07f02e829739801b7a522835ba (diff)
parentfc333951a76c5cc8ec4611b2b14562fde4c65219 (diff)
Merge branch 'master' of flubber:~hurd-web/hurd-web
Diffstat (limited to 'hurd')
-rw-r--r--hurd/running/gnu/universal_package_manager.mdwn1
-rw-r--r--hurd/syncfs.mdwn4
-rw-r--r--hurd/translator.mdwn15
-rw-r--r--hurd/translator/tmpfs.mdwn3
4 files changed, 19 insertions, 4 deletions
diff --git a/hurd/running/gnu/universal_package_manager.mdwn b/hurd/running/gnu/universal_package_manager.mdwn
index e58a2058..58841b02 100644
--- a/hurd/running/gnu/universal_package_manager.mdwn
+++ b/hurd/running/gnu/universal_package_manager.mdwn
@@ -154,3 +154,4 @@ To join the project just list your name below.
7. Ambili.B
8. Abhradip Mukherjee
9. Ermenegildo Fiorito
+ 10. Oltion Doda
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.mdwn b/hurd/translator.mdwn
index 9e109a28..6f385b50 100644
--- a/hurd/translator.mdwn
+++ b/hurd/translator.mdwn
@@ -1,5 +1,5 @@
-[[!meta copyright="Copyright © 2007, 2008, 2009, 2010 Free Software Foundation,
-Inc."]]
+[[!meta copyright="Copyright © 2007, 2008, 2009, 2010, 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
@@ -9,6 +9,11 @@ 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]]."]]"""]]
+[[!toc]]
+
+
+# General Information
+
A translator is simply a normal program acting as
an object server and participating in the Hurd's
distributed [[virtual_file_system]]. It is so-called
@@ -143,3 +148,9 @@ Read about translator [[short-circuiting]].
<jim-crow> neal: ok, thanks
<jim-crow> neal: is this functions where actually stubs are called?
<neal> I think so.
+
+
+# Bounties
+
+There is a [[!FF_project 280]][[!tag bounty]] on some translator improvement
+tasks.
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.