svn commit: r213543 - head/sys/fs/msdosfs

2010-10-08 Thread Konstantin Belousov
Author: kib Date: Fri Oct 8 07:17:22 2010 New Revision: 213543 URL: http://svn.freebsd.org/changeset/base/213543 Log: Add a comment describing the reason for calling cache_purge(fvp). Requested by: danfe MFC after:6 days Modified: head/sys/fs/msdosfs/msdosfs_vnops.c Modified: hea

svn commit: r213544 - head/sys/amd64/linux32

2010-10-08 Thread Konstantin Belousov
Author: kib Date: Fri Oct 8 07:18:44 2010 New Revision: 213544 URL: http://svn.freebsd.org/changeset/base/213544 Log: Fix typo. Submitted by: arundel MFC after:3 days Modified: head/sys/amd64/linux32/syscalls.master Modified: head/sys/amd64/linux32/syscalls.master ===

svn commit: r213545 - head/sys/amd64/linux32

2010-10-08 Thread Konstantin Belousov
Author: kib Date: Fri Oct 8 07:19:05 2010 New Revision: 213545 URL: http://svn.freebsd.org/changeset/base/213545 Log: Regen. Modified: head/sys/amd64/linux32/linux32_proto.h head/sys/amd64/linux32/linux32_syscall.h head/sys/amd64/linux32/linux32_sysent.c Modified: head/sys/amd64/linux32

svn commit: r213546 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 07:26:56 2010 New Revision: 213546 URL: http://svn.freebsd.org/changeset/base/213546 Log: MFC r212950: zfs_vnops: use zfs_map_page/zfs_unmap_page helper functions in another place Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Dire

svn commit: r213547 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 07:29:26 2010 New Revision: 213547 URL: http://svn.freebsd.org/changeset/base/213547 Log: MFC r212951: zfs_map_page/zfs_unmap_page: do not use sched_pin() and SFB_CPUPRIVATE Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Directory

svn commit: r213548 - in stable/8/sys/cddl: compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 07:31:32 2010 New Revision: 213548 URL: http://svn.freebsd.org/changeset/base/213548 Log: MFC r212657: zfs vn_has_cached_data: take into account v_object->cache != NULL Modified: stable/8/sys/cddl/compat/opensolaris/sys/vnode.h stable/8/sys/cddl/contrib/opensola

svn commit: r213549 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 07:33:22 2010 New Revision: 213549 URL: http://svn.freebsd.org/changeset/base/213549 Log: MFC r212780: zfs arc_reclaim_needed: more reasonable threshold for available pages Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c Directory Propert

svn commit: r213550 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 07:34:32 2010 New Revision: 213550 URL: http://svn.freebsd.org/changeset/base/213550 Log: MFC r212783: zfs arc_reclaim_needed: fix typo in mismerge in r212780 Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c Directory Properties: stable/8/

svn commit: r213551 - stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 07:36:30 2010 New Revision: 213551 URL: http://svn.freebsd.org/changeset/base/213551 Log: MFC r212781: zfs arc_reclaim_needed: remove redundant checks for arc_c_max and arc_c_max Modified: stable/8/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c Directory P

svn commit: r213552 - stable/8/sys/kern

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 07:38:44 2010 New Revision: 213552 URL: http://svn.freebsd.org/changeset/base/213552 Log: MFC r212964: kdb_backtrace: stack(9)-based code to print backtrace without any backend Modified: stable/8/sys/kern/subr_kdb.c Directory Properties: stable/8/sys/ (props

svn commit: r213553 - stable/8/sys/kern

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 07:49:05 2010 New Revision: 213553 URL: http://svn.freebsd.org/changeset/base/213553 Log: MFC r212994: kdb_backtrace: use stack_print_ddb instead of stack_print Modified: stable/8/sys/kern/kern_linker.c stable/8/sys/kern/subr_kdb.c stable/8/sys/kern/subr_stack

svn commit: r213554 - stable/8/sys/kern

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 07:52:00 2010 New Revision: 213554 URL: http://svn.freebsd.org/changeset/base/213554 Log: MFC r213303: kmem_size* sysctls: hint that these are also tunables Modified: stable/8/sys/kern/kern_malloc.c Directory Properties: stable/8/sys/ (props changed) stable/

svn commit: r213555 - stable/7/sys/kern

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 07:54:55 2010 New Revision: 213555 URL: http://svn.freebsd.org/changeset/base/213555 Log: MFC r213303: kmem_size* sysctls: hint that these are also tunables Modified: stable/7/sys/kern/kern_malloc.c Directory Properties: stable/7/sys/ (props changed) stable/

