Author: jkim
Date: Thu Apr 14 00:07:08 2011
New Revision: 220613
URL: http://svn.freebsd.org/changeset/base/220613
Log:
Add some tunable descriptions about x86 timers.
Requested by: arundel
Modified:
head/sys/dev/acpica/acpi_timer.c
head/sys/x86/isa/clock.c
head/sys/x86/x86/tsc.c
Mo
Author: obrien
Date: Wed Apr 13 23:09:36 2011
New Revision: 220612
URL: http://svn.freebsd.org/changeset/base/220612
Log:
MFC: r220370, r209136, r209219
* Add the readline(3) API to libedit. The libedit versions of
{readline,history}.h are in /usr/include/edit so as to not conflict wit
On Wednesday 13 April 2011 06:33 pm, Garrett Cooper wrote:
> On Wed, Apr 13, 2011 at 3:27 PM, Jung-uk Kim
wrote:
> > On Wednesday 13 April 2011 05:49 pm, Dimitry Andric wrote:
> >> On 2011-04-13 23:41, Dimitry Andric wrote:
> >> ...
> >>
> >> > But I don't really see why, yet. :) �With r220532, i
Author: rmacklem
Date: Wed Apr 13 22:37:28 2011
New Revision: 220611
URL: http://svn.freebsd.org/changeset/base/220611
Log:
Add VOP_PATHCONF() support to the experimental NFS client
so that it can, along with other things, report whether or
not NFS4 ACLs are supported.
MFC after:2 w
On Wed, Apr 13, 2011 at 3:27 PM, Jung-uk Kim wrote:
> On Wednesday 13 April 2011 05:49 pm, Dimitry Andric wrote:
>> On 2011-04-13 23:41, Dimitry Andric wrote:
>> ...
>>
>> > But I don't really see why, yet. :) With r220532, it worked
>> > fine.
>>
>> Ah, I failed to notice the commit that came be
On Wed, Apr 13, 2011 at 2:49 PM, Dimitry Andric wrote:
> On 2011-04-13 23:41, Dimitry Andric wrote:
> ...
>>
>> But I don't really see why, yet. :) With r220532, it worked fine.
>
> Ah, I failed to notice the commit that came before, r220583.
> Apparently, it can happen (at least in a VM environm
On Wednesday 13 April 2011 05:49 pm, Dimitry Andric wrote:
> On 2011-04-13 23:41, Dimitry Andric wrote:
> ...
>
> > But I don't really see why, yet. :) With r220532, it worked
> > fine.
>
> Ah, I failed to notice the commit that came before, r220583.
> Apparently, it can happen (at least in a VM e
Author: rmacklem
Date: Wed Apr 13 22:16:52 2011
New Revision: 220610
URL: http://svn.freebsd.org/changeset/base/220610
Log:
Fix the experimental NFSv4 client so that it recognizes server
mount point crossings correctly. It was testing the wrong flag.
Also, try harder to make sure that the fs
On 2011-04-13 23:41, Dimitry Andric wrote:
...
But I don't really see why, yet. :) With r220532, it worked fine.
Ah, I failed to notice the commit that came before, r220583.
Apparently, it can happen (at least in a VM environment) that the
DELAY(1000) in this fragment from cpu_est_clockrate():
On 2011-04-13 01:49, Jung-uk Kim wrote:
Author: jkim
Date: Tue Apr 12 23:49:07 2011
New Revision: 220584
URL: http://svn.freebsd.org/changeset/base/220584
Log:
Reduce errors in effective frequency calculation.
Modified:
head/sys/amd64/amd64/machdep.c
head/sys/i386/i386/machdep.c
Modif
Author: dougb
Date: Wed Apr 13 19:55:58 2011
New Revision: 220609
URL: http://svn.freebsd.org/changeset/base/220609
Log:
MFC r220512:
Update recommendation for mergemaster. The -a and -i options are exclusive.
Modified:
stable/7/Makefile (contents, props changed)
Modified: stable/7/Ma
Author: dougb
Date: Wed Apr 13 19:54:54 2011
New Revision: 220608
URL: http://svn.freebsd.org/changeset/base/220608
Log:
MFC r220512:
Update recommendation for mergemaster. The -a and -i options are exclusive.
Modified:
stable/8/Makefile (contents, props changed)
Modified: stable/8/Ma
Author: zack
Date: Wed Apr 13 19:34:58 2011
New Revision: 220607
URL: http://svn.freebsd.org/changeset/base/220607
Log:
MFC: 220152
This patch fixes the Experimental NFS client to properly deal with 32 bit or
64 bit fileid's in NFSv2 and NFSv3. Without this fix, invalid casting (and
sig
Author: gavin
Date: Wed Apr 13 19:10:56 2011
New Revision: 220606
URL: http://svn.freebsd.org/changeset/base/220606
Log:
Add a new DDB command, "show rmans", which will show the address and brief
details of each rman header, but not the contents of all rman structures
in the system. This is
Author: jkim
Date: Wed Apr 13 18:19:41 2011
New Revision: 220605
URL: http://svn.freebsd.org/changeset/base/220605
Log:
Tag ACPICA 20110413.
Added:
vendor-sys/acpica/20110413/
- copied from r220604, vendor-sys/acpica/dist/
___
svn-src-all
Author: jkim
Date: Wed Apr 13 18:18:52 2011
New Revision: 220604
URL: http://svn.freebsd.org/changeset/base/220604
Log:
Import ACPICA 20110413.
Added:
vendor-sys/acpica/dist/compiler/dtparser.l
vendor-sys/acpica/dist/compiler/dtparser.y
vendor-sys/acpica/dist/events/evglock.c (contents
Author: yongari
Date: Wed Apr 13 16:35:43 2011
New Revision: 220603
URL: http://svn.freebsd.org/changeset/base/220603
Log:
Remove mii(4) dependency and unneeded headers.
Reviewed by: davidch
Modified:
head/sys/dev/bxe/if_bxe.h
head/sys/modules/bxe/Makefile
Modified: head/sys/dev/bxe/
Author: mav
Date: Wed Apr 13 16:20:54 2011
New Revision: 220602
URL: http://svn.freebsd.org/changeset/base/220602
Log:
Improve SATA Asynchronous Notification feature support in CAM:
- make SATA SIMs announce capabilities to handle SDB with Notification bit;
- make PMP driver honor this SIM
On Tue, Apr 12, 2011 at 08:10:26AM +, Adrian Chadd wrote:
> Author: adrian
> Date: Tue Apr 12 08:10:25 2011
> New Revision: 220559
> URL: http://svn.freebsd.org/changeset/base/220559
>
> Log:
> Introduce geom_map, a GEOM provider designed for use by
> embedded flash stores.
>
> Some d
Author: adrian
Date: Wed Apr 13 15:17:23 2011
New Revision: 220601
URL: http://svn.freebsd.org/changeset/base/220601
Log:
Add in the AR9285 (Kite) diversity to if_ath, enabling TX/RX antenna
diversity.
This is bit dirty and likely should be revised at a later date,
with an eye to unifyi
Author: adrian
Date: Wed Apr 13 15:12:48 2011
New Revision: 220600
URL: http://svn.freebsd.org/changeset/base/220600
Log:
Add in the last bit of the HAL support for Kite diversity.
* add a new method, specifically for doing per-RX packet
antenna diversity
* set that HAL method only if
Author: adrian
Date: Wed Apr 13 15:08:51 2011
New Revision: 220599
URL: http://svn.freebsd.org/changeset/base/220599
Log:
More kite diversity related changes.
* add a diversity flag to the HAL debugging section
* add a check to make sure the kite diversity code doesn't run
on boards t
Author: adrian
Date: Wed Apr 13 14:51:07 2011
New Revision: 220598
URL: http://svn.freebsd.org/changeset/base/220598
Log:
Change this to be less noisy.
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
==
On 2011-04-08, Alexander Motin wrote:
> - Add kern.cam.ada.X.write_cache tunables/sysctls to control write caching
> on per-device basis.
> --- head/sys/cam/ata/ata_da.c Fri Apr 8 14:39:41 2011(r220453)
> +++ head/sys/cam/ata/ata_da.c Fri Apr 8 14:42:29 2011(r220454)
> @@ -73
Author: nwhitehorn
Date: Wed Apr 13 13:24:27 2011
New Revision: 220597
URL: http://svn.freebsd.org/changeset/base/220597
Log:
Make sure that extra threads in 32-bit processes stay in 32-bit mode. This
fixes operation of threaded 32-bit binaries on 64-bit kernels.
Modified:
head/sys/powerpc/
Author: ru
Date: Wed Apr 13 13:05:48 2011
New Revision: 220596
URL: http://svn.freebsd.org/changeset/base/220596
Log:
Show client's access cache statistics.
Modified:
head/usr.bin/nfsstat/nfsstat.c
Modified: head/usr.bin/nfsstat/nfsstat.c
=
Author: ru
Date: Wed Apr 13 12:46:25 2011
New Revision: 220595
URL: http://svn.freebsd.org/changeset/base/220595
Log:
- Fixed nfs_printf() to use vprintf().
- Fixed vfs.nfs.acdebug sysctl's description.
- Fixed panic when compiled with NFS_ACDEBUG.
MFC after:3 days
Modified:
head
Author: pluknet
Date: Wed Apr 13 12:19:03 2011
New Revision: 220594
URL: http://svn.freebsd.org/changeset/base/220594
Log:
Remove the now defunct kern.ipc.nmbufs tunable.
PR: kern/132497 (part)
MFC after:1 week
Modified:
head/sys/boot/forth/loader.conf
Modified: head/sys
Author: adrian
Date: Wed Apr 13 11:32:15 2011
New Revision: 220593
URL: http://svn.freebsd.org/changeset/base/220593
Log:
Bring over the antenna diversity logic support for Kite.
Again, this is just the code ported from ath9k and included in the build,
it isn't yet enabled.
Added:
head
Author: pluknet
Date: Wed Apr 13 11:28:46 2011
New Revision: 220592
URL: http://svn.freebsd.org/changeset/base/220592
Log:
Staticize malloc types.
Approved by: lstewart
MFC after:1 week
Modified:
head/sys/kern/kern_hhook.c
head/sys/netinet/cc/cc_chd.c
head/sys/netinet/cc/cc_cu
30 matches
Mail list logo