Re: CVS commit: src/sys/ddb

2010-08-31 Thread Thor Lancelot Simon
On Wed, Sep 01, 2010 at 06:01:23AM +1000, Simon Burge wrote: > Thor Lancelot Simon wrote: > > > Module Name:src > > Committed By: tls > > Date: Mon Aug 30 19:23:26 UTC 2010 > > > > Modified Files: > > > > src/sys/ddb: db_input.c > > Was there any particular reaso

Re: CVS commit: src/sys/ddb

2010-08-31 Thread Simon Burge
Thor Lancelot Simon wrote: > Module Name: src > Committed By: tls > Date: Mon Aug 30 19:23:26 UTC 2010 > > Modified Files: > > src/sys/ddb: db_input.c Was there any particular reason for removing the lint directives in this change? Eg: - } while (/*CONSTCOND*/ 0) +} w

Re: CVS commit: src

2010-08-31 Thread Joerg Sonnenberger
On Tue, Aug 31, 2010 at 08:43:33PM +0400, Valeriy E. Ushakov wrote: > On Tue, Aug 31, 2010 at 16:24:40 +, Tom Spindler wrote: > > > > src/sys/sys: exec_elf.h > > > > > > Log Message: > > > Replace the current usage of Elf64_Half with Elf64_Word and rename > > > NetBSD specific Elf64_Quarter

Re: CVS commit: src

2010-08-31 Thread Valeriy E. Ushakov
On Tue, Aug 31, 2010 at 16:24:40 +, Tom Spindler wrote: > > src/sys/sys: exec_elf.h > > > > Log Message: > > Replace the current usage of Elf64_Half with Elf64_Word and rename > > NetBSD specific Elf64_Quarter to Elf64_Half. This restores compatibility > > with the common ELF specificatio

Re: CVS commit: src

2010-08-31 Thread Tom Spindler
> src/sys/sys: exec_elf.h > > Log Message: > Replace the current usage of Elf64_Half with Elf64_Word and rename > NetBSD specific Elf64_Quarter to Elf64_Half. This restores compatibility > with the common ELF specifications. I believe this change is what's causing alpha to blow up: /src/nb

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

2010-08-31 Thread Adam Hoka
On Tue, 31 Aug 2010 08:31:27 +0200 Christoph Egger wrote: > On 26.08.10 16:31, Mindaugas Rasiukevicius wrote: > >> Module Name:src > >> Committed By: cegger > >> Date: Thu Aug 26 12:48:19 UTC 2010 > >> > >> Modified Files: > >> src/sys/dev/ieee1394: fwdev.c > >> > >> Log M