Re: svn commit: r247601 - head/sys/sparc64/sbus

2013-03-01 Thread Bruce Evans
On Sat, 2 Mar 2013, Marius Strobl wrote: Log: - Apparently, it's no longer a problem to call shutdown_nice(9) from within an interrupt filter (some other drivers in the tree do the same). So change the overtemperature and power fail interrupts from handlers in order to code and get rid

svn commit: r247614 - head/lib/libc/sys

2013-03-01 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Mar 2 06:55:55 2013 New Revision: 247614 URL: http://svnweb.freebsd.org/changeset/base/247614 Log: mdoc: remove superfluous paragraph macro. Modified: head/lib/libc/sys/cap_fcntls_limit.2 head/lib/libc/sys/cap_ioctls_limit.2 head/lib/libc/sys/cap_ri

Re: svn commit: r247600 - in head/sys: conf sparc64/pci

2013-03-01 Thread Bruce Evans
On Sat, 2 Mar 2013, Marius Strobl wrote: Log: - While Netra X1 generally show no ill effects when registering a power fail interrupt handler, there seems to be either a broken batch of them or a tendency to develop a defect which causes this interrupt to fire inadvertedly. Given that a

svn commit: r247613 - head/lib/libstand

2013-03-01 Thread Marcel Moolenaar
Author: marcel Date: Sat Mar 2 05:28:55 2013 New Revision: 247613 URL: http://svnweb.freebsd.org/changeset/base/247613 Log: Make this WARNS=9 clean on i386 w/ clang. Modified: head/lib/libstand/nandfs.c Modified: head/lib/libstand/nandfs.c ===

Re: svn commit: r247609 - head/sys/arm/conf

2013-03-01 Thread Andrew Turner
On Fri, 1 Mar 2013 19:32:17 -0800 Tim Kientzle wrote: > > On Mar 1, 2013, at 7:23 PM, Andrew Turner wrote: > > > Author: andrew > > Date: Sat Mar 2 03:23:14 2013 > > New Revision: 247609 > > URL: http://svnweb.freebsd.org/changeset/base/247609 > > > > Log: > > Build the Raspberry Pi dtb file

svn commit: r247612 - head/lib/libstand

2013-03-01 Thread Marcel Moolenaar
Author: marcel Date: Sat Mar 2 05:07:51 2013 New Revision: 247612 URL: http://svnweb.freebsd.org/changeset/base/247612 Log: Fix warnings (control reaches end of non-void function). Modified: head/lib/libstand/nandfs.c Modified: head/lib/libstand/nandfs.c

svn commit: r247611 - head/lib/libstand

2013-03-01 Thread Marcel Moolenaar
Author: marcel Date: Sat Mar 2 05:03:36 2013 New Revision: 247611 URL: http://svnweb.freebsd.org/changeset/base/247611 Log: Fix nandfs support by providing the same crc32 function as is used in newfs_nandfs. In libstand we get crc32 from libz. The polynomial is not the same as used for nand

svn commit: r247610 - head/sys/arm/include

2013-03-01 Thread Andrew Turner
Author: andrew Date: Sat Mar 2 05:02:29 2013 New Revision: 247610 URL: http://svnweb.freebsd.org/changeset/base/247610 Log: Move some virtual memory constants to the top of the file where they are on other architectures [1]. While here: - Remove an unused and commented out include.

Re: svn commit: r247609 - head/sys/arm/conf

2013-03-01 Thread Tim Kientzle
On Mar 1, 2013, at 7:23 PM, Andrew Turner wrote: > Author: andrew > Date: Sat Mar 2 03:23:14 2013 > New Revision: 247609 > URL: http://svnweb.freebsd.org/changeset/base/247609 > > Log: > Build the Raspberry Pi dtb file when building the kernel so we can copy it > to the boot partition for U-B

svn commit: r247609 - head/sys/arm/conf

2013-03-01 Thread Andrew Turner
Author: andrew Date: Sat Mar 2 03:23:14 2013 New Revision: 247609 URL: http://svnweb.freebsd.org/changeset/base/247609 Log: Build the Raspberry Pi dtb file when building the kernel so we can copy it to the boot partition for U-Boot. Modified: head/sys/arm/conf/RPI-B Modified: head/sys/arm

