svn commit: r243208 - head/sys/net

2012-11-17 Thread Adrian Chadd
Author: adrian Date: Sun Nov 18 04:51:46 2012 New Revision: 243208 URL: http://svnweb.freebsd.org/changeset/base/243208 Log: Fix up a compile time warning if INET6 isn't defined. Modified: head/sys/net/rtsock.c Modified: head/sys/net/rtsock.c =

Re: svn commit: r242743 - head/usr.bin/locale

2012-11-17 Thread Steve Wills
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/17/12 18:51, Greg 'groggy' Lehey wrote: > > Sorry, my bad. Revision 243201 should fix it. > Thanks! Steve -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBAgAGBQJQqE8qAAoJEPXPYrMgexuh6Z8H/AjAjh+hJn15576w6hgPJWud WiNY

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

2012-11-17 Thread Juli Mallett
Author: jmallett Date: Sat Nov 17 23:53:12 2012 New Revision: 243203 URL: http://svnweb.freebsd.org/changeset/base/243203 Log: Remove one wholly-unused and buggy routine and some nearby alternative symbols. While here, also correct a comment that seems to imply that this file is NetBSD's

svn commit: r243202 - head/usr.bin/locale

2012-11-17 Thread Greg Lehey
Author: grog Date: Sat Nov 17 23:52:38 2012 New Revision: 243202 URL: http://svnweb.freebsd.org/changeset/base/243202 Log: Sort options. Add comment on standards conformity. MFC after:14 days Modified: head/usr.bin/locale/locale.1 Modified: head/usr.bin/locale/locale.1 ===

Re: svn commit: r242743 - head/usr.bin/locale

2012-11-17 Thread Greg 'groggy' Lehey
On Saturday, 17 November 2012 at 11:16:11 -0500, Steve Wills wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I think this commit may have broken building the > print/system-config-printer port. It uses xmlto to generate it's > documentation, which calls "locale charmap". On at least 8.

svn commit: r243201 - head/usr.bin/locale

2012-11-17 Thread Greg Lehey
Author: grog Date: Sat Nov 17 23:49:20 2012 New Revision: 243201 URL: http://svnweb.freebsd.org/changeset/base/243201 Log: Correctly handle keywords without options. Reported by: swills@ MFC after:14 days Modified: head/usr.bin/locale/locale.c Modified: head/usr.bin/locale/locale.

svn commit: r243194 - head/sys/arm/xscale/i80321

2012-11-17 Thread Andrew Turner
Author: andrew Date: Sat Nov 17 23:06:00 2012 New Revision: 243194 URL: http://svnweb.freebsd.org/changeset/base/243194 Log: Clean up the two i80321 copies of initarm to be closer to one another. Modified: head/sys/arm/xscale/i80321/ep80219_machdep.c head/sys/arm/xscale/i80321/iq31244_machd

svn commit: r243189 - head/sys/arm/conf

2012-11-17 Thread Adrian Chadd
Author: adrian Date: Sat Nov 17 21:55:49 2012 New Revision: 243189 URL: http://svnweb.freebsd.org/changeset/base/243189 Log: Just compile the whole ath chipset support in. Modified: head/sys/arm/conf/CAMBRIA Modified: head/sys/arm/conf/CAMBRIA

svn commit: r243188 - head/etc/rc.d

2012-11-17 Thread Hiroki Sato
Author: hrs Date: Sat Nov 17 21:44:02 2012 New Revision: 243188 URL: http://svnweb.freebsd.org/changeset/base/243188 Log: Use -fib N modifier to add/delete a route to/from multiple FIBs. Modified: head/etc/rc.d/routing Modified: head/etc/rc.d/routing =

svn commit: r243187 - in head: sbin/ifconfig sbin/route sys/net usr.bin/netstat usr.sbin/rpcbind

2012-11-17 Thread Hiroki Sato
Author: hrs Date: Sat Nov 17 20:19:00 2012 New Revision: 243187 URL: http://svnweb.freebsd.org/changeset/base/243187 Log: Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel to userland via routing socket or sysctl. This eliminates the following KAME-specific sin6_scope_id

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

2012-11-17 Thread Michael Tuexen
Author: tuexen Date: Sat Nov 17 20:04:04 2012 New Revision: 243186 URL: http://svnweb.freebsd.org/changeset/base/243186 Log: Add support for SCTP/UDP/IPV6. This completes the support of http://tools.ietf.org/html/draft-ietf-tsvwg-sctp-udp-encaps MFC after: 1 week Modified: head/sys/n

svn commit: r243185 - head/sbin/route

2012-11-17 Thread Hiroki Sato
Author: hrs Date: Sat Nov 17 19:54:23 2012 New Revision: 243185 URL: http://svnweb.freebsd.org/changeset/base/243185 Log: Add -fib modifier to specify FIB number. The FIB number can be in a comma-separated list and/or range specification: # route add -inet 192.0.2.0/24 198.51.100.1 -fib

svn commit: r243184 - head/etc

2012-11-17 Thread Hiroki Sato
Author: hrs Date: Sat Nov 17 18:11:10 2012 New Revision: 243184 URL: http://svnweb.freebsd.org/changeset/base/243184 Log: Add check_namevarlist() to check if ${name}_var is reserved in rc.subr or not. Modified: head/etc/rc.subr Modified: head/etc/rc.subr =

Re: svn commit: r242184 - in head: etc share/man/man5

2012-11-17 Thread Chris Rees
This is because the squid rc script processes fib itself; that needs wrapping in a test for the function. I can fix it tomorrow. As a workaround, remove the line start_precmd=squid_setfib from the squid rc script. Chris On 17 Nov 2012 14:19, "Gennady Proskurin" wrote: > Now squid startup scrip

svn commit: r243183 - head/usr.bin/w

2012-11-17 Thread Ed Schouten
Author: ed Date: Sat Nov 17 16:47:05 2012 New Revision: 243183 URL: http://svnweb.freebsd.org/changeset/base/243183 Log: Fix whitespace. MFC after:1 week Modified: head/usr.bin/w/extern.h head/usr.bin/w/proc_compare.c Modified: head/usr.bin/w/extern.h =

Re: svn commit: r242743 - head/usr.bin/locale

2012-11-17 Thread Steve Wills
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think this commit may have broken building the print/system-config-printer port. It uses xmlto to generate it's documentation, which calls "locale charmap". On at least 8.3 (only place I've tested), this returns simply "US-ASCII", which works fine. B

Re: svn commit: r242184 - in head: etc share/man/man5

2012-11-17 Thread Gennady Proskurin
Now squid startup script is unable to start squid # pkg info -x ^squid squid-3.2.3_1 HTTP Caching Proxy # sysctl net.fibs net.fibs: 1 # grep squid /etc/rc.conf squid_enable="YES" squid_pidfile="/var/squid/squid.pid" squid_chdir="/var/squid" # /usr/local/etc/rc.d/squid start St