summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-07-11 15:45:57 -0400
committerThomas Schwinge <thomas@codesourcery.com>2013-07-11 15:53:52 -0400
commit65efe654a9cb0b682efa9bf21065469a2e9147f4 (patch)
tree07068fa2e54507756a239249fe894434c6920f27 /community
parent3e3b91314fbdb9cead42b46ca8a0b5affcd7253a (diff)
parent9667351422dec0ca40a784a08dec7ce128482aba (diff)
Merge remote-tracking branch 'fp/master'
Diffstat (limited to 'community')
-rw-r--r--community/gsoc/project_ideas/mtab.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/gsoc/project_ideas/mtab.mdwn b/community/gsoc/project_ideas/mtab.mdwn
index 694effca..d6f04385 100644
--- a/community/gsoc/project_ideas/mtab.mdwn
+++ b/community/gsoc/project_ideas/mtab.mdwn
@@ -159,3 +159,13 @@ quite rudimentary, and it shouldn't be hard to find something to improve.
<braunr> what ?
<braunr> the content is generated on open
<kuldeepdhaka> ooh, ok
+
+
+## IRC, freenode, #hurd, 2013-06-04
+
+ <safinaskar> how to see list of all connected translators?
+ <braunr> you can't directly
+ <braunr> you can use ps to list processes and guess which are translators
+ <braunr> (e.g. everything starting with /hurd/)
+ <braunr> a recursive call to obtain such a list would be useful
+ <braunr> similar to what's needed to implement /proc/mounts