svn commit: r213556 - stable/8/sys/kern

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 07:57:19 2010 New Revision: 213556 URL: http://svn.freebsd.org/changeset/base/213556 Log: MFC r213304: debug.kdb.stop_cpus sysctl: hint that this is also a tunable Modified: stable/8/sys/kern/subr_kdb.c Directory Properties: stable/8/sys/ (props changed) s

svn commit: r213557 - stable/7/sys/kern

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 07:58:57 2010 New Revision: 213557 URL: http://svn.freebsd.org/changeset/base/213557 Log: MFC r213304: debug.kdb.stop_cpus sysctl: hint that this is also a tunable Modified: stable/7/sys/kern/subr_kdb.c Directory Properties: stable/7/sys/ (props changed) s

svn commit: r213558 - in stable/8/sys: gdb kern sys

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 08:01:36 2010 New Revision: 213558 URL: http://svn.freebsd.org/changeset/base/213558 Log: MFC r213305: there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY order Modified: stable/8/sys/gdb/gdb_cons.c stable/8/sys/kern/kern_ntptime.c stable/8

svn commit: r213559 - in stable/7/sys: gdb kern

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 08:09:45 2010 New Revision: 213559 URL: http://svn.freebsd.org/changeset/base/213559 Log: MFC r213305: there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY order Modified: stable/7/sys/gdb/gdb_cons.c stable/7/sys/kern/kern_ntptime.c Directory

svn commit: r213560 - stable/8/sys/kern

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 08:13:22 2010 New Revision: 213560 URL: http://svn.freebsd.org/changeset/base/213560 Log: MFC r213322: sysctls in kern_shutdown: add twin tunables Modified: stable/8/sys/kern/kern_shutdown.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/am

svn commit: r213561 - stable/7/sys/kern

2010-10-08 Thread Andriy Gapon
Author: avg Date: Fri Oct 8 08:14:43 2010 New Revision: 213561 URL: http://svn.freebsd.org/changeset/base/213561 Log: MFC r213322: sysctls in kern_shutdown: add twin tunables Modified: stable/7/sys/kern/kern_shutdown.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cd

Re: svn commit: r213543 - head/sys/fs/msdosfs

2010-10-08 Thread Alexey Dokuchaev
On Fri, Oct 08, 2010 at 07:17:22AM +, Konstantin Belousov wrote: > Author: kib > Date: Fri Oct 8 07:17:22 2010 > New Revision: 213543 > URL: http://svn.freebsd.org/changeset/base/213543 > > Log: > Add a comment describing the reason for calling cache_purge(fvp). > > Requested by:

svn commit: r213562 - vendor/ee/dist

2010-10-08 Thread Ed Schouten
Author: ed Date: Fri Oct 8 09:32:37 2010 New Revision: 213562 URL: http://svn.freebsd.org/changeset/base/213562 Log: Import ee 1.5.1. Modified: vendor/ee/dist/ee.c vendor/ee/dist/ee_version.h Modified: vendor/ee/dist/ee.c ===

svn commit: r213563 - vendor/ee/ee-1.5.1

2010-10-08 Thread Ed Schouten
Author: ed Date: Fri Oct 8 09:33:21 2010 New Revision: 213563 URL: http://svn.freebsd.org/changeset/base/213563 Log: Tag ee 1.5.1. Added: vendor/ee/ee-1.5.1/ - copied from r213562, vendor/ee/dist/ ___ svn-src-all@freebsd.org mailing list http:

svn commit: r213564 - in vendor/ee: 1.5.1 ee-1.5.1

2010-10-08 Thread Ed Schouten
Author: ed Date: Fri Oct 8 09:33:52 2010 New Revision: 213564 URL: http://svn.freebsd.org/changeset/base/213564 Log: Make tag name consistent. Added: vendor/ee/1.5.1/ - copied from r213563, vendor/ee/ee-1.5.1/ Deleted: vendor/ee/ee-1.5.1/ __

svn commit: r213565 - vendor/ee/dist

2010-10-08 Thread Ed Schouten
Author: ed Date: Fri Oct 8 09:34:59 2010 New Revision: 213565 URL: http://svn.freebsd.org/changeset/base/213565 Log: Import ee 1.5.2. Modified: vendor/ee/dist/ee.c vendor/ee/dist/ee_version.h Modified: vendor/ee/dist/ee.c ===

svn commit: r213566 - vendor/ee/1.5.2

2010-10-08 Thread Ed Schouten
Author: ed Date: Fri Oct 8 09:35:23 2010 New Revision: 213566 URL: http://svn.freebsd.org/changeset/base/213566 Log: Tag ee 1.5.2. Added: vendor/ee/1.5.2/ - copied from r213565, vendor/ee/dist/ ___ svn-src-all@freebsd.org mailing list http://l

svn commit: r213567 - head/contrib/ee

