svn commit: r226650 - head/usr.sbin/freebsd-update

2011-10-23 Thread Colin Percival
Author: cperciva Date: Sun Oct 23 06:23:11 2011 New Revision: 226650 URL: http://svn.freebsd.org/changeset/base/226650 Log: Add '%' and '@' to the set of characters which can appear in path names. Without this change, freebsd-update refuses to accept 9.0 metadata files. Modified:

svn commit: r226651 - head/share/man/man5

2011-10-23 Thread Hiroki Sato
Author: hrs Date: Sun Oct 23 06:34:52 2011 New Revision: 226651 URL: http://svn.freebsd.org/changeset/base/226651 Log: - Add description that IPv6 configuration will be ignored if $ifconfig_IF_ipv6 is empty. - Move a configuration example inet6 accept_rtadv to just after the manual

svn commit: r226652 - head/etc

2011-10-23 Thread Hiroki Sato
Author: hrs Date: Sun Oct 23 07:37:36 2011 New Revision: 226652 URL: http://svn.freebsd.org/changeset/base/226652 Log: Add support for removing addresses added by ipv6_prefix_hostid_addr_up() upon rc.d/netif stop. Modified: head/etc/network.subr Modified: head/etc/network.subr

svn commit: r226653 - head/share/man/man5

2011-10-23 Thread Hiroki Sato
Author: hrs Date: Sun Oct 23 07:38:55 2011 New Revision: 226653 URL: http://svn.freebsd.org/changeset/base/226653 Log: Fix typos. Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 ==

svn commit: r226654 - in head/etc: defaults rc.d

2011-10-23 Thread Martin Matuska
Author: mm Date: Sun Oct 23 09:08:42 2011 New Revision: 226654 URL: http://svn.freebsd.org/changeset/base/226654 Log: Add etc/rc.d/static_ndp, analogous to etc/rc.d/static_arp. Make sure that static ARP and NDP bindings are set before NETWORKING. As static_ndp is based on static_arp,

Re: svn commit: r226654 - in head/etc: defaults rc.d

2011-10-23 Thread Sergey Kandaurov
On 23 October 2011 13:08, Martin Matuska m...@freebsd.org wrote: Author: mm Date: Sun Oct 23 09:08:42 2011 New Revision: 226654 URL: http://svn.freebsd.org/changeset/base/226654 Log:  Add etc/rc.d/static_ndp, analogous to etc/rc.d/static_arp.  Make sure that static ARP and NDP bindings are

svn commit: r226655 - head/sys/contrib/pf/net

2011-10-23 Thread Gleb Smirnoff
Author: glebius Date: Sun Oct 23 10:05:25 2011 New Revision: 226655 URL: http://svn.freebsd.org/changeset/base/226655 Log: Correct flag for uma_zalloc() is M_WAITOK. M_WAIT is an old and deprecated flag from historical mbuf(9) allocator. This is style only change. Modified:

svn commit: r226656 - head/sys/contrib/pf/net

2011-10-23 Thread Gleb Smirnoff
Author: glebius Date: Sun Oct 23 10:13:20 2011 New Revision: 226656 URL: http://svn.freebsd.org/changeset/base/226656 Log: Absense of M_WAITOK in malloc flags for UMA doesn't equals presense of M_NOWAIT. Specify M_NOWAIT explicitly. This fixes sleeping with PF_LOCK(). Modified:

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

2011-10-23 Thread Martin Matuska
Author: mm Date: Sun Oct 23 10:17:42 2011 New Revision: 226657 URL: http://svn.freebsd.org/changeset/base/226657 Log: Correctly reassign copyright of etc/rc.d/static_ndp back to delphij@ as the project itself is no legal entity Reported by: Joe Dahl j...@vnode.se MFC after:3 days

svn commit: r226658 - head/share/man/man5

2011-10-23 Thread Martin Matuska
Author: mm Date: Sun Oct 23 10:20:31 2011 New Revision: 226658 URL: http://svn.freebsd.org/changeset/base/226658 Log: Add information about static_ndp_pairs to rc.conf(5) manual page Submitted by: Sergey Kandaurov pluk...@freebsd.org MFC after:3 days Modified:

Re: svn commit: r226657 - head/etc/rc.d

2011-10-23 Thread Joel Dahl
23 okt 2011 kl. 12:17 skrev Martin Matuska: Author: mm Date: Sun Oct 23 10:17:42 2011 New Revision: 226657 URL: http://svn.freebsd.org/changeset/base/226657 Log: Correctly reassign copyright of etc/rc.d/static_ndp back to delphij@ as the project itself is no legal entity Thanks, --

Re: svn commit: r226271 - in head/usr.bin/grep: . regex

2011-10-23 Thread Aleksandr Rybalko
On Tue, 11 Oct 2011 22:27:24 + (UTC) Gabor Kovesdan ga...@freebsd.org wrote: Author: gabor Date: Tue Oct 11 22:27:23 2011 New Revision: 226271 URL: http://svn.freebsd.org/changeset/base/226271 Log: - Use getprogname() instead of __progname - Allow disabling bzip2 support with

svn commit: r226660 - head/sys/contrib/pf/net

