svn commit: r237966 - in stable/9/sys: amd64/amd64 i386/i386

2012-07-02 Thread Alan Cox
Author: alc Date: Mon Jul 2 07:01:41 2012 New Revision: 237966 URL: http://svn.freebsd.org/changeset/base/237966 Log: MFC r235695, r236158, r236190, r236494 Replace all uses of the vm page queues lock by a r/w lock that is private to this pmap.c. Modified: stable/9/sys/amd64/amd64/pm

svn commit: r237967 - stable/9/sys/kern

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 07:10:33 2012 New Revision: 237967 URL: http://svn.freebsd.org/changeset/base/237967 Log: MFC: r227518: reformat comment to be more readable in standard Xterm. Modified: stable/9/sys/kern/kern_descrip.c Directory Properties: stable/9/ (props changed) stab

svn commit: r237968 - in stable/9: etc/mtree include

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 07:11:43 2012 New Revision: 237968 URL: http://svn.freebsd.org/changeset/base/237968 Log: MFC: r237279: install filemon.h into /usr/include for userland consumption. Modified: stable/9/etc/mtree/BSD.include.dist stable/9/include/Makefile Directory Properties:

svn commit: r237969 - in stable/9/usr.sbin: pmccontrol pmcstat

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 07:14:21 2012 New Revision: 237969 URL: http://svn.freebsd.org/changeset/base/237969 Log: MFC: r227524: improve the grep-ability output strings. Modified: stable/9/usr.sbin/pmccontrol/pmccontrol.c stable/9/usr.sbin/pmcstat/pmcpl_calltree.c stable/9/usr.sbin

svn commit: r237970 - stable/9/usr.sbin/pmcstat

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 07:18:27 2012 New Revision: 237970 URL: http://svn.freebsd.org/changeset/base/237970 Log: MFC: r227526: KNF Modified: stable/9/usr.sbin/pmcstat/pmcstat_log.c Directory Properties: stable/9/ (props changed) stable/9/usr.sbin/ (props changed) stable/9/u

svn commit: r237971 - stable/9

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 07:22:22 2012 New Revision: 237971 URL: http://svn.freebsd.org/changeset/base/237971 Log: Record that r228191 (ensure kldxref is run first) was MFC'ed [r231373]. Modified: Directory Properties: stable/9/ (props changed) ___

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 with:

svn commit: r237973 - stable/9/lib/libc/gen

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 07:37:06 2012 New Revision: 237973 URL: http://svn.freebsd.org/changeset/base/237973 Log: MFC: r228193: tweak the r137233 fix to r136283 -- Code was making two send() attempts vs. the comment documented "If we are working with a privileged socket, then take on

svn commit: r237974 - stable/9/lib/libc/locale

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 07:39:33 2012 New Revision: 237974 URL: http://svn.freebsd.org/changeset/base/237974 Log: MFC: r228199: Split sentences at period boundaries. Modified: stable/9/lib/libc/locale/duplocale.3 stable/9/lib/libc/locale/freelocale.3 stable/9/lib/libc/locale/local

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. Su

svn commit: r237976 - in vendor/illumos/dist: cmd/zdb cmd/zfs cmd/zhack cmd/zpool cmd/ztest common/zfs lib/libzfs/common lib/libzfs_core lib/libzfs_core/common lib/libzpool/common lib/libzpool/comm...

2012-07-02 Thread Martin Matuska
Author: mm Date: Mon Jul 2 07:50:15 2012 New Revision: 237976 URL: http://svn.freebsd.org/changeset/base/237976 Log: Update vendor/illumos/dist to illumos-gate revision 13743:95aba6e49b9f Obtained from:illumos Added: vendor/illumos/dist/lib/libzfs_core/ vendor/illumos/dist/lib

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 sys/

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-all@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: r237977 - in stable/9/sys/cddl/dev/dtrace: amd64 i386

2012-07-02 Thread Andriy Gapon
Author: avg Date: Mon Jul 2 08:08:29 2012 New Revision: 237977 URL: http://svn.freebsd.org/changeset/base/237977 Log: MFC r237748: dtrace instruction decoder: add 0x0f 0x1f NOP opcode support Modified: stable/9/sys/cddl/dev/dtrace/amd64/dis_tables.c stable/9/sys/cddl/dev/dtrace/i386/dis_ta

