svn commit: r249883 - head/cddl/contrib/opensolaris/lib/libzfs/common

2013-04-24 Thread Martin Matuska
Author: mm Date: Thu Apr 25 06:55:57 2013 New Revision: 249883 URL: http://svnweb.freebsd.org/changeset/base/249883 Log: Respect the enoent_ok flag if reporting error for holding an non-existing snapshot. Related illumos ZFS issue: 3699 zfs hold or release of a non-existent snapshot d

Re: svn commit: r248644 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2013-04-24 Thread Andriy Gapon
on 21/04/2013 06:08 Mark Johnston said the following: > On Sat, Mar 23, 2013 at 08:57:54AM +, Andriy Gapon wrote: >> Author: avg >> Date: Sat Mar 23 08:57:54 2013 >> New Revision: 248644 >> URL: http://svnweb.freebsd.org/changeset/base/248644 >> >> Log: >> dtrace: ensure that we can always ca

svn commit: r249882 - head/sys/mips/include

2013-04-24 Thread Warner Losh
Author: imp Date: Thu Apr 25 06:29:23 2013 New Revision: 249882 URL: http://svnweb.freebsd.org/changeset/base/249882 Log: Make it possible to include this file in assembler .S sources. Modified: head/sys/mips/include/pcb.h Modified: head/sys/mips/include/pcb.h ===

svn commit: r249881 - head/sys/mips/mips

2013-04-24 Thread Warner Losh
Author: imp Date: Thu Apr 25 06:28:19 2013 New Revision: 249881 URL: http://svnweb.freebsd.org/changeset/base/249881 Log: Use the defines from pcb.h over the ones from regnum.h for this 'C' code. In theory, the ones from regnum.h should be used only for assembler code. Modified: head/sys/

svn commit: r249880 - in head/gnu/usr.bin/cc: f77 f771 f77doc

2013-04-24 Thread Rui Paulo
Author: rpaulo Date: Thu Apr 25 06:05:43 2013 New Revision: 249880 URL: http://svnweb.freebsd.org/changeset/base/249880 Log: Remove the Fortran directories. Deleted: head/gnu/usr.bin/cc/f77/ head/gnu/usr.bin/cc/f771/ head/gnu/usr.bin/cc/f77doc/

svn commit: r249879 - in head/sys/amd64: include vmm vmm/intel

2013-04-24 Thread Peter Grehan
Author: grehan Date: Thu Apr 25 04:56:43 2013 New Revision: 249879 URL: http://svnweb.freebsd.org/changeset/base/249879 Log: Add RIP-relative addressing to the instruction decoder. Rework the guest register fetch code to allow the RIP to be extracted from the VMCS while the kernel decoder is

svn commit: r249878 - head/gnu/usr.bin/gdb/kgdb

2013-04-24 Thread Warner Losh
Author: imp Date: Thu Apr 25 04:53:01 2013 New Revision: 249878 URL: http://svnweb.freebsd.org/changeset/base/249878 Log: Fix mips64 and mipsn32 bilds by using proper register names. Modified: head/gnu/usr.bin/gdb/kgdb/trgt_mips.c Modified: head/gnu/usr.bin/gdb/kgdb/trgt_mips.c =

Re: svn commit: r249848 - head/sys/netinet

2013-04-24 Thread Mark Johnston
On Wed, Apr 24, 2013 at 06:30:32PM +, Randall Stewart wrote: > Author: rrs > Date: Wed Apr 24 18:30:32 2013 > New Revision: 249848 > URL: http://svnweb.freebsd.org/changeset/base/249848 > > Log: > This fixes the issue with the "randomly changing" default > route. What it was is there are t

svn commit: r249864 - head/sys/powerpc/aim

2013-04-24 Thread Justin Hibbits
Author: jhibbits Date: Thu Apr 25 00:39:43 2013 New Revision: 249864 URL: http://svnweb.freebsd.org/changeset/base/249864 Log: Introduce kernel coredumps to ppc32 AIM. Leeched from the booke code. MFC after:2 weeks Modified: head/sys/powerpc/aim/mmu_oea.c Modified: head/sys/powerpc

Re: svn commit: r249357 - head/cddl/contrib/opensolaris/lib/libzfs/common

