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

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

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: 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: 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 =

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: 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: 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: 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: 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: r243190 - in stable/9: . sys/boot/pc98/boot2 sys/boot/pc98/cdboot

2012-11-17 Thread Dimitry Andric
Author: dim Date: Sat Nov 17 22:40:18 2012 New Revision: 243190 URL: http://svnweb.freebsd.org/changeset/base/243190 Log: MFC r242706: Put in a band-aid to get the pc98 bootstraps building, now clang is the default compiler. This has two parts: - Make sys/boot/pc98/boot2 always b

svn commit: r243191 - stable/9/contrib/llvm/lib/Target/X86

2012-11-17 Thread Dimitry Andric
Author: dim Date: Sat Nov 17 22:50:50 2012 New Revision: 243191 URL: http://svnweb.freebsd.org/changeset/base/243191 Log: MFC r242835: Reduce LLVM's default stack alignment for i386 from 16 to 4 bytes, as the FreeBSD ABI requires. This is essentially a revert of upstream llvm commit r1

svn commit: r243192 - stable/9/sys/dev/nve

2012-11-17 Thread Dimitry Andric
Author: dim Date: Sat Nov 17 22:58:33 2012 New Revision: 243192 URL: http://svnweb.freebsd.org/changeset/base/243192 Log: MFC r242873: Fix all the inconsistent nve_os* function declarations and definitions in nve(4). The OS_API structure defined in os.h expects NV_API_CALL attributes,

svn commit: r243193 - in stable/9/lib: libc/gen msun/src

2012-11-17 Thread Dimitry Andric
Author: dim Date: Sat Nov 17 23:05:18 2012 New Revision: 243193 URL: http://svnweb.freebsd.org/changeset/base/243193 Log: MFC r242879: Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in libc.a and libc_p.a. In addition, define isnan in libm.a and libm_p.a, but not

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: r243195 - stable/9/crypto/heimdal/lib/sl

2012-11-17 Thread Dimitry Andric
Author: dim Date: Sat Nov 17 23:11:04 2012 New Revision: 243195 URL: http://svnweb.freebsd.org/changeset/base/243195 Log: MFC r243034: In crypto/heimdal/lib/sl/slc-lex.l, don't define YY_NO_INPUT, since %option nounput is already specified. Modified: stable/9/crypto/heimdal/lib/sl/slc-

svn commit: r243196 - stable/9/usr.bin/mkcsmapper

2012-11-17 Thread Dimitry Andric
Author: dim Date: Sat Nov 17 23:14:31 2012 New Revision: 243196 URL: http://svnweb.freebsd.org/changeset/base/243196 Log: MFC r243035: For mkcsmapper, conditionalize gcc-specific compile flags. Modified: stable/9/usr.bin/mkcsmapper/Makefile.inc Directory Properties: stable/9/usr.bin/mk

svn commit: r243197 - stable/9/games/fortune/fortune

2012-11-17 Thread Dimitry Andric
Author: dim Date: Sat Nov 17 23:31:16 2012 New Revision: 243197 URL: http://svnweb.freebsd.org/changeset/base/243197 Log: MFC r243036: In games/fortune/fortune/fortune.c, make 'Debug' the correct type (it is *not* a boolean). Modified: stable/9/games/fortune/fortune/fortune.c Directory

svn commit: r243198 - stable/9/sys/dev/aic7xxx/aicasm

2012-11-17 Thread Dimitry Andric
Author: dim Date: Sat Nov 17 23:34:10 2012 New Revision: 243198 URL: http://svnweb.freebsd.org/changeset/base/243198 Log: MFC r243037: Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: it compared an enum scope_type against a yacc-generated define, so the condition would

svn commit: r243199 - stable/8/sys/dev/aic7xxx/aicasm

2012-11-17 Thread Dimitry Andric
Author: dim Date: Sat Nov 17 23:39:36 2012 New Revision: 243199 URL: http://svnweb.freebsd.org/changeset/base/243199 Log: MFC r243037: Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: it compared an enum scope_type against a yacc-generated define, so the condition would

svn commit: r243200 - stable/7/sys/dev/aic7xxx/aicasm

2012-11-17 Thread Dimitry Andric
Author: dim Date: Sat Nov 17 23:44:01 2012 New Revision: 243200 URL: http://svnweb.freebsd.org/changeset/base/243200 Log: MFC r243037: Fix a bug in aicasm_gram.y, noted by a newer clang 3.2 snapshot: it compared an enum scope_type against a yacc-generated define, so the condition would

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.

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: 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 ===

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

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: 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 =

svn commit: r243210 - stable/9/usr.sbin/ndiscvt

2012-11-17 Thread Eitan Adler
Author: eadler Date: Sun Nov 18 06:21:45 2012 New Revision: 243210 URL: http://svnweb.freebsd.org/changeset/base/243210 Log: MFC r243074: Add a missing check for fread Approved by: cperciva (implicit) Modified: stable/9/usr.sbin/ndiscvt/ndiscvt.c Directory Properties: stable/9

svn commit: r243211 - stable/9/usr.bin/bc

2012-11-17 Thread Eitan Adler
Author: eadler Date: Sun Nov 18 06:25:37 2012 New Revision: 243211 URL: http://svnweb.freebsd.org/changeset/base/243211 Log: MFC r243075: Make definition match declaration Approved by: cperciva (implicit) Modified: stable/9/usr.bin/bc/bc.y Directory Properties: stable/9/usr.bi

Re: svn commit: r243210 - stable/9/usr.sbin/ndiscvt

2012-11-17 Thread Konstantin Belousov
On Sun, Nov 18, 2012 at 06:21:46AM +, Eitan Adler wrote: > Author: eadler > Date: Sun Nov 18 06:21:45 2012 > New Revision: 243210 > URL: http://svnweb.freebsd.org/changeset/base/243210 > > Log: > MFC r243074: > Add a missing check for fread > > Approved by:cperciva (implic