2010-10-08 Thread Ed Schouten
Author: ed Date: Fri Oct 8 09:43:06 2010 New Revision: 213567 URL: http://svn.freebsd.org/changeset/base/213567 Log: Import ee 1.5.2 into HEAD. PR: bin/145921 MFC after:2 weeks Modified: head/contrib/ee/ee.c head/contrib/ee/ee_version.h Directory Properties: head/con

svn commit: r213568 - head/sys/boot/i386/gptboot

2010-10-08 Thread Peter Holm
Author: pho Date: Fri Oct 8 10:27:52 2010 New Revision: 213568 URL: http://svn.freebsd.org/changeset/base/213568 Log: Ensure that a make from sys/boot does not pick up include files from /usr/include. Discussed with:kib Modified: head/sys/boot/i386/gptboot/Makefile Modified:

Re: svn commit: r213398 - head/bin/rm

2010-10-08 Thread Ulrich Spörlein
On Mon, 04.10.2010 at 14:04:53 +0200, Ivan Voras wrote: > On 4 October 2010 13:42, Alexander Best wrote: > > > good point. ZFS should really be added to the list and LFS should go away. > > are > > there any other relevant filesystems without a fixed-block size that need > > to be > > mentioned

Re: svn commit: r213398 - head/bin/rm

2010-10-08 Thread Alexander Best
On Fri Oct 8 10, Ulrich Spörlein wrote: > On Mon, 04.10.2010 at 14:04:53 +0200, Ivan Voras wrote: > > On 4 October 2010 13:42, Alexander Best wrote: > > > > > good point. ZFS should really be added to the list and LFS should go > > > away. are > > > there any other relevant filesystems without

Re: svn commit: r213544 - head/sys/amd64/linux32

2010-10-08 Thread Alexander Best
On Fri Oct 8 10, Konstantin Belousov wrote: > Author: kib > Date: Fri Oct 8 07:18:44 2010 > New Revision: 213544 > URL: http://svn.freebsd.org/changeset/base/213544 > > Log: > Fix typo. > > Submitted by: arundel > MFC after: 3 days > > Modified: > head/sys/amd64/linux32/syscal

svn commit: r213572 - in head: lib/libjail usr.sbin/pc-sysinstall/pc-sysinstall

2010-10-08 Thread Ulrich Spoerlein
Author: uqs Date: Fri Oct 8 12:39:49 2010 New Revision: 213572 URL: http://svn.freebsd.org/changeset/base/213572 Log: mdoc: fix manlint warnings by unbreaking mdoc syntax Modified: head/lib/libjail/jail.3 head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8 Modified: head/lib/libjail

svn commit: r213573 - in head: bin/chflags bin/stty games/caesar lib/libarchive lib/libc/gen lib/libc/locale lib/libc/net lib/libc/posix1e lib/libc/regex lib/libc/stdlib lib/libc/sys lib/libc/uuid ...

2010-10-08 Thread Ulrich Spoerlein
Author: uqs Date: Fri Oct 8 12:40:16 2010 New Revision: 213573 URL: http://svn.freebsd.org/changeset/base/213573 Log: mdoc: drop redundant .Pp and .LP calls They have no effect when coming in pairs, or before .Bl/.Bd Modified: head/bin/chflags/chflags.1 head/bin/stty/stty.1 head/gam

Re: svn commit: r213539 - head/lib/libthr

2010-10-08 Thread Alexander Kabaev
On Fri, 8 Oct 2010 01:47:14 + (UTC) David Xu wrote: > Author: davidxu > Date: Fri Oct 8 01:47:14 2010 > New Revision: 213539 > URL: http://svn.freebsd.org/changeset/base/213539 > > Log: > unwind.h was imported, gcc directory is no longer needed. > > Modified: > head/lib/libthr/Makefile

svn commit: r213574 - in head/tools/tools/netrate: juggle tcpconnect

2010-10-08 Thread Sergey Kandaurov
Author: pluknet Date: Fri Oct 8 14:31:49 2010 New Revision: 213574 URL: http://svn.freebsd.org/changeset/base/213574 Log: Clean up tools in tools/tools/netrate. - tcpconnect incorrectly uses err() in usage() with errx() semantics [1] That produces dirty error message: tcpconnect: u

svn commit: r213575 - head/sys/sun4v/include

2010-10-08 Thread Marius Strobl
Author: marius Date: Fri Oct 8 14:50:58 2010 New Revision: 213575 URL: http://svn.freebsd.org/changeset/base/213575 Log: Just use the sparc64 version of this header rather than duplicating it. Modified: head/sys/sun4v/include/endian.h Modified: head/sys/sun4v/include/endian.h ==

svn commit: r213576 - stable/8/usr.sbin/config