svn commit: r247608 - head/sys/arm/arm

2013-03-01 Thread Andrew Turner
Author: andrew Date: Sat Mar 2 02:19:04 2013 New Revision: 247608 URL: http://svnweb.freebsd.org/changeset/base/247608 Log: Ensure the stack is correctly aligned before calling the first C function. Modified: head/sys/arm/arm/locore.S Modified: head/sys/arm/arm/locore.S

svn commit: r247607 - in stable: 8 9

2013-03-01 Thread Xin LI
Author: delphij Date: Sat Mar 2 01:04:02 2013 New Revision: 247607 URL: http://svnweb.freebsd.org/changeset/base/247607 Log: MFC r247422: Add a reminder that the user should update boot block if they are upgrading their existing system and use LZ4 compression for ZFS. Suggested by:

svn commit: r247607 - in stable: 8 9

2013-03-01 Thread Xin LI
Author: delphij Date: Sat Mar 2 01:04:02 2013 New Revision: 247607 URL: http://svnweb.freebsd.org/changeset/base/247607 Log: MFC r247422: Add a reminder that the user should update boot block if they are upgrading their existing system and use LZ4 compression for ZFS. Suggested by:

svn commit: r247606 - in head/tools/regression/capsicum: . syscalls

2013-03-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 2 01:00:26 2013 New Revision: 247606 URL: http://svnweb.freebsd.org/changeset/base/247606 Log: Add regression tests for the new Capsicum system calls. Sponsored by: The FreeBSD Foundation Added: head/tools/regression/capsicum/ head/tools/regression/capsicum/s

svn commit: r247605 - head/tools/regression/security/cap_test

2013-03-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 2 00:56:53 2013 New Revision: 247605 URL: http://svnweb.freebsd.org/changeset/base/247605 Log: Update existing regression tests after Capsicum overhaul. Modified: head/tools/regression/security/cap_test/cap_test_capabilities.c head/tools/regression/security/cap_te

svn commit: r247604 - in head/sys: compat/freebsd32 kern sys

2013-03-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 2 00:55:09 2013 New Revision: 247604 URL: http://svnweb.freebsd.org/changeset/base/247604 Log: Regen after r247602. Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/compat/freebsd32/freebsd32_syscalls.c

svn commit: r247602 - in head: contrib/openbsm/etc lib/libc/include lib/libc/sys lib/libprocstat sys/bsm sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/compat/fr...

2013-03-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 2 00:53:12 2013 New Revision: 247602 URL: http://svnweb.freebsd.org/changeset/base/247602 Log: Merge Capsicum overhaul: - Capability is no longer separate descriptor type. Now every descriptor has set of its own capability rights. - The cap_new(2) system

svn commit: r247601 - head/sys/sparc64/sbus

2013-03-01 Thread Marius Strobl
Author: marius Date: Sat Mar 2 00:41:51 2013 New Revision: 247601 URL: http://svnweb.freebsd.org/changeset/base/247601 Log: - Apparently, it's no longer a problem to call shutdown_nice(9) from within an interrupt filter (some other drivers in the tree do the same). So change the overtem

svn commit: r247600 - in head/sys: conf sparc64/pci

2013-03-01 Thread Marius Strobl
Author: marius Date: Sat Mar 2 00:37:31 2013 New Revision: 247600 URL: http://svnweb.freebsd.org/changeset/base/247600 Log: - While Netra X1 generally show no ill effects when registering a power fail interrupt handler, there seems to be either a broken batch of them or a tendency to de

svn commit: r247598 - in head/lib/libc: gen sys

2013-03-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 2 00:11:27 2013 New Revision: 247598 URL: http://svnweb.freebsd.org/changeset/base/247598 Log: Provide cap_sandboxed(3) function, which is a wrapper around cap_getmode(2) system call, which has a nice property - it never fails, so it is a bit easier to use. If ther

svn commit: r247596 - head/lib/libc/regex

