Re: my git development snapshot(s)

2011-09-20 Thread Fabien Thomas
On Sep 20, 2011, at 6:58 AM, Arnaud Lacombe wrote: > Hi, > > [adding Fabien Thomas to the CC: list] > > On Sun, Sep 18, 2011 at 5:14 AM, Andriy Gapon wrote: >> >> Just decided to follow the global trends and trying to throw all of my >> local/private changes at you in hope that the "crowd-sou

Re: my git development snapshot(s)

2011-09-20 Thread Fabien Thomas
git merge-base upstream/svn_trunk upstream/svn_stable_8 does not work. it seems that at some point in time it was working. (upstream = live tree, origin = my sandbox) I will need to dig a little more to understand the problem. Regards, Fabien ___ freeb

Re: my git development snapshot(s)

2011-09-20 Thread Arnaud Lacombe
Hi, On Tue, Sep 20, 2011 at 4:58 AM, Fabien Thomas wrote: > > On Sep 20, 2011, at 6:58 AM, Arnaud Lacombe wrote: > >> Hi, >> >> [adding Fabien Thomas to the CC: list] >> >> On Sun, Sep 18, 2011 at 5:14 AM, Andriy Gapon wrote: >>> >>> Just decided to follow the global trends and trying to throw a

Re: my git development snapshot(s)

2011-09-20 Thread Arnaud Lacombe
Hi, On Tue, Sep 20, 2011 at 10:11 AM, Arnaud Lacombe wrote: > Hi, > > On Tue, Sep 20, 2011 at 4:58 AM, Fabien Thomas > wrote: >> >> On Sep 20, 2011, at 6:58 AM, Arnaud Lacombe wrote: >> >>> Hi, >>> >>> [adding Fabien Thomas to the CC: list] >>> >>> On Sun, Sep 18, 2011 at 5:14 AM, Andriy Gapon

Re: my git development snapshot(s)

2011-09-20 Thread Fabien Thomas
At some point in time (when i've migrated my server from i386 to amd64) the git-svn metadata was corrupted (perl problem). Maybe this problem is related as my original clone does not have the problem. I will try to restore and force push a new repo. Fabien

Re: my git development snapshot(s)

2011-09-20 Thread Artem Belevich
On Tue, Sep 20, 2011 at 6:34 AM, Fabien Thomas wrote: > git merge-base upstream/svn_trunk upstream/svn_stable_8 > does not work. Ditto here. > > it seems that at some point in time it was working. > (upstream = live tree, origin = my sandbox) > I will need to dig a little more to understand the

Sharing device driver between kernel and user space

2011-09-20 Thread geoffrey levand
Currently i'm developing VUART device drivers for PS3 architecture. VUART is bi-directional FIFO queue between 2 logical partitions on PS3. I want to use the device in the kernel and user space. During system boot PS3 system has to read/write some data from/to the VUART devices and sometimes i w

SW_WATCHDOG vs new eventtimer code

2011-09-20 Thread Andriy Gapon
Alexander, just want to check with you first if the following makes sense. I use SW_WATCHDOG on one of the test machines, which was recently updated to from stable/8 to head. Now it seems to get seemingly random watchdog events. My theory is that this is because of the eventtimer logic. If durin

Re: Sharing device driver between kernel and user space

2011-09-20 Thread Hans Petter Selasky
On Tuesday 20 September 2011 20:35:57 geoffrey levand wrote: > Currently i'm developing VUART device drivers for PS3 architecture. VUART > is bi-directional FIFO queue between 2 logical partitions on PS3. I want > to use the device in the kernel and user space. During system boot PS3 > system has t

Re: SW_WATCHDOG vs new eventtimer code

2011-09-20 Thread Alexander Motin
Hi. On 20.09.2011 22:19, Andriy Gapon wrote: > just want to check with you first if the following makes sense. > I use SW_WATCHDOG on one of the test machines, which was recently updated to > from stable/8 to head. Now it seems to get seemingly random watchdog events. > My theory is that this is

Re: SW_WATCHDOG vs new eventtimer code

2011-09-20 Thread Andriy Gapon
on 20/09/2011 23:04 Alexander Motin said the following: > Hi. > > On 20.09.2011 22:19, Andriy Gapon wrote: >> just want to check with you first if the following makes sense. >> I use SW_WATCHDOG on one of the test machines, which was recently updated to >> from stable/8 to head. Now it seems to g

Re: xlocale patch

2011-09-20 Thread C. Bergström
On 09/21/11 02:17 AM, David Chisnall wrote: Ooops, I forgot I uninstalled the subversion-freebsd package and installed subversion to work on libc++ (it would be really nice if these two could coexist, by the way...). The updated version of the diff now passes all of the libc++ locale tests (3

Re: xlocale patch

2011-09-20 Thread Lev Serebryakov
Hello, David. You wrote 20 сентября 2011 г., 23:17:28: > Ooops, I forgot I uninstalled the subversion-freebsd package and > installed subversion to work on libc++ (it would be really nice if > these two could coexist, by the way...). How does subversion-freebsd prevent you from working on libc++