2010-10-08 Thread Ed Maste
Author: emaste Date: Fri Oct 8 14:56:39 2010 New Revision: 213576 URL: http://svn.freebsd.org/changeset/base/213576 Log: MFC r212570: Allow a kernel config to specify a set but empty value via 'makeoptions OPTION=' for consistency with the make commandline. Previously 'makeopt

svn commit: r213577 - stable/8/gnu/usr.bin/gdb/kgdb

2010-10-08 Thread Ed Maste
Author: emaste Date: Fri Oct 8 14:59:14 2010 New Revision: 213577 URL: http://svn.freebsd.org/changeset/base/213577 Log: MFC r213013: Move test for zero bufp or size before rseq and wseq calculation. This avoids spinning in an infinite loop for some (possibly corrupt?) core file

svn commit: r213578 - head/sys/sparc64/include

2010-10-08 Thread Marius Strobl
Author: marius Date: Fri Oct 8 14:59:45 2010 New Revision: 213578 URL: http://svn.freebsd.org/changeset/base/213578 Log: In the replacement text of the __bswapN_const() macros cast the argument to the expected type so they work like the corresponding __bswapN_var() functions and the compile

svn commit: r213579 - head/sbin/hastd

2010-10-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Oct 8 15:02:15 2010 New Revision: 213579 URL: http://svn.freebsd.org/changeset/base/213579 Log: We close the event socketpair early in the mainloop to prevent spaming with error messages, so when we clean up after child process, we have to check if the event socketpair

svn commit: r213580 - head/sbin/hastd

2010-10-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Oct 8 15:05:39 2010 New Revision: 213580 URL: http://svn.freebsd.org/changeset/base/213580 Log: We can't zero out ggio request, as we have some fields in there we initialize once during start-up. Reported by: Mikolaj Golub MFC after:3 days Modified: head/

Re: svn commit: r213398 - head/bin/rm

2010-10-08 Thread Pawel Jakub Dawidek
On Fri, Oct 08, 2010 at 12:32:38PM +0200, Ulrich Spörlein wrote: > On Mon, 04.10.2010 at 14:04:53 +0200, Ivan Voras wrote: > > On 4 October 2010 13:42, Alexander Best wrote: > > > > > good point. ZFS should really be added to the list and LFS should go > > > away. are > > > there any other relev

svn commit: r213582 - head/bin/rm

2010-10-08 Thread Ulrich Spoerlein
Author: uqs Date: Fri Oct 8 15:20:20 2010 New Revision: 213582 URL: http://svn.freebsd.org/changeset/base/213582 Log: rm(1): clarify that -P works only when blocks are updated in-place Suggested by: pjd, ivoras, arundel Modified: head/bin/rm/rm.1 head/bin/rm/rm.c Modified: head/bin/r

Re: svn commit: r213573 - in head: bin/chflags bin/stty games/caesar lib/libarchive lib/libc/gen lib/libc/locale lib/libc/net lib/libc/posix1e lib/libc/regex lib/libc/stdlib lib/libc/sys lib/libc/uuid

2010-10-08 Thread Ulrich Spoerlein
On Fri, 08.10.2010 at 12:40:16 +, Ulrich Spörlein wrote: > Author: uqs > Date: Fri Oct 8 12:40:16 2010 > New Revision: 213573 > URL: http://svn.freebsd.org/changeset/base/213573 > > Log: > mdoc: drop redundant .Pp and .LP calls This is weird, I had two more files in the git commit that was

svn commit: r213585 - head/tools/build/mk

2010-10-08 Thread Mark Murray
Author: markm Date: Fri Oct 8 17:42:09 2010 New Revision: 213585 URL: http://svn.freebsd.org/changeset/base/213585 Log: Don't blow away /bin/rmail symlink if we are keeping mailwrapper. Mailwrapper can provide a perfectly good rmail with other mailers. Modified: head/tools/build/mk/Optio

svn commit: r213587 - head/sys/dev/bge

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 17:58:07 2010 New Revision: 213587 URL: http://svn.freebsd.org/changeset/base/213587 Log: Do not blindly UP the interface when interface's MTU is changed. If driver is not running there is no need to up the interface. While I'm here hold driver lock before mo

svn commit: r213588 - stable/8/sys/cam/scsi

2010-10-08 Thread Matthew D Fleming
Author: mdf Date: Fri Oct 8 18:06:15 2010 New Revision: 213588 URL: http://svn.freebsd.org/changeset/base/213588 Log: MFC r212926: Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() as it is indirectly a d_close method. Modified: stable/8/sys/cam/scsi/scsi_pass.c Dire

svn commit: r213589 - stable/7/sys/cam/scsi

