9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Connor Lane Smith <cls@lubutu.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] novel userspace paradigms introduced by plan 9
Date: Sun,  3 Jul 2011 12:06:11 +0100	[thread overview]
Message-ID: <CAMdzYRr4_2JdEXaZ8cg=_9CJYzZr63HtEAtaG6x8WXGrPtp_DQ@mail.gmail.com> (raw)
In-Reply-To: <201107022036.52943.dexen.devries@gmail.com>

Hey,

On 2 July 2011 19:36, dexen deVries <dexen.devries@gmail.com> wrote:
> linux'c `clone()' syscall (the underpinnings of fork()) actually do accept
> CLONE_NEWNS, CLONE_NEWNET, CLONE_VM and other flags, pretty close to p9's.

Yeah, clone() is afaik compatible with rfork(), so long as you have
CAP_SYS_ADMIN. Similarly mount() and bind().

> afaik, x11 is considered an afterthought, bolted onto POSIX systems, and thus
> not integrated all that well.

I think what I'd say is the most "novel userspace paradigm" in Plan 9
is its pervasive synthetic filesystems. You have FTP filesystems and
so on with FUSE now, but writing something as flexible (technically)
as Rio still requires something other than FUSE. But more importantly,
since Plan 9 *started* with those synthetic filesystems they're used
everywhere, whereas they're pretty uncommon in Linux etc. It would be
nice if web browsers used a kind of webfs, and so on.

It's unfortunate that clients for dedicated filesystems, like Rio and
Acme, need to understand the layout of the directory tree, but that's
difficult to work around. Still, FUSE has extended attributes, so you
could e.g. configure a window manager just by setting attributes on
the 'window manager filesystem' root directory.

I know bloated GNU projects are generally frowned upon, but I think
it's quite interesting that GNOME's GVFS allows, afaict, per-process
synthetic filesystems. But clearly that's extremely ugly compared to
Plan 9.

On 3 July 2011 00:31, Lyndon Nerenberg (VE6BBM/VE7TFX)
<lyndon@orthanc.ca> wrote:
> Have you read the source code for their cat(1) ???

You know Linux != GNU, right?

cls



  parent reply	other threads:[~2011-07-03 11:06 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-02 16:15 Robert Seaton
2011-07-02 16:23 ` Jacob Todd
2011-07-17 12:37   ` Eugene Gorodinsky
2011-07-17 13:54     ` Charles Forsyth
2011-07-18  8:32       ` Eugene Gorodinsky
2011-07-18 17:14         ` Charles Forsyth
2011-07-19  7:50           ` Eugene Gorodinsky
2011-07-02 16:29 ` dexen deVries
2011-07-02 17:24   ` Jack Johnson
2011-07-02 17:34     ` [9fans] To p9 or not to p9? (was: novel userspace paradigms introduced by plan 9) dexen deVries
2011-07-02 18:23     ` [9fans] novel userspace paradigms introduced by plan 9 Eli Cohen
2011-07-02 18:36       ` dexen deVries
2011-07-02 23:10         ` simon softnet
2011-07-02 23:31           ` Lyndon Nerenberg (VE6BBM/VE7TFX)
2011-07-03  8:55             ` simon softnet
2011-07-03 11:06         ` Connor Lane Smith [this message]
2011-07-03 14:38           ` Iruatã Souza
2011-07-03 22:05             ` Charles Forsyth
2011-07-03 17:57           ` Lyndon Nerenberg
2011-07-03 18:10             ` dexen deVries
2011-07-03 20:44             ` erik quanstrom
2011-07-03 20:53               ` Lyndon Nerenberg
2011-07-03 20:57                 ` erik quanstrom
2011-07-03 21:08                   ` andrey mirtchovski
2011-07-03 21:29                     ` ron minnich
2011-07-03 21:38                       ` andrew zerger
2011-07-03 21:39                         ` andrew zerger
2011-07-03 21:51                       ` andrey mirtchovski
2011-07-17 16:25                     ` Nicolas Bercher
     [not found]         ` <CAMdzYRr4_2JdEXaZ8cg=_9CJYzZr63HtEAtaG6x8WXGrPtp_DQ@mail.gmail.c>
2011-07-03 11:55           ` erik quanstrom
2011-07-03 12:32             ` Connor Lane Smith
     [not found]             ` <CAMdzYRowH+Y3UA4iyPy+4dP-cE064A6XZXvTbB1M-jBypu_ORw@mail.gmail.c>
2011-07-03 12:51               ` erik quanstrom
2011-07-03 13:13                 ` Connor Lane Smith
2011-07-04  6:44 ` Yaroslav
2011-07-04 14:59   ` Robert Seaton
2011-07-16 10:52     ` simon softnet
2011-07-16 19:12       ` David Leimbach
2011-07-16 19:17         ` simon softnet
2011-07-16 19:32           ` Ethan Grammatikidis
2011-07-16 21:10             ` simon softnet
2011-07-17  9:38               ` Ethan Grammatikidis
2011-07-18  9:04       ` Balwinder S Dheeman
2011-07-18  9:30         ` dexen deVries

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMdzYRr4_2JdEXaZ8cg=_9CJYzZr63HtEAtaG6x8WXGrPtp_DQ@mail.gmail.com' \
    --to=cls@lubutu.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).