2013-03-01 Thread Xin LI
Author: delphij Date: Fri Mar 1 23:26:13 2013 New Revision: 247596 URL: http://svnweb.freebsd.org/changeset/base/247596 Log: Fix assignment of maximum bounadary. Submitted by: Sascha Wildner Obtained from:DragonFly rev fd39c81ba220f7ad6e4dc9b30d45e828cf58a1ad MFC after:2 w

Re: svn commit: r247274 - in head: bin/test tools/regression/bin/test

2013-03-01 Thread Greg 'groggy' Lehey
On Friday, 1 March 2013 at 17:13:45 +, Chris Rees wrote: > On 1 Mar 2013 14:27, "Jilles Tjoelker" wrote: >> The find(1) and stat(1) approaches also work in other shells such as >> bash, ksh and zsh. An extension to test(1) can only be used by writing >> ugly things like /bin/test. Whatever yo

svn commit: r247595 - head/sys/compat/ndis

2013-03-01 Thread Xin LI
Author: delphij Date: Fri Mar 1 23:21:18 2013 New Revision: 247595 URL: http://svnweb.freebsd.org/changeset/base/247595 Log: Fix wrong assignment. Submitted by: Sascha Wildner Obtained from:DragonFly rev 9568dd07a22a136e380e6c19a8ea188eb92976d5 MFC after:2 weeks Modified:

svn commit: r247594 - head/sys/dev/mfi

2013-03-01 Thread Xin LI
Author: delphij Date: Fri Mar 1 23:18:20 2013 New Revision: 247594 URL: http://svnweb.freebsd.org/changeset/base/247594 Log: Fix a typo in mfi_stp_cmd() that would give wrong assignment. Submitted by: Sascha Wildner Obtained from:DragonFly rev 0dc98fff2206d7bb78ce5e07ac34d6954e4

Re: svn commit: r247588 - in head/sys: dev/mps kern sys

2013-03-01 Thread Attilio Rao
On Fri, Mar 1, 2013 at 11:03 PM, John Baldwin wrote: > Author: jhb > Date: Fri Mar 1 22:03:31 2013 > New Revision: 247588 > URL: http://svnweb.freebsd.org/changeset/base/247588 > > Log: > Replace the TDP_NOSLEEPING flag with a counter so that the > THREAD_NO_SLEEPING() and THREAD_SLEEPING_OK(

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

2013-03-01 Thread Xin LI
Author: delphij Date: Fri Mar 1 22:20:13 2013 New Revision: 247592 URL: http://svnweb.freebsd.org/changeset/base/247592 Log: MFV r247575: Import a fix tighten assertion on SPA versions from vendor (Illumos). Illumos ZFS issue: 3543 Feature flags causes assertion in spa.c to mis

svn commit: r247591 - head/sys/dev/aac

2013-03-01 Thread Marius Strobl
Author: marius Date: Fri Mar 1 22:09:08 2013 New Revision: 247591 URL: http://svnweb.freebsd.org/changeset/base/247591 Log: Initialize count in order to appease clang. Submitted by: delphij Modified: head/sys/dev/aac/aac_pci.c Modified: head/sys/dev/aac/aac_pci.c ==

svn commit: r247590 - head/sys/dev/bce

2013-03-01 Thread Marius Strobl
Author: marius Date: Fri Mar 1 22:05:20 2013 New Revision: 247590 URL: http://svnweb.freebsd.org/changeset/base/247590 Log: Initialize count in order to appease clang. Submitted by: delphij Modified: head/sys/dev/bce/if_bce.c Modified: head/sys/dev/bce/if_bce.c

svn commit: r247589 - in stable/9/sys: fs/ext2fs ufs/ufs

2013-03-01 Thread Pedro F. Giffuni
Author: pfg Date: Fri Mar 1 22:03:57 2013 New Revision: 247589 URL: http://svnweb.freebsd.org/changeset/base/247589 Log: MFC r246562: Remove unused MAXSYMLINKLEN macro. Reviewed by: mckusick PR: kern/175794 Modified: stable/9/sys/fs/ext2fs/inode.h stable/9/sys/ufs/

