summaryrefslogtreecommitdiff
path: root/community/gsoc/project_ideas/libgtop.mdwn
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2010-09-15 12:39:37 +0200
committerArne Babenhauserheide <arne_bab@web.de>2010-09-15 12:39:37 +0200
commitaeceb6c974c30ca409e3457d69c020c76fdb1e2c (patch)
treedf5df51333f3fd3bb7fb164c26db83c34d4bd650 /community/gsoc/project_ideas/libgtop.mdwn
parent11389b4bfdfc40f24bcf6a6e2e288557dc74c637 (diff)
parent9b6a5bd202ca8f0a99b9d3a17ea3e077aa7fcf41 (diff)
Merge branch 'master' of flubber:~hurd-web/hurd-web
Diffstat (limited to 'community/gsoc/project_ideas/libgtop.mdwn')
-rw-r--r--community/gsoc/project_ideas/libgtop.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gsoc/project_ideas/libgtop.mdwn b/community/gsoc/project_ideas/libgtop.mdwn
index 14304de2..8eb6953e 100644
--- a/community/gsoc/project_ideas/libgtop.mdwn
+++ b/community/gsoc/project_ideas/libgtop.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2009 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2009, 2010 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
@@ -14,8 +14,8 @@ libgtop is a library used by many applications (especially GNOME applications)
to abstract the system-specific methods for obtaining information about the
current state of the system -- processes running, system load etc.
-A [[Linux-compatible_procfs|madhusudancs]] implementation has been created
-during GSoC 2008, and should cover a large part of the functionality of
+A Linux-compatible [[hurd/translator/procfs]] is available
+and should cover a large part of the functionality of
libgtop. However, not all necessary information is exported via /proc (even on
Linux); there are some bits still missing in the Hurd procfs implementation;
and there are a couple of bugs that need to be fixed to make it fully usable.