svn commit: r244418 - head/sys/cam/scsi

2012-12-19 Thread Alexander Motin
Author: mav Date: Wed Dec 19 09:55:13 2012 New Revision: 244418 URL: http://svnweb.freebsd.org/changeset/base/244418 Log: Fix bug in r242720, that caused additional status page to not be used if descriptor page is supported. Modified: head/sys/cam/scsi/scsi_enc_ses.c Modified:

Re: svn commit: r244383 - head/etc

2012-12-19 Thread Andrey Zonov
On 12/18/12 1:51 PM, Robert Watson wrote: On Tue, 18 Dec 2012, Robert Watson wrote: Log: - Set memorylocked limit to 64Kb for default login class. This prevents unprivileged users to lock too much memory. - Set memorylocked limit to 64Mb for daemon login class. Some daemons such

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

2012-12-19 Thread Andrey Zonov
On 12/18/12 6:38 PM, Ivan Voras wrote: On 18 December 2012 08:36, Andrey Zonov z...@freebsd.org wrote: Author: zont Date: Tue Dec 18 07:36:45 2012 New Revision: 244385 URL: http://svnweb.freebsd.org/changeset/base/244385 Log: - Add sysctl to allow unprivileged users to call

Re: svn commit: r244383 - head/etc

2012-12-19 Thread Robert N. M. Watson
On 19 Dec 2012, at 10:57, Andrey Zonov wrote: I think you should not MFC this one quickly -- let's wait for it to shake out in the -CURRENT userbase for a few months to see what breaks. I wouldn't be surprised if a fair number of applications (both publicly available, and local at various

svn commit: r244424 - head/sys/kern

2012-12-19 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Dec 19 12:00:09 2012 New Revision: 244424 URL: http://svnweb.freebsd.org/changeset/base/244424 Log: The expand_name() function isn't called with the process lock held anymore, so we can safely use malloc(M_WAITOK) now. Pointed out by: kib Modified:

svn commit: r244426 - head/sys/kern

2012-12-19 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Dec 19 12:10:14 2012 New Revision: 244426 URL: http://svnweb.freebsd.org/changeset/base/244426 Log: Style cleanups. Modified: head/sys/kern/kern_sig.c Modified: head/sys/kern/kern_sig.c == ---

svn commit: r244428 - head/sys/kern

2012-12-19 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Dec 19 12:12:53 2012 New Revision: 244428 URL: http://svnweb.freebsd.org/changeset/base/244428 Log: Do not audit paths we try when kern.corefile contains %I. Obtained from:WHEEL Systems Modified: head/sys/kern/kern_sig.c Modified: head/sys/kern/kern_sig.c

svn commit: r244429 - head/sys/kern

2012-12-19 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Dec 19 12:14:08 2012 New Revision: 244429 URL: http://svnweb.freebsd.org/changeset/base/244429 Log: The 'flags' argument can be modified in vn_open_cred(), so we need to set it for every loop interation. Pointed out by: kib Modified:

svn commit: r244430 - stable/9/sbin/devd

2012-12-19 Thread Dimitry Andric
Author: dim Date: Wed Dec 19 12:19:45 2012 New Revision: 244430 URL: http://svnweb.freebsd.org/changeset/base/244430 Log: MFC r243907: Fix an old bug in devd, where it uses std::sort() to sort the various lists it reads from its configuration files on the priority field. Because

svn commit: r244431 - stable/8/sbin/devd

2012-12-19 Thread Dimitry Andric
Author: dim Date: Wed Dec 19 12:19:56 2012 New Revision: 244431 URL: http://svnweb.freebsd.org/changeset/base/244431 Log: MFC r243907: Fix an old bug in devd, where it uses std::sort() to sort the various lists it reads from its configuration files on the priority field. Because

svn commit: r244432 - stable/7/sbin/devd

2012-12-19 Thread Dimitry Andric
Author: dim Date: Wed Dec 19 12:20:04 2012 New Revision: 244432 URL: http://svnweb.freebsd.org/changeset/base/244432 Log: MFC r243907: Fix an old bug in devd, where it uses std::sort() to sort the various lists it reads from its configuration files on the priority field. Because

Re: svn commit: r244389 - head/sys/dev/wtap

2012-12-19 Thread Bruce Evans
On Tue, 18 Dec 2012, Gleb Smirnoff wrote: On Tue, Dec 18, 2012 at 08:44:59AM +, Monthadar Al Jaberi wrote: ... M Modified: head/sys/dev/wtap/if_wtap.c M == M --- head/sys/dev/wtap/if_wtap.c Tue Dec 18 08:41:23

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Andrey Zonov
On 12/14/12 3:32 AM, Xin LI wrote: Author: delphij Date: Thu Dec 13 23:32:47 2012 New Revision: 244198 URL: http://svnweb.freebsd.org/changeset/base/244198 Log: Teach sysctl(8) about parsing a file (while I'm there also give it capability of parsing both = and : formats).

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Ian Lepore
On Wed, 2012-12-19 at 19:02 +0400, Andrey Zonov wrote: On 12/14/12 3:32 AM, Xin LI wrote: Author: delphij Date: Thu Dec 13 23:32:47 2012 New Revision: 244198 URL: http://svnweb.freebsd.org/changeset/base/244198 Log: Teach sysctl(8) about parsing a file (while I'm there also give

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Alfred Perlstein
Wouldn't this obfuscate any errors in files? Sent from my iPhone On Dec 19, 2012, at 7:37 AM, Ian Lepore free...@damnhippie.dyndns.org wrote: On Wed, 2012-12-19 at 19:02 +0400, Andrey Zonov wrote: On 12/14/12 3:32 AM, Xin LI wrote: Author: delphij Date: Thu Dec 13 23:32:47 2012 New

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Ian Lepore
Hrm. Yeah, it would. Or at least, it might. If the error message cites the text of the line it chokes on, maybe that's not a problem. Running sysctl once passing it a list of files would fix that, but would probably be more complexity than it's worth. I just always try to find ways to reduce

svn commit: r244436 - stable/9/contrib/libc++/include

2012-12-19 Thread Dimitry Andric
Author: dim Date: Wed Dec 19 16:22:46 2012 New Revision: 244436 URL: http://svnweb.freebsd.org/changeset/base/244436 Log: MFC r243572: Pull in r168610 from upstream libc++: When using libc++ headers on FreeBSD, in combination with -std=c++98, -ansi or -std=c++03, the long

svn commit: r244437 - head/contrib/gdb/gdb

2012-12-19 Thread Ed Maste
Author: emaste Date: Wed Dec 19 16:23:20 2012 New Revision: 244437 URL: http://svnweb.freebsd.org/changeset/base/244437 Log: Support restrict qualifier in dwarf debug info Newer clang/llvm emit DW_TAG_restrict_type, which wasn't handled by gdb. Import support from Apple's gdb-1822:

svn commit: r244439 - head/sys/netinet6

2012-12-19 Thread Andrey V. Elsukov
Author: ae Date: Wed Dec 19 17:02:07 2012 New Revision: 244439 URL: http://svnweb.freebsd.org/changeset/base/244439 Log: The selectroute functions does own account of EHOSTUNREACH errors, no need to do it twice. MFC after:1 week Modified: head/sys/netinet6/ip6_output.c Modified:

svn commit: r244440 - head/sys/netinet6

2012-12-19 Thread Andrey V. Elsukov
Author: ae Date: Wed Dec 19 17:08:49 2012 New Revision: 20 URL: http://svnweb.freebsd.org/changeset/base/20 Log: Make dst_sa initialization only when it is actually needed. MFC after:1 week Modified: head/sys/netinet6/ip6_output.c Modified: head/sys/netinet6/ip6_output.c

svn commit: r244441 - head/sys/netinet6

2012-12-19 Thread Andrey V. Elsukov
Author: ae Date: Wed Dec 19 17:28:17 2012 New Revision: 21 URL: http://svnweb.freebsd.org/changeset/base/21 Log: When we have some address to forward (e.g. it was specified with ipfw fwd), we should pass it as first argument into in6_selectroute_fib function to initiate new route

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Alfred Perlstein
I think that it's a good idea. Maybe there's some way to give sysctl.conf the equivalent of #file preprocessor directives? Sent from my iPhone On Dec 19, 2012, at 7:56 AM, Ian Lepore free...@damnhippie.dyndns.org wrote: Hrm. Yeah, it would. Or at least, it might. If the error message

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Alfred Perlstein
I didn't catch your idea of multiple files to parse. That sounds like a better idea than mine (# based file directives) for sure. Sent from my iPhone On Dec 19, 2012, at 9:37 AM, Alfred Perlstein bri...@mu.org wrote: I think that it's a good idea. Maybe there's some way to give sysctl.conf

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/19/12 09:37, Alfred Perlstein wrote: I think that it's a good idea. Maybe there's some way to give sysctl.conf the equivalent of #file preprocessor directives? /me seeing sysctl(8) expanding to grow e-mail reading capability in the future?

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Garrett Cooper
On Wed, Dec 19, 2012 at 7:37 AM, Ian Lepore free...@damnhippie.dyndns.org wrote: ... Instead of running sysctl a bunch of times, how about something conceptually similar to cat /etc/sysctl.d/* /etc/sysctl.conf | sysctl -f - Along with this (untested) patch to make sysctl understand -f

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Ian Lepore
On Wed, 2012-12-19 at 11:10 -0800, Garrett Cooper wrote: On Wed, Dec 19, 2012 at 7:37 AM, Ian Lepore free...@damnhippie.dyndns.org wrote: ... Instead of running sysctl a bunch of times, how about something conceptually similar to cat /etc/sysctl.d/* /etc/sysctl.conf | sysctl -f -

svn commit: r244444 - head/sys/kern

2012-12-19 Thread Jeff Roberson
Author: jeff Date: Wed Dec 19 20:08:06 2012 New Revision: 24 URL: http://svnweb.freebsd.org/changeset/base/24 Log: - Correctly handle EWOULDBLOCK in quiesce_cpus Discussed with: mav Modified: head/sys/kern/subr_smp.c Modified: head/sys/kern/subr_smp.c

svn commit: r244445 - in head/sys: kern sys tools

2012-12-19 Thread Jeff Roberson
Author: jeff Date: Wed Dec 19 20:10:00 2012 New Revision: 25 URL: http://svnweb.freebsd.org/changeset/base/25 Log: - Add new machine parsable KTR macros for timing events. - Use this new format to automatically handle syscalls and VOPs. This changes the earlier format but is

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Chris Rees
On 19 Dec 2012 19:37, Garrett Cooper yaneg...@gmail.com wrote: On Wed, Dec 19, 2012 at 7:37 AM, Ian Lepore free...@damnhippie.dyndns.org wrote: ... Instead of running sysctl a bunch of times, how about something conceptually similar to cat /etc/sysctl.d/* /etc/sysctl.conf | sysctl

svn commit: r244446 - head/sys/arm/conf

2012-12-19 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Dec 19 20:33:16 2012 New Revision: 26 URL: http://svnweb.freebsd.org/changeset/base/26 Log: Use NFSCL since NFSCLIENT build is broken at the moment Modified: head/sys/arm/conf/PANDABOARD Modified: head/sys/arm/conf/PANDABOARD

svn commit: r244447 - head/usr.sbin/nfsd

2012-12-19 Thread Rick Macklem
Author: rmacklem Date: Wed Dec 19 21:00:22 2012 New Revision: 27 URL: http://svnweb.freebsd.org/changeset/base/27 Log: Post r243965 the nfsd daemon will not start up for kernels built without options INET6. This patch fixes the problem. Reported by: avg Tested by:avg MFC

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Jilles Tjoelker
On Wed, Dec 19, 2012 at 11:16:26AM -0800, Xin Li wrote: It may be worthy to make sysctl(8) to accept mutiple -f's, but it seems to be hard to write shell scripts that utilizes this feature in a elegant manner. This is possible but indeed a bit ugly. Hard-coding the list of files is not too

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Garrett Cooper
On Wed, Dec 19, 2012 at 12:14 PM, Chris Rees utis...@gmail.com wrote: On 19 Dec 2012 19:37, Garrett Cooper yaneg...@gmail.com wrote: On Wed, Dec 19, 2012 at 7:37 AM, Ian Lepore free...@damnhippie.dyndns.org wrote: ... Instead of running sysctl a bunch of times, how about something

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Garrett Cooper
On Wed, Dec 19, 2012 at 1:04 PM, Jilles Tjoelker jil...@stack.nl wrote: On Wed, Dec 19, 2012 at 11:16:26AM -0800, Xin Li wrote: It may be worthy to make sysctl(8) to accept mutiple -f's, but it seems to be hard to write shell scripts that utilizes this feature in a elegant manner. This is

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Garrett Cooper
On Wed, Dec 19, 2012 at 1:10 PM, Garrett Cooper yaneg...@gmail.com wrote: ... find -exec / echo | xargs ? Seems like there's a better way to solve this. Of course we also might be overengineering the problem (my suggestion definitely was overengineered). Why not pass in the appropriate

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/19/12 13:10, Garrett Cooper wrote: On Wed, Dec 19, 2012 at 1:04 PM, Jilles Tjoelker jil...@stack.nl wrote: On Wed, Dec 19, 2012 at 11:16:26AM -0800, Xin Li wrote: It may be worthy to make sysctl(8) to accept mutiple -f's, but it seems to

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/19/12 13:12, Garrett Cooper wrote: On Wed, Dec 19, 2012 at 1:10 PM, Garrett Cooper yaneg...@gmail.com wrote: ... find -exec / echo | xargs ? Seems like there's a better way to solve this. Of course we also might be overengineering

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/19/12 13:08, Garrett Cooper wrote: On Wed, Dec 19, 2012 at 12:14 PM, Chris Rees utis...@gmail.com wrote: On 19 Dec 2012 19:37, Garrett Cooper yaneg...@gmail.com wrote: On Wed, Dec 19, 2012 at 7:37 AM, Ian Lepore

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Benjamin Kaduk
[cc trimmed] On Wed, Dec 19, 2012 at 5:02 PM, Xin Li delp...@delphij.net wrote: Irrelevant. Consider this (extreme) situation: someone distributes several sets of sysctl values tuned for certain situations, like tcp.conf, supermicro.conf, ... and wants to put them together in a directory,

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Garrett Cooper
On Wed, Dec 19, 2012 at 2:07 PM, Xin Li delp...@delphij.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/19/12 13:08, Garrett Cooper wrote: On Wed, Dec 19, 2012 at 12:14 PM, Chris Rees utis...@gmail.com wrote: On 19 Dec 2012 19:37, Garrett Cooper yaneg...@gmail.com wrote:

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/19/12 14:28, Benjamin Kaduk wrote: [cc trimmed] On Wed, Dec 19, 2012 at 5:02 PM, Xin Li delp...@delphij.net mailto:delp...@delphij.net wrote: Irrelevant. Consider this (extreme) situation: someone distributes several sets of sysctl

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Benjamin Kaduk
On Wed, Dec 19, 2012 at 5:37 PM, Xin Li delp...@delphij.net wrote: Not a direct reply, but just noting that it can be *very* useful to have, e.g., a README or foo.old or foo.disabled file in the same directory where the live configuration files live. Always interpreting the full '*' glob

svn commit: r244451 - head/sys/kern

2012-12-19 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Dec 19 23:40:02 2012 New Revision: 244451 URL: http://svnweb.freebsd.org/changeset/base/244451 Log: Use correct file permissions when looking for available core file if kern.corefile contains %I. Obtained from:WHEEL Systems Modified:

svn commit: r244452 - head/sys/kern

2012-12-19 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Dec 19 23:59:48 2012 New Revision: 244452 URL: http://svnweb.freebsd.org/changeset/base/244452 Log: Replace expand_name() function with corefile_open() function, which not only returns name, but also vnode of corefile to use. This simplifies the code and closes few

svn commit: r244453 - head/sys/conf

2012-12-19 Thread Olivier Houchard
Author: cognet Date: Thu Dec 20 00:06:24 2012 New Revision: 244453 URL: http://svnweb.freebsd.org/changeset/base/244453 Log: Get the old NFSCLIENT to compile by adding now needed files. Modified: head/sys/conf/files Modified: head/sys/conf/files

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

2012-12-19 Thread John Baldwin
On Tuesday, December 18, 2012 5:31:47 pm Alfred Perlstein wrote: On 12/18/12 12:37 PM, John Baldwin wrote: On Monday, December 17, 2012 4:21:43 pm Alfred Perlstein wrote: On 12/17/12 11:39 AM, John Baldwin wrote: On Saturday, December 15, 2012 1:04:17 am Bruce Evans wrote: On Fri, 14 Dec

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Mark Johnston
On Wed, Dec 19, 2012 at 02:02:09PM -0800, Xin Li wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/19/12 13:12, Garrett Cooper wrote: On Wed, Dec 19, 2012 at 1:10 PM, Garrett Cooper yaneg...@gmail.com wrote: ... find -exec / echo | xargs ? Seems like there's a better

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Brooks Davis
On Wed, Dec 19, 2012 at 05:58:54PM -0500, Mark Johnston wrote: On Wed, Dec 19, 2012 at 02:02:09PM -0800, Xin Li wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/19/12 13:12, Garrett Cooper wrote: On Wed, Dec 19, 2012 at 1:10 PM, Garrett Cooper yaneg...@gmail.com wrote:

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Mark Johnston
On Wed, Dec 19, 2012 at 05:21:40PM -0600, Brooks Davis wrote: On Wed, Dec 19, 2012 at 05:58:54PM -0500, Mark Johnston wrote: On Wed, Dec 19, 2012 at 02:02:09PM -0800, Xin Li wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12/19/12 13:12, Garrett Cooper wrote: On Wed,

svn commit: r244454 - stable/9/usr.sbin/mergemaster

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:26:46 2012 New Revision: 244454 URL: http://svnweb.freebsd.org/changeset/base/244454 Log: MFC r243892: Remove pointless check for the existence of /usr/bin/less which exists in all configurations. Approved by: cperciva (implicit)

svn commit: r244455 - stable/8/usr.sbin/mergemaster

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:26:46 2012 New Revision: 244455 URL: http://svnweb.freebsd.org/changeset/base/244455 Log: MFC r243892: Remove pointless check for the existence of /usr/bin/less which exists in all configurations. Approved by: cperciva (implicit)

svn commit: r244456 - stable/7/usr.sbin/mergemaster

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:26:47 2012 New Revision: 244456 URL: http://svnweb.freebsd.org/changeset/base/244456 Log: MFC r243892: Remove pointless check for the existence of /usr/bin/less which exists in all configurations. Approved by: cperciva (implicit)

svn commit: r244457 - stable/8/usr.sbin/pw

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:28:51 2012 New Revision: 244457 URL: http://svnweb.freebsd.org/changeset/base/244457 Log: MFC r243894: Remove useless check for NULL prior to free. Approved by: cperciva (implicit) Modified: stable/8/usr.sbin/pw/bitmap.c

svn commit: r244458 - stable/7/usr.sbin/pw

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:28:51 2012 New Revision: 244458 URL: http://svnweb.freebsd.org/changeset/base/244458 Log: MFC r243894: Remove useless check for NULL prior to free. Approved by: cperciva (implicit) Modified: stable/7/usr.sbin/pw/bitmap.c

svn commit: r244459 - stable/9/usr.sbin/pw

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:28:52 2012 New Revision: 244459 URL: http://svnweb.freebsd.org/changeset/base/244459 Log: MFC r243894: Remove useless check for NULL prior to free. Approved by: cperciva (implicit) Modified: stable/9/usr.sbin/pw/bitmap.c

svn commit: r244460 - stable/8/usr.sbin/mergemaster

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:30:48 2012 New Revision: 244460 URL: http://svnweb.freebsd.org/changeset/base/244460 Log: MFC r243891: Add ability to mergemaster to permit the user to type the absolute path to PAGER if mergemaster can not find the one already set.

svn commit: r244461 - stable/9/usr.sbin/mergemaster

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:30:48 2012 New Revision: 244461 URL: http://svnweb.freebsd.org/changeset/base/244461 Log: MFC r243891: Add ability to mergemaster to permit the user to type the absolute path to PAGER if mergemaster can not find the one already set.

svn commit: r244462 - stable/7/usr.sbin/mergemaster

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:30:48 2012 New Revision: 244462 URL: http://svnweb.freebsd.org/changeset/base/244462 Log: MFC r243891: Add ability to mergemaster to permit the user to type the absolute path to PAGER if mergemaster can not find the one already set.

svn commit: r244463 - in stable/8: sbin/setkey usr.sbin/ndp

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:32:43 2012 New Revision: 244463 URL: http://svnweb.freebsd.org/changeset/base/244463 Log: MFC r244318: Minor wording improvments to some manual pages Approved by: cperciva (implicit) Modified: stable/8/sbin/setkey/setkey.8

svn commit: r244464 - in stable/9: sbin/setkey usr.sbin/ndp

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:32:43 2012 New Revision: 244464 URL: http://svnweb.freebsd.org/changeset/base/244464 Log: MFC r244318: Minor wording improvments to some manual pages Approved by: cperciva (implicit) Modified: stable/9/sbin/setkey/setkey.8

svn commit: r244465 - in stable/7: sbin/setkey usr.sbin/ndp

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:32:43 2012 New Revision: 244465 URL: http://svnweb.freebsd.org/changeset/base/244465 Log: MFC r244318: Minor wording improvments to some manual pages Approved by: cperciva (implicit) Modified: stable/7/sbin/setkey/setkey.8

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

2012-12-19 Thread Olivier Houchard
Author: cognet Date: Thu Dec 20 00:34:54 2012 New Revision: 244466 URL: http://svnweb.freebsd.org/changeset/base/244466 Log: Create an architecture-agnostic buffer pool manager that uses uma(9) to manage a set of power-of-2 sized buffers for bus_dmamem_alloc(). This allows the caller to

svn commit: r244467 - stable/9/share/misc

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:35:08 2012 New Revision: 244467 URL: http://svnweb.freebsd.org/changeset/base/244467 Log: MFC r243890: Connect organization.dot to the build Approved by: cperciva (implicit) Modified: stable/9/share/misc/Makefile Directory Properties:

svn commit: r244468 - stable/8/share/misc

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:35:08 2012 New Revision: 244468 URL: http://svnweb.freebsd.org/changeset/base/244468 Log: MFC r243890: Connect organization.dot to the build Approved by: cperciva (implicit) Modified: stable/8/share/misc/Makefile Directory Properties:

svn commit: r244469 - head/sys/arm/arm

2012-12-19 Thread Olivier Houchard
Author: cognet Date: Thu Dec 20 00:35:26 2012 New Revision: 244469 URL: http://svnweb.freebsd.org/changeset/base/244469 Log: Use the new allocator in bus_dmamem_alloc(). Modified: head/sys/arm/arm/busdma_machdep-v6.c Modified: head/sys/arm/arm/busdma_machdep-v6.c

svn commit: r244470 - stable/9/sbin/devd

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:37:11 2012 New Revision: 244470 URL: http://svnweb.freebsd.org/changeset/base/244470 Log: MFC r243932: Prefer the use of initalizer lists to ctor assignment. Approved by: cperciva (implicit) Modified: stable/9/sbin/devd/devd.cc

svn commit: r244471 - head/sys/arm/arm

2012-12-19 Thread Olivier Houchard
Author: cognet Date: Thu Dec 20 00:38:08 2012 New Revision: 244471 URL: http://svnweb.freebsd.org/changeset/base/244471 Log: Busdma enhancements, especially for managing small uncacheable buffers. - Use the new architecture-agnostic buffer pool manager that uses uma(9) to manage a set

svn commit: r244472 - stable/8/sys/dev/sound/pci/hda

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 00:40:59 2012 New Revision: 244472 URL: http://svnweb.freebsd.org/changeset/base/244472 Log: MFC r243793: Add support for hdmi hda codec onboard nvidia gt 440 graphics card PR: kern/174059 Approved by: cperciva (implicit) Modified:

svn commit: r244473 - head/sys/arm/arm

2012-12-19 Thread Olivier Houchard
Author: cognet Date: Thu Dec 20 00:50:04 2012 New Revision: 244473 URL: http://svnweb.freebsd.org/changeset/base/244473 Log: Use C comments instead of C++ comments. Spotted out by: gonzo (thanks, man) Modified: head/sys/arm/arm/busdma_machdep.c Modified:

svn commit: r244474 - head/sys/conf

2012-12-19 Thread Olivier Houchard
Author: cognet Date: Thu Dec 20 00:57:24 2012 New Revision: 244474 URL: http://svnweb.freebsd.org/changeset/base/244474 Log: We want to build subr_busdma_bufalloc.c on arm. Modified: head/sys/conf/files.arm Modified: head/sys/conf/files.arm

svn commit: r244475 - head/sys/fs/ext2fs

2012-12-19 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 20 02:22:36 2012 New Revision: 244475 URL: http://svnweb.freebsd.org/changeset/base/244475 Log: More constant renaming in preparation for newer features. We also try to make better use of the fs flags instead of trying adapt the code according to the fs

svn commit: r244476 - head/sys/arm/include

2012-12-19 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Dec 20 03:33:33 2012 New Revision: 244476 URL: http://svnweb.freebsd.org/changeset/base/244476 Log: Fix misleading comment Modified: head/sys/arm/include/pmap.h Modified: head/sys/arm/include/pmap.h

Re: svn commit: r244198 - in head: etc/rc.d sbin/sysctl

2012-12-19 Thread Brooks Davis
On Wed, Dec 19, 2012 at 06:59:17PM -0500, Mark Johnston wrote: On Wed, Dec 19, 2012 at 05:21:40PM -0600, Brooks Davis wrote: On Wed, Dec 19, 2012 at 05:58:54PM -0500, Mark Johnston wrote: On Wed, Dec 19, 2012 at 02:02:09PM -0800, Xin Li wrote: -BEGIN PGP SIGNED MESSAGE- Hash:

svn commit: r244477 - stable/8/sys/dev/sio

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 04:16:25 2012 New Revision: 244477 URL: http://svnweb.freebsd.org/changeset/base/244477 Log: MFC r242996: Add support for CIR1000 - Cirrus Logic V34 to the sio driver PR: kern/44267 Approved by: cperciva (implicit) Modified:

svn commit: r244478 - stable/7/sys/dev/sio

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 04:16:25 2012 New Revision: 244478 URL: http://svnweb.freebsd.org/changeset/base/244478 Log: MFC r242996: Add support for CIR1000 - Cirrus Logic V34 to the sio driver PR: kern/44267 Approved by: cperciva (implicit) Modified:

svn commit: r244479 - stable/9/sys/dev/sio

2012-12-19 Thread Eitan Adler
Author: eadler Date: Thu Dec 20 04:16:25 2012 New Revision: 244479 URL: http://svnweb.freebsd.org/changeset/base/244479 Log: MFC r242996: Add support for CIR1000 - Cirrus Logic V34 to the sio driver PR: kern/44267 Approved by: cperciva (implicit) Modified:

svn commit: r244480 - in head/sys: arm/arm arm/broadcom/bcm2835 arm/conf arm/include arm/versatile conf

2012-12-19 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Dec 20 04:32:02 2012 New Revision: 244480 URL: http://svnweb.freebsd.org/changeset/base/244480 Log: Replace generic ARM11 option with more specific support for ARM1136 and ARM1176 Submitted by: Daisuke Aoyama aoyama at peach.ne.jp Obtained from:NetBSD

svn commit: r244481 - head/sys/dev/mii

2012-12-19 Thread Pyun YongHyeon
Author: yongari Date: Thu Dec 20 04:47:31 2012 New Revision: 244481 URL: http://svnweb.freebsd.org/changeset/base/244481 Log: For fiber PHYs, BRGPHY_MII_1000CTL register is not defined at all so do not touch it. Modified: head/sys/dev/mii/brgphy.c Modified: head/sys/dev/mii/brgphy.c

svn commit: r244482 - head/sys/dev/mii

2012-12-19 Thread Pyun YongHyeon
Author: yongari Date: Thu Dec 20 05:02:12 2012 New Revision: 244482 URL: http://svnweb.freebsd.org/changeset/base/244482 Log: Recognize 5720S PHY and treat it as 5708S PHY. Unfortunately 5720S uses 5709S PHY id so add a hack to detect 5720S PHY by checking parent device name. 5720S PHY