svn commit: r247588 - in head/sys: dev/mps kern sys

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 22:03:31 2013 New Revision: 247588 URL: http://svnweb.freebsd.org/changeset/base/247588 Log: Replace the TDP_NOSLEEPING flag with a counter so that the THREAD_NO_SLEEPING() and THREAD_SLEEPING_OK() macros can nest. Reviewed by: attilio Modified: head/sys/d

svn commit: r247587 - head/sys/arm/include

2013-03-01 Thread Andrew Turner
Author: andrew Date: Fri Mar 1 21:59:23 2013 New Revision: 247587 URL: http://svnweb.freebsd.org/changeset/base/247587 Log: Increase the maximum text size on ARM to 64MiB. Without this clang would be sent a SIGABRT when it is loaded as it is too large. This is the smallest power of two MiB

svn commit: r247586 - head/sys/kern

2013-03-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Mar 1 21:58:56 2013 New Revision: 247586 URL: http://svnweb.freebsd.org/changeset/base/247586 Log: Remove unnecessary variables. Modified: head/sys/kern/vfs_vnops.c Modified: head/sys/kern/vfs_vnops.c

svn commit: r247585 - in head: cddl/contrib/opensolaris/cmd/zfs sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/sys/fs

2013-03-01 Thread Martin Matuska
Author: mm Date: Fri Mar 1 21:58:51 2013 New Revision: 247585 URL: http://svnweb.freebsd.org/changeset/base/247585 Log: MFV r247316: Merge new read-only zfs properties from vendor (illumos) Illumos ZFS issues: 3588 provide zfs properties for logical (uncompressed) space used and

svn commit: r247584 - head/sys/kern

2013-03-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Mar 1 21:57:02 2013 New Revision: 247584 URL: http://svnweb.freebsd.org/changeset/base/247584 Log: Reduce lock scope a little. Modified: head/sys/kern/vfs_syscalls.c Modified: head/sys/kern/vfs_syscalls.c

svn commit: r247583 - stable/8/share/misc

2013-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 1 21:35:53 2013 New Revision: 247583 URL: http://svnweb.freebsd.org/changeset/base/247583 Log: Manually fix screwed-up mergeinfo. Modified: Directory Properties: stable/8/cddl/compat/opensolaris/ (props changed) stable/8/cddl/contrib/opensolaris/ (props change

svn commit: r247580 - vendor-sys/illumos/dist/common/nvpair vendor-sys/illumos/dist/uts/common vendor-sys/illumos/dist/uts/common/fs/zfs vendor-sys/illumos/dist/uts/common/fs/zfs/sys vendor-sys/ill...

2013-03-01 Thread Martin Matuska
Author: mm Date: Fri Mar 1 21:01:45 2013 New Revision: 247580 URL: http://svnweb.freebsd.org/changeset/base/247580 Log: Update vendor/illumos/dist and vendor-sys/illumos/dist to illumos-gate 13973:4972ab336f54 Illumos ZFS issues: 3464 zfs synctask code needs restructuring Modified:

svn commit: r247580 - vendor-sys/illumos/dist/common/nvpair vendor-sys/illumos/dist/uts/common vendor-sys/illumos/dist/uts/common/fs/zfs vendor-sys/illumos/dist/uts/common/fs/zfs/sys vendor-sys/ill...

2013-03-01 Thread Martin Matuska
Author: mm Date: Fri Mar 1 21:01:45 2013 New Revision: 247580 URL: http://svnweb.freebsd.org/changeset/base/247580 Log: Update vendor/illumos/dist and vendor-sys/illumos/dist to illumos-gate 13973:4972ab336f54 Illumos ZFS issues: 3464 zfs synctask code needs restructuring Added: v

svn commit: r247579 - head/sys/dev/cas

2013-03-01 Thread Marius Strobl
Author: marius Date: Fri Mar 1 20:51:53 2013 New Revision: 247579 URL: http://svnweb.freebsd.org/changeset/base/247579 Log: - Move reporting of failures to disable RX/TX MAC under bootverbose as at least the Saturn chips of 501-6738 cards may fail to do so the first time, which isn't fa

