Re: if_cxgbev build error on -stable

2016-12-04 Thread Andrey Chernov
It seems counter.h is included before systm.h where critical_* are declared. On 04.12.2016 16:12, Andrey Chernov wrote: > On recent i386 -stable I got: > > ... > /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c -o t4_vf.o > In file included from > /usr/src

if_cxgbev build error on -stable

2016-12-04 Thread Andrey Chernov
On recent i386 -stable I got: ... /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c -o t4_vf.o In file included from /usr/src/sys/modules/cxgbe/if_cxgbev/../../../dev/cxgbe/t4_vf.c:37: In file included from @/sys/counter.h:35: ./machine/counter.h:170:3: error: implicit declaration of

Re: svn commit: r302601 - in head/sys: arm/include arm64/include [clang 3.8.0: powerpc has odd mix of signed wchar_t and unsigned char]

2016-07-13 Thread Andrey Chernov
say so only. They are different entities differently encoded and cross assigning between wchar_t and char is not recommended. > > On 2016-Jul-11, at 8:57 PM, Andrey Chernov wrote: > >> On 12.07.2016 5:44, Mark Millard wrote: >>> My understanding of the criteria for __WCHAR_

Re: svn commit: r302601 - in head/sys: arm/include arm64/include [__WCHAR_MAX definition mostly]

2016-07-11 Thread Andrey Chernov
On 12.07.2016 5:44, Mark Millard wrote: > My understanding of the criteria for __WCHAR_MIN and __WCHAR_MAX: > > A) __WCHAR_MIN and __WCHAR_MAX: same type as the integer promotion of > ___wchar_t (if that is distinct). > B) __WCHAR_MIN is the low value for ___wchar_t as an integer type; not > neces

kernel's make fails in ath module, stable9

2013-01-14 Thread Andrey Chernov
Most recent -stable. Please fix: ... cc -O2 -pipe -march=prescott -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal -DHAVE_KERNEL_OPTION_HEADERS -include /usr/src/sys/i386/compile/POBRECITA/o

Re: ${CTFCONVERT_CMD} expands to empty string

2012-10-22 Thread Andrey Chernov
are processed): now empty commands are ignored in compat make and are not printed in job make case - Bump MAKE_VERSION to 5-2011-11-30-0 On 22.10.2012 20:45, Andrey Chernov wrote: > And simple test case proving that make v9201206140 dislike empty commands. > Makefile: > --

Re: ${CTFCONVERT_CMD} expands to empty string

