svn commit: r228150 - head/sys/contrib/pf/net

2011-11-30 Thread Gleb Smirnoff
Author: glebius Date: Wed Nov 30 08:47:17 2011 New Revision: 228150 URL: http://svn.freebsd.org/changeset/base/228150 Log: Return value should be conditional on return value of pfsync_defer_ptr() PR: kern/162947 Submitted by: Matthieu Kraus matthieu.kraus s2008.tu-chemnitz.de

Re: svn commit: r227845 - head/sys/conf

2011-11-30 Thread René Ladan
2011/11/22 Luigi Rizzo lu...@freebsd.org: Author: luigi Date: Tue Nov 22 21:50:38 2011 New Revision: 227845 URL: http://svn.freebsd.org/changeset/base/227845 Log:  forgot to merge NETMAP entries in sys/conf ! Modified:  head/sys/conf/NOTES  head/sys/conf/files  head/sys/conf/options

svn commit: r228153 - head/usr.sbin/config

2011-11-30 Thread Max Khon
Author: fjoe Date: Wed Nov 30 13:33:09 2011 New Revision: 228153 URL: http://svn.freebsd.org/changeset/base/228153 Log: Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier: - ${NORMAL_CC} is also invoked without '@' - Userland CTF support was changed previously to echo ctfconvert

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-11-30 Thread Max Khon
John, On Wed, Nov 30, 2011 at 3:36 AM, John Baldwin j...@freebsd.org wrote: Author: fjoe Date: Tue Nov 29 19:46:17 2011 New Revision: 228143 URL: http://svn.freebsd.org/changeset/base/228143 Log: Turn off profiled libs build by default. Can be enabled back using

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-11-30 Thread John Baldwin
On Wednesday, November 30, 2011 9:35:01 am Max Khon wrote: John, On Wed, Nov 30, 2011 at 3:36 AM, John Baldwin j...@freebsd.org wrote: Author: fjoe Date: Tue Nov 29 19:46:17 2011 New Revision: 228143 URL: http://svn.freebsd.org/changeset/base/228143 Log: Turn off

svn commit: r228156 - in head/sys: fs/nfsclient fs/nwfs fs/smbfs kern nfsclient vm

2011-11-30 Thread Konstantin Belousov
Author: kib Date: Wed Nov 30 17:39:00 2011 New Revision: 228156 URL: http://svn.freebsd.org/changeset/base/228156 Log: Rename vm_page_set_valid() to vm_page_set_valid_range(). The vm_page_set_valid() is the most reasonable name for the m-valid accessor. Reviewed by: attilio, alc

svn commit: r228157 - head/usr.bin/make

2011-11-30 Thread Max Khon
Author: fjoe Date: Wed Nov 30 18:07:38 2011 New Revision: 228157 URL: http://svn.freebsd.org/changeset/base/228157 Log: - Fix segmentation fault when running +command when run with -jX -n due to Compat_RunCommand() being called with `cmd' that is not on the node-commands list - Make

svn commit: r228158 - in head: . share/mk sys/conf

2011-11-30 Thread Max Khon
Author: fjoe Date: Wed Nov 30 18:11:49 2011 New Revision: 228158 URL: http://svn.freebsd.org/changeset/base/228158 Log: - CTF knob is now implemented using common scheme: MK_CTF=yes/no is defined based on WITH/WITHOUT_CTF settings, default is WITHOUT_CTF, NO_CTF overrides WITH_CTF (used by

svn commit: r228159 - head/tools/build/options

2011-11-30 Thread Max Khon
Author: fjoe Date: Wed Nov 30 18:22:44 2011 New Revision: 228159 URL: http://svn.freebsd.org/changeset/base/228159 Log: Add WITH_CTF description. Added: head/tools/build/options/WITH_CTF (contents, props changed) Added: head/tools/build/options/WITH_CTF

svn commit: r228160 - head/share/man/man5

2011-11-30 Thread Max Khon
Author: fjoe Date: Wed Nov 30 18:24:43 2011 New Revision: 228160 URL: http://svn.freebsd.org/changeset/base/228160 Log: Regen. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 == ---

svn commit: r228161 - head/sys/dev/pci

2011-11-30 Thread John Baldwin
Author: jhb Date: Wed Nov 30 18:33:23 2011 New Revision: 228161 URL: http://svn.freebsd.org/changeset/base/228161 Log: Add a constant for the Advisory Non-Fatal Error bit in AER corrected error status and mask. Modified: head/sys/dev/pci/pcireg.h Modified: head/sys/dev/pci/pcireg.h

svn commit: r228162 - head/sys/xen/evtchn

2011-11-30 Thread John Baldwin
Author: jhb Date: Wed Nov 30 18:52:30 2011 New Revision: 228162 URL: http://svn.freebsd.org/changeset/base/228162 Log: Use C99 initializers for members of evtchn_devsw. Submitted by: arundel Modified: head/sys/xen/evtchn/evtchn_dev.c Modified: head/sys/xen/evtchn/evtchn_dev.c

