Re: [9fans] [ GSoC 2013: Implementing 9P in Dart ]

2013-04-08 Thread hiro
can you please also stop using html in your messages?

[9fans] [ GSoC 2013: Implementing 9P in Dart ]

2013-04-08 Thread Ashish Raste
Hi all, Sorry for sending my previous message without a subject and a greeting. On Tue, Apr 9, 2013 at 8:12 AM, Ashish Raste wrote: > I'm a CS student at National University of Singapore. I came through the > GSoC project ideas of Plan9 and I'm interested to know/learn about > implementing 9P

[9fans] [

2013-04-08 Thread Ashish Raste
I'm a CS student at National University of Singapore. I came through the GSoC project ideas of Plan9 and I'm interested to know/learn about implementing 9P in Dart. I mainly wanted to ask you the following question: 1. I read few papers for understanding the basics of Plan9, Inferno and 9P. I wan

Re: [9fans] Plan 9 in Summer of Code 2013!

2013-04-08 Thread Calvin Morrison
I'm interested! On Apr 8, 2013 7:31 PM, wrote: > Folks, > > We're in! Plan 9 has been accepted to participate in this year's > Summer of Code. This will be our fifth year participating, and as for > the past few, we'll be again serving as an umbrella organization for > the extended family

[9fans] Plan 9 in Summer of Code 2013!

2013-04-08 Thread a
Folks, We're in! Plan 9 has been accepted to participate in this year's Summer of Code. This will be our fifth year participating, and as for the past few, we'll be again serving as an umbrella organization for the extended family of Plan 9 projects, including Inferno, Plan 9 from User Spa

Re: [9fans] open file in awk script?

2013-04-08 Thread Anthony Martin
dexen deVries once said: > trying to create a standalone awk script (#!/usr/local/plan9/bin/awk -f). > > how to open a file in BEGIN pattern section and set it as next input file? > > not helped so far: FILENAME="foo.txt" > nor ARGV[1]="foo.txt"; nextfile; ARGV[ARGC++] = "foo.txt" Anthony

[9fans] open file in awk script?

2013-04-08 Thread dexen deVries
trying to create a standalone awk script (#!/usr/local/plan9/bin/awk -f). how to open a file in BEGIN pattern section and set it as next input file? not helped so far: FILENAME="foo.txt" nor ARGV[1]="foo.txt"; nextfile; -- dexen deVries [[[↓][→]]]

[9fans] acme: dropping files matching a pattern

2013-04-08 Thread erik quanstrom
actually this is a special case that can be done from within acme (or sam). D is part of the edit language (this is impossible if the command isn't part of the edit sublanguage), so all one needs is X:filepattern:D that's it. unfortunately, there are things that can't be done this way,

Re: [9fans] Factotum per user instances?

2013-04-08 Thread Rogelio Serrano
On Apr 8, 2013 5:19 PM, "Bence Fábián" wrote: > > Include a link if you're reffering something. > It helps a lot. > > http://swtch.com/~rsc/talks/nauth.pdf > > > 2013/4/8 Stuart Morrow >> >> Tip: Any time someone says read auth.ps, take it to mean read >> nauth.pdf; auth.ps; nauth.pdf, where naut

Re: [9fans] Fsctotum per user instances?

2013-04-08 Thread Bence Fábián
Include a link if you're reffering something. It helps a lot. http://swtch.com/~rsc/talks/nauth.pdf 2013/4/8 Stuart Morrow > Tip: Any time someone says read auth.ps, take it to mean read > nauth.pdf; auth.ps; nauth.pdf, where nauth.pdf is the slides at > swtch.com > > In others words, read over

Re: [9fans] Fsctotum per user instances?

2013-04-08 Thread Stuart Morrow
Tip: Any time someone says read auth.ps, take it to mean read nauth.pdf; auth.ps; nauth.pdf, where nauth.pdf is the slides at swtch.com In others words, read overview; details; summary. I find the auth stuff to be some of the harder stuff to fully understand, the existence of this thread corrobor

Re: [9fans] documentation suggestion

2013-04-08 Thread Mark van Atten
Here is the patch, which I have submitted to codereview. It adds an option -t to p9p acme, which restores the Plan 9 tag style. Mark. diff -r ff3404f79037 src/cmd/acme/acme.c --- a/src/cmd/acme/acme.c Sat Jan 19 10:05:12 2013 +0100 +++ b/src/cmd/acme/acme.c Fri Apr 05 22:52:55 2013

[9fans] p9p acme: -t option for single line tags

2013-04-08 Thread Mark van Atten
Here is a patch for p9p acme. It adds an option -t which gives single-line tags as in Plan 9 acme. Mark. diff -r ff3404f79037 src/cmd/acme/acme.c --- a/src/cmd/acme/acme.c Sat Jan 19 10:05:12 2013 +0100 +++ b/src/cmd/acme/acme.c Sun Apr 07 14:27:42 2013 +0200 @@ -113,6 +113,9 @@ case 'r': swapsc

Re: [9fans] Fsctotum per user instances?

2013-04-08 Thread Yaroslav
Not exactly. Please refer to /sys/doc/auth.ps | http://plan9.bell-labs.com/sys/doc/auth.html for overview of the architecture. > So the incoming authentication is handled by the cpu owner factotum? That > means the authentication information is held by the cpu owner factotum and > the user factotu