2012-10-22 Thread Andrey Chernov
140 9201206140 ${CTFCONVERT_CMD} expands to empty string echo b b On 22.10.2012 20:08, Andrey Chernov wrote: > On 22.10.2012 19:42, John Baldwin wrote: >> On Sunday, October 21, 2012 8:25:32 pm Andrey Chernov wrote: >>> Those lines cause this error: >>> .if ${MK_C

Re: ${CTFCONVERT_CMD} expands to empty string

2012-10-22 Thread Andrey Chernov
On 22.10.2012 19:42, John Baldwin wrote: > On Sunday, October 21, 2012 8:25:32 pm Andrey Chernov wrote: >> Those lines cause this error: >> .if ${MK_CTF} != "no" >> CTFCONVERT_CMD= ${CTFCONVERT} ${CTFFLAGS} ${.TARGET} >> .elif ${MAKE_VERSION} >

Re: ${CTFCONVERT_CMD} expands to empty string

2012-10-21 Thread Andrey Chernov
e for empty make variables expansion is not merged into stable-9 On 21.10.2012 1:29, Andrey Chernov wrote: > On 20.10.2012 16:38, John Baldwin wrote: >> On Friday, October 19, 2012 09:06:55 PM Andrey Chernov wrote: >>> On recent -stable I got a lots of (see subj) now due to CTF cha

Re: ${CTFCONVERT_CMD} expands to empty string

2012-10-20 Thread Andrey Chernov
On 20.10.2012 16:38, John Baldwin wrote: > On Friday, October 19, 2012 09:06:55 PM Andrey Chernov wrote: >> On recent -stable I got a lots of (see subj) now due to CTF changes in >> *.mk files. >> I have >> WITHOUT_CDDL=yes >> in my /etc/src.conf and WITHOUT_CDDL

Re: ${CTFCONVERT_CMD} expands to empty string

2012-10-19 Thread Andrey Chernov
On 20.10.2012 5:06, Andrey Chernov wrote: > On recent -stable I got a lots of (see subj) now due to CTF changes in > *.mk files. > I have > WITHOUT_CDDL=yes > in my /etc/src.conf and WITHOUT_CDDL have wider scope than WITHOUT_CTF > suggested, but WITHOUT_CDDL is not checked in

${CTFCONVERT_CMD} expands to empty string

2012-10-19 Thread Andrey Chernov
On recent -stable I got a lots of (see subj) now due to CTF changes in *.mk files. I have WITHOUT_CDDL=yes in my /etc/src.conf and WITHOUT_CDDL have wider scope than WITHOUT_CTF suggested, but WITHOUT_CDDL is not checked in recent CTF changes. Please fix this thing.

Re: Recent -stable show strange warning about kern.maxswzone

2012-09-03 Thread Andrey Chernov
Increasing it even up to 64m does not help at all. Solved by reducing swap partition size to the recommended amount (swapoff, gpart resize, reboot) On Mon, Sep 03, 2012 at 09:34:08PM +0400, Andrey Chernov wrote: > I have kern.maxswzone default (32m), and now start to see this mess

Recent -stable show strange warning about kern.maxswzone

2012-09-03 Thread Andrey Chernov
I have kern.maxswzone default (32m), and now start to see this message: warning: total configured swap (1048576 pages) exceeds maximum recommended amount (995904 pages). warning: increase kern.maxswzone or reduce amount of swap. As I read somewhere 32m of maxswzone is enough up to 7Gb of swap,

Re: SCHED_ULE should not be the default

2011-12-17 Thread Andrey Chernov
On Sun, Dec 18, 2011 at 05:51:47PM +1100, Ian Smith wrote: > On Sun, 18 Dec 2011 02:37:52 +, Bruce Cran wrote: > > On 13/12/2011 09:00, Andrey Chernov wrote: > > > I observe ULE interactivity slowness even on single core machine (Pentium > > > 4) in very visible

Re: SCHED_ULE should not be the default

2011-12-14 Thread Andrey Chernov
On Tue, Dec 13, 2011 at 02:22:48AM -0800, Adrian Chadd wrote: > On 13 December 2011 01:00, Andrey Chernov wrote: > > >> If the algorithm ULE does not contain problems - it means the problem > >> has Core2Duo, or in a piece of code that uses the ULE scheduler. > > &

Re: SCHED_ULE should not be the default

2011-12-13 Thread Andrey Chernov
On Tue, Dec 13, 2011 at 10:40:48AM +0200, Ivan Klymenko wrote: > > On 12/12/2011 05:47, O. Hartmann wrote: > > > Do we have any proof at hand for such cases where SCHED_ULE performs > > > much better than SCHED_4BSD? > > > > I complained about poor interactive performance of ULE in a desktop > > e

Re: System sendmail build fails with updated cyrus-sasl2 port

2011-09-26 Thread Andrey Chernov
On Tue, Sep 27, 2011 at 01:23:32AM +0900, Hajimu UMEMOTO wrote: > It seems 2.1.25 requires to cast to sasl_callback_ft. How about the > attached patch? Thanx, it works now. IMHO it should be MFCed to stable-9 ASAP (and to sendmail trunk too). -- http://ache.vniz.net/ __

System sendmail build fails with updated cyrus-sasl2 port

2011-09-26 Thread Andrey Chernov
This is for 9 BETA2 or 10-CURRENT. Please fix it on either side. Apparently minor types mismatch within sasl_callback_t type. cc -O2 -pipe -march=pentium4 -I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src -I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/include -I. -DNEWDB -DTCPWRAPP

Re: HEADS UP: ncurses is updated

2007-04-13 Thread Andrey Chernov
On Mon, Apr 09, 2007 at 03:55:20PM -0400, Thomas Dickey wrote: > For PuTTY, most users have it incorrectly set to "xterm"(*). > There are no clues - so I added the environment variable to help. BTW, we have "putty" terminal entry for that purpose. -- http://ache.pp.ru/ pgpKG6sfVF1Fr.pgp Descri

Re: getopt_long and POSIXLY_CORRECT

2006-09-26 Thread Andrey Chernov
On Tue, Sep 26, 2006 at 12:58:33PM -0400, Mikhail Teterin wrote: > нед?ля 24 вересень 2006 04:43, Hiroki Sato написав: > > mi> Could a committer with interest in -stable, please, see to it, that > > mi> Andrey's recent change to getopt_long makes it into 6.2-RELEASE? > > mi> > > mi> The change make