Author: mm
Date: Mon Jul 2 07:27:14 2012
New Revision: 237972
URL: http://svn.freebsd.org/changeset/base/237972
Log:
Expose scrub and resilver tunables.
This allows the user to tune the priority trade-off between scrub/resilver
and other ZFS I/O.
MFC after:2 weeks
Discussed with:
Author: glebius
Date: Mon Jul 2 07:39:55 2012
New Revision: 237975
URL: http://svn.freebsd.org/changeset/base/237975
Log:
- Call bus_generic_attach() at end of hdspe_attach().
- Use own devclass_t in DRIVER_MODULE().
This fixes operation of hdspe(4) when built as loadable module.
Su
On Mon, 2 Jul 2012, Xin LI wrote:
Log:
Use timeclear() instead of home grown version.
MFC after: 2 weeks
timerclear() is a NetBSD/OpenBSD compatibility mistake. It should at
least have been named timevalclear(). (timevalclear() is the kernel
name, and is intentionally left out of sys/
On 06/29/2012 00:42, Andriy Gapon wrote:
> I haven't studied at all what the newer code brings in, but it must be some
> fixes and improvements, I guess :-)
Seriously?
--
This .signature sanitized for your protection
___
svn-src-head@freebsd.org
FYI, you didn't change the substance of the text, so there is no reason
to bump .Dd.
Doug
On 06/18/2012 12:11, Marius Strobl wrote:
> Author: marius
> Date: Mon Jun 18 19:11:07 2012
> New Revision: 237234
> URL: http://svn.freebsd.org/changeset/base/237234
>
> Log:
> Avoid hard sentence break.
on 02/07/2012 10:55 Doug Barton said the following:
> On 06/29/2012 00:42, Andriy Gapon wrote:
>> I haven't studied at all what the newer code brings in, but it must be some
>> fixes and improvements, I guess :-)
>
> Seriously?
>
I expected to hear from you :-)
--
Andriy Gapon
__
Author: mav
Date: Mon Jul 2 08:31:29 2012
New Revision: 237981
URL: http://svn.freebsd.org/changeset/base/237981
Log:
Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatible
Asus laptops. It is alike to acpi_asus(4), but uses WMI interface instead
of separate ACPI device.
Author: mav
Date: Mon Jul 2 08:41:22 2012
New Revision: 237982
URL: http://svn.freebsd.org/changeset/base/237982
Log:
Fix typo in r237981.
Modified:
head/share/man/man4/acpi_asus_wmi.4
Modified: head/share/man/man4/acpi_asus_wmi.4
On 07/02/2012 01:00, Andriy Gapon wrote:
> on 02/07/2012 10:55 Doug Barton said the following:
>> On 06/29/2012 00:42, Andriy Gapon wrote:
>>> I haven't studied at all what the newer code brings in, but it must be some
>>> fixes and improvements, I guess :-)
>>
>> Seriously?
>>
>
> I expected to h
on 02/07/2012 11:59 Doug Barton said the following:
> On 07/02/2012 01:00, Andriy Gapon wrote:
>> on 02/07/2012 10:55 Doug Barton said the following:
>>> On 06/29/2012 00:42, Andriy Gapon wrote:
I haven't studied at all what the newer code brings in, but it must be some
fixes and improvem
Author: kib
Date: Mon Jul 2 09:53:08 2012
New Revision: 237987
URL: http://svn.freebsd.org/changeset/base/237987
Log:
Do not override an error from uiomove() with (non-)error result from
bwrite(). VFS needs to know about EFAULT from uiomove() and does not
care much that partially filled bl
Author: kib
Date: Mon Jul 2 09:53:57 2012
New Revision: 237988
URL: http://svn.freebsd.org/changeset/base/237988
Log:
Issue proper diagnostic on the short writes, also consider the
case of write reporting 0 bytes as short write.
Reported and tested by: adreast
MFC after: 1 week
Author: brueffer
Date: Mon Jul 2 14:03:19 2012
New Revision: 237996
URL: http://svn.freebsd.org/changeset/base/237996
Log:
Fix XEN build, broken in r237924.
Reported by: gcooper
Pointy hat: brueffer
Modified:
head/sys/i386/i386/machdep.c
Modified: head/sys/i386/i386/machdep.c
Author: bapt
Date: Mon Jul 2 15:28:50 2012
New Revision: 237997
URL: http://svn.freebsd.org/changeset/base/237997
Log:
New build KNOB: WITHOUT_PKGBOOTSTRAP to condition building of usr.sbin/pkg
Do not condition usr.sbin/pkg building on WITHOUT_PKGTOOLS anymore, so that
users can
remove the
Author: jhb
Date: Mon Jul 2 16:14:52 2012
New Revision: 238000
URL: http://svn.freebsd.org/changeset/base/238000
Log:
Honor db_pager_quit in 'show uma' and 'show malloc'.
MFC after:1 month
Modified:
head/sys/kern/kern_malloc.c
head/sys/vm/uma_core.c
Modified: head/sys/kern/kern_m
On Jul 2, 2012, at 8:28 AM, Baptiste Daroussin wrote:
> Author: bapt
> Date: Mon Jul 2 15:28:50 2012
> New Revision: 237997
> URL: http://svn.freebsd.org/changeset/base/237997
>
> Log:
> New build KNOB: WITHOUT_PKGBOOTSTRAP to condition building of usr.sbin/pkg
> Do not condition usr.sbin/pkg
On Jul 2, 2012, at 8:28 AM, Baptiste Daroussin wrote:
> Author: bapt
> Date: Mon Jul 2 15:28:50 2012
> New Revision: 237997
> URL: http://svn.freebsd.org/changeset/base/237997
>
> Log:
> New build KNOB: WITHOUT_PKGBOOTSTRAP to condition building of usr.sbin/pkg
> Do not condition usr.sbin/pkg
On Mon, Jul 02, 2012 at 09:24:56AM -0700, Marcel Moolenaar wrote:
>
> On Jul 2, 2012, at 8:28 AM, Baptiste Daroussin wrote:
>
> > Author: bapt
> > Date: Mon Jul 2 15:28:50 2012
> > New Revision: 237997
> > URL: http://svn.freebsd.org/changeset/base/237997
> >
> > Log:
> > New build KNOB: WITHO
Author: tuexen
Date: Mon Jul 2 16:40:11 2012
New Revision: 238002
URL: http://svn.freebsd.org/changeset/base/238002
Log:
Remove dead code (on FreeBSD) as suggested by glebius@.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_output.c
Modified: head/sys/netinet/sctp_output.c
=
On Jul 2, 2012, at 9:32 AM, Marcel Moolenaar wrote:
>
> On Jul 2, 2012, at 8:28 AM, Baptiste Daroussin wrote:
>
>> Author: bapt
>> Date: Mon Jul 2 15:28:50 2012
>> New Revision: 237997
>> URL: http://svn.freebsd.org/changeset/base/237997
>>
>> Log:
>> New build KNOB: WITHOUT_PKGBOOTSTRAP to c
Author: tuexen
Date: Mon Jul 2 16:44:09 2012
New Revision: 238003
URL: http://svn.freebsd.org/changeset/base/238003
Log:
Move common code parts to sctp_common_input_processing().
MFC after: 3 days
Modified:
head/sys/netinet/sctp_input.c
head/sys/netinet/sctp_input.h
head/sys/netinet
On Jul 2, 2012, at 9:33 AM, Baptiste Daroussin wrote:
> On Mon, Jul 02, 2012 at 09:24:56AM -0700, Marcel Moolenaar wrote:
>>
>> On Jul 2, 2012, at 8:28 AM, Baptiste Daroussin wrote:
>>
>>> Author: bapt
>>> Date: Mon Jul 2 15:28:50 2012
>>> New Revision: 237997
>>> URL: http://svn.freebsd.org/c
Author: sbruno
Date: Mon Jul 2 16:57:13 2012
New Revision: 238004
URL: http://svn.freebsd.org/changeset/base/238004
Log:
Cosmetic display change of Cx states via cx_supported sysctl entries.
Adjust power_profile script to handle the new world order as well.
Some vendors are opting out
On Jul 1, 2012, at 2:41 PM, Warner Losh wrote:
>
>> I can port that to FreeBSD. Shall I make some patches for people
>> to look at?
>
> Sure. I'd love to see it. I'd be happy to preview any partial work if you
> want early feedbac.
See attached. It's fully functional and in production @Junip
On 07/02/12 19:57, Sean Bruno wrote:
Author: sbruno
Date: Mon Jul 2 16:57:13 2012
New Revision: 238004
URL: http://svn.freebsd.org/changeset/base/238004
Log:
Cosmetic display change of Cx states via cx_supported sysctl entries.
Adjust power_profile script to handle the new world order as
On Mon, 2012-07-02 at 10:11 -0700, Alexander Motin wrote:
> >This didn't break anything but led to a display of:
> > * dev.cpu.0.cx_supported: C1/1 C2/96
> >
> >Instead of
> > * dev.cpu.0.cx_supported: C1/1 C3/96
> >
> >MFC after: 2 weeks
>
> If I remember correctly, ACPI spec
On Mon, 2012-07-02 at 09:57 -0700, Sean Bruno wrote:
> Author: sbruno
> Date: Mon Jul 2 16:57:13 2012
> New Revision: 238004
> URL: http://svn.freebsd.org/changeset/base/238004
revert in progress. There's more discussion to be had about this
changeset.
sean
_
On 07/02/12 20:30, Sean Bruno wrote:
On Mon, 2012-07-02 at 10:11 -0700, Alexander Motin wrote:
This didn't break anything but led to a display of:
* dev.cpu.0.cx_supported: C1/1 C2/96
Instead of
* dev.cpu.0.cx_supported: C1/1 C3/96
MFC after: 2 weeks
If I remember corre
Author: wblock (doc committer)
Date: Mon Jul 2 17:52:43 2012
New Revision: 238008
URL: http://svn.freebsd.org/changeset/base/238008
Log:
Add reference to portsnap(8).
Submitted by: Tim Kientzle
MFC after:1 day
Modified:
head/share/man/man7/build.7
Modified: head/share/man/man7/bu
Author: sbruno
Date: Mon Jul 2 17:55:29 2012
New Revision: 238009
URL: http://svn.freebsd.org/changeset/base/238009
Log:
Revert r238004 as more review has come in and there is now a discussion
on how to best proceed.
Modified:
head/etc/rc.d/power_profile
head/sys/dev/acpica/acpi_cpu.c
M
Author: glebius
Date: Mon Jul 2 18:04:31 2012
New Revision: 238010
URL: http://svn.freebsd.org/changeset/base/238010
Log:
Fix build after r237997.
Modified:
head/share/mk/bsd.own.mk
head/usr.sbin/Makefile
Modified: head/share/mk/bsd.own.mk
=
On Mon, Jul 02, 2012 at 03:28:50PM +, Baptiste Daroussin wrote:
B> Author: bapt
B> Date: Mon Jul 2 15:28:50 2012
B> New Revision: 237997
B> URL: http://svn.freebsd.org/changeset/base/237997
B>
B> Log:
B> New build KNOB: WITHOUT_PKGBOOTSTRAP to condition building of usr.sbin/pkg
B> Do not
Author: mav
Date: Mon Jul 2 18:35:08 2012
New Revision: 238011
URL: http://svn.freebsd.org/changeset/base/238011
Log:
Restore GPIO config quirks handling, lost during last big refactoring.
Tested by:hselasky
MFC after:3 days
Modified:
head/sys/dev/sound/pci/hda/hdaa_patches.c
On Mon, Jul 02, 2012 at 12:58:14AM -0700, Doug Barton wrote:
> FYI, you didn't change the substance of the text, so there is no reason
> to bump .Dd.
>
Okay, noted.
Marius
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/list
Author: mav
Date: Mon Jul 2 19:35:56 2012
New Revision: 238015
URL: http://svn.freebsd.org/changeset/base/238015
Log:
Add IDs for some USB controllers I have around. Just a cosmetics.
MFC after:3 days
Modified:
head/sys/dev/usb/controller/ehci_pci.c
head/sys/dev/usb/controller/ohc
Author: glebius
Date: Mon Jul 2 19:44:18 2012
New Revision: 238016
URL: http://svn.freebsd.org/changeset/base/238016
Log:
Remove route caching from IP multicast routing code. There is no
reason to do that, and also, cached route never got unreferenced,
which meant a reference leak.
Rev
On Mon, Jul 02, 2012 at 10:19:38PM +0400, Gleb Smirnoff wrote:
> On Mon, Jul 02, 2012 at 03:28:50PM +, Baptiste Daroussin wrote:
> B> Author: bapt
> B> Date: Mon Jul 2 15:28:50 2012
> B> New Revision: 237997
> B> URL: http://svn.freebsd.org/changeset/base/237997
> B>
> B> Log:
> B> New buil
On Jul 2, 2012, at 11:19 AM, Gleb Smirnoff wrote:
> On Mon, Jul 02, 2012 at 03:28:50PM +, Baptiste Daroussin wrote:
> B> Author: bapt
> B> Date: Mon Jul 2 15:28:50 2012
> B> New Revision: 237997
> B> URL: http://svn.freebsd.org/changeset/base/237997
> B>
> B> Log:
> B> New build KNOB: WIT
Author: marcel
Date: Mon Jul 2 20:01:48 2012
New Revision: 238018
URL: http://svn.freebsd.org/changeset/base/238018
Log:
Fix typo in option description file (using svn move).
Added:
head/tools/build/options/WITHOUT_PKGBOOTSTRAP
- copied unchanged from r238017,
head/tools/build/options/
Author: jhb
Date: Mon Jul 2 20:08:11 2012
New Revision: 238020
URL: http://svn.freebsd.org/changeset/base/238020
Log:
Fix two layout bugs in the previous change:
- Properly increase y_mem when per-CPU stats are enabled.
- Update y_arc for per-CPU stats being enabled/disabled.
MFC after
On Mon, Jul 02, 2012 at 08:01:48PM +, Marcel Moolenaar wrote:
> Author: marcel
> Date: Mon Jul 2 20:01:48 2012
> New Revision: 238018
> URL: http://svn.freebsd.org/changeset/base/238018
>
> Log:
> Fix typo in option description file (using svn move).
>
> Added:
> head/tools/build/options
Author: marcel
Date: Mon Jul 2 20:24:01 2012
New Revision: 238021
URL: http://svn.freebsd.org/changeset/base/238021
Log:
Add description for INSTALL_AS_USER
Added:
head/tools/build/options/WITH_INSTALL_AS_USER (contents, props changed)
Added: head/tools/build/options/WITH_INSTALL_AS_USER
Author: mav
Date: Mon Jul 2 20:25:50 2012
New Revision: 238022
URL: http://svn.freebsd.org/changeset/base/238022
Log:
Remove 14 not very useful characters " HDA CODEC PCM" from HDA pcm device
names to shorten them. PulseAudio reported to have problems with names
longer then 63 chars and at
Author: marcel
Date: Mon Jul 2 20:26:11 2012
New Revision: 238023
URL: http://svn.freebsd.org/changeset/base/238023
Log:
A cross-reference takes a man page section as well. Assume pkg(1),
based on pkg_add(1).
Modified:
head/tools/build/options/WITHOUT_PKGBOOTSTRAP
Modified: head/tools/bui
Author: jhb
Date: Mon Jul 2 20:27:37 2012
New Revision: 238024
URL: http://svn.freebsd.org/changeset/base/238024
Log:
Add a one second sleep before touching the spool directory. If the touch
occurs in the same second as the earlier operations to create the temporary
file and the cron(8) da
Author: marcel
Date: Mon Jul 2 20:28:12 2012
New Revision: 238025
URL: http://svn.freebsd.org/changeset/base/238025
Log:
Added options:
WITH_INSTALL_AS_USER
WITHOUT_PKGBOOTSTRAP
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: marcel
Date: Mon Jul 2 20:36:26 2012
New Revision: 238026
URL: http://svn.freebsd.org/changeset/base/238026
Log:
There's no need to make filemon specific to i386 and amd64. All
LP64 architectures define elf64_freebsd_sysvec and all ILP32
architectures define elf32_freebsd_sysvec.
M
Author: np
Date: Mon Jul 2 20:42:43 2012
New Revision: 238028
URL: http://svn.freebsd.org/changeset/base/238028
Log:
Instruct the firmware not to provision resources for TCP offload if the
kernel is being built without TCP_OFFLOAD. But never override
toecaps_allowed if it has been set manu
Author: kib
Date: Mon Jul 2 21:01:03 2012
New Revision: 238029
URL: http://svn.freebsd.org/changeset/base/238029
Log:
Extend the KPI to lock and unlock f_offset member of struct file. It
now fully encapsulates all accesses to f_offset, and extends f_offset
locking to other consumers that n
On Sun, Jul 01, 2012 at 05:22:13AM +, Warner Losh wrote:
> Author: imp
> Date: Sun Jul 1 05:22:13 2012
> New Revision: 237875
> URL: http://svn.freebsd.org/changeset/base/237875
>
> Log:
> Use %j to match intmax_t.
Thanks for fixing this, sorry for the breakage.
-- Brooks
pgp5AwSqvONqj.
On Fri, Jun 29, 2012 at 10:09:08AM -0700, Pedro Giffuni wrote:
> You are absolutely right. However I am not sure we should
> bring Illumos enhancements under the opensolaris vendor
> branch. The reason is that this files are CDDL'd but are
> there was no property assignment done to the OpenSolaris
On Sun, Jul 01, 2012 at 08:32:41PM -0700, Doug Barton wrote:
> On 06/29/2012 10:58, Pedro Giffuni wrote:
> > Now .. David pointed out I am not respecting the code
> > provenance since I didn't add them to the opensolaris
> > vendor area, but these files are copyrighted Joyent
> > Inc (not even Illu
Author: marcel
Date: Mon Jul 2 21:11:01 2012
New Revision: 238030
URL: http://svn.freebsd.org/changeset/base/238030
Log:
Implement cpu_flush_dcache(). This allows us to optimize __syncicache()
for the common case in chich D-caches are coherent by virtue of busdma.
Modified:
head/sys/powerp
Author: marcel
Date: Mon Jul 2 21:15:56 2012
New Revision: 238031
URL: http://svn.freebsd.org/changeset/base/238031
Log:
Invalidate any TLB1 entries we don't need. The firmware (e.g. U-Boot)
may have added entries that conflict with TLB0 entries.
Modified:
head/sys/powerpc/booke/pmap.c
Mo
Author: marcel
Date: Mon Jul 2 21:18:09 2012
New Revision: 238032
URL: http://svn.freebsd.org/changeset/base/238032
Log:
Handle traps from the debugger. We need to catch them and re-enter
the debugger where they're being taken care of.
Modified:
head/sys/powerpc/booke/trap.c
Modified: hea
Author: marcel
Date: Mon Jul 2 21:21:12 2012
New Revision: 238033
URL: http://svn.freebsd.org/changeset/base/238033
Log:
Fix a typo that resulted in or-ing PTE_UW twice whrn PTE_SW was needed.
Note that setting the PTE_MODIFIED bit based on whether write is possible
is incorrect. We should
Author: marcel
Date: Mon Jul 2 21:25:24 2012
New Revision: 238034
URL: http://svn.freebsd.org/changeset/base/238034
Log:
Remove device uart_z8530 and options GEOM_PART_APM from DEFAULTS and instead
add them to GENERIC and GENERIC64. They are applicable to Apple H/W and not
at all for Book-E
On 1 Jul 2012, at 12:44, Pedro Giffuni wrote:
>
>
> --- Dom 1/7/12, Simon L. B. Nielsen ha scritto:
> ...
>> Data: Domenica 1 luglio 2012, 05:05
>>
>> On 1 Jul 2012, at 01:36, Pedro F. Giffuni wrote:
>>
>>> Author: pfg
>>> Date: Sun Jul 1 00:36:07 2012
>>> New Revision: 237860
>>> URL: http
Author: dougb
Date: Mon Jul 2 22:14:58 2012
New Revision: 238038
URL: http://svn.freebsd.org/changeset/base/238038
Log:
Unfortunately the change in r237958 resulted in s/install/instclean/ due to
the aggressive pattern matching of the :C modifier. I tested build and
install in 2 phases, how
--- Lun 2/7/12, David O'Brien ha scritto:
...
>
> At this point Illumos is the continuation of OpenSolaris.
> When Solaris 11 came out there was a discussion about if
> Oracle will fulfill the statement in their leaked email
> about publishing sources again. There is little to no
> hope in the
Author: marcel
Date: Mon Jul 2 23:41:56 2012
New Revision: 238042
URL: http://svn.freebsd.org/changeset/base/238042
Log:
Properly implement the bus_config_intr, bus_setup_intr and bus_teardown_intr
methods so that MI drvers can depend on us doing the right thing instead
of having to go arou
Author: marcel
Date: Mon Jul 2 23:49:29 2012
New Revision: 238043
URL: http://svn.freebsd.org/changeset/base/238043
Log:
Properly implement bus_setup_intr so that it handles the configuration
of interrupts of direct children. Have the bus_config_intr and
bus_teardown_intr methods implemente
Author: marcel
Date: Mon Jul 2 23:53:08 2012
New Revision: 238044
URL: http://svn.freebsd.org/changeset/base/238044
Log:
Simplify simplebus_setup_intr and don't call MD code directly. We can
(and have to) trust our parent to handle interrupt configuration.
Modified:
head/sys/dev/fdt/simple
Author: marcel
Date: Tue Jul 3 00:06:14 2012
New Revision: 238045
URL: http://svn.freebsd.org/changeset/base/238045
Log:
Support lbc interrupts:
o Save and clear the LTESR register in the interrupt handler.
o In lbc_read_reg(), return the saved LTESR register value if applicable
(
Author: marcel
Date: Tue Jul 3 01:00:29 2012
New Revision: 238046
URL: http://svn.freebsd.org/changeset/base/238046
Log:
Add a driver for the Freescale FCM module in the localbus controller.
This driver does not yet handle multiple chip selects properly.
Note that the NAND infrastructure
Author: obrien
Date: Tue Jul 3 05:01:00 2012
New Revision: 238050
URL: http://svn.freebsd.org/changeset/base/238050
Log:
Revert r222186 per instructions for FreeBSD 10.
(a 10-CURRENT share/mk is already required to build a 10-CURRENT kernel
on 9-STABLE)
Modified:
head/sys/conf/kern.post
On Mon, Jul 02, 2012 at 04:10:26PM -0700, Pedro Giffuni wrote:
> --- Lun 2/7/12, David O'Brien ha scritto:
> I tend to agree with the Illumos community on that however
> we may still be seeing some movement in that area. Oracle
> has a linux distribution and commercial interests are
> always stron
Author: obrien
Date: Tue Jul 3 06:41:00 2012
New Revision: 238051
URL: http://svn.freebsd.org/changeset/base/238051
Log:
Add "hier" as an alternate spelling of "hierarchy" to match hier(9).
Modified:
head/Makefile
head/Makefile.inc1
Modified: head/Makefile
Author: np
Date: Tue Jul 3 06:56:11 2012
New Revision: 238054
URL: http://svn.freebsd.org/changeset/base/238054
Log:
Fix inverted test that resulted in incorrect multicast hw programming.
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
=
69 matches
Mail list logo