2011-10-23 Thread Gleb Smirnoff
Author: glebius Date: Sun Oct 23 14:59:54 2011 New Revision: 226660 URL: http://svn.freebsd.org/changeset/base/226660 Log: Fix from r226623 is not sufficient to close all races in pfsync(4). The root of problem is re-locking at the end of pfsync_sendout(). Several functions are calling

svn commit: r226661 - head/sys/contrib/pf/net

2011-10-23 Thread Gleb Smirnoff
Author: glebius Date: Sun Oct 23 15:08:18 2011 New Revision: 226661 URL: http://svn.freebsd.org/changeset/base/226661 Log: - Fix a bad typo (FreeBSD specific) in pfsync_bulk_update(). Instead of scheduling next run pfsync_bulk_update(), pfsync_bulk_fail() was scheduled. This lead to

svn commit: r226662 - head/sys/contrib/pf/net

2011-10-23 Thread Gleb Smirnoff
Author: glebius Date: Sun Oct 23 15:10:15 2011 New Revision: 226662 URL: http://svn.freebsd.org/changeset/base/226662 Log: Fix indentation, no code changed. Modified: head/sys/contrib/pf/net/if_pfsync.c Modified: head/sys/contrib/pf/net/if_pfsync.c

svn commit: r226663 - head/sys/contrib/pf/net

2011-10-23 Thread Gleb Smirnoff
Author: glebius Date: Sun Oct 23 15:15:17 2011 New Revision: 226663 URL: http://svn.freebsd.org/changeset/base/226663 Log: Merge several fixes to bulk update processing from OpenBSD. Merged revisions: 1.148, 1.149, 1.150. This makes number of states on master/slave to be of a sane value.

svn commit: r226664 - head/usr.bin/grep

2011-10-23 Thread Gabor Kovesdan
Author: gabor Date: Sun Oct 23 16:04:07 2011 New Revision: 226664 URL: http://svn.freebsd.org/changeset/base/226664 Log: - Fix installation when WITH_BSD_GREP is set to yes Submitted by: Aleksandr Rybalko r...@ddteam.net Modified: head/usr.bin/grep/Makefile Modified:

svn commit: r226665 - head/sys/conf

2011-10-23 Thread Robert Millan
Author: rmh Date: Sun Oct 23 16:27:03 2011 New Revision: 226665 URL: http://svn.freebsd.org/changeset/base/226665 Log: Conditionalize a pair of FreeBSD GCC extensions so that its CFLAGS are only used with FreeBSD GCC. Approved by: kib (mentor) Modified: head/sys/conf/kern.mk

svn commit: r226666 - head/usr.sbin/bsdinstall/partedit

2011-10-23 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Oct 23 16:57:10 2011 New Revision: 22 URL: http://svn.freebsd.org/changeset/base/22 Log: Avoid some Invalid argument errors in the installer. PR: bin/161926 MFC after:5 days Modified: head/usr.sbin/bsdinstall/partedit/gpart_ops.c

svn commit: r226672 - head/tools/tools/sysbuild

2011-10-23 Thread Poul-Henning Kamp
Author: phk Date: Sun Oct 23 19:46:01 2011 New Revision: 226672 URL: http://svn.freebsd.org/changeset/base/226672 Log: Add a -P olddistfiles facility to prefetch ports distfiles, using an old distfile directory as primary source: mkdir /freebsd/ports/distfiles.old mv

svn commit: r226673 - head/sys/kern

2011-10-23 Thread Marcel Moolenaar
Author: marcel Date: Sun Oct 23 20:03:33 2011 New Revision: 226673 URL: http://svn.freebsd.org/changeset/base/226673 Log: Don't terminate the interactive root mount prompt on mount failure. This restores the previous behaviour. While here, match '?' and '.' inputs exactly and improve the

Re: svn commit: r226665 - head/sys/conf

2011-10-23 Thread Dimitry Andric
On 2011-10-23 18:27, Robert Millan wrote: Author: rmh Date: Sun Oct 23 16:27:03 2011 New Revision: 226665 URL: http://svn.freebsd.org/changeset/base/226665 Log: Conditionalize a pair of FreeBSD GCC extensions so that its CFLAGS are only used with FreeBSD GCC. Approved by: kib (mentor)

svn commit: r226676 - in head: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2011-10-23 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Oct 24 00:38:09 2011 New Revision: 226676 URL: http://svn.freebsd.org/changeset/base/226676 Log: Allow to rename file systems without remounting if it is possible. It is possible for file systems with 'mountpoint' preperty set to 'legacy' or 'none' - we don't have to

Re: svn commit: r226665 - head/sys/conf

2011-10-23 Thread Bruce Evans
On Sun, 23 Oct 2011, Dimitry Andric wrote: On 2011-10-23 18:27, Robert Millan wrote: Log: Conditionalize a pair of FreeBSD GCC extensions so that its CFLAGS are only used with FreeBSD GCC. Bug in non-FreeBSD gcc. Modified: head/sys/conf/kern.mk

svn commit: r226678 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2011-10-23 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Oct 24 05:26:40 2011 New Revision: 226678 URL: http://svn.freebsd.org/changeset/base/226678 Log: Include sys/zfs_vfsops.h only when compiling kernel module. MFC after:2 weeks Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c Modified: