svn commit: r244989 - in head/sys: netinet netinet6

2013-01-03 Thread Peter Wemm
Author: peter Date: Thu Jan 3 10:21:28 2013 New Revision: 244989 URL: http://svnweb.freebsd.org/changeset/base/244989 Log: Temporarily revert rev 244678. This is causing loopback problems with the lo (loopback) interfaces. Modified: head/sys/netinet/in.c head/sys/netinet6/in6.c Modifie

svn commit: r244990 - head/sys/dev/xen/control

2013-01-03 Thread Marius Strobl
Author: marius Date: Thu Jan 3 13:42:45 2013 New Revision: 244990 URL: http://svnweb.freebsd.org/changeset/base/244990 Log: - Fix !SMP build. - Replace incorrect function names in printf(9) strings with __func__. - Make xctrl_shutdown_reasons table const. - Use nitems() rather than rollin

svn commit: r244991 - head/sys/dev/xen/netfront

2013-01-03 Thread Marius Strobl
Author: marius Date: Thu Jan 3 13:44:25 2013 New Revision: 244991 URL: http://svnweb.freebsd.org/changeset/base/244991 Log: - Replace partially incorrect function names in panic(9) strings with __func__ and add some missing ones. - Remove a stale comment. - Remove unused NUM_ELEMENTS ma

svn commit: r244992 - in head/sys: amd64/conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf

2013-01-03 Thread Dag-Erling Smørgrav
Author: des Date: Thu Jan 3 14:30:24 2013 New Revision: 244992 URL: http://svnweb.freebsd.org/changeset/base/244992 Log: As discussed on -current last October, remove the firewire drivers from GENERIC. Modified: head/sys/amd64/conf/GENERIC head/sys/i386/conf/GENERIC head/sys/ia64/conf/

svn commit: r244993 - in head/sys/dev/xen: evtchn xenpci

2013-01-03 Thread Marius Strobl
Author: marius Date: Thu Jan 3 15:31:23 2013 New Revision: 244993 URL: http://svnweb.freebsd.org/changeset/base/244993 Log: Remove files not connected to the build. It's confusing enough that we still have two not quite the same evtchn.c left over. MFC after:3 day Deleted: head/sy

svn commit: r244994 - head/usr.sbin/bsdconfig/share

2013-01-03 Thread Devin Teske
Author: dteske Date: Thu Jan 3 15:48:00 2013 New Revision: 244994 URL: http://svnweb.freebsd.org/changeset/base/244994 Log: Comments. Modified: head/usr.sbin/bsdconfig/share/common.subr Modified: head/usr.sbin/bsdconfig/share/common.subr =

svn commit: r244995 - head/usr.sbin/newsyslog

2013-01-03 Thread Mark Johnston
Author: markj Date: Thu Jan 3 16:11:24 2013 New Revision: 244995 URL: http://svnweb.freebsd.org/changeset/base/244995 Log: Fix a typo in an error message. Approved by: rstone (co-mentor) MFC after:1 week Modified: head/usr.sbin/newsyslog/newsyslog.c Modified: head/usr.sbin/newsy

svn commit: r244996 - head/usr.sbin/newsyslog

2013-01-03 Thread Mark Johnston
Author: markj Date: Thu Jan 3 16:12:48 2013 New Revision: 244996 URL: http://svnweb.freebsd.org/changeset/base/244996 Log: Have -n imply -r, since dry-run mode obviously doesn't require root privileges. Approved by: rstone (co-mentor) MFC after:1 week Modified: head/usr.sbin/ne

svn commit: r244997 - head/usr.sbin/newsyslog

2013-01-03 Thread Mark Johnston
Author: markj Date: Thu Jan 3 16:14:51 2013 New Revision: 244997 URL: http://svnweb.freebsd.org/changeset/base/244997 Log: Make sure to update the mtime of a logfile after archiving it. This ensures that the next rotation happens at the correct time when using interval-based rotations.

svn commit: r244998 - in head/share/examples: . cvsup

