svn commit: r207645 - head/sys/mips/mips

2010-05-04 Thread Neel Natu
Author: neel Date: Wed May 5 04:37:45 2010 New Revision: 207645 URL: http://svn.freebsd.org/changeset/base/207645 Log: Fix DDB backtrace involving kernel modules. We can no longer assume that all valid program counter values reside within the kernel object file. Modified: head/sys/mip

svn commit: r207644 - in head/sys: dev/agp fs/tmpfs kern vm

2010-05-04 Thread Alan Cox
Author: alc Date: Wed May 5 03:45:46 2010 New Revision: 207644 URL: http://svn.freebsd.org/changeset/base/207644 Log: Push down the acquisition of the page queues lock into vm_page_unwire(). Update the comment describing which lock should be held on entry to vm_page_wire(). Reviewed

svn commit: r207643 - in head: sys/dev/cxgb usr.sbin/cxgbtool

2010-05-04 Thread Navdeep Parhar
Author: np Date: Wed May 5 00:41:40 2010 New Revision: 207643 URL: http://svn.freebsd.org/changeset/base/207643 Log: Add support for hardware filters to cxgb(4). The T3 chip can inspect L2/3/4 headers and can drop or steer packets as instructed. Filtering based on src ip, dst ip, src port

svn commit: r207639 - head/sys/dev/cxgb

2010-05-04 Thread Navdeep Parhar
Author: np Date: Tue May 4 23:55:08 2010 New Revision: 207639 URL: http://svn.freebsd.org/changeset/base/207639 Log: Add IFCAP_LINKSTATE to cxgb's capabilities. MFC after:3 days Modified: head/sys/dev/cxgb/cxgb_main.c Modified: head/sys/dev/cxgb/cxgb_main.c

svn commit: r207638 - head/sys/dev/msk

2010-05-04 Thread Pyun YongHyeon
Author: yongari Date: Tue May 4 22:24:19 2010 New Revision: 207638 URL: http://svn.freebsd.org/changeset/base/207638 Log: When VLAN hardware tagging is disabled, make sure to disable VLAN checksum offloading as well as TSO over VLAN. Reported by: jhb Modified: head/sys/dev/msk/if_msk

svn commit: r207635 - head/sys/dev/sge

2010-05-04 Thread Pyun YongHyeon
Author: yongari Date: Tue May 4 21:23:59 2010 New Revision: 207635 URL: http://svn.freebsd.org/changeset/base/207635 Log: Free entire mbuf chain instead of the first mbuf. Modified: head/sys/dev/sge/if_sge.c Modified: head/sys/dev/sge/if_sge.c ===

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

2010-05-04 Thread Andrew Thompson
On Tue, May 04, 2010 at 05:30:07PM +, Martin Matuska wrote: > Author: mm > Date: Tue May 4 17:30:07 2010 > New Revision: 207624 > URL: http://svn.freebsd.org/changeset/base/207624 > > Log: > Fix deadlock during zfs receive. > > OpenSolaris onnv revision: 9299:8809e849f63e > I beli

svn commit: r207630 - head/sys/boot/forth

2010-05-04 Thread Xin LI
Author: delphij Date: Tue May 4 19:58:55 2010 New Revision: 207630 URL: http://svn.freebsd.org/changeset/base/207630 Log: Remove if_ar, if_ray, if_sr, if_ppp, if_sl to reflect the current modules available, they were removed due to NEEDSGIANT. While I'm there, add if_et which was missed

svn commit: r207628 - head/sys/dev/sge

2010-05-04 Thread Pyun YongHyeon
Author: yongari Date: Tue May 4 19:04:51 2010 New Revision: 207628 URL: http://svn.freebsd.org/changeset/base/207628 Log: Enable multi-descriptor transmisstion for fragmented mbufs. There is no more need to defragment mbufs. After transmitting the multi-fragmented frame, the controller upda

svn commit: r207627 - head/cddl/contrib/opensolaris/cmd/zfs

