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

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

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

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

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