2013-04-24 Thread Steven Hartland
I believe this needs a little tweak so you don't get issues with zfs send which makes use of holds to ensure snapshots being sent don't get deleted while processing. In essence it should honor the enoent_ok flag and not report such an error to stdout. @@ -4207,6 +4238,9 @@ if (nvlist_next_nvpai

svn commit: r249863 - head/share/misc

2013-04-24 Thread Alan Somers
Author: asomers Date: Wed Apr 24 23:38:04 2013 New Revision: 249863 URL: http://svnweb.freebsd.org/changeset/base/249863 Log: Add myself as a src committer Approved by: ken (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot ==

svn commit: r249862 - head/share/misc

2013-04-24 Thread Kenneth D. Merry
Author: ken Date: Wed Apr 24 23:32:47 2013 New Revision: 249862 URL: http://svnweb.freebsd.org/changeset/base/249862 Log: Add myself to the committers list. Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot =

svn commit: r249860 - head/share/syscons/keymaps

2013-04-24 Thread Eitan Adler
Author: eadler Date: Wed Apr 24 21:41:24 2013 New Revision: 249860 URL: http://svnweb.freebsd.org/changeset/base/249860 Log: Fix the Dvorak Programmer Keymap PR: conf/177572 Submitted by: Sean DuBois Modified: head/share/syscons/keymaps/us.dvorakp.kbd Modified: head/share/s

svn commit: r249859 - head/lib/libc/sys

2013-04-24 Thread Jilles Tjoelker
Author: jilles Date: Wed Apr 24 21:24:35 2013 New Revision: 249859 URL: http://svnweb.freebsd.org/changeset/base/249859 Log: getdtablesize(2): Describe what this function actually does. getdtablesize() returns the limit on new file descriptors; this says nothing about existing descriptors

svn commit: r249858 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2013-04-24 Thread Martin Matuska
Author: mm Date: Wed Apr 24 21:21:03 2013 New Revision: 249858 URL: http://svnweb.freebsd.org/changeset/base/249858 Log: MFV r249857: Merge vendor bugfix for a possible deadlock related to async destroy and improve write performance by introducing a new lock protecting tx_open_txg.

Re: svn commit: r249848 - head/sys/netinet

2013-04-24 Thread Alexander V. Chernikov
On 24.04.2013 22:30, Randall Stewart wrote: Author: rrs Date: Wed Apr 24 18:30:32 2013 New Revision: 249848 URL: http://svnweb.freebsd.org/changeset/base/249848 Log: This fixes the issue with the "randomly changing" default route. What it was is there are two places in ip_output.c where

svn commit: r249849 - in head/sys/dev: hptmv mpt

2013-04-24 Thread Alexander Motin
Author: mav Date: Wed Apr 24 19:00:45 2013 New Revision: 249849 URL: http://svnweb.freebsd.org/changeset/base/249849 Log: Move hptmv and mpt drivers shutdown a bit later to the SHUTDOWN_PRI_LAST stage of shutdown_post_sync. That should allow CAM to do final cache flush at the SHUTDOWN_PRI_D

svn commit: r249848 - head/sys/netinet

2013-04-24 Thread Randall Stewart
Author: rrs Date: Wed Apr 24 18:30:32 2013 New Revision: 249848 URL: http://svnweb.freebsd.org/changeset/base/249848 Log: This fixes the issue with the "randomly changing" default route. What it was is there are two places in ip_output.c where we do a goto again. One place was fine, it cop

svn commit: r249847 - head/sys/mips/mips

2013-04-24 Thread Warner Losh
Author: imp Date: Wed Apr 24 18:00:28 2013 New Revision: 249847 URL: http://svnweb.freebsd.org/changeset/base/249847 Log: Fix N32/N64 ABIs to use proper registers after recent changes. Pointy Hat to: imp Modified: head/sys/mips/mips/trap.c Modified: head/sys/mips/mips/trap.c ===

svn commit: r249846 - in head/sys/boot: i386/btx/btx pc98/btx/btx

2013-04-24 Thread Dimitry Andric
Author: dim Date: Wed Apr 24 17:20:45 2013 New Revision: 249846 URL: http://svnweb.freebsd.org/changeset/base/249846 Log: When rebooting (exiting) from the BTX loader, make sure to restore the GDT from the correct segment, otherwise a triple fault would be caused. In some virtual environment

svn commit: r249845 - head/sys/dev/sound/usb

2013-04-24 Thread Hans Petter Selasky
Author: hselasky Date: Wed Apr 24 16:52:03 2013 New Revision: 249845 URL: http://svnweb.freebsd.org/changeset/base/249845 Log: Fix for duplicate sample rate detection after recent patches. Modified: head/sys/dev/sound/usb/uaudio.c Modified: head/sys/dev/sound/usb/uaudio.c ===

svn commit: r249844 - head/sys/dev/sound/usb

2013-04-24 Thread Hans Petter Selasky
Author: hselasky Date: Wed Apr 24 16:22:53 2013 New Revision: 249844 URL: http://svnweb.freebsd.org/changeset/base/249844 Log: Fix the USB audio feedback endpoint algorithm. There should not be any need to bias the returned value. Reported by: Craig Leres Modified: head/sys/dev/sound

Re: svn commit: r249790 - in head/sys/mips: include mips

2013-04-24 Thread Warner Losh
On Apr 24, 2013, at 1:49 AM, David Chisnall wrote: > On 24 Apr 2013, at 03:40, Juli Mallett wrote: > >> I don't see why we shouldn't just replace regnum.h with the NetBSD >> version, and merge that to all active branches. Since you're trying >> to update these headers, Warner, it would be grea

svn commit: r249843 - head/sys/kern

2013-04-24 Thread Andre Oppermann
Author: andre Date: Wed Apr 24 13:54:55 2013 New Revision: 249843 URL: http://svnweb.freebsd.org/changeset/base/249843 Log: Base the calculation of maxmbufmem in part on kmem_map size instead of kernel_map size to prevent kernel memory exhaustion by mbufs and a subsequent panic on physical p

svn commit: r249839 - head/crypto/openssh

2013-04-24 Thread Dag-Erling Smørgrav
Author: des Date: Wed Apr 24 12:36:37 2013 New Revision: 249839 URL: http://svnweb.freebsd.org/changeset/base/249839 Log: Merge updated "no such identity file" patch. PR: bin/178060 Modified: head/crypto/openssh/readconf.c head/crypto/openssh/readconf.h head/crypto/openssh/

svn commit: r249837 - head/sys/netinet6

2013-04-24 Thread Andrey V. Elsukov
Author: ae Date: Wed Apr 24 10:24:01 2013 New Revision: 249837 URL: http://svnweb.freebsd.org/changeset/base/249837 Log: Remove unused variable. MFC after:1 week Modified: head/sys/netinet6/in6_pcb.c head/sys/netinet6/in6_var.h Modified: head/sys/netinet6/in6_pcb.c ===

Re: svn commit: r249790 - in head/sys/mips: include mips

2013-04-24 Thread David Chisnall
On 24 Apr 2013, at 03:40, Juli Mallett wrote: > I don't see why we shouldn't just replace regnum.h with the NetBSD > version, and merge that to all active branches. Since you're trying > to update these headers, Warner, it would be great if you could do > that. That would probably be sensible.