DragonFly BSD
DragonFly users List (threaded) for 2006-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: A mobile user's wishlist


From: YONETANI Tomokazu <qhwt+dfly@xxxxxxxxxx>
Date: Sat, 17 Jun 2006 11:30:00 +0900

On Fri, Jun 16, 2006 at 06:23:45PM +0000, Johannes Hofmann wrote:
> Ok, here is an initial patch against estd-r4.1 that makes things 
> work on DragonFly. The question is how to integrate the modifications.
> We could add #ifdef's or add the patch to the pkgsrc stuff...

Thanks.  Hmm, I wonder if pkgsrc supports per-platform patch...

> Also I would suggest to adjust our est-sysctl names to match the
> NetBSD ones's.

NetBSD uses machdep.est.*, but we usually have things like this
under hw.  Not sure if we have an explicit policy about sysctl names
though.

> And what about that useconds_t? I just changed it to int. Any better
> ideas?

http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/types.h.html:
  The type useconds_t shall be an unsigned integer type capable of storing
  values at least in the range [0, 1000000].

On platforms that doesn't define useconds_t, it's usually an unsigned int.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]