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
=
-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
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
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
===
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.
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.
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
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
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
=
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
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
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
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
=
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
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
=
-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
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
17 matches
Mail list logo