Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Active older topics
7 new of 7 - Jul 30 2008
1 new of 1 - Jul 22 2008
1 new of 1 - Jun 20 2008
2 new of 2 - Apr 19 2008
1 new of 1 - Mar 26 2008
1 new of 1 - Feb 7 2008
1 new of 1 - Jan 30 2008
1 new of 1 - Nov 7 2007
2 new of 2 - Nov 7 2007
1 new of 1 - Sep 18 2007
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 26  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: 9P(aka Styx) is a simple and elegant distributed file system protocol originally developed for the Plan 9 from Bell Labs and Inferno operating systems, that has since expanded its reach to other systems.

This group is a forum for developers working on new implementations or tools related to 9P.

 

9p hacking 
  Hi, I've just been made aware of this list. I've been working on lots of 9p related projects recently. I'll post about stuff as I continue, but want to quickly mention a few things that happened recently: - posted a sensor fs implementation for android phones to 9fans. Its written in java with a new 9p library (client and server support).... more »
By Tim Newsham  - Nov 10 2009 - 1 new of 1 message    

libixp examples 
  I have already sent this email to the suckless mailing list, but have thought it could also be interesting for somebody here: Since finding documentation (and/or examples) for libixp is not easy, I have decided to write something myself. What I'm doing is keeping tags in a mercurial repository from a very simple Hello World to a more complete... more »
By yiyus  - Jun 15 2009 - 1 new of 1 message    

New Python 9P implementation 
  Hi, I've just released a new Python 9P client implementation. It's based largely on my r9p library, but is a good bit cleaner and faster. It has a simple but high level client library and should be fully thread safe. The serialization code is based on a high level message specification, so adding new data types is as... more »
By Kris Maglione  - May 18 2009 - 2 new of 2 messages    

New C 9P2000(.u) Client/Server Library 
  In reply to Uriel, Thu, 18 Sep 2008 08:56:12 +0200: ...I personally encourage .u, namely because 9p.ko supports it, and thus filesystem servers can provide things Unix users expect (e.g., symlinks). The whole uid/gid number thing, though, should definately go. They cause way more trouble than they're worth in... more »
By Kris Maglione  - May 17 2009 - 1 new of 1 message    

Fwd: libixp speed 
  I think there are more places that errstr needs to be set. patches forthcoming unless this has been fixed. ron ---------- Forwarded message ---------- ...To: ron minnich <rminn...@gmail.com> so, who do i send bug reports to? $ ./ixpsrv.O -a tcp\!*\!10000 libixp: fatal: ixpsrv: fatal: UH H $ ./ixpsrv.O -h... more »
By ron minnich  - Jan 23 2009 - 2 new of 2 messages    

errstr issues 
  I think there are more places that errstr needs to be set. patches forthcoming unless this has been fixed. ron - Hide quoted text - ---------- Forwarded message ---------- ...To: ron minnich <rminn...@gmail.com> so, who do i send bug reports to? $ ./ixpsrv.O -a tcp\!*\!10000 libixp: fatal: ixpsrv: fatal: UH H ... more »
By ron minnich  - Jan 23 2009 - 1 new of 1 message    

m9u-0.5 released 
  Hi guys, I finally got around to an m9u release, 8 hours before I hop on a plane and make my way to IWP9 :) For those of you who haven't heard, m9u is a playlist manager for unix that exports a 9p interface (using libixp). More information and downloads can be found at <[link]>. If I... more »
By sqweek  - Oct 13 2008 - 1 new of 1 message    

libixp 0.5 released 
  Hey guys, seems it's about that time of the year. I'm pleased to report it has been a productive one for me with respect to 9p (though it took me some time to get started), and I now actually have a clue about libixp. The biggest motivators for this release are: -Wstat server support. -The API has changed somewhat - things are a bit more verbose, but the... more »
By sqweek  - Sep 23 2008 - 2 new of 2 messages    

New C 9P2000(.u) Client/Server Library 
  Hello dear group members, I've just earlier today completed a first snapshot of a 9p2000(.u) library I'm writing. It should, in theory, support all of both protocols (including wstat ;)) and I was able to write a small dummy test server with it. I'll be using the library in a different project... more »
By jyujin  - Sep 17 2008 - 8 new of 8 messages    

write_data in ixpc from libixp 
  Does this look odd to anyone else? static void write_data(IxpCFid *fid, char *name) { void *buf; uint len; buf = emalloc(fid->iounit);; do { len = read(0, buf, fid->iounit); if(len >= 0 && ixp_write(fid, buf, len) != len) fatal("cannot write file '%s': %s\n", name, ixp_errbuf()); } while(len > 0);... more »
By sqweek  - Aug 25 2008 - 1 new of 1 message    

1 - 10 of 26   « Newer | Older »

XML       Send email to this group: 9p-hackers@googlegroups.com