svn commit: r225525 - head/lib/libarchive

2011-09-12 Thread Tim Kientzle
Author: kientzle Date: Tue Sep 13 05:52:34 2011 New Revision: 225525 URL: http://svn.freebsd.org/changeset/base/225525 Log: Fix cpio on ARM. PR: bin/160430 Submitted by: Ian Lepore Approved by: re (Kostik Belousov) MFC after:7 days Modified: head/lib/libarchive/archi

svn commit: r225524 - head/contrib/openresolv

2011-09-12 Thread Hiroki Sato
Author: hrs Date: Tue Sep 13 02:46:22 2011 New Revision: 225524 URL: http://svn.freebsd.org/changeset/base/225524 Log: Merge from openresolv 3.4.4 in the vendor branch. Approved by: re (kib) Modified: head/contrib/openresolv/dnsmasq.in head/contrib/openresolv/libc.in head/contrib/op

svn commit: r225522 - head/etc

2011-09-12 Thread Hiroki Sato
Author: hrs Date: Tue Sep 13 00:09:47 2011 New Revision: 225522 URL: http://svn.freebsd.org/changeset/base/225522 Log: - Add an warning when ifconfig_IF_ipv6 has no inet6 keyword in front of an IPv6 address. (r225489) - Use eval for ${ifconfig_args} to fix an issue fixed in r223506. (r2

svn commit: r225521 - in head: etc etc/defaults etc/rc.d sys/netinet6

2011-09-12 Thread Hiroki Sato
Author: hrs Date: Tue Sep 13 00:06:11 2011 New Revision: 225521 URL: http://svn.freebsd.org/changeset/base/225521 Log: Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPE (r225485). When setting an interface name to it, the following configurations will be enabled: 1. "n

svn commit: r225520 - head/usr.sbin/rtsold

2011-09-12 Thread Hiroki Sato
Author: hrs Date: Mon Sep 12 23:55:23 2011 New Revision: 225520 URL: http://svn.freebsd.org/changeset/base/225520 Log: - Add ":origin" label to the interface id for resolvconf(8). (r223149) - Add -u option to enable adding :[RA-source-address] to the interface id. (r223149) - s/INET6_ADD

svn commit: r225519 - in head/usr.sbin: rtadvctl rtadvd

2011-09-12 Thread Hiroki Sato
Author: hrs Date: Mon Sep 12 23:52:55 2011 New Revision: 225519 URL: http://svn.freebsd.org/changeset/base/225519 Log: - Fix a bug that can lead to displaying an incorrect value. (r224210) - Fix an abnormal termination caused by twice of "rtadvctl disable". (r224303) - Use poll() to wait for

svn commit: r225518 - in head/sys: modules/ipfw netinet/ipfw

2011-09-12 Thread John Baldwin
Author: jhb Date: Mon Sep 12 21:09:56 2011 New Revision: 225518 URL: http://svn.freebsd.org/changeset/base/225518 Log: Allow the ipfw.ko module built with a kernel to honor any IPFIREWALL_* options defined in the kernel config. This more closely matches the behavior of other modules which i

svn commit: r225517 - head/sys/modules

2011-09-12 Thread Christian Brueffer
Author: brueffer Date: Mon Sep 12 20:57:22 2011 New Revision: 225517 URL: http://svn.freebsd.org/changeset/base/225517 Log: Connect the vxge(4) module to the i386/amd64 build. Catcher of stupid errors: kib Approved by: re (kib) Modified: head/sys/modules/Makefile Modified: head/sys/m

svn commit: r225516 - head/sys/kern

2011-09-12 Thread Attilio Rao
Author: attilio Date: Mon Sep 12 20:39:31 2011 New Revision: 225516 URL: http://svn.freebsd.org/changeset/base/225516 Log: dump_write() returns ENXIO if the dump is trying to be written outside of the device boundry. While this is generally ok, the problem is that all the consumers handle

svn commit: r225515 - head/sys/dev/cardbus

2011-09-12 Thread John Baldwin
Author: jhb Date: Mon Sep 12 15:21:52 2011 New Revision: 225515 URL: http://svn.freebsd.org/changeset/base/225515 Log: Partially revert 222753: If a CardBus card stores its CIS in a BAR, delete the BAR after parsing the CIS. This forces the resource range to be reallocated if the BAR is reu

svn commit: r225510 - head

2011-09-12 Thread Sergey Kandaurov
Author: pluknet Date: Mon Sep 12 14:32:35 2011 New Revision: 225510 URL: http://svn.freebsd.org/changeset/base/225510 Log: Add missing lib32 parts for the previous changes: removal of Objective-C support and libpkg; libsbuf version bump Approved by: re (kib) Modified: head/ObsoleteFil

svn commit: r225506 - head/sys/kern

2011-09-12 Thread Ed Schouten
Author: ed Date: Mon Sep 12 10:07:21 2011 New Revision: 225506 URL: http://svn.freebsd.org/changeset/base/225506 Log: Fix error return codes for ioctls on init/lock state devices. In revision 223722 we introduced support for driver ioctls on init/lock state devices. Unfortunately the call

svn commit: r225505 - head/sys/dev/sound/pcm

2011-09-12 Thread Andriy Gapon
Author: avg Date: Mon Sep 12 08:38:21 2011 New Revision: 225505 URL: http://svn.freebsd.org/changeset/base/225505 Log: dsp_ioctl: fix type of variable used to store ioctl request PR: kern/156433 Submitted by: Grigori Goronzy Reviewed by: hselasky Approved by: re (kib) M