|
|
Up |
|
|
  |
Author: Roman ShaposhnikRoman Shaposhnik
Date: Dec 24, 2008 22:52
On Dec 22, 2008, at 8:46 PM, Nathaniel W Filardo wrote:
>> Hi,
>>
>> The contrib index mentions that daily changelogs for Plan 9 are in
>> sources/extra/changes, but those haven't been updated since early
>> 2007.
>> Is there any preferred way to get changelogs / diffs these days?
>
> Relatedly, is there a better way to mirror the development history
> of Plan 9
> than running "@{9fs sourcesdump; cd /n/sourcesdump; tar -c} | @{tar -
> x}" or
> similar?
I surely hope the festive mood of the season will protect me from being
ostracized for asking this, but is there any chance to map Plan9
development practices to some of the established ways of source
code management? I mostly long for things like being able to browse
Plan9 history with a clear understanding of who did what and for
what reason.
|
| Show full article (1.16Kb) |
|
| |
11 Comments |
|
  |
Author: erik quanstromerik quanstrom
Date: Dec 24, 2008 22:40
>>> Is there any preferred way to get changelogs / diffs these days?
>>
>> yesterday -d ...
>> when i'm especially curious or anxious.
>
> But yesterday won't work in a more lightweight environment (such as
> 9vx) will it?
exactly the same as plan 9 does.
as long as the fs supports a dump fs, 9vx will support yesterday.
for example, i've been mounting my diskless fs with 9vx. yesterday
works just fine. i'm sure you could use a linux-based venti with
plan 9-based fossil as well.
- erik
|
| |
|
| |
4 Comments |
|
  |
Author: Roman ShaposhnikRoman Shaposhnik
Date: Dec 24, 2008 22:37
On Dec 22, 2008, at 8:41 AM, Charles Forsyth wrote:
>> Is there any preferred way to get changelogs / diffs these days?
>
> yesterday -d ...
> when i'm especially curious or anxious.
But yesterday won't work in a more lightweight environment (such as
9vx) will it?
> it probably wouldn't hurt to have a DMEXCL+DMAPPEND file (!)
> maintained by the command that applies patches, which appends the
> readme/notes
> file(s) for each patch as it is applied. not all changes are done
> through patches.
Speaking of which
-- is there any FAQ on the current development
practices
of the Plan9 project? Things like patch lifecycle, etc.?
Thanks,
Roman.
|
| |
|
no comments
|
|
  |
Author: Roman ShaposhnikRoman Shaposhnik
Date: Dec 24, 2008 22:08
On Dec 21, 2008, at 6:45 AM, erik quanstrom wrote:
>>> is your 9p server ever going to be running on an nfs-mounted
>>> partition?
>>
>> As with any software -- it would be pretty difficult for me to
>> prevent
>> somebody from doing that, but in general -- no.
>
> i use "in general" to mean the exact opposite of what
> you are saying here; there is a case where it could happen.
Well, it is quite difficult to deny an audience to Mr. Murphy, isn't
it? ;-)
|
| Show full article (2.20Kb) |
|
1 Comment |
|
  |
Author: erik quanstromerik quanstrom
Date: Dec 24, 2008 17:12
i put a new sdiahci.c on sources that may help if you
have a hba with staggered spin up capability. i believe
ich9m does some pretty aggressive power mgnt. many
thanks to lucho for the patience to help work on the
problem.
/n/sources/contrib/quanstro/9/pc/^(sdiahci.c ahci.h)
/n/sources/contrib/quanstro/9loadaoe/^(sdiahci.c ahci.h)
- erik
|
| |
|
no comments
|
|
  |
Author: Tharaneedharan VilwanathanTharaneedharan Vilwanathan
Date: Dec 24, 2008 12:32
hi,
this is regarding alpha channel.
i am able to change the alpha value for an image by setting new alpha value
for every pixel.
but i was thinking we also could set the alpha value for all of the pixels
in a window/screen just but setting the value somewhere, say using ctl. is
this not possible in plan9 or inferno? i am wondering how i got that
thinking.
thanks
dharani
hi,this is regarding alpha channel.i am able to change the alpha value for an image by setting new alpha value for every pixel.but i was thinking we also could set the alpha value for all of the pixels in a window/screen just but setting the value somewhere, say using ctl. is this not possible in plan9 or inferno? i am wondering how i got that thinking.
thanksdharani
|
| |
|
no comments
|
|
  |
Author: Tharaneedharan VilwanathanTharaneedharan Vilwanathan
Date: Dec 24, 2008 12:07
hi,
here is a quick question. let us say i am logged in as glenda or none. let
us say, i want a new window in which i need to login as vdharani. how can i
do this? in unix machines, i could do su, telnet or ssh and then login as
new user. i am looking for something like this.
years back i asked the same question and then ended up finding something
like 9term which was good enough (except that as i mentioned in the other
thread, if i started inferno in it, draw operations in inferno used to be
slow). once i found 9term, i realized probably drawterm is just like 9term
but for non-plan9 machines.
i am looking for 9term but i couldnt locate it.
any clues?
thanks
dharani
hi,here is a quick question. let us say i am logged in as glenda or none. let us say, i want a new window in which i need to login as vdharani. how can i do this? in unix machines, i could do su, telnet or ssh and then login as new user. i am looking for something like this.
years back i asked the same question and then ended up finding something like 9term which was good enough (except that as i mentioned in the other thread, if i started inferno in it, draw operations in inferno used to be slow). once i found 9term, i realized probably drawterm is just like 9term but for non-plan9 machines.
i am looking for 9term but i couldnt locate it.any clues?thanksdharani
|
| |
|
3 Comments |
|
  |
Author: Ben CalvertBen Calvert
Date: Dec 24, 2008 10:31
On Dec 24, 2008, at 5:51 AM, erik quanstrom wrote:
>> the following diff enables dma on this controller and has yet to blow
>> anything up.
>
> echo dma on>/dev/sdXX/ctl doesn't turn dma on?
|
| Show full article (0.96Kb) |
|
1 Comment |
|
  |
|
|
  |
Author: MathieuMathieu
Date: Dec 24, 2008 09:53
Hi all,
I've defined such an rc function:
fn acmef { acme -f /lib/font/bit/fixed/unicode.8x13.font }
and when I call this function I keep getting this error displayed
repetively on the screen:
grow segment 3 -> f00000 would overlap 0 [f000000-10000000]
this happens both with p9p acme/rc and in 9vx.
Am I doing something that I am not supposed to here? I defined other
simple functions like this one in the past and it always worked so far.
Cheers,
Mathieu
|
| |
|
4 Comments |
|
|