Re: CVS commit: src/sys/kern

2011-03-11 Thread Christoph Egger
On 12.03.11 08:16, YAMAMOTO Takashi wrote: > Module Name: src > Committed By: yamt > Date: Sat Mar 12 07:16:50 UTC 2011 Hi, nice to read/hear you're alive. Christoph

Re: CVS commit: src/external/bsd/tmux/dist

2011-03-11 Thread Christos Zoulas
In article <20110310091542.9618e17...@cvs.netbsd.org>, Julio Merino wrote: >Module Name: src >Committed By: jmmv >Date: Thu Mar 10 09:15:42 UTC 2011 > >Update of /cvsroot/src/external/bsd/tmux/dist >In directory ivanova.netbsd.org:/tmp/cvs-serv2140 > >Log Message: >Initial import of tm

Re: CVS commit: src/external/bsd/tmux

2011-03-11 Thread Christos Zoulas
In article <20110310091801.9968517...@cvs.netbsd.org>, Julio Merino wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: jmmv >Date: Thu Mar 10 09:18:01 UTC 2011 > >Added Files: > src/external/bsd/tmux: Makefile > src/external/bsd/tmux/share: Makefile > src/external

re: CVS commit: src/sys/rump/net/lib/libshmif

2011-03-11 Thread matthew green
> 11.03.2011, 12:26, "Antti Kantee" : > > Log Message: > > Don't assume rump kernel PAGE_SIZE and host page size are the same. > > Why can they be different? I asked myself this question when I was writing some platforms don't have a well defined PAGE_SIZE, like sparc. on some machines it is 4KB

Re: CVS commit: src/sys/rump/net/lib/libshmif

2011-03-11 Thread Antti Kantee
On Fri Mar 11 2011 at 20:37:47 +0300, Alexander Nasonov wrote: > 11.03.2011, 12:26, "Antti Kantee" : > > Log Message: > > Don't assume rump kernel PAGE_SIZE and host page size are the same. > > Why can they be different? I asked myself this question when I was writing For example on SPARC page si

Re: CVS commit: src/sys/rump/net/lib/libshmif

2011-03-11 Thread Alexander Nasonov
11.03.2011, 12:26, "Antti Kantee" : > Log Message: > Don't assume rump kernel PAGE_SIZE and host page size are the same. Why can they be different? I asked myself this question when I was writing a tests for kern/44310: write to /dev/bpf truncates size_t to int. In the end, I just used sysconf(_SC

Re: CVS commit: src/lib/librumphijack

2011-03-11 Thread Antti Kantee
On Fri Mar 11 2011 at 03:34:47 +0300, Valeriy E. Ushakov wrote: > On Thu, Mar 10, 2011 at 23:02:56 +, Antti Kantee wrote: > > > Use rumphijack_dlsym() to figure out where __sysctl() is during > > init. Otherwise powerpc dlsym() DTWT and returns NULL. > > (now i have no idea why dlsym() it wor

Re: CVS commit: src/tests/fs

2011-03-11 Thread Adam Hamsik
On Mar,Thursday 10 2011, at 9:02 PM, Antti Kantee wrote: > Module Name: src > Committed By: pooka > Date: Thu Mar 10 20:02:27 UTC 2011 > > Modified Files: > src/tests/fs: Makefile > Added Files: > src/tests/fs/zfs: Makefile t_zpool.sh > > Log Message: > Add one simple test