CVS commit: src/sys/dev/pci

2010-01-20 Thread Tonnerre Lombard
Module Name:src Committed By: tonnerre Date: Wed Jan 20 09:05:12 UTC 2010 Modified Files: src/sys/dev/pci: azalia.c src/sys/dev/pci/hdaudio: hdaudio_afg.c Log Message: Signedness bug/crash in azalia and hdaudio. Fixes PR 42604. By Pierre Pronchery. To generate a

CVS commit: src/crypto/external/bsd/openssl/dist/ssl

2010-01-10 Thread Tonnerre Lombard
Module Name:src Committed By: tonnerre Date: Sun Jan 10 16:39:10 UTC 2010 Modified Files: src/crypto/external/bsd/openssl/dist/ssl: s3_lib.c s3_pkt.c s3_srvr.c ssl_locl.h Log Message: Instead of unconditionally disabling SSL3 renegociation, add the flag SSL3_FL

Re: CVS commit: src/sys/arch/sparc64/sparc64

2009-08-18 Thread Tonnerre LOMBARD
Salut, On Tue, Aug 18, 2009 at 12:15:37AM +, Michael Lorenz wrote: > CV: Enter Log. Lines beginning with `CVS:' are removed automatically You sure have an odd CV. (SCNR) Tonnerre pgpt0ZR5BjKOx.pgp Description: PGP signature

Re: CVS commit: src/sys/uvm

2009-08-10 Thread Tonnerre LOMBARD
Salut, On Mon, Aug 10, 2009 at 11:30:38AM +, Mihai Chelaru wrote: > On Sun, 09 Aug 2009 22:19:10 +, Matt Thomas wrote: > > @@ -708,7 +742,7 @@ > > l = outl2; > > #ifdef DEBUG > >if (swapdebug & SDB_SWAPOUT) > > - printf("%s: no duds, try procp %p\n", __func__, l)

Re: CVS commit: src/sys/sys

2009-08-09 Thread Tonnerre LOMBARD
Salut, On Mon, Aug 10, 2009 at 12:24:47AM +0200, Martin Husemann wrote: > On Sun, Aug 09, 2009 at 09:20:02PM +, Christos Zoulas wrote: > > The new style casts are very useful because they show programming intent. > > Yes, new style casts are fine. > > But warning about old style casts in a l

Re: CVS commit: src/sys/sys

2009-08-09 Thread Tonnerre LOMBARD
Salut, On Sun, Aug 09, 2009 at 11:09:18PM +0200, Martin Husemann wrote: > On Sun, Aug 09, 2009 at 09:29:50PM +0200, Tonnerre LOMBARD wrote: > > Unfortunately, these are widely used headers. We don't want to break > > -Wold-style-casts in general. > > Why not? > &g

Re: CVS commit: src/sys/sys

2009-08-09 Thread Tonnerre LOMBARD
Salut, On Sun, Aug 09, 2009 at 08:19:29PM +0100, David Laight wrote: > > Modified Files: > > src/sys/sys: bswap.h cdefs.h endian.h termios.h > > > > Log Message: > > Create and use __CAST(type, value) in headers so that modern c++ with > > -Wold-style-casts does not bitch. > > Do we really h

Re: CVS commit: src/sys/netinet6

2009-08-08 Thread Tonnerre LOMBARD
Salut, On Thu, Aug 06, 2009 at 12:17:11PM +, Christoph Egger wrote: > Log Message: > Check if ndi is valid before use. > ok tonnerre@ Just to mention: while this change is correct, it should IMO not be necessary. The purge function should not be called if no ndi is associated with the device.

Re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread Tonnerre LOMBARD
Salut, On Sun, Jul 26, 2009 at 12:48:06PM -0400, Perry E. Metzger wrote: > That's another thing: quit being so rude to a new developer. Even if it > was bad for him to do this commit, it would be unreasonable to tell him > off so impolitely. I'd prefer of you left this judgment to him and me.

Re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread Tonnerre LOMBARD
Salut, On Sun, Jul 26, 2009 at 12:14:28PM -0400, Perry E. Metzger wrote: > > While you're still a newdev, please get approval from a specific person > > before you commit changes. > > I don't think the change was unreasonable or required more approval than > Marc already got. Since it changes th

Re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread Tonnerre LOMBARD
Salut, On Sun, Jul 26, 2009 at 04:07:21PM +0200, Marc Balmer wrote: > >>Log Message: > >>Simplify the use _a lot_ by hooking this to sysctl instead of bio(4). > >>When it attaches, it creates a hw.gpiosimN.value sysctl node > >>which can > >>then be used to manipulate the simulated device state. >

Re: CVS commit: src/sys/dev/gpio

2009-07-26 Thread Tonnerre LOMBARD
Salut, On Sun, Jul 26, 2009 at 01:45:20PM +, Marc Balmer wrote: > Log Message: > Simplify the use _a lot_ by hooking this to sysctl instead of bio(4). > When it attaches, it creates a hw.gpiosimN.value sysctl node which can > then be used to manipulate the simulated device state. I am somehow

Re: CVS commit: src/sys/netinet6

2009-07-26 Thread Tonnerre LOMBARD
Salut, On Sun, Jul 26, 2009 at 07:22:54AM +0200, Bernd Ernesti wrote: > > (Debated on tech-net@ before but almost two weeks passed by without any > > comment on the patch.) > > There was one from David Young: > Message-ID: <20090713160131.gg...@ojctech.com> > Date: Mon, 13 Jul 2009 11:01:31 -05