svn commit: r247578 - in vendor-sys/illumos/dist/uts/common/fs/zfs: . sys

2013-03-01 Thread Martin Matuska
Author: mm Date: Fri Mar 1 20:49:56 2013 New Revision: 247578 URL: http://svnweb.freebsd.org/changeset/base/247578 Log: Update vendor-sys/illumos/dist to illumos-gate 13971:d1648d817bd6 Illumos ZFS issues: 3581 spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASKQ_ISSUE]->tq_lock is piping hot Modif

svn commit: r247576 - stable/9/sbin/devd

2013-03-01 Thread Ian Lepore
Author: ian Date: Fri Mar 1 20:48:53 2013 New Revision: 247576 URL: http://svnweb.freebsd.org/changeset/base/247576 Log: MFC r246121 ... Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can close their socket connection any time, and devd only notices that when it gets

svn commit: r247575 - vendor-sys/illumos/dist/uts/common/fs/zfs

2013-03-01 Thread Martin Matuska
Author: mm Date: Fri Mar 1 20:48:07 2013 New Revision: 247575 URL: http://svnweb.freebsd.org/changeset/base/247575 Log: Update vendor-sys/illumos/dist to illumos-gate 13970:c9a5683da38e Illumos ZFS issues: 3543 Feature flags causes assertion in spa.c to miss certain cases Modified:

svn commit: r247574 - head/sys/sparc64/pci

2013-03-01 Thread Marius Strobl
Author: marius Date: Fri Mar 1 20:36:59 2013 New Revision: 247574 URL: http://svnweb.freebsd.org/changeset/base/247574 Log: - In sbbc_pci_attach() just pass the already obtained bus tag and handle instead of acquiring these anew. - Use NULL instead of 0 for pointers. MFC after:1

svn commit: r247573 - head/sys/sparc64/pci

2013-03-01 Thread Marius Strobl
Author: marius Date: Fri Mar 1 20:34:02 2013 New Revision: 247573 URL: http://svnweb.freebsd.org/changeset/base/247573 Log: - Remove an unused header. - Use NULL instead of 0 for pointers. - Let ofw_pcib_probe() return BUS_PROBE_DEFAULT instead of 0 so specialized PCI-PCI-bridge drivers

svn commit: r247572 - stable/9/sys/dev/oce

2013-03-01 Thread Josh Paetzel
Author: jpaetzel Date: Fri Mar 1 20:33:35 2013 New Revision: 247572 URL: http://svnweb.freebsd.org/changeset/base/247572 Log: MFC 246799: Resolve issue that caused WITNESS to report LORs. Modified: stable/9/sys/dev/oce/oce_if.c stable/9/sys/dev/oce/oce_if.h Directory Properties: sta

svn commit: r247571 - head/sys/dev/puc

2013-03-01 Thread Marius Strobl
Author: marius Date: Fri Mar 1 20:16:06 2013 New Revision: 247571 URL: http://svnweb.freebsd.org/changeset/base/247571 Log: - Apparently, r186520 was just wrong and the clock of Oxford OX16PCI958 is neither DEFAULT_RCLK * 2 nor DEFAULT_RCLK * 10 but plain DEFAULT_RCLK and there's no (op

svn commit: r247570 - head/sys/dev/aac

2013-03-01 Thread Marius Strobl
Author: marius Date: Fri Mar 1 19:55:10 2013 New Revision: 247570 URL: http://svnweb.freebsd.org/changeset/base/247570 Log: - Make tables, device ID strings etc const. This includes #ifdef'ing 0 aac_command_status_table, which is actually unused since r111532. While at it, make aac_if a

svn commit: r247568 - in stable/9: contrib/openpam contrib/openpam/bin contrib/openpam/bin/openpam_dump_policy contrib/openpam/bin/pamtest contrib/openpam/bin/su contrib/openpam/doc contrib/openpam...

2013-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 1 19:42:50 2013 New Revision: 247568 URL: http://svnweb.freebsd.org/changeset/base/247568 Log: Pull in OpenPAM Micrampelis from head. Also merge a few minor module changes, most importantly support for ECDSA keys in pam_ssh. Added: stable/9/contrib/openpam/TODO