svn commit: r228163 - head

2011-11-30 Thread Jaakko Heinonen
Author: jh Date: Wed Nov 30 20:08:30 2011 New Revision: 228163 URL: http://svn.freebsd.org/changeset/base/228163 Log: Add an entry for r227823. Modified: head/UPDATING Modified: head/UPDATING == --- head/UPDATING

Re: svn commit: r226042 - in head/sys: kern sys

2011-11-30 Thread Giovanni Trematerra
On Wed, Oct 5, 2011 at 6:56 PM, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Wed Oct  5 16:56:06 2011 New Revision: 226042 URL: http://svn.freebsd.org/changeset/base/226042 Log:  Supply unique (st_dev, st_ino) value pair for the fstat(2) done on the pipes.  Reviewed by:  

Re: svn commit: r228157 - head/usr.bin/make

2011-11-30 Thread Alexander Best
On Wed Nov 30 11, Max Khon wrote: Author: fjoe Date: Wed Nov 30 18:07:38 2011 New Revision: 228157 URL: http://svn.freebsd.org/changeset/base/228157 Log: - Fix segmentation fault when running +command when run with -jX -n due to Compat_RunCommand() being called with `cmd' that is not

Re: svn commit: r228148 - head/sys/conf

2011-11-30 Thread Alexander Best
On Tue Nov 29 11, John Baldwin wrote: Author: jhb Date: Tue Nov 29 21:28:48 2011 New Revision: 228148 URL: http://svn.freebsd.org/changeset/base/228148 Log: Remove a bit of debugging that accidentally crept in earlier. Modified: head/sys/conf/newvers.sh Modified:

Re: svn commit: r228148 - head/sys/conf

2011-11-30 Thread Garrett Cooper
On Wed, Nov 30, 2011 at 4:59 PM, Alexander Best arun...@freebsd.org wrote: On Tue Nov 29 11, John Baldwin wrote: Author: jhb Date: Tue Nov 29 21:28:48 2011 New Revision: 228148 URL: http://svn.freebsd.org/changeset/base/228148 Log:   Remove a bit of debugging that accidentally crept in

Re: svn commit: r228157 - head/usr.bin/make

2011-11-30 Thread Max Khon
Alexander, On Thu, Dec 1, 2011 at 7:16 AM, Alexander Best arun...@freebsd.org wrote: Author: fjoe Date: Wed Nov 30 18:07:38 2011 New Revision: 228157 URL: http://svn.freebsd.org/changeset/base/228157 Log: - Fix segmentation fault when running +command when run with -jX -n due

Re: svn commit: r228157 - head/usr.bin/make

2011-11-30 Thread Max Khon
Alexander, On Thu, Dec 1, 2011 at 11:05 AM, Max Khon f...@freebsd.org wrote: it would also be nice, if at some point, somebody could dive into the code to see why 'make buildkernel' will let clang produce coloured output, but 'make -j(N1) buildkernel' doesn't (and why adding a -B switch to

Re: svn commit: r228157 - head/usr.bin/make

2011-11-30 Thread Jan Beich
Max Khon f...@freebsd.org writes: On Thu, Dec 1, 2011 at 7:16 AM, Alexander Best arun...@freebsd.org wrote: it would also be nice, if at some point, somebody could dive into the code to see why 'make buildkernel' will let clang produce coloured output, but 'make -j(N1) buildkernel' doesn't

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

2011-11-30 Thread Lawrence Stewart
Author: lstewart Date: Thu Dec 1 07:19:13 2011 New Revision: 228173 URL: http://svn.freebsd.org/changeset/base/228173 Log: Revise the sysctl handling code and restructure the hierarchy of sysctls introduced when feed-forward clock support is enabled in the kernel: - Rename the choice

svn commit: r228174 - head/share/man/man4

2011-11-30 Thread Lawrence Stewart
Author: lstewart Date: Thu Dec 1 07:41:30 2011 New Revision: 228174 URL: http://svn.freebsd.org/changeset/base/228174 Log: Add a man page describing the feed-forward clock kernel support, including how to enable and configure the functionality. Committed on behalf of Julien Ridoux and

Re: svn commit: r228174 - head/share/man/man4

2011-11-30 Thread Doug Barton
On 11/30/2011 23:41, Lawrence Stewart wrote: +.\ Copyright (c) 2011 The University of Melbourne Out of curiosity, if the foundation paid for the work, how is it that the University of Melbourne gets to own the copyright? -- We could put the whole Internet into a book.

Re: svn commit: r228157 - head/usr.bin/make

2011-11-30 Thread Max Khon
Alexander, On Thu, Dec 1, 2011 at 12:03 PM, Max Khon f...@freebsd.org wrote: it would also be nice, if at some point, somebody could dive into the code to see why 'make buildkernel' will let clang produce coloured output, but 'make -j(N1) buildkernel' doesn't (and why adding a -B switch to