Re: CVS commit: src/lib/libperfuse

2011-12-28 Thread Warner Losh
On Dec 28, 2011, at 8:40 PM, matthew green wrote: > - time_t can be a floating point type For my information, have there ever been any systems that represent time_t as a float? Warner

Re: CVS commit: src/lib/libperfuse

2011-12-28 Thread Christos Zoulas
In article <20111229014033.2f33917...@cvs.netbsd.org> you write: >-=-=-=-=-=- > >Module Name: src >Committed By: riz >Date: Thu Dec 29 01:40:32 UTC 2011 > >Modified Files: > src/lib/libperfuse: debug.c > >Log Message: >Cast time_t to intmax_t for printf purposes, and format wit

re: CVS commit: src/lib/libperfuse

2011-12-28 Thread matthew green
> On 12/28/11 5:57 PM, Alistair Crooks wrote: > > On Thu, Dec 29, 2011 at 01:40:33AM +, Jeff Rizzo wrote: > >> Module Name: src > >> Committed By: riz > >> Date: Thu Dec 29 01:40:32 UTC 2011 > >> > >> Modified Files: > >>src/lib/libperfuse: debug.c > >> > >> Log Mes

Re: CVS commit: src/lib/libperfuse

2011-12-28 Thread Jeff Rizzo
On 12/28/11 5:57 PM, Alistair Crooks wrote: On Thu, Dec 29, 2011 at 01:40:33AM +, Jeff Rizzo wrote: Module Name:src Committed By: riz Date: Thu Dec 29 01:40:32 UTC 2011 Modified Files: src/lib/libperfuse: debug.c Log Message: Cast time_t to intmax_t for printf purpo

Re: CVS commit: src/lib/libperfuse

2011-12-28 Thread Alistair Crooks
On Thu, Dec 29, 2011 at 01:40:33AM +, Jeff Rizzo wrote: > Module Name: src > Committed By: riz > Date: Thu Dec 29 01:40:32 UTC 2011 > > Modified Files: > src/lib/libperfuse: debug.c > > Log Message: > Cast time_t to intmax_t for printf purposes, and format with %j. Fixes > bui

Re: CVS commit: src/sys

2011-12-28 Thread Christos Zoulas
In article <20111228124228.c4d8614a...@mail.netbsd.org>, YAMAMOTO Takashi wrote: >hi, > >> On Dec 21, 5:07am, y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: >> -- Subject: Re: CVS commit: src/sys >> >> | why? >> | i thought the reason of having this as a separate member was performance. >> >>

Re: CVS commit: src/sys

2011-12-28 Thread YAMAMOTO Takashi
hi, > On Dec 21, 5:07am, y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: > -- Subject: Re: CVS commit: src/sys > > | why? > | i thought the reason of having this as a separate member was performance. > > All the code paths that use NBIO check bits in so_state... I would like to > see the bench