[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/5] daemons: make sure /proc is properly set up
From: |
Richard Braun |
Subject: |
Re: [PATCH 2/5] daemons: make sure /proc is properly set up |
Date: |
Fri, 20 Sep 2013 10:36:38 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Thu, Sep 19, 2013 at 10:34:56PM +0200, Ludovic Courtès wrote:
> Passing data around as text is what Plan 9 does, whereas the Hurd uses
> dedicated interfaces and RPCs.
It also uses translators to add easy access to those interfaces through
files.
Personally, I don't care where /proc comes from, or if it's Hurd or not.
We all use it. A lot of programs use it. It makes sense to rely on it.
The problem is actually traditional /proc versus Linux /proc filled with
additional (sometimes unrelated) information. The Hurd shouldn't expect
those, but Debian does.
If I'm right, procfs is outside the main Hurd repository because it's
not the original procfs server. We could probably merge it in one day
though.
--
Richard Braun
[PATCH 3/5] sutils: set up /dev/null using /bin/nullpriv in MAKEDEV.sh, Justus Winter, 2013/09/19
[PATCH 5/5] hurd: add _reply suffix to the routines in fsys_reply.defs, Justus Winter, 2013/09/19
[PATCH 4/5] hurd: add _reply suffix to the routines in process_reply.defs, Justus Winter, 2013/09/19