Re: CVS commit: [riastradh-drm2] src/sys/external/bsd/drm2/include/linux

2013-07-23 Thread David Laight
On Wed, Jul 24, 2013 at 02:12:29AM +, Taylor R Campbell wrote: > Module Name: src > Committed By: riastradh > Date: Wed Jul 24 02:12:29 UTC 2013 > > Modified Files: > src/sys/external/bsd/drm2/include/linux [riastradh-drm2]: types.h > > Log Message: > Add __le16, __le32, and __

Re: CVS commit: [riastradh-drm2] src/sys/external/bsd/drm2/include/linux

2013-07-23 Thread Nick Hudson
On 07/24/13 01:49, Taylor R Campbell wrote: Module Name:src Committed By: riastradh Date: Wed Jul 24 00:49:48 UTC 2013 Modified Files: src/sys/external/bsd/drm2/include/linux [riastradh-drm2]: list.h Log Message: Add initial draft of Linux list and hlist to . Implemente

Re: CVS commit: src/bin/hostname

2013-07-23 Thread Greg Troxel
Erik Fair writes: > On Jul 19, 2013, at 03:34, "Roy Marples" wrote: > >> Module Name: src >> Committed By:roy >> Date:Fri Jul 19 10:34:51 UTC 2013 >> >> Modified Files: >> src/bin/hostname: hostname.1 hostname.c >> >> Log Message: >> Add the following options >> -

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

2013-07-23 Thread Soren Jorvang
On 23/07/2013, at 11.04, Martin Husemann wrote: > On Tue, Jul 23, 2013 at 10:09:28AM +0200, Soren Jorvang wrote: >> The pre-autoconf console code creates a bus_space handle (not a >> subregion of anything) for the console com, which conflicts with puc.c >> later trying to allocate the larger handl

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

2013-07-23 Thread Martin Husemann
On Tue, Jul 23, 2013 at 10:09:28AM +0200, Soren Jorvang wrote: > The pre-autoconf console code creates a bus_space handle (not a > subregion of anything) for the console com, which conflicts with puc.c > later trying to allocate the larger handle that the console is a > subregion (but not a bus_spa

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

2013-07-23 Thread Soren Jorvang
On 23/07/2013, at 09.54, Martin Husemann wrote: > What are you doing here, and why can't you do a full new bus_space_map here? > I guess resource handling would not matter a lot for the is_console case. > (I haven't looked at the changes in details) puc.c currently first maps the full spaces fro

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

2013-07-23 Thread Martin Husemann
On Tue, Jul 23, 2013 at 09:43:30AM +0200, Soren Jorvang wrote: > It would probably work, at least on platforms with simple bus_space > implementations, but taking a subregion that is outside the original > region seems iffy, so I have just marked it as an x86 hack for now. No, it is strictly forb

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

2013-07-23 Thread Soren Jorvang
On 23/07/2013, at 09.28, Martin Husemann wrote: > This patch at least makes it compile - but I have no idea if I properly kept > the semantics correct, and can't test it. It would probably work, at least on platforms with simple bus_space implementations, but taking a subregion that is outside t

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

2013-07-23 Thread Martin Husemann
This patch at least makes it compile - but I have no idea if I properly kept the semantics correct, and can't test it. Martin Index: puc.c === RCS file: /cvsroot/src/sys/dev/pci/puc.c,v retrieving revision 1.35 diff -u -p -r1.35 puc.c

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

2013-07-23 Thread Martin Husemann
On Tue, Jul 23, 2013 at 08:21:34AM +0100, David Laight wrote: > Not the best of commit messages! > 'Fix compilation' would be better. Alas, it stil doesn't: ../../../../dev/pci/puc.c: In function 'puc_attach': ../../../../dev/pci/puc.c:269:76: error: invalid operands to binary - (have 'bus_space

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

2013-07-23 Thread David Laight
On Mon, Jul 22, 2013 at 02:52:02PM +, Soren S. Jorvang wrote: > Module Name: src > Committed By: soren > Date: Mon Jul 22 14:52:02 UTC 2013 > > Modified Files: > src/sys/dev/pci: puc.c > > Log Message: > Oops. Not the best of commit messages! 'Fix compilation' would be better.

Re: CVS commit: src/sys/kern

2013-07-23 Thread David Laight
On Mon, Jul 22, 2013 at 07:49:09AM +0100, Alexander Nasonov wrote: > Taylor R Campbell wrote: > > This shouldn't be necessary: snprintf guarantees null termination. > > Did you observe a pool name without null termination in pool_init in > > the wild? > > I misremembered how snprintf works then. I

Re: CVS import: src/external/bsd/dhcpcd/dist

2013-07-23 Thread David Laight
On Sun, Jul 21, 2013 at 06:35:47PM +0200, Marc Balmer wrote: > Am 20.07.13 18:44, schrieb Roy Marples: > > David Holland writes: > >> On Fri, Jul 19, 2013 at 07:15:52PM -0700, Erik Fair wrote: > >> > > * dhcpcd will now assign a short hostname by default > >> > > To use a FQDN hostname, set thi