Re: CVS commit: src/sys/arch

2012-02-21 Thread Cherry G. Mathew
Hi Manuel, On 22 February 2012 00:40, Manuel Bouyer wrote: > Module Name:    src > Committed By:   bouyer > Date:           Tue Feb 21 19:10:13 UTC 2012 > > Modified Files: >        src/sys/arch/x86/x86: pmap.c >        src/sys/arch/xen/x86: cpu.c > > Log Message: > Avoid early use of xen_kpm_syn

Re: CVS commit: src/external/bsd/pkg_install/dist

2012-02-21 Thread Thomas Klausner
On Tue, Feb 21, 2012 at 10:45:14PM +0100, Marc Balmer wrote: > bump date for previous. The bump's already in the commit: > > -#define PKGTOOLS_VERSION 20120128 > > +#define PKGTOOLS_VERSION 20120221 Thomas

Re: CVS commit: src/external/bsd/pkg_install/dist

2012-02-21 Thread Marc Balmer
D: version.h,v 1.8 2012/02/19 17:49:09 tron Exp $ */ > +/* $NetBSD: version.h,v 1.9 2012/02/21 18:27:05 wiz Exp $ */ > > /* > * Copyright (c) 2001 Thomas Klausner. All rights reserved. > @@ -27,6 +27,6 @@ > #ifndef _INST_LIB_VERSION_H_ > #define _INST_LIB_VERSION_H_ > > -#define PKGTOOLS_VERSION 20120128 > +#define PKGTOOLS_VERSION 20120221 > > #endif /* _INST_LIB_VERSION_H_ */ >

Re: CVS commit: src/sys/sys

2012-02-21 Thread Martin Husemann
On Tue, Feb 21, 2012 at 03:07:34PM +0400, Valeriy E. Ushakov wrote: > > Log Message: > > There are some places where C99 allows a restrict modifier (and posix > > demands it), but C++ does not allow it. So add a C only version of > > __restrict, which expands to nothing if compiling C++. > > See ht

Re: CVS commit: src/sys/sys

2012-02-21 Thread Valeriy E. Ushakov
On Tue, Feb 21, 2012 at 10:53:08 +, Martin Husemann wrote: > Module Name: src > Committed By: martin > Date: Tue Feb 21 10:53:08 UTC 2012 > > Modified Files: > src/sys/sys: cdefs.h > > Log Message: > There are some places where C99 allows a restrict modifier (and posix > deman

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

2012-02-21 Thread Manuel Bouyer
On Tue, Feb 21, 2012 at 09:49:40AM +0100, J. Hannken-Illjes wrote: > On Feb 21, 2012, at 2:47 AM, Jonathan A. Kollasch wrote: > > > Module Name:src > > Committed By: jakllsch > > Date: Tue Feb 21 01:47:50 UTC 2012 > > > > Modified Files: > > src/sys/arch/xen/xen: x

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

2012-02-21 Thread J. Hannken-Illjes
On Feb 21, 2012, at 2:47 AM, Jonathan A. Kollasch wrote: > Module Name: src > Committed By: jakllsch > Date: Tue Feb 21 01:47:50 UTC 2012 > > Modified Files: > src/sys/arch/xen/xen: xbd_xenbus.c > > Log Message: > Add and use xbdminphys() to handle transfer segmentation/size limit