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

2012-07-02 Thread Adrian Chadd
Author: adrian Date: Mon Jul 2 06:02:12 2012 New Revision: 237953 URL: http://svn.freebsd.org/changeset/base/237953 Log: Bring over some further HAL capabilities from the Atheros HAL, as well as an EDMA check function. For the AR9003 and later NICs, different TX/RX DMA and descriptor

svn commit: r237955 - head/sys/dev/ath/ath_hal

2012-07-02 Thread Adrian Chadd
Author: adrian Date: Mon Jul 2 06:05:25 2012 New Revision: 237955 URL: http://svn.freebsd.org/changeset/base/237955 Log: Fix typo. Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/ah.h ==

svn commit: r237956 - head/sys/dev/ath/ath_hal

2012-07-02 Thread Adrian Chadd
Author: adrian Date: Mon Jul 2 06:06:27 2012 New Revision: 237956 URL: http://svn.freebsd.org/changeset/base/237956 Log: Fix another typo. Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/ah.h

svn commit: r237957 - head/sys/dev/ath/ath_hal

2012-07-02 Thread Adrian Chadd
Author: adrian Date: Mon Jul 2 06:07:46 2012 New Revision: 237957 URL: http://svn.freebsd.org/changeset/base/237957 Log: .. And fix another typo. Grr. Modified: head/sys/dev/ath/ath_hal/ah.h Modified: head/sys/dev/ath/ath_hal/ah.h

svn commit: r237958 - head/sys/conf

2012-07-02 Thread Doug Barton
Author: dougb Date: Mon Jul 2 06:22:20 2012 New Revision: 237958 URL: http://svn.freebsd.org/changeset/base/237958 Log: For the ports modules building code, clean WRKDIR before building. This is important for those that use -DNO_CLEAN routinely, since it will prevent installing stale

Re: svn commit: r237860 - head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize

2012-07-02 Thread Chris Rees
On Jul 2, 2012 5:05 AM, Doug Barton do...@freebsd.org wrote: On 07/01/2012 03:05, Simon L. B. Nielsen wrote: Don't replace files, and even worse directories, and it breaks svn2cvs. Isn't it possible to write a pre-commit hook to avoid this issue? I'm sure beat wrote one for ports Chris

svn commit: r237972 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-07-02 Thread Martin Matuska
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

svn commit: r237975 - head/sys/dev/sound/pci

2012-07-02 Thread Gleb Smirnoff
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.

Re: svn commit: r237942 - head/sbin/ping

2012-07-02 Thread Bruce Evans
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

Re: svn commit: r237748 - in head/sys/cddl/dev/dtrace: amd64 i386

2012-07-02 Thread Doug Barton
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

Re: svn commit: r237234 - head/share/man/man4

2012-07-02 Thread Doug Barton
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.

Re: svn commit: r237748 - in head/sys/cddl/dev/dtrace: amd64 i386

2012-07-02 Thread Andriy Gapon
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

svn commit: r237981 - in head: share/man/man4 sys/conf sys/dev/acpi_support sys/modules/acpi sys/modules/acpi/acpi_asus_wmi

2012-07-02 Thread Alexander Motin
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.

svn commit: r237982 - head/share/man/man4

2012-07-02 Thread Alexander Motin
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

Re: svn commit: r237748 - in head/sys/cddl/dev/dtrace: amd64 i386

2012-07-02 Thread Doug Barton
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 hear from you :-)

Re: svn commit: r237748 - in head/sys/cddl/dev/dtrace: amd64 i386

2012-07-02 Thread Andriy Gapon
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 improvements, I guess

svn commit: r237987 - head/sys/fs/nfsclient

2012-07-02 Thread Konstantin Belousov
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

svn commit: r237988 - head/usr.bin/xinstall

2012-07-02 Thread Konstantin Belousov
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

svn commit: r237996 - head/sys/i386/i386

2012-07-02 Thread Christian Brueffer
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

svn commit: r237997 - in head: tools/build/mk tools/build/options usr.sbin

2012-07-02 Thread Baptiste Daroussin
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

svn commit: r238000 - in head/sys: kern vm

2012-07-02 Thread John Baldwin
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:

Re: svn commit: r237997 - in head: tools/build/mk tools/build/options usr.sbin

2012-07-02 Thread Marcel Moolenaar
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

Re: svn commit: r237997 - in head: tools/build/mk tools/build/options usr.sbin

2012-07-02 Thread Marcel Moolenaar
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

Re: svn commit: r237997 - in head: tools/build/mk tools/build/options usr.sbin

2012-07-02 Thread Baptiste Daroussin
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: WITHOUT_PKGBOOTSTRAP

svn commit: r238002 - head/sys/netinet

2012-07-02 Thread Michael Tuexen
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

Re: svn commit: r237997 - in head: tools/build/mk tools/build/options usr.sbin

2012-07-02 Thread Garrett Cooper
On Jul 2, 2012, at 9:32 AM, Marcel Moolenaar mar...@xcllnt.net 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

svn commit: r238003 - in head/sys: netinet netinet6

2012-07-02 Thread Michael Tuexen
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

Re: svn commit: r237997 - in head: tools/build/mk tools/build/options usr.sbin

