Re: CVS commit: src

2011-05-30 Thread Christos Zoulas
In article , Christos Zoulas wrote: >In article <20110529165252.ga17...@colwyn.zhadum.org.uk>, >Matthias Scheler wrote: >>On Sun, May 29, 2011 at 01:07:34PM +, Christos Zoulas wrote: >>> >I've fixed it as suggested by you. >>> >>> Thank you! Now if I could only figure out why the pselect te

Re: CVS commit: src/distrib/sets/lists

2011-05-30 Thread Christos Zoulas
In article <9fd1caa9-1c17-4198-a9cc-57f4de798...@gmail.com>, Adam Hamsik wrote: > >libdns was minor bumped after last bind update you should mark old >entries obsolete >and add new ones. Same should be done for all 64 archs. > I think that this is not true for shared libraries; this happens auto

Re: CVS commit: src/distrib/sets/lists

2011-05-30 Thread Nicolas Joly
On Mon, May 30, 2011 at 09:17:52AM +, Christos Zoulas wrote: > In article <9fd1caa9-1c17-4198-a9cc-57f4de798...@gmail.com>, > Adam Hamsik wrote: > > > >libdns was minor bumped after last bind update you should mark old > >entries obsolete > >and add new ones. Same should be done for all 64 ar

Re: CVS commit: src/distrib/sets/lists

2011-05-30 Thread Adam Hamsik
On May,Monday 30 2011, at 11:23 AM, Nicolas Joly wrote: > On Mon, May 30, 2011 at 09:17:52AM +, Christos Zoulas wrote: >> In article <9fd1caa9-1c17-4198-a9cc-57f4de798...@gmail.com>, >> Adam Hamsik wrote: >>> >>> libdns was minor bumped after last bind update you should mark old >>> entrie

Re: CVS commit: src/distrib/sets/lists

2011-05-30 Thread Christos Zoulas
On May 30, 12:52pm, haa...@gmail.com (Adam Hamsik) wrote: -- Subject: Re: CVS commit: src/distrib/sets/lists | | On May,Monday 30 2011, at 11:23 AM, Nicolas Joly wrote: | | > On Mon, May 30, 2011 at 09:17:52AM +, Christos Zoulas wrote: | >> In article <9fd1caa9-1c17-4198-a9cc-57f4de798...@gm

Re: CVS commit: src/distrib/sets/lists

2011-05-30 Thread Adam Hamsik
On May,Monday 30 2011, at 1:02 PM, Christos Zoulas wrote: > On May 30, 12:52pm, haa...@gmail.com (Adam Hamsik) wrote: > -- Subject: Re: CVS commit: src/distrib/sets/lists > > | > | On May,Monday 30 2011, at 11:23 AM, Nicolas Joly wrote: > | > | > On Mon, May 30, 2011 at 09:17:52AM +, Chris

Re: CVS commit: src/distrib/sets/lists

2011-05-30 Thread Nicolas Joly
On Mon, May 30, 2011 at 12:52:57PM +0200, Adam Hamsik wrote: > > On May,Monday 30 2011, at 11:23 AM, Nicolas Joly wrote: > > > On Mon, May 30, 2011 at 09:17:52AM +, Christos Zoulas wrote: > >> In article <9fd1caa9-1c17-4198-a9cc-57f4de798...@gmail.com>, > >> Adam Hamsik wrote: > >>> > >>>

Re: CVS commit: src/distrib/sets/lists

2011-05-30 Thread Nicolas Joly
On Mon, May 30, 2011 at 03:37:13PM +0200, Nicolas Joly wrote: > On Mon, May 30, 2011 at 12:52:57PM +0200, Adam Hamsik wrote: > > > > On May,Monday 30 2011, at 11:23 AM, Nicolas Joly wrote: > > > > > On Mon, May 30, 2011 at 09:17:52AM +, Christos Zoulas wrote: > > >> In article <9fd1caa9-1c17-

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

2011-05-30 Thread Christos Zoulas
In article <20110530162059.1a6d217...@cvs.netbsd.org>, Joerg Sonnenberger wrote: >-=-=-=-=-=- > >+#ifdef __clang__ >+ charbuf[128]; >+#else > charbuf[CMSG_SPACE(sizeof(int))]; >+#endif > } cmsgbuf; Wouldn't it be better insted to re-define

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

2011-05-30 Thread Joerg Sonnenberger
On Mon, May 30, 2011 at 06:10:36PM +, Christos Zoulas wrote: > In article <20110530162059.1a6d217...@cvs.netbsd.org>, > Joerg Sonnenberger wrote: > >-=-=-=-=-=- > > > > >+#ifdef __clang__ > >+charbuf[128]; > >+#else > > charbuf[CMSG_SPACE(sizeof

Re: CVS commit: src/sys/kern

2011-05-30 Thread Mindaugas Rasiukevicius
tsugutomo.en...@jp.sony.com wrote: > > To generate a diff of this commit: > > cvs rdiff -u -r1.157 -r1.158 src/sys/kern/kern_resource.c > > Why the authorization check for set can be done such earlier? > > The kauth(9) man page defines that the 2nd arg is new corename to be > set, but I don't thi

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

2011-05-30 Thread Christos Zoulas
In article <20110530184621.ga14...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Mon, May 30, 2011 at 06:10:36PM +, Christos Zoulas wrote: >> In article <20110530162059.1a6d217...@cvs.netbsd.org>, >> Joerg Sonnenberger wrote: >> >-=-=-=-=-=- >> > >> >> >+#ifdef __clang__ >> >+