Re: CVS commit: src/sys/arch/x86/include

2009-03-26 Thread Andrew Doran
On Wed, Mar 25, 2009 at 10:54:57PM +, David Young wrote: > Module Name: src > Committed By: dyoung > Date: Wed Mar 25 22:54:57 UTC 2009 > > Modified Files: > src/sys/arch/x86/include: intr.h > > Log Message: > It is only by accident that this gets the definitions it needs from

Re: CVS commit: src/sys/kern

2009-03-26 Thread David Laight
On Wed, Mar 25, 2009 at 09:48:37PM +, David Young wrote: > Module Name: src > Committed By: dyoung > Date: Wed Mar 25 21:48:37 UTC 2009 > > Modified Files: > src/sys/kern: subr_autoconf.c > > Log Message: > ctags(1) gets confused by 'typedef struct X { } X_t', so break 'typedef

Re: CVS commit: othersrc/zfs/external/cddl/osnet/dist

2009-03-26 Thread Simon Burge
Andrew Doran wrote: > Module Name: othersrc > Committed By: ad > Date: Thu Mar 26 21:50:47 UTC 2009 > > Modified Files: > > othersrc/zfs/external/cddl/osnet/dist/cmd/zpool: zpool_vdev.c > othersrc/zfs/external/cddl/osnet/dist/cmd/ztest: ztest.c > othersrc/zfs/external/

Re: CVS commit: othersrc/zfs/external/cddl/osnet/dist

2009-03-26 Thread Andrew Doran
On Fri, Mar 27, 2009 at 09:14:40AM +1100, Simon Burge wrote: > +#ifdef __NetBSD__ > +#include > +#definebtop(x) ((x) * PAGE_SIZE) > [ ... ] > > Isn't that working out "pages to bytes" and not "bytes to pages" ? > > Unless btop() means something non-obvious in Solaris land...

Re: CVS commit: othersrc/zfs/external/cddl/osnet/dist

2009-03-26 Thread Andrew Doran
On Thu, Mar 26, 2009 at 10:21:49PM +, Andrew Doran wrote: > On Fri, Mar 27, 2009 at 09:14:40AM +1100, Simon Burge wrote: > > > +#ifdef __NetBSD__ > > +#include > > +#definebtop(x) ((x) * PAGE_SIZE) > > [ ... ] > > > > Isn't that working out "pages to bytes" and not "bytes t

Re: CVS commit: src/usr.bin/make

2009-03-26 Thread David Holland
manual management of version > numbers. Yes. Anyhow, I talked to sjg about this and the conclusion is that MAKE_VERSION does need to get defined to something in all builds of make, and it really ought to be maintained properly too. For now the makefile should pass a fixed date stamp (may as well g

Re: CVS commit: src/usr.bin/make

2009-03-26 Thread Perry E. Metzger
his a real need? Anyway... > For now the makefile should pass a fixed date stamp (may as well go > with 20090326) and at some future point we can move this out of the > makefile and create a version.h for it. I'd would create a version.h right now, it would be simple enough. &

Re: CVS commit: [netbsd-3-1] src/sys/kern

2009-03-26 Thread SAITOH Masanobu
> Module Name: src > Committed By:msaitoh > Date:Fri Mar 27 06:04:22 UTC 2009 > > Modified Files: > src/sys/kern [netbsd-3-1]: init_sysctl.c > > Log Message: > Pull up following revision(s) (requested by mrg in ticket #2000): > usr.sbin/pstat/pstat.c: