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
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
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
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
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
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
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
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
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
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
===
-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 =
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
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
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?
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:
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
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.
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
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
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
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
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
=
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
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.
>
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
25 matches
Mail list logo