svn commit: r211059 - head/sys/netinet

2010-08-08 Thread Xin LI
Author: delphij Date: Sun Aug 8 07:04:27 2010 New Revision: 211059 URL: http://svn.freebsd.org/changeset/base/211059 Log: Address an edge condition that we found at work, where the carp(4) interface goes to issue LINK_UP, then LINK_DOWN, then LINK_UP at cold boot. This behavior is not obse

svn commit: r211060 - stable/8/contrib/nvi/vi

2010-08-08 Thread Jaakko Heinonen
Author: jh Date: Sun Aug 8 07:34:37 2010 New Revision: 211060 URL: http://svn.freebsd.org/changeset/base/211060 Log: MFC r208612: Fixes from NetBSD for nvi visual mode PR: bin/21089, bin/136393 Modified: stable/8/contrib/nvi/vi/v_ex.c stable/8/contrib/nvi/vi/v_txt.c Director

svn commit: r211061 - head/lib/libcompat/4.1

2010-08-08 Thread Ed Schouten
Author: ed Date: Sun Aug 8 08:19:23 2010 New Revision: 211061 URL: http://svn.freebsd.org/changeset/base/211061 Log: Small style(9) fix: use tabs instead of spaces. Modified: head/lib/libcompat/4.1/ftime.c Modified: head/lib/libcompat/4.1/ftime.c

svn commit: r211062 - head/contrib/traceroute

2010-08-08 Thread Ed Schouten
Author: ed Date: Sun Aug 8 08:22:53 2010 New Revision: 211062 URL: http://svn.freebsd.org/changeset/base/211062 Log: Remove unneeded struct timezone passed to gettimeofday(). Modified: head/contrib/traceroute/traceroute.c Modified: head/contrib/traceroute/traceroute.c ==

svn commit: r211063 - head/sys/conf

2010-08-08 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Aug 8 08:43:01 2010 New Revision: 211063 URL: http://svn.freebsd.org/changeset/base/211063 Log: License ACK is not required for the wpifw module nor when building it into the kernel. PR: conf/148758 Submitted by: Joe Talbott MFC after:3 days

svn commit: r211064 - stable/8/sys/geom/zero

2010-08-08 Thread Jaakko Heinonen
Author: jh Date: Sun Aug 8 09:06:59 2010 New Revision: 211064 URL: http://svn.freebsd.org/changeset/base/211064 Log: MFC r207877: In g_zero_destroy_geom(), return 0 instead of EBUSY in the success case. EBUSY was probably used as a workaround for the deadlock fixed in r207671. Modified:

svn commit: r211065 - stable/8/sys/geom/vinum

2010-08-08 Thread Jaakko Heinonen
Author: jh Date: Sun Aug 8 09:12:30 2010 New Revision: 211065 URL: http://svn.freebsd.org/changeset/base/211065 Log: MFC r207878: - Don't return EAGAIN from gv_unload(). It was used to work around the deadlock fixed in r207671. - Wait for worker process to exit at class unload. The w

svn commit: r211066 - head/share/termcap

2010-08-08 Thread Gavin Atkinson
Author: gavin Date: Sun Aug 8 09:40:09 2010 New Revision: 211066 URL: http://svn.freebsd.org/changeset/base/211066 Log: Add a termcap entry for rxvt-256color. PR: conf/147726 Submitted by: Sterling (Chip) Camden MFC after:2 weeks Modified: head/share/termcap/termcap.s

svn commit: r211067 - stable/8/sys/fs/devfs

2010-08-08 Thread Jaakko Heinonen
Author: jh Date: Sun Aug 8 12:19:49 2010 New Revision: 211067 URL: http://svn.freebsd.org/changeset/base/211067 Log: MFC r208717: Don't try to call cdevsw d_close() method when devfs_close() is called because of insmntque1() failure. Modified: stable/8/sys/fs/devfs/devfs_vnops.c Direc

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

2010-08-08 Thread Jayachandran C.
Author: jchandra Date: Sun Aug 8 12:23:02 2010 New Revision: 211068 URL: http://svn.freebsd.org/changeset/base/211068 Log: loadandclear() for PTEs are not needed on MIPS. The PTEs are software managed and we already take pmap lock for PTE operations(see r210922) Reviewed by: alc Modifi

svn commit: r211069 - stable/8/etc/rc.d

2010-08-08 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 8 13:43:20 2010 New Revision: 211069 URL: http://svn.freebsd.org/changeset/base/211069 Log: MFC r210734: Allow starting ipmon if ipnat is enabled but ipfilter is not (in /etc/rc.conf). This fixes an apparent confusion between test(1) and sh(1) syntax for AN