svn commit: r247567 - in stable/8: etc/mtree include usr.sbin/pciconf

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 19:40:02 2013 New Revision: 247567 URL: http://svnweb.freebsd.org/changeset/base/247567 Log: MFC 246367: Install and as userland headers in /usr/include. Modified: stable/8/etc/mtree/BSD.include.dist stable/8/include/Makefile stable/8/usr.sbin/pciconf/Ma

svn commit: r247566 - in stable/9: etc/mtree include usr.sbin/pciconf

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 19:39:54 2013 New Revision: 247566 URL: http://svnweb.freebsd.org/changeset/base/247566 Log: MFC 246367: Install and as userland headers in /usr/include. Modified: stable/9/etc/mtree/BSD.include.dist stable/9/include/Makefile stable/9/usr.sbin/pciconf/Ma

svn commit: r247565 - head/sys/dev/bce

2013-03-01 Thread Marius Strobl
Author: marius Date: Fri Mar 1 19:12:38 2013 New Revision: 247565 URL: http://svnweb.freebsd.org/changeset/base/247565 Log: - Make tables, device ID strings etc const. - Use NULL instead of 0 for pointers. - Remove redundant bzero(9)'ing of the softc. - Remove redundant/unused softc membe

svn commit: r247564 - in head/sys/arm: econa s3c2xx0 xscale/i80321 xscale/i8134x xscale/ixp425 xscale/pxa

2013-03-01 Thread Alan Cox
Author: alc Date: Fri Mar 1 19:02:41 2013 New Revision: 247564 URL: http://svnweb.freebsd.org/changeset/base/247564 Log: Eliminate a redundant #include: machine/pmap.h is already included through vm/pmap.h. Modified: head/sys/arm/econa/econa_machdep.c head/sys/arm/s3c2xx0/s3c24x0_machdep

svn commit: r247563 - stable/8/usr.sbin/tcpdrop

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 19:01:52 2013 New Revision: 247563 URL: http://svnweb.freebsd.org/changeset/base/247563 Log: MFC 246129: Allow the address and ports to be separated by a colon or period rather than a space to permit directly pasting the output of commands such as netstat and s

svn commit: r247562 - stable/9/usr.sbin/tcpdrop

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 19:01:40 2013 New Revision: 247562 URL: http://svnweb.freebsd.org/changeset/base/247562 Log: MFC 246129: Allow the address and ports to be separated by a colon or period rather than a space to permit directly pasting the output of commands such as netstat and s

svn commit: r247561 - head/sys/kern

2013-03-01 Thread Marius Strobl
Author: marius Date: Fri Mar 1 18:49:14 2013 New Revision: 247561 URL: http://svnweb.freebsd.org/changeset/base/247561 Log: - Use strdup(9) instead of reimplementing it. - Use __DECONST instead of strange casts. - Reduce code duplication and simplify name2oid(). PR: 176373

svn commit: r247560 - head/sys/kern

2013-03-01 Thread Konstantin Belousov
Author: kib Date: Fri Mar 1 18:40:14 2013 New Revision: 247560 URL: http://svnweb.freebsd.org/changeset/base/247560 Log: Make the default implementation of the VOP_VPTOCNP() fail if the directory entry, matched by the inode number, is ".". NFSv4 client might instantiate the distinct vnod

svn commit: r247559 - in stable/8/sys: amd64/linux32 compat/linux i386/linux

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 18:39:55 2013 New Revision: 247559 URL: http://svnweb.freebsd.org/changeset/base/247559 Log: MFC 245849: Don't assume that all Linux TCP-level socket options are identical to FreeBSD TCP-level socket options (only the first two are). Instead, using a mapping f

svn commit: r247558 - in stable/9/sys: amd64/linux32 compat/linux i386/linux

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 18:39:46 2013 New Revision: 247558 URL: http://svnweb.freebsd.org/changeset/base/247558 Log: MFC 245849: Don't assume that all Linux TCP-level socket options are identical to FreeBSD TCP-level socket options (only the first two are). Instead, using a mapping f

