Re: svn commit: r195197 - in stable/7/sys: . amd64/amd64 amd64/include contrib/pf dev/coretemp dev/hwpmc i386/cpufreq i386/i386 i386/include

2009-07-08 Thread Max Brazhnikov
On Tue, 30 Jun 2009 17:10:08 + (UTC)Tue Jun 30 17:10:08 2009, Andriy Gapon wrote: > Author: avg > Date: Tue Jun 30 17:10:08 2009 > New Revision: 195197 > URL: http://svn.freebsd.org/changeset/base/195197 > > Log: > MFC 185295, 185341, 185343: cpu identification improvements > > Goal of thi

Re: svn commit: r195436 - in head/sys: dev/ata geom geom/part sys

2009-07-08 Thread Poul-Henning Kamp
In message <200907080556.n685ufsn040...@svn.freebsd.org>, Marcel Moolenaar writ es: >Log: > Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.c > is invalid because the ioctl happens without prior open. The ioctl > got introduced to provide backward compatibility for extended >

Re: svn commit: r195197 - in stable/7/sys: . amd64/amd64 amd64/include contrib/pf dev/coretemp dev/hwpmc i386/cpufreq i386/i386 i386/include

2009-07-08 Thread Andriy Gapon
on 08/07/2009 10:04 Max Brazhnikov said the following: > > buildkernel fails for me with latest stable: I almost missed your message - so much of the original commit message you quoted :-) I can not reproduce this build failure here. What arch is this (I assumed i386)? What method of obtaining/

Re: svn commit: r195197 - in stable/7/sys: . amd64/amd64 amd64/include contrib/pf dev/coretemp dev/hwpmc i386/cpufreq i386/i386 i386/include

2009-07-08 Thread Max Brazhnikov
On Wed, 08 Jul 2009 11:27:33 +0300, Andriy Gapon wrote: > on 08/07/2009 10:04 Max Brazhnikov said the following: > > buildkernel fails for me with latest stable: > > I almost missed your message - so much of the original commit message you > quoted :-) I can not reproduce this build failure here. >

svn commit: r195443 - in head: tools/regression/usr.bin/jot usr.bin/jot

2009-07-08 Thread Brian Somers
Author: brian Date: Wed Jul 8 10:16:16 2009 New Revision: 195443 URL: http://svn.freebsd.org/changeset/base/195443 Log: Fix some uninitialise variables. PR: 136383 Submitted by: Ulrich Spoerlein - uqs at spoerlein dot net Approved by: re (kib) MFC after:3 weeks Added:

svn commit: r195444 - head/sys/kern

2009-07-08 Thread Ed Schouten
Author: ed Date: Wed Jul 8 10:21:52 2009 New Revision: 195444 URL: http://svn.freebsd.org/changeset/base/195444 Log: Fix regressions in return events of poll() on TTYs. As pointed out, POLLHUP should be generated, even if it hasn't been specified on input. It is also not allowed to retur

Re: svn commit: r195197 - in stable/7/sys: . amd64/amd64 amd64/include contrib/pf dev/coretemp dev/hwpmc i386/cpufreq i386/i386 i386/include

2009-07-08 Thread Andriy Gapon
on 08/07/2009 13:03 Max Brazhnikov said the following: > On Wed, 08 Jul 2009 11:27:33 +0300, Andriy Gapon wrote: >> on 08/07/2009 10:04 Max Brazhnikov said the following: >>> buildkernel fails for me with latest stable: >> I almost missed your message - so much of the original commit message you >>

Re: svn commit: r195197 - in stable/7/sys: . amd64/amd64 amd64/include contrib/pf dev/coretemp dev/hwpmc i386/cpufreq i386/i386 i386/include