2010-10-08 Thread Matthew D Fleming
Author: mdf Date: Fri Oct 8 18:06:30 2010 New Revision: 213589 URL: http://svn.freebsd.org/changeset/base/213589 Log: MFC r212926: Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() as it is indirectly a d_close method. Modified: stable/7/sys/cam/scsi/scsi_pass.c Dire

Re: svn commit: r213386 - head/usr.sbin/sysinstall

2010-10-08 Thread John Baldwin
On Sunday, October 03, 2010 1:50:43 pm Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Sun Oct 3 17:50:43 2010 > New Revision: 213386 > URL: http://svn.freebsd.org/changeset/base/213386 > > Log: > Extend sysinstall to handle powerpc64 by teaching it that powerpc64 has > a lib32 distribut

svn commit: r213590 - stable/8/sys/pci

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 18:19:05 2010 New Revision: 213590 URL: http://svn.freebsd.org/changeset/base/213590 Log: MFC r213306: Rename rl_setmulti() to rl_rxfilter() as rl_rxfilter() will handle IFF_ALLMULTI/IFF_PROMISC as well as multicast filter configuration. Rewrite RX fi

svn commit: r213591 - stable/7/sys/pci

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 18:26:14 2010 New Revision: 213591 URL: http://svn.freebsd.org/changeset/base/213591 Log: MFC r213306: Rename rl_setmulti() to rl_rxfilter() as rl_rxfilter() will handle IFF_ALLMULTI/IFF_PROMISC as well as multicast filter configuration. Rewrite RX fi

svn commit: r213592 - stable/7/sys/pci

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 18:31:56 2010 New Revision: 213592 URL: http://svn.freebsd.org/changeset/base/213592 Log: MFC r188392: Destroy TX tag outside of loop scope. Found with: Coverity Prevent(tm) CID:3886 Modified: stable/7/sys/pci/if_rl.c Directory P

svn commit: r213593 - stable/8/sys/dev/bge

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 18:43:06 2010 New Revision: 213593 URL: http://svn.freebsd.org/changeset/base/213593 Log: MFC r212061,212065,212302: r212061: Split common parent DMA tag into ring DMA tag and TX/RX mbuf DMA tag. All controllers that are not BCM5755 or higher have 4GB

svn commit: r213594 - stable/7/sys/dev/bge

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 18:46:02 2010 New Revision: 213594 URL: http://svn.freebsd.org/changeset/base/213594 Log: MFC r212061,212065,212302: r212061: Split common parent DMA tag into ring DMA tag and TX/RX mbuf DMA tag. All controllers that are not BCM5755 or higher have 4GB

svn commit: r213595 - stable/8/sys/dev/bge

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 18:49:59 2010 New Revision: 213595 URL: http://svn.freebsd.org/changeset/base/213595 Log: MFC r212069,212071: r212069: bge_txeof() already checks whether it has to free transmitted mbufs or not by comparing reported TX consumer index with saved index. S

svn commit: r213596 - stable/7/sys/dev/bge

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 18:51:28 2010 New Revision: 213596 URL: http://svn.freebsd.org/changeset/base/213596 Log: MFC r212069,212071: r212069: bge_txeof() already checks whether it has to free transmitted mbufs or not by comparing reported TX consumer index with saved index. S

svn commit: r213597 - stable/8/sys/dev/mii

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 18:58:01 2010 New Revision: 213597 URL: http://svn.freebsd.org/changeset/base/213597 Log: MFC r212306-212307,212342: r212306: Remove trailing CR at EOL. r212307: Consistently use tab characters instead of tab + space characters. No functional c

svn commit: r213598 - stable/7/sys/dev/mii

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 19:00:36 2010 New Revision: 213598 URL: http://svn.freebsd.org/changeset/base/213598 Log: MFC r212306-212307,212342: r212306: Remove trailing CR at EOL. r212307: Consistently use tab characters instead of tab + space characters. No functional c

Re: svn commit: r213437 - in head/sys: conf modules/usb modules/usb/xhci

2010-10-08 Thread John Baldwin
On Tuesday, October 05, 2010 3:14:30 am Hans Petter Selasky wrote: > On Tuesday 05 October 2010 09:10:56 Niclas Zeising wrote: > > On 2010-10-05 01:22, Hans Petter Selasky wrote: > > > Author: hselasky > > > Date: Mon Oct 4 23:22:03 2010 > > > New Revision: 213437 > > > URL: http://svn.freebsd.org

svn commit: r213599 - stable/8/sys/dev/ae

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 19:19:51 2010 New Revision: 213599 URL: http://svn.freebsd.org/changeset/base/213599 Log: MFC r212968: Remove unnecessary controller reinitialization. PR: kern/87506 Modified: stable/8/sys/dev/ae/if_ae.c Directory Properties: stable/8/sys/ (prop

