svn commit: r188708 - head

2009-02-17 Thread Maxim Konovalov
Author: maxim Date: Tue Feb 17 10:49:36 2009 New Revision: 188708 URL: http://svn.freebsd.org/changeset/base/188708 Log: o Teminate sentences by dot. Modified: head/UPDATING Modified: head/UPDATING == ---

svn commit: r188712 - head/sys/dev/tsec

2009-02-17 Thread Rafal Jaworowski
Author: raj Date: Tue Feb 17 14:59:47 2009 New Revision: 188712 URL: http://svn.freebsd.org/changeset/base/188712 Log: tsec(4) style improvements and clean-up. Modified: head/sys/dev/tsec/if_tsec.c head/sys/dev/tsec/if_tsec.h head/sys/dev/tsec/if_tsec_ocp.c Modified:

svn commit: r188713 - head/sys/dev/tsec

2009-02-17 Thread Rafal Jaworowski
Author: raj Date: Tue Feb 17 15:39:16 2009 New Revision: 188713 URL: http://svn.freebsd.org/changeset/base/188713 Log: Handle mbuf exhaustion scenario in tsec(4). Without this fix the system would hang under heavy networking load. Submitted by: Leon Theunissen leon ! parsec dot co dot

svn commit: r188714 - stable/7/sys/sys

2009-02-17 Thread John Baldwin
Author: jhb Date: Tue Feb 17 15:41:41 2009 New Revision: 188714 URL: http://svn.freebsd.org/changeset/base/188714 Log: MFC 1.39: Include sys/pcpu.h in sys/sx.h in the kernel so that curthread is always defined. Modified: stable/7/sys/sys/sx.h Modified: stable/7/sys/sys/sx.h

svn commit: r188716 - in stable/7/cddl/contrib/opensolaris: . lib/libdtrace/common

2009-02-17 Thread John Baldwin
Author: jhb Date: Tue Feb 17 15:54:09 2009 New Revision: 188716 URL: http://svn.freebsd.org/changeset/base/188716 Log: MFC: Correct the sense of the use32 terenary operator so that it uses 'lib32' for 32-bit binaries on amd64 and 'lib' for 64-bit binaries. Remove an #ifdef __i386__ that

svn commit: r188717 - in stable/7/sys: . compat/linprocfs contrib/pf dev/ath/ath_hal dev/cxgb

2009-02-17 Thread John Baldwin
Author: jhb Date: Tue Feb 17 15:58:42 2009 New Revision: 188717 URL: http://svn.freebsd.org/changeset/base/188717 Log: MFC: Fix a bug in the previous change to the mtab handler: use the path returned by vn_fullpath() when vn_fullpath() succeeds instead of when it fails. Modified:

svn commit: r188718 - head/sys/dev/tsec

2009-02-17 Thread Rafal Jaworowski
Author: raj Date: Tue Feb 17 15:59:27 2009 New Revision: 188718 URL: http://svn.freebsd.org/changeset/base/188718 Log: tsec(4): Always try to resume the receiver. This helps recover from RX stall under heavy loads. Submitted by: Piotr Ziecik kosmo ! semihalf dot com Modified:

svn commit: r188719 - head/sys/dev/tsec

2009-02-17 Thread Rafal Jaworowski
Author: raj Date: Tue Feb 17 16:02:45 2009 New Revision: 188719 URL: http://svn.freebsd.org/changeset/base/188719 Log: tsec(4) cosmetics. Modified: head/sys/dev/tsec/if_tsec.c Modified: head/sys/dev/tsec/if_tsec.c

svn commit: r188720 - in head: contrib/openpam contrib/openpam/include/security contrib/openpam/lib lib/libpam/modules

2009-02-17 Thread Dag-Erling Smorgrav
Author: des Date: Tue Feb 17 16:35:19 2009 New Revision: 188720 URL: http://svn.freebsd.org/changeset/base/188720 Log: Don't try to auto-detect dynamic linking; it fails on mips. The Makefile part of the patch is an ugly (and hopefully temporary) hack. Discussed with: imp@

svn commit: r188721 - svnadmin/conf

2009-02-17 Thread Rui Paulo
Author: rpaulo Date: Tue Feb 17 17:30:00 2009 New Revision: 188721 URL: http://svn.freebsd.org/changeset/base/188721 Log: Welcome Andriy Gapon (avg) as a src committer. rpaulo an jhb are the mentors. Andriy will work mostly on x86, ACPI and fs/udf. Approved by: core Modified:

svn commit: r188722 - head/sys/dev/firewire