svn commit: r211070 - stable/7/etc/rc.d

2010-08-08 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 8 13:45:47 2010 New Revision: 211070 URL: http://svn.freebsd.org/changeset/base/211070 Log: MFC r210734: Allow starting ipmon if ipnat is enabled but ipfilter is not (in /etc/rc.conf). This fixes an apparent confusion between test(1) and sh(1) syntax for AN

svn commit: r211071 - in head/sys/sparc64: include sparc64

2010-08-08 Thread Marius Strobl
Author: marius Date: Sun Aug 8 14:00:21 2010 New Revision: 211071 URL: http://svn.freebsd.org/changeset/base/211071 Log: - As it is not possible for sched_bind(9) to context switch with td_critnest > 1 when not already running on the desired CPU read the TICK counter of the BSP via a di

svn commit: r211072 - stable/6/etc/rc.d

2010-08-08 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 8 14:13:10 2010 New Revision: 211072 URL: http://svn.freebsd.org/changeset/base/211072 Log: MFC r210734: Allow starting ipmon if ipnat is enabled but ipfilter is not (in /etc/rc.conf). This fixes an apparent confusion between test(1) and sh(1) syntax for AN

svn commit: r211073 - head/sys/sparc64/sparc64

2010-08-08 Thread Marius Strobl
Author: marius Date: Sun Aug 8 14:37:16 2010 New Revision: 211073 URL: http://svn.freebsd.org/changeset/base/211073 Log: Wrap some sun4u-only symbols. Modified: head/sys/sparc64/sparc64/genassym.c Modified: head/sys/sparc64/sparc64/genassym.c

svn commit: r211074 - stable/8/etc

2010-08-08 Thread Hajimu UMEMOTO
Author: ume Date: Sun Aug 8 15:29:27 2010 New Revision: 211074 URL: http://svn.freebsd.org/changeset/base/211074 Log: MFC r210861: /etc/rc.d/ip6fw was deprecated. Modified: stable/8/etc/netstart Modified: stable/8/etc/netstart

svn commit: r211077 - head/release/picobsd/tinyware/login

2010-08-08 Thread Gavin Atkinson
Author: gavin Date: Sun Aug 8 16:20:32 2010 New Revision: 211077 URL: http://svn.freebsd.org/changeset/base/211077 Log: Correct two error messages to match the failure they are reporting. MFC after:1 week Modified: head/release/picobsd/tinyware/login/pico-login.c Modified: head/rel

svn commit: r211079 - head/release/picobsd/tinyware/login

2010-08-08 Thread Gavin Atkinson
Author: gavin Date: Sun Aug 8 16:55:27 2010 New Revision: 211079 URL: http://svn.freebsd.org/changeset/base/211079 Log: Merge r114010 of head/usr.bin/login/login.c into PicoBSD's login.c: Correct the login.conf variable name used for obtaining the login prompt. PR: conf/4471

svn commit: r211080 - head/tools/regression/bin/sh/expansion

2010-08-08 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 8 17:03:23 2010 New Revision: 211080 URL: http://svn.freebsd.org/changeset/base/211080 Log: sh: Add more testcases for ${var:-word}. Whether POSIX requires these is unclear. They pass with 8-stable sh as well. Added: head/tools/regression/bin/sh/expansi

svn commit: r211081 - stable/7/sys/dev/usb

2010-08-08 Thread Gavin Atkinson
Author: gavin Date: Sun Aug 8 19:07:59 2010 New Revision: 211081 URL: http://svn.freebsd.org/changeset/base/211081 Log: Fix mismerge in r211035. Pointy hat: me Modified: stable/7/sys/dev/usb/u3g.c Modified: stable/7/sys/dev/usb/u3g.c ==

svn commit: r211082 - in head/sys: amd64/amd64 i386/i386

2010-08-08 Thread David Malone
Author: dwmalone Date: Sun Aug 8 20:34:53 2010 New Revision: 211082 URL: http://svn.freebsd.org/changeset/base/211082 Log: Don't pass sizeof(u_int) to an argument of SYSCLT_PROC that ends up not being used. Modified: head/sys/amd64/amd64/tsc.c head/sys/i386/i386/tsc.c Modified: head/sys

svn commit: r211083 - head/sys/dev/usb/serial

2010-08-08 Thread Gavin Atkinson
Author: gavin Date: Sun Aug 8 20:53:00 2010 New Revision: 211083 URL: http://svn.freebsd.org/changeset/base/211083 Log: The PL2302X can support any baud rate <= 6Mbps, allow any rate to be set. PR: usb/128324 Submitted by: Mike Durian (original patch) MFC after:2 weeks