svn commit: r247557 - stable/9/contrib/llvm/tools/clang/lib/Driver

2013-03-01 Thread Dimitry Andric
Author: dim Date: Fri Mar 1 17:37:57 2013 New Revision: 247557 URL: http://svnweb.freebsd.org/changeset/base/247557 Log: MFC r247166: Pull in r172354 from upstream clang trunk: Refactor the x86 CPU name logic in the driver and pass -march and -mcpu flag information down from the

Re: svn commit: r247274 - in head: bin/test tools/regression/bin/test

2013-03-01 Thread Chris Rees
On 1 Mar 2013 14:27, "Jilles Tjoelker" wrote: > > On Wed, Feb 27, 2013 at 07:25:48PM +1100, Peter Jeremy wrote: > > On 2013-Feb-26 01:02:27 +0100, Jilles Tjoelker wrote: > > >> Enhance test(1) by adding provision to compare any combination of the > > >> access, birth, change and modify times

svn commit: r247556 - in stable/8/sys: dev/usb/net kern pci sys

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 17:10:52 2013 New Revision: 247556 URL: http://svnweb.freebsd.org/changeset/base/247556 Log: MFC 246037: Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent the compiler from caching their values in tight loops. Modified: stable/8/sys/dev/usb

svn commit: r247555 - in stable/9/sys: dev/usb/net kern pci sys

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 17:10:43 2013 New Revision: 247555 URL: http://svnweb.freebsd.org/changeset/base/247555 Log: MFC 246037: Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent the compiler from caching their values in tight loops. Modified: stable/9/sys/dev/usb

svn commit: r247554 - stable/8/lib/libproc

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 16:19:09 2013 New Revision: 247554 URL: http://svnweb.freebsd.org/changeset/base/247554 Log: MFC 246035: - Compute the correct size to reallocate when doubling the size of the array of loaded objects to avoid a buffer overrun. - Use reallocf() to avoid leakin

svn commit: r247553 - stable/9/lib/libproc

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 16:18:40 2013 New Revision: 247553 URL: http://svnweb.freebsd.org/changeset/base/247553 Log: MFC 246035: - Compute the correct size to reallocate when doubling the size of the array of loaded objects to avoid a buffer overrun. - Use reallocf() to avoid leakin

svn commit: r247551 - head/sys/dev/tws

2013-03-01 Thread Kevin Lo
Author: kevlo Date: Fri Mar 1 15:48:31 2013 New Revision: 247551 URL: http://svnweb.freebsd.org/changeset/base/247551 Log: Fix typo. Modified: head/sys/dev/tws/tws_hdm.c Modified: head/sys/dev/tws/tws_hdm.c == --- h

svn commit: r247550 - head/lib/libc/rpc

2013-03-01 Thread Kevin Lo
Author: kevlo Date: Fri Mar 1 15:45:57 2013 New Revision: 247550 URL: http://svnweb.freebsd.org/changeset/base/247550 Log: Assign the len field of the netbuf structure to the current length of a sockaddr. Obtained from:NetBSD Modified: head/lib/libc/rpc/clnt_vc.c Modified: he

svn commit: r247548 - in stable/8/sys: amd64/amd64 i386/i386 x86/x86

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 14:54:37 2013 New Revision: 247548 URL: http://svnweb.freebsd.org/changeset/base/247548 Log: MFC 245577,245640: Don't attempt to use clflush on the local APIC register window. Various CPUs exhibit bad behavior if this is done (Intel Errata AAJ3, hangs on Penti

svn commit: r247547 - in stable/9/sys: amd64/amd64 i386/i386 x86/x86

2013-03-01 Thread John Baldwin
Author: jhb Date: Fri Mar 1 14:54:26 2013 New Revision: 247547 URL: http://svnweb.freebsd.org/changeset/base/247547 Log: MFC 245577,245640: Don't attempt to use clflush on the local APIC register window. Various CPUs exhibit bad behavior if this is done (Intel Errata AAJ3, hangs on Penti

Re: svn commit: r247274 - in head: bin/test tools/regression/bin/test

