Description:
Plan 9 from Bell Labs. (Moderated)
|
|
|
Plan 9 on L4
|
| |
Recently found a paper (again) documenting some work going on here. I've lately sort of had a resurrected interest in OKL4, and I'm always interested in Plan 9 stuff, so I was wondering what's happened here or if there's any code to show for it. It seems like an effort that would take more than one person, but I'm... more »
|
|
faces
|
| |
A general request to all 9fans. If you don't have a face file on sources could you generate one (for those of us who use faces(1)). It really helps me to have an an image to associate with the people I receive email from. [link] Once you have updated you local system you can the submit it to... more »
|
|
ot: coraid jobs
|
| |
i thought this would be interesting to some. please send questions directly to me, rather than spamming the list. coraid is looking for some engineers. here are two job postings in the original job-postese: support: Coraid, a network data storage company, is looking for candidates who can work in Athens, GA, where they will,... more »
|
|
9vx access from Drawterm/cpu: patch and how-to
|
| |
A brief note on 9vx and cpu, which might also be relevant for a few other things. Using 9vx as a cpu server has been mentioned a few times, but my attempts to actually get this working met with failure initially. I believe I have tracked down the issue - the remoteside() of cpu.c makes use of the kernel cap device via a call to the... more »
|
|
Block->flags, Block->checksum
|
| |
it appears that we can mistakenly declare a packet's checksum to be ok in the following drivers - ether82563.c - ether82598.c - etherigbe.c - etherm10g.c (saved by hw that eats packets with bad checksums) - ethervt6105m.c the problem is that the Block->flags are not cleared. so if a Block receives a packet with a good checksum,... more »
|
|
secuser bugs
|
| |
i submitted a patch to secuser. i noticed that the month printed was off by one. according to secuser one year from today would be (in the odd ddmmyyyyy format it used) 04002011. i changed that to yyyymmdd and fixed a handful of bugs. one year from today is now 20110104. - erik
|
|
secstore account expired, how fix it using only drawterm
|
| |
Somehow my account "expired" in a way that appears to only affect secstore. I can log in and do stuff, but get the fgui popup for stuff normally stored in my factotum. And ... cpu% auth/secstore -g factotum secstore password: auth/secstore: error: account rtr expired at Sat Jan 2 03:59:59 GMT 2010 secstore password:... more »
|
|
plan9port and procexecl
|
| |
Hi, I have a piece of code which compiles and works fine in Plan9: ============================== ================== void execproc(void *v) { Channel *sync; Exec *e; int q[2]; char *cmd; threadsetname("execproc"); e = v; q[0] = e->q[0]; q[1] = e->q[1]; cmd = e->cmd; sync = e->sync; rfork(RFFDG);... more »
|
|
breadth first walking
|
| |
someone mentioned in the thread that it would be nice to be able to walk directory trees in breadth-first manner: [link] Tim Newsham | [link] | thenewsh.blogspot.com
|
|
|