svn commit: r211084 - head/bin/sh

2010-08-08 Thread Jilles Tjoelker
Author: jilles Date: Sun Aug 8 21:04:27 2010 New Revision: 211084 URL: http://svn.freebsd.org/changeset/base/211084 Log: Remove unnecessary duplicate letters in mksyntax.c, the table elements would just be overwritten twice. Modified: head/bin/sh/mksyntax.c Modified: head/bin/sh/mksyntax.

Re: svn commit: r211023 - head/usr.sbin/syslogd

2010-08-08 Thread Oliver Fromme
M. Warner Losh wrote: > In message: <201008071620.o77gkdbb091...@svn.freebsd.org> > Oliver Fromme writes: > : Author: olli > : Date: Sat Aug 7 16:20:12 2010 > : New Revision: 211023 > : URL: http://svn.freebsd.org/changeset/base/211023 > : Modified: head/usr.sbin/syslogd/Makef

Re: svn commit: r211084 - head/bin/sh

2010-08-08 Thread Colin Percival
On 08/08/10 14:04, Jilles Tjoelker wrote: > Log: > Remove unnecessary duplicate letters in mksyntax.c, > the table elements would just be overwritten twice. > - add("abcdefghijklmnopqrstucvwxyz", "ISLOWER"); > - add("ABCDEFGHIJKLMNOPQRSTUCVWXYZ", "ISUPPER"); > + add("abcdefghijklmno

Re: svn commit: r211084 - head/bin/sh

2010-08-08 Thread Dimitry Andric
On 2010-08-08 23:19, Colin Percival wrote: > On 08/08/10 14:04, Jilles Tjoelker wrote: >> Log: >> Remove unnecessary duplicate letters in mksyntax.c, >> the table elements would just be overwritten twice. >> -add("abcdefghijklmnopqrstucvwxyz", "ISLOWER"); >> -add("ABCDEFGHIJKLMNOPQRSTUC

Re: svn commit: r211021 - head/sys/dev/usb

2010-08-08 Thread Gavin Atkinson
On Sat, 7 Aug 2010, M. Warner Losh wrote: > In message: <201008071608.o77g8bnn088...@svn.freebsd.org> > Gavin Atkinson writes: > : Author: gavin > : Date: Sat Aug 7 16:08:37 2010 > : New Revision: 211021 > : URL: http://svn.freebsd.org/changeset/base/211021 > : > : Log: > : Sort th

Re: svn commit: r211084 - head/bin/sh

2010-08-08 Thread Doug Barton
On 08/08/2010 14:19, Colin Percival wrote: > On 08/08/10 14:04, Jilles Tjoelker wrote: >> Log: >> Remove unnecessary duplicate letters in mksyntax.c, Boo! >> the table elements would just be overwritten twice. >> -add("abcdefghijklmnopqrstucvwxyz", "ISLOWER"); >> -add("ABCDEFGHIJKLMNO

Re: svn commit: r211023 - head/usr.sbin/syslogd

2010-08-08 Thread M. Warner Losh
In message: <201008082037.o78kbldt022...@haluter.fromme.com> Oliver Fromme writes: : : M. Warner Losh wrote: : > In message: <201008071620.o77gkdbb091...@svn.freebsd.org> : > Oliver Fromme writes: : > : Author: olli : > : Date: Sat Aug 7 16:20:12 2010 : > : New Revi

Re: svn commit: r211021 - head/sys/dev/usb

2010-08-08 Thread M. Warner Losh
In message: Gavin Atkinson writes: : On Sat, 7 Aug 2010, M. Warner Losh wrote: : > In message: <201008071608.o77g8bnn088...@svn.freebsd.org> : > Gavin Atkinson writes: : > : Author: gavin : > : Date: Sat Aug 7 16:08:37 2010 : > : New Revision: 211021 : > : URL: http://sv

Re: svn commit: r211023 - head/usr.sbin/syslogd

2010-08-08 Thread Jilles Tjoelker
On Sun, Aug 08, 2010 at 03:36:08PM -0600, M. Warner Losh wrote: > In message: <201008082037.o78kbldt022...@haluter.fromme.com> > Oliver Fromme writes: > : M. Warner Losh wrote: > : > In message: <201008071620.o77gkdbb091...@svn.freebsd.org> > : > Oliver Fromme writes: >

Re: svn commit: r211084 - head/bin/sh

2010-08-08 Thread Rene Ladan
On 08-08-2010 23:36, Doug Barton wrote: On 08/08/2010 14:19, Colin Percival wrote: On 08/08/10 14:04, Jilles Tjoelker wrote: Log: Remove unnecessary duplicate letters in mksyntax.c, Boo! the table elements would just be overwritten twice. - add("abcdefghijklmnopqrstucvwxyz", "IS

svn commit: r211085 - head/sys/kern

2010-08-08 Thread Jamie Gritton
Author: jamie Date: Sun Aug 8 23:22:55 2010 New Revision: 211085 URL: http://svn.freebsd.org/changeset/base/211085 Log: Back out r210974. Any convenience of not typing "persist" is outweighed by the possibility of unintended partially-formed jails. Modified: head/sys/kern/kern_jail.c Mod

svn commit: r211086 - head/usr.sbin/jail

2010-08-08 Thread Jamie Gritton
Author: jamie Date: Sun Aug 8 23:24:23 2010 New Revision: 211086 URL: http://svn.freebsd.org/changeset/base/211086 Log: Back out r210975, which changed documentation to match the now backed-out r210974. Modified: head/usr.sbin/jail/jail.8 Modified: head/usr.sbin/jail/jail.8 ==

svn commit: r211087 - head/sys/kern

2010-08-08 Thread Attilio Rao
Author: attilio Date: Mon Aug 9 00:23:57 2010 New Revision: 211087 URL: http://svn.freebsd.org/changeset/base/211087 Log: The r208165 fixed a bug related to unsigned integer overflowing for the number of CPUs detection. However, that was not mention at all, the problem was not reported, the

Re: svn commit: r208165 - in head/sys: kern mips/conf mips/include mips/mips mips/rmi mips/rmi/dev/xlr

2010-08-08 Thread Attilio Rao
2010/5/16 Randall Stewart : > Author: rrs > Date: Sun May 16 19:43:48 2010 > New Revision: 208165 > URL: http://svn.freebsd.org/changeset/base/208165 > > Log: >  This pushes all of JC's patches that I have in place. I >  am now able to run 32 cores ok.. but I still will hang >  on buildworld with a

svn commit: r211088 - in head/tools/tools/vhba: . mptest

2010-08-08 Thread Matt Jacob
Author: mjacob Date: Mon Aug 9 00:36:22 2010 New Revision: 211088 URL: http://svn.freebsd.org/changeset/base/211088 Log: Add a multipath oriented test. Added: head/tools/tools/vhba/mptest/ head/tools/tools/vhba/mptest/Makefile (contents, props changed) head/tools/tools/vhba/mptest/vhba

svn commit: r211089 - head/sys/dev/ste

2010-08-08 Thread Pyun YongHyeon
Author: yongari Date: Mon Aug 9 01:47:09 2010 New Revision: 211089 URL: http://svn.freebsd.org/changeset/base/211089 Log: It seems some old Sundace(now IC Plus Corp.) controllers do not like memory mapped register access. Typical problem from the issue was MII access returned unreliable val

Re: svn commit: r208165 - in head/sys: kern mips/conf mips/include mips/mips mips/rmi mips/rmi/dev/xlr

2010-08-08 Thread Jayachandran C.
On Mon, Aug 9, 2010 at 5:31 AM, Attilio Rao wrote: > 2010/5/16 Randall Stewart : >> Author: rrs >> Date: Sun May 16 19:43:48 2010 >> New Revision: 208165 >> URL: http://svn.freebsd.org/changeset/base/208165 >> >> Log: >>  This pushes all of JC's patches that I have in place. I >>  am now able to r

Re: svn commit: r208165 - in head/sys: kern mips/conf mips/include mips/mips mips/rmi mips/rmi/dev/xlr

2010-08-08 Thread Juli Mallett
On Sun, Aug 8, 2010 at 17:01, Attilio Rao wrote: >> Modified: head/sys/kern/subr_smp.c >> == >> --- head/sys/kern/subr_smp.c    Sun May 16 19:25:56 2010        (r208164) >> +++ head/sys/kern/subr_smp.c    Sun May 16 19:43:

svn commit: r211091 - head/sys/boot/zfs

2010-08-08 Thread Martin Matuska
Author: mm Date: Mon Aug 9 06:36:11 2010 New Revision: 211091 URL: http://svn.freebsd.org/changeset/base/211091 Log: Return EIO if vdev->v_phys_read is NULL. This fixes booting from a ZFS mirror with a unavailable primary device. PR: kern/148655 Reviewed by: avg Approve