2009-02-17 Thread Sean Bruno
Author: sbruno Date: Tue Feb 17 17:46:43 2009 New Revision: 188722 URL: http://svn.freebsd.org/changeset/base/188722 Log: Simplify some debugging messages and try to consolodate some of the more interesting conditional printf's into single device_printf's Change a couple of variable

Re: svn commit: r188721 - svnadmin/conf

2009-02-17 Thread Remko Lodder
yay, this is great news :) On Feb 17, 2009, at 6:30 PM, Rui Paulo wrote: Author: rpaulo Date: Tue Feb 17 17:30:00 2009 New Revision: 188721 URL: http://svn.freebsd.org/changeset/base/188721 Log: Welcome Andriy Gapon (avg) as a src committer. rpaulo an jhb are the mentors. Andriy will work

svn commit: r188723 - head/sys/geom/part

2009-02-17 Thread Marcel Moolenaar
Author: marcel Date: Tue Feb 17 18:24:58 2009 New Revision: 188723 URL: http://svn.freebsd.org/changeset/base/188723 Log: Add a default implementation for pre-check. It should always succeed if not implemented. Pointy hat: marcel Modified: head/sys/geom/part/g_part_if.m Modified:

Re: svn commit: r188698 - head/sys/arm/mv

2009-02-17 Thread Rafał Jaworowski
On 2009-02-16, at 22:42, Marcel Moolenaar wrote: Author: marcel Date: Mon Feb 16 21:42:41 2009 New Revision: 188698 URL: http://svn.freebsd.org/changeset/base/188698 Log: Include Marvell EHCI HC driver for USB2. Hi Marcel, So did you get the new stack to work on MV? The last time we tried

Re: svn commit: r188698 - head/sys/arm/mv

2009-02-17 Thread Marcel Moolenaar
On Feb 17, 2009, at 11:03 AM, Rafał Jaworowski wrote: On 2009-02-16, at 22:42, Marcel Moolenaar wrote: Author: marcel Date: Mon Feb 16 21:42:41 2009 New Revision: 188698 URL: http://svn.freebsd.org/changeset/base/188698 Log: Include Marvell EHCI HC driver for USB2. Hi Marcel, So did you

svn commit: r188724 - head/sys/dev/sdhci

2009-02-17 Thread Alexander Motin
Author: mav Date: Tue Feb 17 19:12:15 2009 New Revision: 188724 URL: http://svn.freebsd.org/changeset/base/188724 Log: Add support for interruptless kernel dumping. Modified: head/sys/dev/sdhci/sdhci.c Modified: head/sys/dev/sdhci/sdhci.c

Re: svn commit: r188698 - head/sys/arm/mv

2009-02-17 Thread Sam Leffler
Rafał Jaworowski wrote: On 2009-02-16, at 22:42, Marcel Moolenaar wrote: Author: marcel Date: Mon Feb 16 21:42:41 2009 New Revision: 188698 URL: http://svn.freebsd.org/changeset/base/188698 Log: Include Marvell EHCI HC driver for USB2. Hi Marcel, So did you get the new stack to work on MV?

svn commit: r188725 - head/sys/dev/mmc

2009-02-17 Thread Alexander Motin
Author: mav Date: Tue Feb 17 19:17:25 2009 New Revision: 188725 URL: http://svn.freebsd.org/changeset/base/188725 Log: Add kernel dumping support. Works fine with sdhci controller driver. Modified: head/sys/dev/mmc/mmcsd.c Modified: head/sys/dev/mmc/mmcsd.c

svn commit: r188726 - head/sys/dev/firewire

2009-02-17 Thread Sean Bruno
Author: sbruno Date: Tue Feb 17 19:37:04 2009 New Revision: 188726 URL: http://svn.freebsd.org/changeset/base/188726 Log: Introduce 1394a-2000 extended PHY Self ID packets. Deprecate unused phy_delay Self ID field as it was removed by 1394a-2000. Attempt to parse extended Self ID

Re: svn commit: r188698 - head/sys/arm/mv

2009-02-17 Thread Rafał Jaworowski
On 2009-02-17, at 20:09, Marcel Moolenaar wrote: On Feb 17, 2009, at 11:03 AM, Rafał Jaworowski wrote: On 2009-02-16, at 22:42, Marcel Moolenaar wrote: Author: marcel Date: Mon Feb 16 21:42:41 2009 New Revision: 188698 URL: http://svn.freebsd.org/changeset/base/188698 Log: Include