2013-01-03 Thread Peter Wemm
Author: peter Date: Thu Jan 3 16:15:35 2013 New Revision: 244998 URL: http://svnweb.freebsd.org/changeset/base/244998 Log: Tone down the encouragement to use cvsup. Add directions to the handbook pages that cover the more current methods and bring closer to reality. Deleted: head/share/ex

svn commit: r244999 - stable/9/sys/dev/hwpmc

2013-01-03 Thread George V. Neville-Neil
Author: gnn Date: Thu Jan 3 18:50:27 2013 New Revision: 244999 URL: http://svnweb.freebsd.org/changeset/base/244999 Log: MFC: 234930 Fix so that ,usr and ,os work correctly with fixed function (IAF) counters. Modified: stable/9/sys/dev/hwpmc/hwpmc_core.c Directory Properties: stable

Re: svn commit: r244899 - head/sys/mips/beri

2013-01-03 Thread Robert N. M. Watson
On 2 Jan 2013, at 21:02, Andrew Turner wrote: >> This seemed to do the trick; what do you think of the attached? This >> isn't a board-specific change, so I dropped it into the common >> fdt_mips.c code. On the other hand, this left it a bit open as to >> what the right compatible= line to use wa

svn commit: r245000 - head/sys/fs/nandfs

2013-01-03 Thread Konstantin Belousov
Author: kib Date: Thu Jan 3 19:01:56 2013 New Revision: 245000 URL: http://svnweb.freebsd.org/changeset/base/245000 Log: Remove the last use of the deprecated MNT_VNODE_FOREACH interface in the tree. With the help from: mjg Tested by:Ronald Klop MFC after:2 weeks Modified

svn commit: r245001 - in head/sys: kern sys

2013-01-03 Thread Konstantin Belousov
Author: kib Date: Thu Jan 3 19:02:52 2013 New Revision: 245001 URL: http://svnweb.freebsd.org/changeset/base/245001 Log: Remove the deprecated MNT_VNODE_FOREACH interface. Use the MNT_VNODE_FOREACH_ALL instead. Modified: head/sys/kern/vfs_mount.c head/sys/sys/mount.h Modified: head/sys

svn commit: r245002 - head/sys/dev/ath

2013-01-03 Thread Adrian Chadd
Author: adrian Date: Thu Jan 3 19:03:03 2013 New Revision: 245002 URL: http://svnweb.freebsd.org/changeset/base/245002 Log: Don't call the spectral methods for NICS that don't implement them. Modified: head/sys/dev/ath/if_ath_spectral.c head/sys/dev/ath/if_athvar.h Modified: head/sys/dev/

svn commit: r245003 - in head/sys: amd64/conf i386/conf ia64/conf powerpc/conf sparc64/conf

2013-01-03 Thread Konstantin Belousov
Author: kib Date: Thu Jan 3 19:03:41 2013 New Revision: 245003 URL: http://svnweb.freebsd.org/changeset/base/245003 Log: Enable the UFS quotas for big-iron GENERIC kernels. Discussed with: mckusick MFC after: 2 weeks Modified: head/sys/amd64/conf/GENERIC head/sy

svn commit: r245004 - head/sys/fs/nullfs

2013-01-03 Thread Konstantin Belousov
Author: kib Date: Thu Jan 3 19:17:57 2013 New Revision: 245004 URL: http://svnweb.freebsd.org/changeset/base/245004 Log: Add the "nocache" nullfs mount option, which disables the caching of the free nullfs vnodes, switching nullfs behaviour to pre-r240285. The option is mostly intended as t

svn commit: r245005 - head/sbin/mount_nullfs

2013-01-03 Thread Konstantin Belousov
Author: kib Date: Thu Jan 3 19:18:46 2013 New Revision: 245005 URL: http://svnweb.freebsd.org/changeset/base/245005 Log: Allow to specify "cache" and "nocache" as an option for mount_nullfs(8). Tested by:pho MFC after:2 weeks Modified: head/sbin/mount_nullfs/mount_nullfs.c

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

2013-01-03 Thread Xin LI
Author: delphij Date: Thu Jan 3 20:31:45 2013 New Revision: 245006 URL: http://svnweb.freebsd.org/changeset/base/245006 Log: Sync with driver. MFC after:2 weeks Modified: head/share/man/man4/mps.4 Modified: head/share/man/man4/mps.4 =