2009-07-08 Thread Max Brazhnikov
On Wed, 08 Jul 2009 13:35:12 +0300, Andriy Gapon wrote: > on 08/07/2009 13:03 Max Brazhnikov said the following: > > On Wed, 08 Jul 2009 11:27:33 +0300, Andriy Gapon wrote: > >> on 08/07/2009 10:04 Max Brazhnikov said the following: > >>> buildkernel fails for me with latest stable: > >> > >> I alm

svn commit: r195458 - in head: include lib/libc/sys sys/bsm sys/compat/freebsd32 sys/compat/svr4 sys/i386/ibcs2 sys/kern sys/sys

2009-07-08 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 8 15:23:18 2009 New Revision: 195458 URL: http://svn.freebsd.org/changeset/base/195458 Log: There is an optimization in chmod(1), that makes it not to call chmod(2) if the new file mode is the same as it was before; however, this optimization must be disabled for

svn commit: r195459 - in head/sys: kern sys

2009-07-08 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 8 15:25:27 2009 New Revision: 195459 URL: http://svn.freebsd.org/changeset/base/195459 Log: Regenerate after lpathconf(2) addition. Approved by: re (kib) Modified: head/sys/kern/init_sysent.c head/sys/kern/syscalls.c head/sys/kern/systrace_args.c head/

svn commit: r195461 - head/usr.sbin/jail

2009-07-08 Thread Jamie Gritton
Author: jamie Date: Wed Jul 8 15:46:29 2009 New Revision: 195461 URL: http://svn.freebsd.org/changeset/base/195461 Log: Fix a typo in the examples. Approved by: re (kib), bz (mentor) Modified: head/usr.sbin/jail/jail.8 Modified: head/usr.sbin/jail/jail.8 ==

svn commit: r195462 - head/usr.sbin/jls

2009-07-08 Thread Jamie Gritton
Author: jamie Date: Wed Jul 8 15:57:22 2009 New Revision: 195462 URL: http://svn.freebsd.org/changeset/base/195462 Log: Give a more expected behavior to -[hns] options, defaulting to all parameters instead of ignoring the options and giving the old-style default output. Approved by: r

svn commit: r195468 - head/sys/compat/freebsd32

2009-07-08 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 8 16:26:43 2009 New Revision: 195468 URL: http://svn.freebsd.org/changeset/base/195468 Log: Fix freebsd32 version of lpathconf(2). Approved by: re (kib) Modified: head/sys/compat/freebsd32/syscalls.master Modified: head/sys/compat/freebsd32/syscalls.master

svn commit: r195469 - head/sys/compat/freebsd32

2009-07-08 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 8 16:30:34 2009 New Revision: 195469 URL: http://svn.freebsd.org/changeset/base/195469 Log: Regen the freebsd32 parts. Approved by: re (kib) Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/comp

Re: svn commit: r195430 - head/sys/kern

2009-07-08 Thread Bruce Evans
On Wed, 8 Jul 2009, Mike Silbersack wrote: Log: Increase HZ_VM from 10 to 100. While 10 hz saves cpu time under VM environments, it's too slow for FreeBSD to work properly. For example, ping at 10hz pings about every 600ms instead of about every second. It shouldn't be that bad -- the er

svn commit: r195477 - head/sys/kern

2009-07-08 Thread Jamie Gritton
Author: jamie Date: Wed Jul 8 21:45:48 2009 New Revision: 195477 URL: http://svn.freebsd.org/changeset/base/195477 Log: Remove crcopy call from seteuid now that it calls crcopysafe. Reviewed by: brooks Approved by: re (kib), bz (mentor) Modified: head/sys/kern/kern_prot.c Modified:

svn commit: r195484 - head/sys/dev/xl

2009-07-08 Thread Pyun YongHyeon
Author: yongari Date: Thu Jul 9 01:58:59 2009 New Revision: 195484 URL: http://svn.freebsd.org/changeset/base/195484 Log: Make xl(4) build with Tx checksum offload. PR: kern/136409 Approved by: re (kib) Modified: head/sys/dev/xl/if_xl.c Modified: head/sys/dev/xl/if_xl.c ==