svn commit: r188727 - in stable/7: sys sys/contrib/pf sys/dev/ath/ath_hal sys/dev/cxgb sys/kern sys/modules/sem sys/sys tools/regression/posixsem usr.bin/procstat

2009-02-17 Thread John Baldwin
Author: jhb Date: Tue Feb 17 19:57:52 2009 New Revision: 188727 URL: http://svn.freebsd.org/changeset/base/188727 Log: MFC: Rework the lifetime management of the kernel implementation of POSIX semaphores. Specifically, semaphores are now represented as new file descriptor type that is set

Re: svn commit: r188482 - in head/tools/tools/nanobsd/rescue: . Files Files/conf Files/etc Files/etc/ssh Files/root Files/usr Files/usr/ports Pkg

2009-02-17 Thread Simon L. Nielsen
On 2009.02.11 12:15:35 +, Michael Reifenberger wrote: Author: mr Date: Wed Feb 11 12:15:35 2009 New Revision: 188482 URL: http://svn.freebsd.org/changeset/base/188482 Log: Add files to build i386/amd64 bootable rescue ISO images using the nanobsd framework. Hmm, why do you

svn commit: r188728 - head/sbin/geom/class/journal

2009-02-17 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Feb 17 20:30:17 2009 New Revision: 188728 URL: http://svn.freebsd.org/changeset/base/188728 Log: Document kern.geom.journal.* sysctls. PR: docs/130548 Submitted by: Hywel Mallett hy...@hmallett.co.uk MFC after:1 week Modified:

svn commit: r188729 - head/sbin/geom/class/journal

2009-02-17 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Feb 17 20:35:11 2009 New Revision: 188729 URL: http://svn.freebsd.org/changeset/base/188729 Log: Correct the year. Reported by: Florian Smeets f...@kasimir.com Modified: head/sbin/geom/class/journal/gjournal.8 Modified: head/sbin/geom/class/journal/gjournal.8

svn commit: r188730 - in stable/7: share/man/man9 sys sys/contrib/pf sys/dev/ath/ath_hal sys/dev/cxgb sys/kern

2009-02-17 Thread John Baldwin
Author: jhb Date: Tue Feb 17 21:02:35 2009 New Revision: 188730 URL: http://svn.freebsd.org/changeset/base/188730 Log: MFC: Permit Giant to be passed as the explicit interlock either to msleep/mtx_sleep or the various cv_*wait*() routines. Modified: stable/7/share/man/man9/ (props

Re: svn commit: r188693 - head

2009-02-17 Thread Carlos A. M. dos Santos
On Mon, Feb 16, 2009 at 3:59 PM, Andrew Thompson thom...@freebsd.org wrote: Author: thompsa Date: Mon Feb 16 18:59:18 2009 New Revision: 188693 URL: http://svn.freebsd.org/changeset/base/188693 Log: Add an entry for xorg+hal+USB2 not detecting input devices. Modified: head/UPDATING

svn commit: r188731 - head/sys/dev/ata

2009-02-17 Thread Alexander Motin
Author: mav Date: Tue Feb 17 21:17:21 2009 New Revision: 188731 URL: http://svn.freebsd.org/changeset/base/188731 Log: ata_interrupt() does not need to return anything. It is not it's business to report request completion, expecially when it is not reliable. Modified:

svn commit: r188732 - head/sys/sys

2009-02-17 Thread Jamie Gritton
Author: jamie Date: Tue Feb 17 21:29:39 2009 New Revision: 188732 URL: http://svn.freebsd.org/changeset/base/188732 Log: Remove obsolete prison_service declarations. Approved by: bz (mentor) Modified: head/sys/sys/jail.h Modified: head/sys/sys/jail.h

Re: svn commit: r188726 - head/sys/dev/firewire

2009-02-17 Thread Giorgos Keramidas
On Tue, 17 Feb 2009 19:37:04 + (UTC), Sean Bruno sbr...@freebsd.org wrote: Author: sbruno Date: Tue Feb 17 19:37:04 2009 New Revision: 188726 URL: http://svn.freebsd.org/changeset/base/188726 Log: Introduce 1394a-2000 extended PHY Self ID packets. This breaks /head/usr.sbin/fwcontrol

svn commit: r188737 - head/sys/dev/mxge

2009-02-17 Thread Andrew Gallatin
Author: gallatin Date: Tue Feb 17 22:25:19 2009 New Revision: 188737 URL: http://svn.freebsd.org/changeset/base/188737 Log: Fix cut/paste error in previous commit and use the correct value for SFP+ reserved media type. MFC after: 1 week Modified: head/sys/dev/mxge/if_mxge.c

