svn commit: r245102 - head/sys/net

2013-01-06 Thread Peter Wemm
Author: peter Date: Sun Jan 6 14:59:59 2013 New Revision: 245102 URL: http://svnweb.freebsd.org/changeset/base/245102 Log: Juggle some internal symbols from our antique zlib (that originally came in from kernel-pppd which is long gone) so that ZFS and DTRACE play nice. This is a horrible

svn commit: r245103 - in stable/9/sys: fs/devfs kern sys

2013-01-06 Thread Konstantin Belousov
Author: kib Date: Sun Jan 6 15:07:19 2013 New Revision: 245103 URL: http://svnweb.freebsd.org/changeset/base/245103 Log: MFC r244643: Do not force a writer to the devfs file to drain the buffer writes. Modified: stable/9/sys/fs/devfs/devfs_vnops.c stable/9/sys/kern/sys_generic.c stable

svn commit: r245104 - head/sys/kern

2013-01-06 Thread Konstantin Belousov
Author: kib Date: Sun Jan 6 15:10:10 2013 New Revision: 245104 URL: http://svnweb.freebsd.org/changeset/base/245104 Log: Protect the p->p_pgrp dereference with the process lock. MFC after:3 days Modified: head/sys/kern/kern_exit.c Modified: head/sys/kern/kern_exit.c ===

Re: svn commit: r245102 - head/sys/net

2013-01-06 Thread Gleb Smirnoff
On Sun, Jan 06, 2013 at 02:59:59PM +, Peter Wemm wrote: P> Author: peter P> Date: Sun Jan 6 14:59:59 2013 P> New Revision: 245102 P> URL: http://svnweb.freebsd.org/changeset/base/245102 P> P> Log: P> Juggle some internal symbols from our antique zlib (that originally came P> in from kerne

svn commit: r245106 - head/usr.sbin/bsdconfig

2013-01-06 Thread Devin Teske
Author: dteske Date: Sun Jan 6 18:18:09 2013 New Revision: 245106 URL: http://svnweb.freebsd.org/changeset/base/245106 Log: Update copyrights and dates following last commit. Modified: head/usr.sbin/bsdconfig/USAGE head/usr.sbin/bsdconfig/bsdconfig head/usr.sbin/bsdconfig/bsdconfig.8 Mo

svn commit: r245107 - head/etc/sendmail

2013-01-06 Thread Peter Wemm
Author: peter Date: Sun Jan 6 19:25:42 2013 New Revision: 245107 URL: http://svnweb.freebsd.org/changeset/base/245107 Log: Not using the full domain was a really bad idea. Modified: head/etc/sendmail/freefall.mc Modified: head/etc/sendmail/freefall.mc ===

svn commit: r245108 - stable/9/etc/sendmail

2013-01-06 Thread Peter Wemm
Author: peter Date: Sun Jan 6 19:26:14 2013 New Revision: 245108 URL: http://svnweb.freebsd.org/changeset/base/245108 Log: MFC 245107: Use full cluster domain name Modified: stable/9/etc/sendmail/freefall.mc Modified: stable/9/etc/sendmail/freefall.mc ===

svn commit: r245109 - stable/8/etc/sendmail

2013-01-06 Thread Peter Wemm
Author: peter Date: Sun Jan 6 19:26:39 2013 New Revision: 245109 URL: http://svnweb.freebsd.org/changeset/base/245109 Log: MFC 245107: use full domain name Modified: stable/8/etc/sendmail/freefall.mc Modified: stable/8/etc/sendmail/freefall.mc ===

svn commit: r245110 - stable/7/etc/sendmail

2013-01-06 Thread Peter Wemm
Author: peter Date: Sun Jan 6 19:27:07 2013 New Revision: 245110 URL: http://svnweb.freebsd.org/changeset/base/245110 Log: MFC 245107: use full domain name Modified: stable/7/etc/sendmail/freefall.mc Modified: stable/7/etc/sendmail/freefall.mc ===

svn commit: r245111 - stable/6/etc/sendmail

2013-01-06 Thread Peter Wemm
Author: peter Date: Sun Jan 6 19:27:28 2013 New Revision: 245111 URL: http://svnweb.freebsd.org/changeset/base/245111 Log: MFC 245107: use full domain name Modified: stable/6/etc/sendmail/freefall.mc Modified: stable/6/etc/sendmail/freefall.mc ===

svn commit: r245112 - head/sys/mips/atheros

2013-01-06 Thread Monthadar Al Jaberi
Author: monthadar Date: Sun Jan 6 20:50:31 2013 New Revision: 245112 URL: http://svnweb.freebsd.org/changeset/base/245112 Log: Mips Atheros AR71XX: make PCI base slot configurable through hints. * Mikrotik RouterBoard 433AH have PCI slot 18 wired to INT0 on the PCI Bus. This is differe

svn commit: r245113 - head/sys/kern

2013-01-06 Thread Mateusz Guzik
Author: mjg Date: Sun Jan 6 21:47:59 2013 New Revision: 245113 URL: http://svnweb.freebsd.org/changeset/base/245113 Log: lockmgr: unlock interlock (if requested) when dealing with upgrade/downgrade requests for LK_NOSHARE locks, just like for shared locks. PR: kern/174969 Rev