svn commit: r237978 - in stable/8/sys/cddl/dev/dtrace: amd64 i386

2012-07-02 Thread Andriy Gapon
Author: avg Date: Mon Jul 2 08:09:07 2012 New Revision: 237978 URL: http://svn.freebsd.org/changeset/base/237978 Log: MFC r237748: dtrace instruction decoder: add 0x0f 0x1f NOP opcode support Modified: stable/8/sys/cddl/dev/dtrace/amd64/dis_tables.c stable/8/sys/cddl/dev/dtrace/i386/dis_ta

svn commit: r237979 - stable/9/sys/kern

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 08:21:15 2012 New Revision: 237979 URL: http://svn.freebsd.org/changeset/base/237979 Log: MFC: r228475 & r228487: Disallow various debug.kdb sysctl's when securelevel is raised. PR: 161350 Modified: stable/9/sys/kern/kern_shutdown.c Directory Propertie

svn commit: r237980 - stable/9/usr.bin/fetch

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 08:28:16 2012 New Revision: 237980 URL: http://svn.freebsd.org/changeset/base/237980 Log: MFC: r232274: Document fetch(1)'s 'URL' argument. Modified: stable/9/usr.bin/fetch/fetch.1 Directory Properties: stable/9/ (props changed) stable/9/usr.bin/ (props

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

svn commit: r237983 - in stable/9: contrib/file contrib/file/Magdir contrib/file/tests lib/libmagic usr.bin/file

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 08:48:58 2012 New Revision: 237983 URL: http://svn.freebsd.org/changeset/base/237983 Log: MFC: r234449: update file(1) to version 5.11. Added: stable/9/contrib/file/Magdir/assembler - copied unchanged from r234449, head/contrib/file/Magdir/assembler stab

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 h

svn commit: r237984 - stable/9/lib/libmagic

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 09:25:08 2012 New Revision: 237984 URL: http://svn.freebsd.org/changeset/base/237984 Log: Allow building on FreeBSD 7. Note that "HAVE_GETLINE" should be #undef'ed in config.h as were not using the libc interface -- however that leads to redundant redeclara

svn commit: r237985 - stable/9/lib/libedit/edit/readline

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 09:35:28 2012 New Revision: 237985 URL: http://svn.freebsd.org/changeset/base/237985 Log: MFC: r228114 r228116 r234690: install a readline/tilde.h Added: stable/9/lib/libedit/edit/readline/tilde.h - copied unchanged from r234690, head/lib/libedit/edit/read

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 improvem

svn commit: r237986 - stable/9/sys/modules/aesni

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 09:47:38 2012 New Revision: 237986 URL: http://svn.freebsd.org/changeset/base/237986 Log: MFC: r235879: style.Makefile(5) Modified: stable/9/sys/modules/aesni/Makefile Directory Properties: stable/9/ (props changed) stable/9/sys/ (props changed) stabl

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 bl

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 week

svn commit: r237989 - stable/9/lib/libstand

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 10:00:28 2012 New Revision: 237989 URL: http://svn.freebsd.org/changeset/base/237989 Log: MFC: r235939: consitently use "__LP64__" Modified: stable/9/lib/libstand/bswap.c Directory Properties: stable/9/ (props changed) stable/9/lib/ (props changed) st

svn commit: r237990 - stable/9/sys/netinet6

2012-07-02 Thread Bruce M Simpson
Author: bms Date: Mon Jul 2 10:06:00 2012 New Revision: 237990 URL: http://svn.freebsd.org/changeset/base/237990 Log: Merge r237734 from HEAD: In MLDv2 general query processing, do not enforce the strict check on query origins. Submitted by: Gu Yong Modified: stable/9/sys/netine

svn commit: r237991 - stable/9/kerberos5

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 10:06:13 2012 New Revision: 237991 URL: http://svn.freebsd.org/changeset/base/237991 Log: Revert r223540 - it broke the simple 'make -C kerberos5' build. Modified: stable/9/kerberos5/Makefile Modified: stable/9/kerberos5/Makefile ==

svn commit: r237992 - stable/9/sys/netinet6

2012-07-02 Thread Bruce M Simpson
Author: bms Date: Mon Jul 2 10:07:32 2012 New Revision: 237992 URL: http://svn.freebsd.org/changeset/base/237992 Log: Merge r237735 from HEAD: Fix a typo in MLD query exponent processing. Submitted by: rpaulo@ Modified: stable/9/sys/netinet6/mld6.c Directory Properties: stable/9/s

