FEATURE: Implement 'make config' in /usr/src

2012-01-15 Thread Коньков Евгений
It will be nice to create nice menu that will allow user disable/enable modules to build kernel cd /usr/src make config ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

[RESOLVED]: upgrading to r230059 cause slow network throughput

2012-01-14 Thread Коньков Евгений
Здравствуйте, Коньков. Вы писали 13 января 2012 г., 21:32:14: КЕ> I have tryed as ULE as SCHED_4BSD, no changes КЕ> in both cases low throughput КЕ> CPUload КЕ> http://piccy.info/view3/2478224/e5d7f208538d05d813411c34eb493a8f/orig/ КЕ> if load КЕ> http://piccy.info/view3/2478228/bf8dca5fad12c14

Re: netisr ambigios policy

2012-01-14 Thread Коньков Евгений
Здравствуйте, Коньков. Вы писали 14 января 2012 г., 15:31:04: КЕ> From sys/net/netisr.c КЕ> switch (netisr_dispatch_policy) { КЕ> case NETISR_DISPATCH_DEFERRED: КЕ> netisr_direct_force = 0; КЕ> netisr_direct = 0; КЕ> break; КЕ>

netisr ambigios policy

2012-01-14 Thread Коньков Евгений
From sys/net/netisr.c switch (netisr_dispatch_policy) { case NETISR_DISPATCH_DEFERRED: netisr_direct_force = 0; netisr_direct = 0; break; case NETISR_DISPATCH_HYBRID: netisr_direct_force = 0;

upgrading to r230059 cause slow network throughput

2012-01-13 Thread Коньков Евгений
I have tryed as ULE as SCHED_4BSD, no changes in both cases low throughput CPUload http://piccy.info/view3/2478224/e5d7f208538d05d813411c34eb493a8f/orig/ if load http://piccy.info/view3/2478228/bf8dca5fad12c1436092f4d6aaf2356f/orig/ looking on graphs CPU load it seems strange distribution... i

Re[2]: 9.0-RC1 panic in tcp_input: negative winow.

2011-12-25 Thread Коньков Евгений
Здравствуйте, John. Вы писали 20 декабря 2011 г., 16:52:44: JB> On Saturday, December 17, 2011 6:21:27 pm Pawel Jakub Dawidek wrote: >> On Mon, Dec 12, 2011 at 11:00:23AM -0500, John Baldwin wrote: >> > An update. I've sent Pawel a testing patch to see if my hypothesis is >> > correct >> > (www

Re[2]: Failure upgrading from 8-stable to current (9.0-Beta2)

2011-09-27 Thread Коньков Евгений
and manually run tzsetup from console and got 'Undefined symbol "_nc_wacs"' If I run '/usr/obj/usr/src/usr.sbin/tzsetup/tzsetup' from console it works fine, so when I change Makefile as I noted below it works for me. Вы писали 27 сентября 2011 г., 6:00:46: GC>

Re: Failure upgrading from 8-stable to current (9.0-Beta2)

2011-09-26 Thread Коньков Евгений
Hi For me patch do not working because tzsetup uses old tzsetup I use this: > --- share/zoneinfo/Makefile (revision 224989) > +++ share/zoneinfo/Makefile (working copy) > @@ -72,7 +72,8 @@ >optC="-C ${DESTDIR}"; \ >fi; \ >