Re: svn commit: r244549 - head/sys/dev/nvme

2013-01-03 Thread John Baldwin
On Friday, December 21, 2012 04:49:13 PM Jim Harris wrote: > On Fri, Dec 21, 2012 at 12:24 PM, John Baldwin wrote: > > On Friday, December 21, 2012 2:13:48 pm Jim Harris wrote: > > > Author: jimharris > > > Date: Fri Dec 21 19:13:48 2012 > > > New Revision: 244549 > > > URL: http://svnweb.freebsd.

svn commit: r245007 - stable/8/contrib/sendmail

2013-01-03 Thread Gregory Neil Shapiro
Author: gshapiro Date: Thu Jan 3 20:59:09 2013 New Revision: 245007 URL: http://svnweb.freebsd.org/changeset/base/245007 Log: Remove bad svn:mergeinfo properties. Approved by: jhb Modified: Directory Properties: stable/8/contrib/sendmail/LICENSE (props changed) stable/8/contrib/sen

svn commit: r245008 - stable/9/sbin/ifconfig

2013-01-03 Thread Warren Block
Author: wblock (doc committer) Date: Thu Jan 3 21:31:57 2013 New Revision: 245008 URL: http://svnweb.freebsd.org/changeset/base/245008 Log: MFC r242697,r242704: r242697: Add devd.conf(5) and devd(8) to SEE ALSO xrefs. Give users a pointer to seemingly mysterious actions that are not d

svn commit: r245009 - stable/8/sbin/ifconfig

2013-01-03 Thread Warren Block
Author: wblock (doc committer) Date: Thu Jan 3 21:35:25 2013 New Revision: 245009 URL: http://svnweb.freebsd.org/changeset/base/245009 Log: MFC r242697,r242704: r242697: Add devd.conf(5) and devd(8) to SEE ALSO xrefs. Give users a pointer to seemingly mysterious actions that are not d

svn commit: r245010 - stable/7/sbin/ifconfig

2013-01-03 Thread Warren Block
Author: wblock (doc committer) Date: Thu Jan 3 21:37:17 2013 New Revision: 245010 URL: http://svnweb.freebsd.org/changeset/base/245010 Log: MFC r242697,r242704: r242697: Add devd.conf(5) and devd(8) to SEE ALSO xrefs. Give users a pointer to seemingly mysterious actions that are not d

svn commit: r245012 - head/sbin/geom/class/part

2013-01-03 Thread Warren Block
Author: wblock (doc committer) Date: Thu Jan 3 21:58:28 2013 New Revision: 245012 URL: http://svnweb.freebsd.org/changeset/base/245012 Log: Document the output of the show command. Modified version of patch provided by Bas Smeelen . Use of 'gpart list' suggested by by Andrey V. Elsukov .

svn commit: r245013 - head/share/misc

2013-01-03 Thread Marius Strobl
Author: marius Date: Thu Jan 3 22:05:20 2013 New Revision: 245013 URL: http://svnweb.freebsd.org/changeset/base/245013 Log: Record my ports commit bit. Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/committers-ports.dot =

svn commit: r245014 - head/usr.sbin/gssd

2013-01-03 Thread Rick Macklem
Author: rmacklem Date: Thu Jan 3 22:24:39 2013 New Revision: 245014 URL: http://svnweb.freebsd.org/changeset/base/245014 Log: Fix r244604 so that it builds when MK_KERBEROS_SUPPORT == "no". Reported by: bf Tested by:bf Reviewed by: gcooper MFC after:3 days Modified: head

svn commit: r245015 - head/usr.sbin/ifmcstat

2013-01-03 Thread Hiroki Sato
Author: hrs Date: Thu Jan 3 22:27:57 2013 New Revision: 245015 URL: http://svnweb.freebsd.org/changeset/base/245015 Log: - Print scopeid for link-local scope addresses. - Do not print the flags= part when flags == 0. Modified: head/usr.sbin/ifmcstat/ifmcstat.c Modified: head/usr.sbin/ifmc