svn commit: r237993 - in stable/9/kerberos5: usr.bin/kadmin usr.sbin/ktutil

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 10:14:12 2012 New Revision: 237993 URL: http://svn.freebsd.org/changeset/base/237993 Log: * Avoid race conditions with 'make -j'. (partially MFC r236337 (in spirit)) Modified: stable/9/kerberos5/usr.bin/kadmin/Makefile stable/9/kerberos5/usr.sbin/ktutil/M

svn commit: r237994 - stable/9/share/man/man4

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Mon Jul 2 10:16:14 2012 New Revision: 237994 URL: http://svn.freebsd.org/changeset/base/237994 Log: MFC: r236623: RAID is an acronym Modified: stable/9/share/man/man4/mpt.4 Directory Properties: stable/9/ (props changed) stable/9/share/ (props changed) stable/9

svn commit: r237995 - stable/9/sys/netinet6

2012-07-02 Thread Bruce M Simpson
Author: bms Date: Mon Jul 2 11:46:47 2012 New Revision: 237995 URL: http://svn.freebsd.org/changeset/base/237995 Log: Merge r237736 from HEAD: Kick the current-state report timer when a V1 group report would be triggered. Submitted by: rpaulo@ Modified: stable/9/sys/netinet6/mld

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 the

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: head/sys/kern/kern_m

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: WITHO

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 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

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 head/sys/netinet

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: http://svn.freebsd.org/c

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 out

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 @Junip

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 as

svn commit: r238005 - in stable/9/sys: amd64/amd64 i386/i386 i386/xen

2012-07-02 Thread Alan Cox
Author: alc Date: Mon Jul 2 17:22:38 2012 New Revision: 238005 URL: http://svn.freebsd.org/changeset/base/238005 Log: MFC r236534 Various small changes to PV entry management. Modified: stable/9/sys/amd64/amd64/pmap.c stable/9/sys/i386/i386/pmap.c stable/9/sys/i386/xen/pmap.c Directo

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

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: r238006 - stable/9/sys/amd64/amd64

2012-07-02 Thread Alan Cox
Author: alc Date: Mon Jul 2 17:37:40 2012 New Revision: 238006 URL: http://svn.freebsd.org/changeset/base/238006 Log: MFC r237085 Correctly identify the function in a KASSERT(). Modified: stable/9/sys/amd64/amd64/pmap.c Directory Properties: stable/9/sys/ (props changed) Modified: s

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

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

svn commit: r238007 - stable/7/usr.sbin/ndp

2012-07-02 Thread Christian Brueffer
Author: brueffer Date: Mon Jul 2 17:48:19 2012 New Revision: 238007 URL: http://svn.freebsd.org/changeset/base/238007 Log: MFC: r217140 Use ether_ntoa instead of home-grown version. PR: 169075 Submitted by: Alexandr Modified: stable/7/usr.sbin/ndp/ndp.c Directory Prope

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: head/share/man/man7/bu

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 M

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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

svn commit: r238012 - stable/9/sys/sparc64/conf

2012-07-02 Thread Marius Strobl
Author: marius Date: Mon Jul 2 19:13:38 2012 New Revision: 238012 URL: http://svn.freebsd.org/changeset/base/238012 Log: MFC: r237842 Switch back to the 4BSD scheduler for now. There is some more or less recent regression with ULE, causing processes to get stuck in getblk as well as in

svn commit: r238013 - in stable/9/sys: dev/mfi dev/mps dev/mpt kern

2012-07-02 Thread Marius Strobl
Author: marius Date: Mon Jul 2 19:19:07 2012 New Revision: 238013 URL: http://svn.freebsd.org/changeset/base/238013 Log: MFC: r237546 Correct sizeof usage Obtained from:DragonFly Modified: stable/9/sys/dev/mfi/mfi_tbolt.c stable/9/sys/dev/mps/mps_sas.c stable/9/sys/dev/

svn commit: r238014 - in stable/8/sys: dev/mfi dev/mps dev/mpt kern

