diff options
-rw-r--r-- | community/gsoc/project_ideas.mdwn | 3 | ||||
-rw-r--r-- | hurd/translator/procfs.mdwn | 8 | ||||
-rw-r--r-- | hurd/translator/procfs/htop.mdwn (renamed from community/gsoc/procfs/htop.mdwn) | 0 | ||||
-rw-r--r-- | hurd/translator/procfs/killall.mdwn (renamed from community/gsoc/procfs/killall.mdwn) | 0 | ||||
-rw-r--r-- | hurd/translator/procfs/procps.mdwn (renamed from community/gsoc/procfs/procps.mdwn) | 0 | ||||
-rw-r--r-- | hurd/translator/procfs/top.mdwn (renamed from community/gsoc/procfs/top.mdwn) | 0 |
6 files changed, 9 insertions, 2 deletions
diff --git a/community/gsoc/project_ideas.mdwn b/community/gsoc/project_ideas.mdwn index 0c04354d..037e894a 100644 --- a/community/gsoc/project_ideas.mdwn +++ b/community/gsoc/project_ideas.mdwn @@ -214,8 +214,7 @@ locking works on the Hurd. Only general programming skills are required. Although there is no standard (POSIX or other) for the layout of the `/proc` pseudo-filesystem, it turned out a very useful facility in GNU/Linux and other -systems, and many tools concerned with process management use it. ([[`ps`|procfs/procps]], [[`top`|procfs/top]], -[[`htop`|procfs/htop]], `gtop`, [[`killall`|procfs/killall]], `pkill`, ...) +systems, and many tools concerned with process management use it. Instead of porting all these tools to use [[hurd/libps]] (Hurd's official method for accessing process information), they could be made to run out of the box, by diff --git a/hurd/translator/procfs.mdwn b/hurd/translator/procfs.mdwn index e53d0774..eb07a8f6 100644 --- a/hurd/translator/procfs.mdwn +++ b/hurd/translator/procfs.mdwn @@ -9,3 +9,11 @@ is included in the section entitled [[GNU_Free_Documentation_License|/fdl]]."]]"""]] <http://www.nongnu.org/hurdextras/#procfs> + + * [[`ps`|procps]] + * [[`top`|top]] + * [[`htop`|htop]] + * `gtop` + * [[`killall`|killall]] + * `pkill` + * ... diff --git a/community/gsoc/procfs/htop.mdwn b/hurd/translator/procfs/htop.mdwn index 7a0dc416..7a0dc416 100644 --- a/community/gsoc/procfs/htop.mdwn +++ b/hurd/translator/procfs/htop.mdwn diff --git a/community/gsoc/procfs/killall.mdwn b/hurd/translator/procfs/killall.mdwn index 588ba1c8..588ba1c8 100644 --- a/community/gsoc/procfs/killall.mdwn +++ b/hurd/translator/procfs/killall.mdwn diff --git a/community/gsoc/procfs/procps.mdwn b/hurd/translator/procfs/procps.mdwn index 60b061a9..60b061a9 100644 --- a/community/gsoc/procfs/procps.mdwn +++ b/hurd/translator/procfs/procps.mdwn diff --git a/community/gsoc/procfs/top.mdwn b/hurd/translator/procfs/top.mdwn index b2c9547b..b2c9547b 100644 --- a/community/gsoc/procfs/top.mdwn +++ b/hurd/translator/procfs/top.mdwn |