svn commit: r219445 - head/sys/dev/ath/ath_hal/ar9002

2011-03-09 Thread Adrian Chadd
Author: adrian Date: Thu Mar 10 06:09:55 2011 New Revision: 219445 URL: http://svn.freebsd.org/changeset/base/219445 Log: Now that the power curve adjustment code is in, disable the error check I introduced earlier, and turn it into debugging output. Modified: head/sys/dev/ath/ath_hal/ar900

svn commit: r219444 - head/sys/dev/ath/ath_hal/ar9002

2011-03-09 Thread Adrian Chadd
Author: adrian Date: Thu Mar 10 06:08:24 2011 New Revision: 219444 URL: http://svn.freebsd.org/changeset/base/219444 Log: Port over the v14 eeprom PDADC curve changes from ath9k. It looks like these apply in both open and closed loop TX power control, but the only merlin boards i have eit

svn commit: r219443 - head/sys/dev/ath/ath_hal/ar5416

2011-03-09 Thread Adrian Chadd
Author: adrian Date: Thu Mar 10 06:06:26 2011 New Revision: 219443 URL: http://svn.freebsd.org/changeset/base/219443 Log: Merlin fix - first pdadc gain index is 0 - minpwr/2 . Obtained from:Linux ath9k Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c Modified: head/sys/d

svn commit: r219442 - in head/sys/dev/ath/ath_hal: . ah_regdomain

2011-03-09 Thread Adrian Chadd
Author: adrian Date: Thu Mar 10 03:13:56 2011 New Revision: 219442 URL: http://svn.freebsd.org/changeset/base/219442 Log: Migrate the regulatory database definitions into separate header files to both make things clearer, and to make it easier to write userland code which pulls in these defi

svn commit: r219441 - in head/sys/dev/ath/ath_hal: . ar5416 ar9002

2011-03-09 Thread Adrian Chadd
Author: adrian Date: Thu Mar 10 02:09:06 2011 New Revision: 219441 URL: http://svn.freebsd.org/changeset/base/219441 Log: Introduce the Merlin PWDCLKIND workaround. This is something bus clock related from what I can gather. It is needed for the AR9220 based Ubiquiti SR71-12 and SR71-15 M

svn commit: r219439 - head/tools/regression/pjdfstest/tests/ftruncate

2011-03-09 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Mar 9 23:11:30 2011 New Revision: 219439 URL: http://svn.freebsd.org/changeset/base/219439 Log: Few initial ftruncate(2) tests. One of them covers stand/154873. PR: stand/154873 Added: head/tools/regression/pjdfstest/tests/ftruncate/ head/tools/regression/pjdfs

svn commit: r219438 - in head/tools/regression/pjdfstest: . tests/chmod

2011-03-09 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Mar 9 22:50:15 2011 New Revision: 219438 URL: http://svn.freebsd.org/changeset/base/219438 Log: Pass descriptor number to write(2), now that it is possible. Modified: head/tools/regression/pjdfstest/pjdfstest.c head/tools/regression/pjdfstest/tests/chmod/12.t Modifie

svn commit: r219437 - in head/tools/regression/pjdfstest: . tests/chmod

2011-03-09 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Mar 9 22:39:10 2011 New Revision: 219437 URL: http://svn.freebsd.org/changeset/base/219437 Log: Add support for the following syscalls: - fchmod(2), - fchown(2), - fchflags(2), - fstat(2), - ftruncate(2), - fpathconf(2), - lpathconf(2). Make write(2) syscal

Re: svn commit: r219084 - in head: bin/test tools/regression/bin/test

2011-03-09 Thread Garrett Cooper
On Wed, Mar 9, 2011 at 12:59 PM, Xin LI wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 03/09/11 12:56, Ulrich Spörlein wrote: >> On Sun, 27.02.2011 at 12:28:06 +, Xin LI wrote: >>> Author: delphij >>> Date: Sun Feb 27 12:28:06 2011 >>> New Revision: 219084 >>> URL: http://sv

svn commit: r219436 - head/sys/dev/cxgbe

2011-03-09 Thread Navdeep Parhar
Author: np Date: Wed Mar 9 21:07:09 2011 New Revision: 219436 URL: http://svn.freebsd.org/changeset/base/219436 Log: Display holdoff timers and packet counts as a list of numbers. MFC after:1 week Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c ===

Re: svn commit: r219084 - in head: bin/test tools/regression/bin/test

2011-03-09 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/09/11 12:56, Ulrich Spörlein wrote: > On Sun, 27.02.2011 at 12:28:06 +, Xin LI wrote: >> Author: delphij >> Date: Sun Feb 27 12:28:06 2011 >> New Revision: 219084 >> URL: http://svn.freebsd.org/changeset/base/219084 >> >> Log: >> Accept =

Re: svn commit: r219084 - in head: bin/test tools/regression/bin/test

2011-03-09 Thread Ulrich Spörlein
On Sun, 27.02.2011 at 12:28:06 +, Xin LI wrote: > Author: delphij > Date: Sun Feb 27 12:28:06 2011 > New Revision: 219084 > URL: http://svn.freebsd.org/changeset/base/219084 > > Log: > Accept == as an alias of = which is a popular GNU extension. > > This is intentionally undocumented fo

Re: svn commit: r219400 - head/sys/geom/label