2012-07-02 Thread Marius Strobl
Author: marius Date: Mon Jul 2 19:19:21 2012 New Revision: 238014 URL: http://svn.freebsd.org/changeset/base/238014 Log: MFC: r237546 Correct sizeof usage Obtained from:DragonFly Modified: stable/8/sys/dev/mfi/mfi_tbolt.c stable/8/sys/dev/mps/mps_sas.c stable/8/sys/dev/

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 head/sys/dev/usb/controller/ohc

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. Rev

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 buil

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: WIT

svn commit: r238017 - stable/9/sys/dev/re

2012-07-02 Thread Marius Strobl
Author: marius Date: Mon Jul 2 19:56:31 2012 New Revision: 238017 URL: http://svn.freebsd.org/changeset/base/238017 Log: MFC: r237547 Fix size of the bcopy when extracting ethernet address Obtained from:DragonFly Modified: stable/9/sys/dev/re/if_re.c Directory Properties:

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, head/tools/build/options/

svn commit: r238019 - stable/8/sys/dev/re

2012-07-02 Thread Marius Strobl
Author: marius Date: Mon Jul 2 20:07:09 2012 New Revision: 238019 URL: http://svn.freebsd.org/changeset/base/238019 Log: MFC: r237547 Fix size of the bcopy when extracting ethernet address Obtained from:DragonFly Modified: stable/8/sys/dev/re/if_re.c Directory Properties:

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 after

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: > head/tools/build/options

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: head/tools/bui

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) da

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. M

svn commit: r238027 - in stable/8/sys: net net80211 netinet netinet/cc netinet/ipfw

2012-07-02 Thread Matthew D Fleming
Author: mdf Date: Mon Jul 2 20:36:54 2012 New Revision: 238027 URL: http://svn.freebsd.org/changeset/base/238027 Log: MFC r217322. Original commit log: sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. Commit the net* piece. The commit to HEAD was a superset of the propos

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 manu

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 n

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 pgprYAJYtB5ex.

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 Illu

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: head/sys/powerp

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 Mo

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: hea

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 Book-E

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

2012-07-02 Thread Simon L. B. Nielsen
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

svn commit: r238035 - stable/9/share/man/man4

2012-07-02 Thread Sean Bruno
Author: sbruno Date: Mon Jul 2 21:59:10 2012 New Revision: 238035 URL: http://svn.freebsd.org/changeset/base/238035 Log: MFC r237245, r237250, r237251, r237273, r237330 Document support for Intel Enhanced Speedstep Tech interface of cpufreq(4) via a new man page est(4) Document the

svn commit: r238036 - stable/8/share/man/man4

2012-07-02 Thread Sean Bruno
Author: sbruno Date: Mon Jul 2 22:01:29 2012 New Revision: 238036 URL: http://svn.freebsd.org/changeset/base/238036 Log: MFC r237245, r237250, r237251, r237273, r237330 Document support for Intel Enhanced Speedstep Tech interface of cpufreq(4) via a new man page est(4) Document the

svn commit: r238037 - stable/9/sys/dev/cxgbe

2012-07-02 Thread Navdeep Parhar
Author: np Date: Mon Jul 2 22:04:09 2012 New Revision: 238037 URL: http://svn.freebsd.org/changeset/base/238037 Log: MFC r238028: 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 ha

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, how

svn commit: r238041 - stable/7/sys/conf

2012-07-02 Thread Doug Barton
Author: dougb Date: Mon Jul 2 22:19:02 2012 New Revision: 238041 URL: http://svn.freebsd.org/changeset/base/238041 Log: MFC r238038: Unfortunately the change in r237958 resulted in s/install/instclean/ due to the aggressive pattern matching of the :C modifier. I tested build and instal

svn commit: r238039 - stable/9/sys/conf

2012-07-02 Thread Doug Barton
Author: dougb Date: Mon Jul 2 22:18:29 2012 New Revision: 238039 URL: http://svn.freebsd.org/changeset/base/238039 Log: MFC r238038: Unfortunately the change in r237958 resulted in s/install/instclean/ due to the aggressive pattern matching of the :C modifier. I tested build and instal

svn commit: r238040 - stable/8/sys/conf

2012-07-02 Thread Doug Barton
Author: dougb Date: Mon Jul 2 22:18:49 2012 New Revision: 238040 URL: http://svn.freebsd.org/changeset/base/238040 Log: MFC r238038: Unfortunately the change in r237958 resulted in s/install/instclean/ due to the aggressive pattern matching of the :C modifier. I tested build and instal

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 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

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 arou

  1   2   >