2013-03-01 Thread Jilles Tjoelker
On Wed, Feb 27, 2013 at 07:25:48PM +1100, Peter Jeremy wrote: > On 2013-Feb-26 01:02:27 +0100, Jilles Tjoelker wrote: > >> Enhance test(1) by adding provision to compare any combination of the > >> access, birth, change and modify times of two files, instead of only > >> being able to compar

svn commit: r247544 - stable/9/lib

2013-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 1 10:33:31 2013 New Revision: 247544 URL: http://svnweb.freebsd.org/changeset/base/247544 Log: MFH (r246328): sort knobs Modified: stable/9/lib/Makefile (contents, props changed) Directory Properties: stable/9/lib/ (props changed) Modified: stable/9/lib/Makef

svn commit: r247543 - stable/8/usr.bin/find

2013-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 1 10:23:36 2013 New Revision: 247543 URL: http://svnweb.freebsd.org/changeset/base/247543 Log: MFH (r240278): document -quit Modified: stable/8/usr.bin/find/find.1 Directory Properties: stable/8/usr.bin/find/ (props changed) Modified: stable/8/usr.bin/find/find

svn commit: r247542 - in stable/8/sys: . dev/sound

2013-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 1 09:50:45 2013 New Revision: 247542 URL: http://svnweb.freebsd.org/changeset/base/247542 Log: More misapplied mergeinfo. Modified: Directory Properties: stable/8/sys/ (props changed) stable/8/sys/Makefile (props changed) stable/8/sys/amd64/ (props changed

svn commit: r247541 - stable/9/usr.bin/find

2013-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 1 09:49:55 2013 New Revision: 247541 URL: http://svnweb.freebsd.org/changeset/base/247541 Log: MFH (r240278): document -quit Modified: stable/9/usr.bin/find/find.1 Directory Properties: stable/9/usr.bin/find/ (props changed) Modified: stable/9/usr.bin/find/find

svn commit: r247540 - in head: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-03-01 Thread Martin Matuska
Author: mm Date: Fri Mar 1 09:42:58 2013 New Revision: 247540 URL: http://svnweb.freebsd.org/changeset/base/247540 Log: Fix the zfs_ioctl compat layer to support zfs_cmd size change introduced in r247265 (ZFS deadman thread). Both new utilities now support the old kernel and new kernel prop

svn commit: r247539 - stable/8/usr.bin/du

2013-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 1 09:40:02 2013 New Revision: 247539 URL: http://svnweb.freebsd.org/changeset/base/247539 Log: MFH (r238602): add -g (gigabyte) flag Modified: stable/8/usr.bin/du/du.1 stable/8/usr.bin/du/du.c Directory Properties: stable/8/usr.bin/du/ (props changed) Modifie

svn commit: r247538 - stable/9/usr.bin/du

2013-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 1 09:39:53 2013 New Revision: 247538 URL: http://svnweb.freebsd.org/changeset/base/247538 Log: MFH (r238602): add -g (gigabyte) flag Modified: stable/9/usr.bin/du/du.1 stable/9/usr.bin/du/du.c Directory Properties: stable/9/usr.bin/du/ (props changed) Modifie

svn commit: r247537 - in stable/8: . contrib/bsnmp/snmpd contrib/xz gnu/usr.bin share/misc usr.bin/chpass usr.bin/su

2013-03-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Mar 1 09:39:29 2013 New Revision: 247537 URL: http://svnweb.freebsd.org/changeset/base/247537 Log: Fix a few instances of broken mergeinfo Modified: Directory Properties: stable/8/ (props changed) stable/8/COPYRIGHT (props changed) stable/8/LOCKS (props change

svn commit: r247535 - head/sys/arm/include

2013-03-01 Thread Alan Cox
Author: alc Date: Fri Mar 1 08:30:31 2013 New Revision: 247535 URL: http://svnweb.freebsd.org/changeset/base/247535 Log: Copy the definition of VM_MAX_AUTOTUNE_MAXUSERS from i386. (See r242847.) Tested by:andrew Modified: head/sys/arm/include/vmparam.h Modified: head/sys/arm/inclu