svn commit: r213600 - stable/7/sys/dev/ae

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 19:21:16 2010 New Revision: 213600 URL: http://svn.freebsd.org/changeset/base/213600 Log: MFC r212968: Remove unnecessary controller reinitialization. PR: kern/87506 Modified: stable/7/sys/dev/ae/if_ae.c Directory Properties: stable/7/sys/ (prop

svn commit: r213601 - stable/8/sys/dev/et

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 19:24:38 2010 New Revision: 213601 URL: http://svn.freebsd.org/changeset/base/213601 Log: MFC r212969: Make sure to clear IFF_DRV_RUNNING to reinitialize controller. While I'm here update if_oerrors counter when driver encounters watchdog timeout. Mo

svn commit: r213602 - stable/7/sys/dev/et

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 19:25:46 2010 New Revision: 213602 URL: http://svn.freebsd.org/changeset/base/213602 Log: MFC r212969: Make sure to clear IFF_DRV_RUNNING to reinitialize controller. While I'm here update if_oerrors counter when driver encounters watchdog timeout. Mo

svn commit: r213603 - stable/8/sys/dev/sf

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 19:27:34 2010 New Revision: 213603 URL: http://svn.freebsd.org/changeset/base/213603 Log: MFC r212971: Remove unnecessary controller reinitialization. StarFire controller does not require controller reinitialization to program perfect filters. While h

svn commit: r213604 - stable/7/sys/dev/sf

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 19:29:17 2010 New Revision: 213604 URL: http://svn.freebsd.org/changeset/base/213604 Log: MFC r212971: Remove unnecessary controller reinitialization. StarFire controller does not require controller reinitialization to program perfect filters. While h

svn commit: r213605 - stable/8/sys/dev/stge

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 19:32:39 2010 New Revision: 213605 URL: http://svn.freebsd.org/changeset/base/213605 Log: MFC r212972,21300: r212972: Remove unnecessary controller reinitialization. PR: kern/87506 r213000: Fix build breakage introduced in r212972. Modified

svn commit: r213606 - stable/7/sys/dev/stge

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 19:34:23 2010 New Revision: 213606 URL: http://svn.freebsd.org/changeset/base/213606 Log: MFC r212972,21300: r212972: Remove unnecessary controller reinitialization. PR: kern/87506 r213000: Fix build breakage introduced in r212972. Modified

svn commit: r213607 - stable/8/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 19:39:35 2010 New Revision: 213607 URL: http://svn.freebsd.org/changeset/base/213607 Log: MFC r212103-212105: r212103: Remove leading and trailing white spaces. No functional changes. r212104: style(9) - space after keywords. r212105:

svn commit: r213608 - stable/7/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:12:00 2010 New Revision: 213608 URL: http://svn.freebsd.org/changeset/base/213608 Log: MFC r182065: There actually were bugs in the original handling that I missed last night. Free the children after each pci bus that is searched. Otherwise we

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

2010-10-08 Thread Mark Murray
Author: markm Date: Fri Oct 8 20:13:12 2010 New Revision: 213609 URL: http://svn.freebsd.org/changeset/base/213609 Log: Extend the "example" section a bit, for other mailers. Modified: head/share/man/man5/mailer.conf.5 Modified: head/share/man/man5/mailer.conf.5

svn commit: r213610 - stable/7/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:13:42 2010 New Revision: 213610 URL: http://svn.freebsd.org/changeset/base/213610 Log: MFC r212103-212105: r212103: Remove leading and trailing white spaces. No functional changes. r212104: style(9) - space after keywords. r212105:

svn commit: r213611 - head/usr.sbin/ypbind

2010-10-08 Thread Mark Murray
Author: markm Date: Fri Oct 8 20:17:17 2010 New Revision: 213611 URL: http://svn.freebsd.org/changeset/base/213611 Log: Don't let the "available"/"not available" logs flap quite so badly. In the case of a multi-interfaced host, sub-second flapping can fill up the logs too quickly. This fixe

svn commit: r213612 - stable/8/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:18:44 2010 New Revision: 213612 URL: http://svn.freebsd.org/changeset/base/213612 Log: MFC r212109,212124,212185: r212109: bus_dma(9) cleanup. o Enforce TX/RX descriptor ring alignment. NS data sheet says the controller needs 4 bytes alignmen

svn commit: r213613 - stable/7/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:27:51 2010 New Revision: 213613 URL: http://svn.freebsd.org/changeset/base/213613 Log: MFC r212109,212124,212185: r212109: bus_dma(9) cleanup. o Enforce TX/RX descriptor ring alignment. NS data sheet says the controller needs 4 bytes alignmen