svn commit: r245016 - stable/9/usr.sbin/gssd

2013-01-03 Thread Rick Macklem
Author: rmacklem Date: Thu Jan 3 23:09:16 2013 New Revision: 245016 URL: http://svnweb.freebsd.org/changeset/base/245016 Log: MFC: r244331 Fix the gssd daemon so that it uses syslog() to report an error instead of calling err() when it is daemonized, so that the error gets logged. Modifi

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

2013-01-03 Thread Marius Strobl
Author: marius Date: Thu Jan 3 23:12:08 2013 New Revision: 245017 URL: http://svnweb.freebsd.org/changeset/base/245017 Log: Revert bogus part of r241740. Reported by: Michael Moll MFC after:3 days Modified: head/sys/sparc64/sparc64/interrupt.S Modified: head/sys/sparc64/sparc64/

svn commit: r245018 - stable/9/sys/kgssapi

2013-01-03 Thread Rick Macklem
Author: rmacklem Date: Thu Jan 3 23:15:36 2013 New Revision: 245018 URL: http://svnweb.freebsd.org/changeset/base/245018 Log: MFC: r244370 Piete.Brooks at cl.cam.ac.uk reported via email a crash which was caused by use of an invalid kgss_gssd_handle during an upcall to the gssd daemon whe

svn commit: r245019 - stable/9/usr.sbin/nfsd

2013-01-03 Thread Rick Macklem
Author: rmacklem Date: Thu Jan 3 23:21:01 2013 New Revision: 245019 URL: http://svnweb.freebsd.org/changeset/base/245019 Log: MFC: r27 Post r243965 the nfsd daemon will not start up for kernels built without "options INET6". This patch fixes the problem. Modified: stable/9/usr.sbin/n

svn commit: r245023 - stable/9/contrib/gcc

2013-01-03 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jan 4 03:54:05 2013 New Revision: 245023 URL: http://svnweb.freebsd.org/changeset/base/245023 Log: MFC 244776, 244792: gcc: avoid generating negative values to DW_AT_byte_size. There is a bug in gcc (GCC/35998) where dwarf reports sizes of unsigned -1 (0xff

svn commit: r245024 - stable/8/contrib/gcc

2013-01-03 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jan 4 03:54:22 2013 New Revision: 245024 URL: http://svnweb.freebsd.org/changeset/base/245024 Log: MFC 244776, 244792: gcc: avoid generating negative values to DW_AT_byte_size. There is a bug in gcc (GCC/35998) where dwarf reports sizes of unsigned -1 (0xff

svn commit: r245025 - stable/9/lib/libedit

2013-01-03 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jan 4 04:03:21 2013 New Revision: 245025 URL: http://svnweb.freebsd.org/changeset/base/245025 Log: MFC r244941: libedit: bind the correct command when using "bind -k". "ed-argument-digit" (i. e. command 0) was incorrectly used instead. This bug comes from t

svn commit: r245026 - stable/8/lib/libedit

2013-01-03 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jan 4 04:03:39 2013 New Revision: 245026 URL: http://svnweb.freebsd.org/changeset/base/245026 Log: MFC r244941: libedit: bind the correct command when using "bind -k". "ed-argument-digit" (i. e. command 0) was incorrectly used instead. This bug comes from t

svn commit: r245031 - head/sys/dev/ath

2013-01-03 Thread Adrian Chadd
Author: adrian Date: Fri Jan 4 06:28:34 2013 New Revision: 245031 URL: http://svnweb.freebsd.org/changeset/base/245031 Log: For PHY error frames, populate the configured channel flags rather than based on the received frame. PHY errors don't have the relevant HT or 40MHz MCS flag set. M

svn commit: r245033 - head/sys/fs/nullfs

2013-01-03 Thread Konstantin Belousov
Author: kib Date: Fri Jan 4 07:52:47 2013 New Revision: 245033 URL: http://svnweb.freebsd.org/changeset/base/245033 Log: Fix reversed condition in the assertion. Pointy hat to:kib MFC after:13 days Modified: head/sys/fs/nullfs/null_subr.c Modified: head/sys/fs/nullfs/null