2011-03-09 Thread Maxim Sobolev
On 3/9/2011 11:04 AM, Jaakko Heinonen wrote: On 2011-03-09, Maxim Sobolev wrote: > OK, so what should I do to resolve the issue in question? Should I go > forward and MFC less generic patch to geom_label code to strip out the > leading slashes from the ext2fs labels? I am not against merging

Re: svn commit: r219400 - head/sys/geom/label

2011-03-09 Thread Jaakko Heinonen
On 2011-03-09, Maxim Sobolev wrote: > OK, so what should I do to resolve the issue in question? Should I go > forward and MFC less generic patch to geom_label code to strip out the > leading slashes from the ext2fs labels? I am not against merging it. Maybe revert the hack in head after merging?

svn commit: r219435 - in head/sys: amd64/conf i386/conf pc98/conf sparc64/conf sun4v/conf

2011-03-09 Thread Julian Elischer
Author: julian Date: Wed Mar 9 17:15:11 2011 New Revision: 219435 URL: http://svn.freebsd.org/changeset/base/219435 Log: Add a small change to the comment in the GENRIC config files that include udbp Submitted by: Chris Forgron, cforgeron at acsi dot ca MFC after:1 week Modified:

Re: svn commit: r219400 - head/sys/geom/label

2011-03-09 Thread Maxim Sobolev
On 3/9/2011 7:19 AM, Jaakko Heinonen wrote: On 2011-03-08, Maxim Sobolev wrote: > On 3/8/2011 9:36 AM, Jaakko Heinonen wrote: > >> Some linux distros put mount point into the ext2fs labels, such as '/', or > >>> '/boot', which confuses the devfs code and can cause userland progr

svn commit: r219434 - head/usr.sbin/newsyslog

2011-03-09 Thread Ruslan Ermilov
Author: ru Date: Wed Mar 9 17:07:36 2011 New Revision: 219434 URL: http://svn.freebsd.org/changeset/base/219434 Log: Sync manpage's SYNOPSIS with program's usage. Modified: head/usr.sbin/newsyslog/newsyslog.8 head/usr.sbin/newsyslog/newsyslog.c Modified: head/usr.sbin/newsyslog/newsyslog.

svn commit: r219430 - head/sys/compat/x86bios

2011-03-09 Thread Jung-uk Kim
Author: jkim Date: Wed Mar 9 16:16:38 2011 New Revision: 219430 URL: http://svn.freebsd.org/changeset/base/219430 Log: Remove custom interrupt dispatcher. This is a pointless micro-optimization and it may cause problems if SS and SP are modified by real-mode code. MFC after:1 month

Re: svn commit: r219400 - head/sys/geom/label

2011-03-09 Thread Jaakko Heinonen
On 2011-03-08, Maxim Sobolev wrote: > On 3/8/2011 9:36 AM, Jaakko Heinonen wrote: > >> Some linux distros put mount point into the ext2fs labels, such as '/', > >> or > >>> '/boot', which confuses the devfs code and can cause userland > >>> programs to > >>> fail reading /dev/ext2fs dir

svn commit: r219428 - head/sys/powerpc/ofw

2011-03-09 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Mar 9 15:03:42 2011 New Revision: 219428 URL: http://svn.freebsd.org/changeset/base/219428 Log: Fix whitespace nit. Modified: head/sys/powerpc/ofw/ofw_machdep.c Modified: head/sys/powerpc/ofw/ofw_machdep.c

svn commit: r219427 - head/release

2011-03-09 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Mar 9 15:02:23 2011 New Revision: 219427 URL: http://svn.freebsd.org/changeset/base/219427 Log: Remove a redundant rm and avoiding tarring up work directories in ports trees. Modified: head/release/Makefile.bsdinstall Modified: head/release/Makefile.bsdinstall

svn commit: r219426 - head/lib/libpam/modules/pam_ssh

2011-03-09 Thread Dag-Erling Smorgrav
Author: des Date: Wed Mar 9 14:38:00 2011 New Revision: 219426 URL: http://svn.freebsd.org/changeset/base/219426 Log: No newline required. MFC after:2 weeks Modified: head/lib/libpam/modules/pam_ssh/pam_ssh.c Modified: head/lib/libpam/modules/pam_ssh/pam_ssh.c =

Re: svn commit: r219424 - head/sbin/geom/class/eli

2011-03-09 Thread Garrett Cooper
2011/3/9 Alexey Dokuchaev : > On Wed, Mar 09, 2011 at 07:43:51AM +, Pawel Jakub Dawidek wrote: >> Author: pjd >> Date: Wed Mar  9 07:43:51 2011 >> New Revision: 219424 >> URL: http://svn.freebsd.org/changeset/base/219424 >> >> Log: >>   Change example to not be controversial. >>   I'm sorry to

Re: svn commit: r219424 - head/sbin/geom/class/eli

2011-03-09 Thread Alexey Dokuchaev
On Wed, Mar 09, 2011 at 07:43:51AM +, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Wed Mar 9 07:43:51 2011 > New Revision: 219424 > URL: http://svn.freebsd.org/changeset/base/219424 > > Log: > Change example to not be controversial. > I'm sorry to anyone who felt offended by this. >

Re: svn commit: r219400 - head/sys/geom/label

2011-03-09 Thread Maxim Sobolev
On 3/8/2011 9:36 AM, Jaakko Heinonen wrote: Some linux distros put mount point into the ext2fs labels, such as '/', or > '/boot', which confuses the devfs code and can cause userland programs to > fail reading /dev/ext2fs directory with weird error code, such as any > program that