2010-05-04 Thread Martin Matuska
Author: mm Date: Tue May 4 17:44:40 2010 New Revision: 207627 URL: http://svn.freebsd.org/changeset/base/207627 Log: Enable "zfs list" to list explicitly requested snapshots. Partial import of OpenSolaris onnv revision: 8415:8809e849f63e PR: kern/146297 Submitted by: mys

svn commit: r207626 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2010-05-04 Thread Martin Matuska
Author: mm Date: Tue May 4 17:40:24 2010 New Revision: 207626 URL: http://svn.freebsd.org/changeset/base/207626 Log: Speed up ZFS list operation with objset prefetching. Partial import of OpenSolaris onnv revisions: 8415:8809e849f63e, 10474:0e96dd3b905a PR: kern/146297 S

svn commit: r207625 - head/sys/dev/sge

2010-05-04 Thread Pyun YongHyeon
Author: yongari Date: Tue May 4 17:34:00 2010 New Revision: 207625 URL: http://svn.freebsd.org/changeset/base/207625 Log: Remove clearing RxHashTable2 register. The register is reprogrammed in sge_rxfilter(). Modified: head/sys/dev/sge/if_sge.c Modified: head/sys/dev/sge/if_sge.c

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

2010-05-04 Thread Martin Matuska
Author: mm Date: Tue May 4 17:30:07 2010 New Revision: 207624 URL: http://svn.freebsd.org/changeset/base/207624 Log: Fix deadlock during zfs receive. OpenSolaris onnv revision:9299:8809e849f63e PR: kern/146296 Submitted by: myself Approved by: pjd, delphij (mentor)

svn commit: r207623 - head/sys/dev/msk

2010-05-04 Thread Pyun YongHyeon
Author: yongari Date: Tue May 4 17:12:36 2010 New Revision: 207623 URL: http://svn.freebsd.org/changeset/base/207623 Log: Make sure to check whether driver is running before processing received frames. Also check driver has valid ifp pointer before calling msk_stop() in device_shutdown hand

svn commit: r207622 - head/sys/dev/msk

2010-05-04 Thread Pyun YongHyeon
Author: yongari Date: Tue May 4 17:02:34 2010 New Revision: 207622 URL: http://svn.freebsd.org/changeset/base/207622 Log: Drop driver lock before exiting from interrupt handler. Submitted by: jhb MFC after:3 days Modified: head/sys/dev/msk/if_msk.c Modified: head/sys/dev/msk/if_m

svn commit: r207621 - head/usr.bin/tftp

2010-05-04 Thread Warner Losh
Author: imp Date: Tue May 4 17:00:18 2010 New Revision: 207621 URL: http://svn.freebsd.org/changeset/base/207621 Log: Doh! Add another new file forgotten by the importer of edwin@'s tftp improvements. MFC after:1 week Pointy Hat: imp-o-rama... Added: head/usr.bin/tftp/tftp.h

svn commit: r207620 - head/sys/dev/sound/pcm

2010-05-04 Thread Jung-uk Kim
Author: jkim Date: Tue May 4 16:56:59 2010 New Revision: 207620 URL: http://svn.freebsd.org/changeset/base/207620 Log: - Remove more dead code[1]. Since r207330, we only need to check division by zero of the second argument 'from'. - Prefer u_int32_t over unsigned int to make its intention

Re: svn commit: r207612 - head/usr.sbin/mergemaster

2010-05-04 Thread Doug Barton
On 5/4/2010 7:02 AM, Alexander Leidinger wrote: > Quoting Norikatsu Shigemura (from Tue, 4 May 2010 > 11:25:04 + (UTC)): > >> Author: nork >> Date: Tue May 4 11:25:04 2010 >> New Revision: 207612 >> URL: http://svn.freebsd.org/changeset/base/207612 >> >> Log: >> Add support run services_

svn commit: r207617 - in head/sys: dev/drm kern net vm

2010-05-04 Thread Alan Cox
Author: alc Date: Tue May 4 15:55:41 2010 New Revision: 207617 URL: http://svn.freebsd.org/changeset/base/207617 Log: Add page locking to the vm_page_cow* functions. Push down the acquisition and release of the page queues lock into vm_page_wire(). Reviewed by: kib Modified: hea