svn commit: r245114 - head/usr.sbin/pw

2013-01-06 Thread Mateusz Guzik
Author: mjg Date: Sun Jan 6 21:56:58 2013 New Revision: 245114 URL: http://svnweb.freebsd.org/changeset/base/245114 Log: pw: free group returned by gr_add Modified: head/usr.sbin/pw/pw_user.c Modified: head/usr.sbin/pw/pw_user.c ==

svn commit: r245115 - head/sys/fs/tmpfs

2013-01-06 Thread Gleb Kurtsou
Author: gleb Date: Sun Jan 6 22:15:44 2013 New Revision: 245115 URL: http://svnweb.freebsd.org/changeset/base/245115 Log: tmpfs: Replace directory entry linked list with RB-Tree. Use file name hash as a tree key, handle duplicate keys. Both VOP_LOOKUP and VOP_READDIR operations utilize

svn commit: r245116 - head/usr.sbin/bsdconfig/share

2013-01-06 Thread Devin Teske
Author: dteske Date: Mon Jan 7 00:15:52 2013 New Revision: 245116 URL: http://svnweb.freebsd.org/changeset/base/245116 Log: Add nonInteractive support to f_dialog_yesno/noyes(). Modified: head/usr.sbin/bsdconfig/share/dialog.subr Modified: head/usr.sbin/bsdconfig/share/dialog.subr =

svn commit: r245117 - head/usr.sbin/bsdconfig/share

2013-01-06 Thread Devin Teske
Author: dteske Date: Mon Jan 7 00:18:03 2013 New Revision: 245117 URL: http://svnweb.freebsd.org/changeset/base/245117 Log: Update copyright following last commit. Modified: head/usr.sbin/bsdconfig/share/dialog.subr Modified: head/usr.sbin/bsdconfig/share/dialog.subr ===

svn commit: r245118 - stable/9/sys/conf

2013-01-06 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Mon Jan 7 00:35:06 2013 New Revision: 245118 URL: http://svnweb.freebsd.org/changeset/base/245118 Log: 9.2-STABLE shall be called 9.2-STABLE. Modified: stable/9/sys/conf/newvers.sh Modified: stable/9/sys/conf/newvers.sh ===

Re: svn commit: r245118 - stable/9/sys/conf

2013-01-06 Thread Andrey V. Elsukov
On 07.01.2013 04:35, Glen Barber wrote: > Author: gjb (doc,ports committer) > Date: Mon Jan 7 00:35:06 2013 > New Revision: 245118 > URL: http://svnweb.freebsd.org/changeset/base/245118 > > Log: > 9.2-STABLE shall be called 9.2-STABLE. Hi, it seems you are wrong. It will be called 9.2-STABLE

svn commit: r245119 - stable/9/sys/conf

2013-01-06 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Mon Jan 7 00:49:29 2013 New Revision: 245119 URL: http://svnweb.freebsd.org/changeset/base/245119 Log: I jumped the gun; bumping revision is wrong. Submitted by: ae Modified: stable/9/sys/conf/newvers.sh Modified: stable/9/sys/conf/newvers.sh ===

Re: svn commit: r245118 - stable/9/sys/conf

2013-01-06 Thread Glen Barber
On Mon, Jan 07, 2013 at 04:41:42AM +0400, Andrey V. Elsukov wrote: > it seems you are wrong. It will be called 9.2-STABLE only when > releng/9.2 will be created. > Hi, It seems I lost "point in time" track between -STABLE and -PRERELEASE. Reverted. Thanks. Glen pgpbmE0psIsYA.pgp Descriptio

svn commit: r245120 - head/sys/arm/arm

2013-01-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jan 7 02:38:36 2013 New Revision: 245120 URL: http://svnweb.freebsd.org/changeset/base/245120 Log: Release version check for erratum 727915 workaround in l2_wbinv_range function implementation causes function fail to flush caches for chip with RTL number 0x7. I faile

Re: svn commit: r245066 - head/sys/kern

2013-01-06 Thread Garrett Cooper
On Jan 5, 2013, at 11:18 AM, Neel Natu wrote: > Author: neel > Date: Sat Jan 5 19:18:50 2013 > New Revision: 245066 > URL: http://svnweb.freebsd.org/changeset/base/245066 > > Log: > Teach the kernel to recognize that it is executing inside a bhyve virtual > machine. > > Obtained from:Ne

svn commit: r245121 - head/sys/fs/ext2fs

2013-01-06 Thread Pedro F . Giffuni
Author: pfg Date: Mon Jan 7 03:36:32 2013 New Revision: 245121 URL: http://svnweb.freebsd.org/changeset/base/245121 Log: ext2fs: cleanup de dinode structure. It was plagued with style errors and the offsets had been lost. While here took the time to update the fields according to the l

Re: svn commit: r245066 - head/sys/kern

2013-01-06 Thread Neel Natu
Hi Garrett, On Sun, Jan 6, 2013 at 7:22 PM, Garrett Cooper wrote: > On Jan 5, 2013, at 11:18 AM, Neel Natu wrote: > >> Author: neel >> Date: Sat Jan 5 19:18:50 2013 >> New Revision: 245066 >> URL: http://svnweb.freebsd.org/changeset/base/245066 >> >> Log: >> Teach the kernel to recognize that