svn commit: r188738 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/hwpmc fs/procfs kern

2009-02-17 Thread John Baldwin
Author: jhb Date: Tue Feb 17 22:46:30 2009 New Revision: 188738 URL: http://svn.freebsd.org/changeset/base/188738 Log: MFC: Remove unnecessary locking around vn_fullpath(). This also includes closing some races between procfs' pid/file and execve(2) and using a shared vnode lock for the

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

2009-02-17 Thread John Baldwin
Author: jhb Date: Tue Feb 17 22:49:58 2009 New Revision: 188739 URL: http://svn.freebsd.org/changeset/base/188739 Log: The previous MFC only fixed the old kern.proc.vmmap sysctl. Fix the new one as well to not hold the vnode lock for vn_fullpath() and only use a shared vnode lock for

svn commit: r188740 - head/sys/dev/ata

2009-02-17 Thread Alexander Motin
Author: mav Date: Tue Feb 17 23:20:04 2009 New Revision: 188740 URL: http://svn.freebsd.org/changeset/base/188740 Log: Adaptively increase control command timeout when drive is spun down. This should fix, for example, cache flush timeout error on shutdown, if some drives are not mounted.

svn commit: r188741 - head/sys/dev/cfi

2009-02-17 Thread Sam Leffler
Author: sam Date: Tue Feb 17 23:43:17 2009 New Revision: 188741 URL: http://svn.freebsd.org/changeset/base/188741 Log: fix whitespace Modified: head/sys/dev/cfi/cfi_bus_ixp4xx.c Modified: head/sys/dev/cfi/cfi_bus_ixp4xx.c

svn commit: r188742 - head/usr.sbin/fwcontrol

2009-02-17 Thread Sean Bruno
Author: sbruno Date: Tue Feb 17 23:56:16 2009 New Revision: 188742 URL: http://svn.freebsd.org/changeset/base/188742 Log: Remove reference to phy_delay from fwcontrol. Thanks for the catch! Submitted by: Giorgos Keramidas keram...@ceid.upatras.gr MFC after:2 weeks Modified:

Re: svn commit: r188742 - head/usr.sbin/fwcontrol

2009-02-17 Thread Giorgos Keramidas
On Tue, 17 Feb 2009 23:56:16 + (UTC), Sean Bruno sbr...@freebsd.org wrote: Author: sbruno Date: Tue Feb 17 23:56:16 2009 New Revision: 188742 URL: http://svn.freebsd.org/changeset/base/188742 Log: Remove reference to phy_delay from fwcontrol. Thanks for the catch! Submitted by:

Re: svn commit: r188514 - in stable/7/sys: . contrib/pf dev/cxgb libkern

2009-02-17 Thread Peter Jeremy
On 2009-Feb-12 14:37:58 +, John Baldwin j...@freebsd.org wrote: Log: MFC: Add simple locking for the in-kernel iconv code. This breaks building LIBICONV: Given a config file comprising include GENERIC options LIBICONV you get: cc -c -O2 -frename-registers -pipe -fno-strict-aliasing

Re: svn commit: r188726 - head/sys/dev/firewire

2009-02-17 Thread Dag-Erling Smørgrav
Sean Bruno sbr...@freebsd.org writes: Deprecate unused phy_delay Self ID field as it was removed by 1394a-2000. You forgot fwcontrol(8). DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-all@freebsd.org mailing list

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

2009-02-17 Thread Ed Maste
Author: emaste Date: Wed Feb 18 01:36:20 2009 New Revision: 188743 URL: http://svn.freebsd.org/changeset/base/188743 Log: Use outbound message register 0 instead of mailbox 7 in aac_{rx,rkt}_get_fwstatus, as done in Adaptec's vendor driver as well as the Linux drivers. Submitted by:

Re: svn commit: r188731 - head/sys/dev/ata

2009-02-17 Thread Ganbold
Alexander Motin wrote: Author: mav Date: Tue Feb 17 21:17:21 2009 New Revision: 188731 URL: http://svn.freebsd.org/changeset/base/188731 Log: ata_interrupt() does not need to return anything. It is not it's business to report request completion, expecially when it is not reliable.

Re: svn commit: r188725 - head/sys/dev/mmc

2009-02-17 Thread M. Warner Losh
In message: 200902171917.n1hjhphi024...@svn.freebsd.org Alexander Motin m...@freebsd.org writes: : Add kernel dumping support. Works fine with sdhci controller driver. Woot! Warner ___ svn-src-all@freebsd.org mailing list