svn commit: r213614 - stable/8/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:30:08 2010 New Revision: 213614 URL: http://svn.freebsd.org/changeset/base/213614 Log: MFC r212113: s/u_intXX_t/uintXX_t/g Modified: stable/8/sys/dev/sis/if_sis.c stable/8/sys/dev/sis/if_sisreg.h Directory Properties: stable/8/sys/ (props changed)

svn commit: r213615 - stable/7/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:31:35 2010 New Revision: 213615 URL: http://svn.freebsd.org/changeset/base/213615 Log: MFC r212113: s/u_intXX_t/uintXX_t/g Modified: stable/7/sys/dev/sis/if_sis.c stable/7/sys/dev/sis/if_sisreg.h Directory Properties: stable/7/sys/ (props changed)

svn commit: r213616 - stable/8/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:33:43 2010 New Revision: 213616 URL: http://svn.freebsd.org/changeset/base/213616 Log: MFC r212116: Overhaul link state change handling. Previously sis(4) blindly configured TX/RX MACs before getting a valid link. After that, when link state change

svn commit: r213618 - stable/7/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:37:13 2010 New Revision: 213618 URL: http://svn.freebsd.org/changeset/base/213618 Log: MFC r212116: Overhaul link state change handling. Previously sis(4) blindly configured TX/RX MACs before getting a valid link. After that, when link state change

svn commit: r213619 - stable/8/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:39:45 2010 New Revision: 213619 URL: http://svn.freebsd.org/changeset/base/213619 Log: MFC r212117,212119: rr212117: Report result of link state change to caller. Previously it always returned success. r212119: Do not reinitialize controller

svn commit: r213620 - head/usr.bin/netstat

2010-10-08 Thread Dimitry Andric
Author: dim Date: Fri Oct 8 20:40:05 2010 New Revision: 213620 URL: http://svn.freebsd.org/changeset/base/213620 Log: Remove superfluous cast in usr.bin/netstat/sctp.c. Found by: clang Submitted by: Norberto Lopes, nlopes dot ml at gmail dot com Approved by: rpaulo (mentor) Modif

svn commit: r213621 - stable/7/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:41:15 2010 New Revision: 213621 URL: http://svn.freebsd.org/changeset/base/213621 Log: MFC r212117,212119: rr212117: Report result of link state change to caller. Previously it always returned success. r212119: Do not reinitialize controller

svn commit: r213622 - stable/8/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:42:59 2010 New Revision: 213622 URL: http://svn.freebsd.org/changeset/base/213622 Log: MFC r212120: Avoid controller reinitialization which could be triggered by dhclient(8) or alias addresses are added. PR: kern/87506 Modified: stable/8/sys/

svn commit: r213623 - stable/7/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:44:35 2010 New Revision: 213623 URL: http://svn.freebsd.org/changeset/base/213623 Log: MFC r212120: Avoid controller reinitialization which could be triggered by dhclient(8) or alias addresses are added. PR: kern/87506 Modified: stable/7/sys/

svn commit: r213624 - stable/8/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:48:09 2010 New Revision: 213624 URL: http://svn.freebsd.org/changeset/base/213624 Log: MFC r212121,212156: r212121: Move sis_reset() to sis_initl(). This ensures driver starts with known good state of controller. r212156: Fix the last endian

svn commit: r213625 - stable/7/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:49:44 2010 New Revision: 213625 URL: http://svn.freebsd.org/changeset/base/213625 Log: MFC r212121,212156: r212121: Move sis_reset() to sis_initl(). This ensures driver starts with known good state of controller. r212156: Fix the last endian

svn commit: r213626 - stable/8/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:51:33 2010 New Revision: 213626 URL: http://svn.freebsd.org/changeset/base/213626 Log: MFC r212157: Unlike most other controllers, NS DP83815/DP83816 controllers seem to pad with 0xFF when it encounter short frames. According to RFC 1042 the pad b

svn commit: r213627 - stable/7/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:52:47 2010 New Revision: 213627 URL: http://svn.freebsd.org/changeset/base/213627 Log: MFC r212157: Unlike most other controllers, NS DP83815/DP83816 controllers seem to pad with 0xFF when it encounter short frames. According to RFC 1042 the pad b

svn commit: r213628 - stable/8/sys/sparc64/conf

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:54:09 2010 New Revision: 213628 URL: http://svn.freebsd.org/changeset/base/213628 Log: MFC r212158: Enable sis(4). sis(4) should work on all architectures. Modified: stable/8/sys/sparc64/conf/GENERIC Directory Properties: stable/8/sys/ (props change