2012-07-02 Thread Marcel Moolenaar
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:

svn commit: r238004 - in head: etc/rc.d sys/dev/acpica

2012-07-02 Thread Sean Bruno
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

Re: svn commit: r237883 - in head/sys/arm: at91 conf

2012-07-02 Thread Marcel Moolenaar
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 @Juniper. I

Re: svn commit: r238004 - in head: etc/rc.d sys/dev/acpica

2012-07-02 Thread Alexander Motin
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

Re: svn commit: r238004 - in head: etc/rc.d sys/dev/acpica

2012-07-02 Thread Sean Bruno
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 directly

Re: svn commit: r238004 - in head: etc/rc.d sys/dev/acpica

2012-07-02 Thread Sean Bruno
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

svn commit: r238008 - head/share/man/man7

2012-07-02 Thread Warren Block
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:

svn commit: r238009 - in head: etc/rc.d sys/dev/acpica

2012-07-02 Thread Sean Bruno
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

svn commit: r238010 - in head: share/mk usr.sbin

2012-07-02 Thread Gleb Smirnoff
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

Re: svn commit: r237997 - in head: tools/build/mk tools/build/options usr.sbin

2012-07-02 Thread Gleb Smirnoff
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

svn commit: r238011 - head/sys/dev/sound/pci/hda

2012-07-02 Thread Alexander Motin
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

Re: svn commit: r237234 - head/share/man/man4

2012-07-02 Thread Marius Strobl
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

svn commit: r238015 - in head/sys/dev/usb: . controller

2012-07-02 Thread Alexander Motin
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

svn commit: r238016 - in head/sys: netinet netinet6

2012-07-02 Thread Gleb Smirnoff
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.

Re: svn commit: r237997 - in head: tools/build/mk tools/build/options usr.sbin

2012-07-02 Thread Baptiste Daroussin
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 build KNOB:

Re: svn commit: r237997 - in head: tools/build/mk tools/build/options usr.sbin

2012-07-02 Thread Marcel Moolenaar
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:

svn commit: r238018 - head/tools/build/options

2012-07-02 Thread Marcel Moolenaar
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,

svn commit: r238020 - head/usr.bin/top

2012-07-02 Thread John Baldwin
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

Re: svn commit: r238018 - head/tools/build/options

2012-07-02 Thread Baptiste Daroussin
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:

svn commit: r238021 - head/tools/build/options

2012-07-02 Thread Marcel Moolenaar
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

svn commit: r238022 - head/sys/dev/sound/pci/hda

2012-07-02 Thread Alexander Motin
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

svn commit: r238023 - head/tools/build/options

2012-07-02 Thread Marcel Moolenaar
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:

svn commit: r238024 - head/usr.sbin/cron/crontab

2012-07-02 Thread John Baldwin
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)

svn commit: r238025 - head/share/man/man5

2012-07-02 Thread Marcel Moolenaar
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

svn commit: r238026 - in head/sys: dev/filemon modules

2012-07-02 Thread Marcel Moolenaar
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.

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

2012-07-02 Thread Navdeep Parhar
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

svn commit: r238029 - in head/sys: compat/linux fs/devfs kern sys ufs/ffs

2012-07-02 Thread Konstantin Belousov
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

Re: svn commit: r237875 - head/sys/geom

2012-07-02 Thread Brooks Davis
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.pgp

Re: svn commit: r237624 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/

2012-07-02 Thread David O'Brien
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

Re: svn commit: r237624 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/

2012-07-02 Thread David O'Brien
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 Illumos) so

svn commit: r238030 - head/sys/powerpc/booke

2012-07-02 Thread Marcel Moolenaar
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:

svn commit: r238031 - head/sys/powerpc/booke

2012-07-02 Thread Marcel Moolenaar
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

svn commit: r238032 - head/sys/powerpc/booke

2012-07-02 Thread Marcel Moolenaar
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:

svn commit: r238033 - head/sys/powerpc/booke

2012-07-02 Thread Marcel Moolenaar
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

svn commit: r238034 - head/sys/powerpc/conf

2012-07-02 Thread Marcel Moolenaar
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

svn commit: r238038 - head/sys/conf

2012-07-02 Thread Doug Barton
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,

Re: svn commit: r237624 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/

2012-07-02 Thread Pedro Giffuni
--- Lun 2/7/12, David O'Brien obr...@freebsd.org 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

svn commit: r238042 - head/sys/powerpc/mpc85xx

2012-07-02 Thread Marcel Moolenaar
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

svn commit: r238043 - head/sys/dev/fdt

2012-07-02 Thread Marcel Moolenaar
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

svn commit: r238044 - head/sys/dev/fdt

2012-07-02 Thread Marcel Moolenaar
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:

svn commit: r238046 - in head/sys: conf dev/nand

2012-07-02 Thread Marcel Moolenaar
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

svn commit: r238050 - head/sys/conf

2012-07-02 Thread David E. O'Brien
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:

Re: svn commit: r237624 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/

2012-07-02 Thread David O'Brien
On Mon, Jul 02, 2012 at 04:10:26PM -0700, Pedro Giffuni wrote: --- Lun 2/7/12, David O'Brien obr...@freebsd.org 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