svn commit: r207615 - head/sys/security/audit

2010-05-04 Thread Christian S.J. Peron
Author: csjp Date: Tue May 4 15:29:07 2010 New Revision: 207615 URL: http://svn.freebsd.org/changeset/base/207615 Log: Add a case to make sure that internal audit records get converted to BSM format for lpathconf(2) events. MFC after:2 weeks Modified: head/sys/security/audit/audit

Re: svn commit: r207612 - head/usr.sbin/mergemaster

2010-05-04 Thread Alexander Leidinger
Quoting Norikatsu Shigemura (from Tue, 4 May 2010 23:22:46 +0900): Hi netchild. On Tue, 04 May 2010 16:02:55 +0200 Alexander Leidinger wrote: > URL: http://svn.freebsd.org/changeset/base/207612 > Log: > Add support run services_mkdb(8). Shouldn't this (and similar messages) only be done

Re: svn commit: r207612 - head/usr.sbin/mergemaster

2010-05-04 Thread Norikatsu Shigemura
Hi netchild. On Tue, 04 May 2010 16:02:55 +0200 Alexander Leidinger wrote: > > URL: http://svn.freebsd.org/changeset/base/207612 > > Log: > > Add support run services_mkdb(8). > Shouldn't this (and similar messages) only be done if there is a > corresponding DB file? > Everything is working j

Re: svn commit: r207607 - head/usr.bin/tftp

2010-05-04 Thread John Baldwin
On Tuesday 04 May 2010 2:13:18 am Warner Losh wrote: > Author: imp > Date: Tue May 4 06:13:17 2010 > New Revision: 207607 > URL: http://svn.freebsd.org/changeset/base/207607 > > Log: > Go ahead and merge the work edwin@ on tftpd into the tree. It is a > lot better than what's in the tree now

Re: svn commit: r207612 - head/usr.sbin/mergemaster

2010-05-04 Thread Alexander Leidinger
Quoting Norikatsu Shigemura (from Tue, 4 May 2010 11:25:04 + (UTC)): Author: nork Date: Tue May 4 11:25:04 2010 New Revision: 207612 URL: http://svn.freebsd.org/changeset/base/207612 Log: Add support run services_mkdb(8). Shouldn't this (and similar messages) only be done if there i

svn commit: r207614 - head/libexec/tftpd

2010-05-04 Thread Warner Losh
Author: imp Date: Tue May 4 13:07:40 2010 New Revision: 207614 URL: http://svn.freebsd.org/changeset/base/207614 Log: Bring in new files from edwin's tftp Added: head/libexec/tftpd/tftp-file.c (contents, props changed) head/libexec/tftpd/tftp-file.h (contents, props changed) head/lib

svn commit: r207613 - head/usr.bin/chpass

2010-05-04 Thread Ed Maste
Author: emaste Date: Tue May 4 11:34:13 2010 New Revision: 207613 URL: http://svn.freebsd.org/changeset/base/207613 Log: Restore historical behaviour of only executing chflags on files that exist. This eliminates cosmetic errors of the form "chflags: ...: No such file or directory" during a

svn commit: r207612 - head/usr.sbin/mergemaster

2010-05-04 Thread Norikatsu Shigemura
Author: nork Date: Tue May 4 11:25:04 2010 New Revision: 207612 URL: http://svn.freebsd.org/changeset/base/207612 Log: Add support run services_mkdb(8). Approved by: dougb, imp (mentor) Reviewed by: ume MFC after:2 weeks Modified: head/usr.sbin/mergemaster/mergemaster.sh Modi

svn commit: r207611 - in head/sys: arm/arm arm/include conf

2010-05-04 Thread Kevin Lo
Author: kevlo Date: Tue May 4 10:14:05 2010 New Revision: 207611 URL: http://svn.freebsd.org/changeset/base/207611 Log: Add support for FA626TE. Tested on GM8181 development board. Modified: head/sys/arm/arm/cpufunc.c head/sys/arm/arm/cpufunc_asm_fa526.S head/sys/arm/arm/elf_trampoline