svn commit: r213629 - stable/7/sys/sparc64/conf

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:55:27 2010 New Revision: 213629 URL: http://svn.freebsd.org/changeset/base/213629 Log: MFC r212158: Enable sis(4). sis(4) should work on all architectures. Modified: stable/7/sys/sparc64/conf/GENERIC Directory Properties: stable/7/sys/ (props change

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

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:58:05 2010 New Revision: 213630 URL: http://svn.freebsd.org/changeset/base/213630 Log: MFC r212159,212161: r212159: Document tunable dev.sis.%unit.manual_pad While I'm here Xref vlan(4) as sis(4) supports VLAN oversized frames. r212161:

svn commit: r213631 - stable/7/share/man/man4

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 20:58:48 2010 New Revision: 213631 URL: http://svn.freebsd.org/changeset/base/213631 Log: MFC r212159,212161: r212159: Document tunable dev.sis.%unit.manual_pad While I'm here Xref vlan(4) as sis(4) supports VLAN oversized frames. r212161:

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

2010-10-08 Thread Xin LI
Author: delphij Date: Fri Oct 8 21:29:48 2010 New Revision: 213632 URL: http://svn.freebsd.org/changeset/base/213632 Log: Document net.link.lagg.failover_rx_all. MFC after:1 week Modified: head/share/man/man4/lagg.4 Modified: head/share/man/man4/lagg.4 =

Re: svn commit: r213568 - head/sys/boot/i386/gptboot

2010-10-08 Thread Bruce Evans
On Fri, 8 Oct 2010, Peter Holm wrote: Log: Ensure that a make from sys/boot does not pick up include files from /usr/include. Discussed with: kib Modified: head/sys/boot/i386/gptboot/Makefile Modified: head/sys/boot/i386/gptboot/Makefile ===

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

2010-10-08 Thread Martin Matuska
Author: mm Date: Fri Oct 8 23:01:38 2010 New Revision: 213634 URL: http://svn.freebsd.org/changeset/base/213634 Log: Change FAPPEND to IO_APPEND as this is a ioflag and not a fflag. This corrects writing to append-only files on ZFS. PR: kern/149495 [1], kern/151082 [2] Submit

svn commit: r213635 - stable/8/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 23:11:46 2010 New Revision: 213635 URL: http://svn.freebsd.org/changeset/base/213635 Log: MFC r212166: Implement initial device suspend/resume method. Modified: stable/8/sys/dev/sis/if_sis.c Directory Properties: stable/8/sys/ (props changed) stable/

svn commit: r213636 - stable/7/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 23:14:21 2010 New Revision: 213636 URL: http://svn.freebsd.org/changeset/base/213636 Log: MFC r212166: Implement initial device suspend/resume method. Modified: stable/7/sys/dev/sis/if_sis.c Directory Properties: stable/7/sys/ (props changed) stable/

svn commit: r213637 - stable/8/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 23:16:02 2010 New Revision: 213637 URL: http://svn.freebsd.org/changeset/base/213637 Log: MFC r212167: Initial WOL support. NS DP8315 was tested but SiS900/SiS7016 was not tested. While I'm here, clean up SIOCSIFCAP handler. Modified: stable/8/sys/

svn commit: r213638 - in stable/7/sys: dev/sis dev/tx pci

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 23:29:45 2010 New Revision: 213638 URL: http://svn.freebsd.org/changeset/base/213638 Log: MFC r188463: Fix shutdown prototypes. Modified: stable/7/sys/dev/sis/if_sis.c stable/7/sys/dev/tx/if_tx.c stable/7/sys/pci/if_tl.c Directory Properties: stable/

svn commit: r213639 - stable/7/sys/dev/sis

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 23:34:45 2010 New Revision: 213639 URL: http://svn.freebsd.org/changeset/base/213639 Log: MFC r212167: Initial WOL support. NS DP8315 was tested but SiS900/SiS7016 was not tested. While I'm here, clean up SIOCSIFCAP handler. Modified: stable/7/sys/

svn commit: r213640 - in stable: 7/gnu/usr.bin/groff/tmac 8/gnu/usr.bin/groff/tmac

2010-10-08 Thread Xin LI
Author: delphij Date: Sat Oct 9 00:34:58 2010 New Revision: 213640 URL: http://svn.freebsd.org/changeset/base/213640 Log: MFC r213487: Add definition for FreeBSD 7.4, which will be used in a manual page change. Modified: stable/8/gnu/usr.bin/groff/tmac/mdoc.local Directory Properties:

svn commit: r213640 - in stable: 7/gnu/usr.bin/groff/tmac 8/gnu/usr.bin/groff/tmac

2010-10-08 Thread Xin LI
Author: delphij Date: Sat Oct 9 00:34:58 2010 New Revision: 213640 URL: http://svn.freebsd.org/changeset/base/213640 Log: MFC r213487: Add definition for FreeBSD 7.4, which will be used in a manual page change. Modified: stable/7/gnu/usr.bin/groff/tmac/mdoc.local (contents, props chan

  1   2   >