Re: CVS commit: src/sys/kern

2011-05-02 Thread Izumi Tsutsui
> > Modified Files: > > src/sys/kern: subr_evcnt.c > > > > Log Message: > > Add code to detect attaching of evcnt before evcnt has been initialized. > > > > > > To generate a diff of this commit: > > cvs rdiff -u -r1.7 -r1.8 src/sys/kern/subr_evcnt.c > > This breaks at runtime on at least o

Re: CVS commit: src/sys/kern

2011-05-02 Thread Jonathan A. Kollasch
On Tue, Jan 18, 2011 at 08:16:43AM +, Matt Thomas wrote: > Module Name: src > Committed By: matt > Date: Tue Jan 18 08:16:43 UTC 2011 > > Modified Files: > src/sys/kern: subr_evcnt.c > > Log Message: > Add code to detect attaching of evcnt before evcnt has been initialized. >

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

2011-05-02 Thread Jukka Ruohonen
On Mon, May 02, 2011 at 01:40:01AM -0700, Paul Goyette wrote: > True, although bin/43394 really describes a wider problem. There is > simply too much magic/voodoo required to keep the build system happy. Indeed, and AFAIR none of this is really documented, at least in one place. Trial and error,

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

2011-05-02 Thread Paul Goyette
True, although bin/43394 really describes a wider problem. There is simply too much magic/voodoo required to keep the build system happy. On Mon, 2 May 2011, Jukka Ruohonen wrote: On Mon, May 02, 2011 at 08:32:21AM +, Paul Goyette wrote: Log Message: Also add the Atffile to the sets lis

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

2011-05-02 Thread Jukka Ruohonen
On Mon, May 02, 2011 at 08:32:21AM +, Paul Goyette wrote: > Log Message: > Also add the Atffile to the sets list Thanks for fixing this. Too bad we can not test PR bin/43394... ;-). - Jukka.