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

2013-04-25 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/

Re: svn commit: r249734 - stable/9/sys/kern

2013-04-25 Thread Mikolaj Golub
On Thu, Apr 25, 2013 at 12:07:52AM +0200, Jeremie Le Hen wrote: Hi Mikolaj, On Sun, Apr 21, 2013 at 05:14:50PM +, Mikolaj Golub wrote: Author: trociny Date: Sun Apr 21 17:14:50 2013 New Revision: 249734 URL: http://svnweb.freebsd.org/changeset/base/249734 Log: MFC r249238,

Re: svn commit: r249152 - in stable/9/sys: cam cam/ata cam/scsi geom geom/part

2013-04-25 Thread Poul-Henning Kamp
In message 363ef017-cfc2-4006-8f1b-e18a4091f...@yahoo.com, Scott Long writes: I've already responded to Alexander in private, but in case he doesn't respond, I'm stating publicly that I object to this commit (and the corresponding one in HEAD) and I'd like to have it reviewed and reverted.

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

2013-04-25 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:

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

2013-04-25 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

Re: svn commit: r249734 - stable/9/sys/kern

2013-04-25 Thread Jeremie Le Hen
On Thu, Apr 25, 2013 at 09:20:20AM +0300, Mikolaj Golub wrote: On Thu, Apr 25, 2013 at 12:07:52AM +0200, Jeremie Le Hen wrote: Hi Mikolaj, On Sun, Apr 21, 2013 at 05:14:50PM +, Mikolaj Golub wrote: Author: trociny Date: Sun Apr 21 17:14:50 2013 New Revision: 249734 URL:

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

2013-04-25 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 catch a process

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

2013-04-25 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

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

2013-04-25 Thread Andriy Gapon
Author: avg Date: Thu Apr 25 07:04:56 2013 New Revision: 249884 URL: http://svnweb.freebsd.org/changeset/base/249884 Log: revert r248644 because of the regression for usdt probes USDT probes are advertised to kernel by initialization code with atrribute((constructor))). It seems that on

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

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

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

2013-04-25 Thread Ronald Klop
Hi, Maybe I need more coffee, but I don't see a difference between the if and the else statements in the hptmv file. Regards, Ronald. On Wed, 24 Apr 2013 21:00:45 +0200, Alexander Motin m...@freebsd.org wrote: Author: mav Date: Wed Apr 24 19:00:45 2013 New Revision: 249849 URL:

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

2013-04-25 Thread Andrey Chernov
On 25.04.2013 12:26, Ronald Klop wrote: Hi, Maybe I need more coffee, but I don't see a difference between the if and the else statements in the hptmv file. shutdown_kproc vs. kproc_shutdown Regards, Ronald. On Wed, 24 Apr 2013 21:00:45 +0200, Alexander Motin m...@freebsd.org wrote:

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

2013-04-25 Thread Randall Stewart
I like the idea Gleb.. I myself had been thinking that it was rather strange that we used dst for both the gateway and destination.. this is a much cleaner (and safer) solution. R On Apr 25, 2013, at 4:24 AM, Gleb Smirnoff wrote: ip_output.c.diff -- Randall

svn commit: r249891 - stable/8/sys/netinet

2013-04-25 Thread Randall Stewart
Author: rrs Date: Thu Apr 25 11:24:40 2013 New Revision: 249891 URL: http://svnweb.freebsd.org/changeset/base/249891 Log: MFC of PR r249848. PR: 174749, 157796 Modified: stable/8/sys/netinet/ip_output.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r249892 - stable/9/sys/netinet

2013-04-25 Thread Randall Stewart
Author: rrs Date: Thu Apr 25 11:25:24 2013 New Revision: 249892 URL: http://svnweb.freebsd.org/changeset/base/249892 Log: MFC of r249848 PR: 174749, 157796 Modified: stable/9/sys/netinet/ip_output.c Directory Properties: stable/9/sys/ (props changed) Modified:

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

2013-04-25 Thread Bruce Evans
On Wed, 24 Apr 2013, Jilles Tjoelker wrote: Log: getdtablesize(2): Describe what this function actually does. getdtablesize() returns the limit on new file descriptors; this says nothing about existing descriptors. It's still quite broken. Modified: head/lib/libc/sys/getdtablesize.2

svn commit: r249893 - head

2013-04-25 Thread Bryan Drewery
Author: bdrewery (ports committer) Date: Thu Apr 25 12:05:17 2013 New Revision: 249893 URL: http://svnweb.freebsd.org/changeset/base/249893 Log: Fix installworld with DB_FROM_SRC after r249807 Approved by: bapt Reported by: Tom Everett Modified: head/Makefile.inc1 Modified:

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

2013-04-25 Thread Gleb Smirnoff
On Thu, Apr 25, 2013 at 05:40:04AM -0400, Randall Stewart wrote: R I like the idea Gleb.. R R I myself had been thinking that it was rather strange that R we used dst for both the gateway and destination.. R R this is a much cleaner (and safer) solution. I'll commit it to head then. I've seen

svn commit: r249894 - head/sys/netinet

2013-04-25 Thread Gleb Smirnoff
Author: glebius Date: Thu Apr 25 12:42:09 2013 New Revision: 249894 URL: http://svnweb.freebsd.org/changeset/base/249894 Log: Introduce a pointer to const variable gw, which points either at the same place as dst, or to the sockaddr in the routing table. The const constraint of gw makes

svn commit: r249895 - in head: sbin/camcontrol sys/sys

2013-04-25 Thread Steven Hartland
Author: smh Date: Thu Apr 25 14:11:38 2013 New Revision: 249895 URL: http://svnweb.freebsd.org/changeset/base/249895 Log: Adds Host Protected Area (HPA) support for ATA disks to camcontrol Reviewed by: mav Approved by: pjd (mentor) MFC after:2 weeks Modified:

svn commit: r249896 - head/contrib/bsnmp/snmp_mibII

2013-04-25 Thread Gleb Smirnoff
Author: glebius Date: Thu Apr 25 16:23:22 2013 New Revision: 249896 URL: http://svnweb.freebsd.org/changeset/base/249896 Log: Restore the ipNetToMedia MIB, that was broken with new ARP commit in the r186119. Submitted by: Konstantin Kukushkin dark rambler-co.ru Modified:

svn commit: r249897 - head/sbin/ifconfig

2013-04-25 Thread Gleb Smirnoff
Author: glebius Date: Thu Apr 25 16:34:04 2013 New Revision: 249897 URL: http://svnweb.freebsd.org/changeset/base/249897 Log: Don't free memory that is going to be used as error string. PR: bin/178121 Submitted by: Garrett Cooper yaneurabeya gmail.com Modified:

svn commit: r249898 - stable/9/sys/dev/ciss

2013-04-25 Thread Sean Bruno
Author: sbruno Date: Thu Apr 25 17:02:22 2013 New Revision: 249898 URL: http://svnweb.freebsd.org/changeset/base/249898 Log: MFC r249349 Repair camcontrol output and use CAM defined values for string sizes Modified: stable/9/sys/dev/ciss/ciss.c Directory Properties: stable/9/sys/

svn commit: r249899 - stable/8/sys/dev/ciss

2013-04-25 Thread Sean Bruno
Author: sbruno Date: Thu Apr 25 17:04:48 2013 New Revision: 249899 URL: http://svnweb.freebsd.org/changeset/base/249899 Log: MFC r249349 Repair camcontrol output and use CAM defined values for string sizes Modified: stable/8/sys/dev/ciss/ciss.c Directory Properties: stable/8/sys/

svn commit: r249900 - stable/7/sys/dev/ciss

2013-04-25 Thread Sean Bruno
Author: sbruno Date: Thu Apr 25 17:06:07 2013 New Revision: 249900 URL: http://svnweb.freebsd.org/changeset/base/249900 Log: MFC r249349 Repair camcontrol output and use CAM defined values for string sizes Modified: stable/7/sys/dev/ciss/ciss.c Directory Properties: stable/7/sys/

svn commit: r249901 - in head/sys/mips: include mips

2013-04-25 Thread Warner Losh
Author: imp Date: Thu Apr 25 17:23:54 2013 New Revision: 249901 URL: http://svnweb.freebsd.org/changeset/base/249901 Log: Use the offsets from pcb.h rather than regnum.h to store the registers in the pcb. setjmp/longjmp in the kernel also used these values, so continue to use them although

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

2013-04-25 Thread Warner Losh
Author: imp Date: Thu Apr 25 17:27:13 2013 New Revision: 249902 URL: http://svnweb.freebsd.org/changeset/base/249902 Log: Minor whitespace nit Modified: head/sys/mips/mips/trap.c Modified: head/sys/mips/mips/trap.c

svn commit: r249903 - head/sys/netinet

2013-04-25 Thread Gleb Smirnoff
Author: glebius Date: Thu Apr 25 17:38:04 2013 New Revision: 249903 URL: http://svnweb.freebsd.org/changeset/base/249903 Log: Fix couple of mbuf leaks in incoming ARP processing. Modified: head/sys/netinet/if_ether.c Modified: head/sys/netinet/if_ether.c

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

2013-04-25 Thread Adrian Chadd
.. is it possible to trigger a remote DoS through mbuf exhaustion somehow by exploiting this? Adrian On 25 April 2013 10:38, Gleb Smirnoff gleb...@freebsd.org wrote: Author: glebius Date: Thu Apr 25 17:38:04 2013 New Revision: 249903 URL: http://svnweb.freebsd.org/changeset/base/249903

svn commit: r249904 - head/sbin/camcontrol

2013-04-25 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Apr 25 20:23:22 2013 New Revision: 249904 URL: http://svnweb.freebsd.org/changeset/base/249904 Log: mdoc: remove superfluous paragraph macro. Modified: head/sbin/camcontrol/camcontrol.8 Modified: head/sbin/camcontrol/camcontrol.8

svn commit: r249905 - head/lib/libvmmapi

2013-04-25 Thread Neel Natu
Author: neel Date: Thu Apr 25 20:42:21 2013 New Revision: 249905 URL: http://svnweb.freebsd.org/changeset/base/249905 Log: Remove deprecated APIs to get the total and free memory available to vmm.ko. These APIs were relevant when memory for virtual machine allocation was hard partitioned

svn commit: r249906 - in head: . usr.sbin/mergemaster

2013-04-25 Thread Brooks Davis
:42:21 2013(r249905) +++ head/UPDATING Thu Apr 25 21:19:50 2013(r249906) @@ -31,6 +31,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10 disable the most expensive debugging functionality run ln -s 'abort:false,junk:false' /etc/malloc.conf.) +20130425

svn commit: r249907 - releng/8.4/sys/netinet

2013-04-25 Thread Randall Stewart
Author: rrs Date: Thu Apr 25 21:55:29 2013 New Revision: 249907 URL: http://svnweb.freebsd.org/changeset/base/249907 Log: MFC of r249848: 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

svn commit: r249908 - head/sys/dev/ciss

2013-04-25 Thread Sean Bruno
Author: sbruno Date: Thu Apr 25 23:10:34 2013 New Revision: 249908 URL: http://svnweb.freebsd.org/changeset/base/249908 Log: In the case where the controller supports an sg_list LESS than our predefined and tuned value, we would advertise the unsupported value to CAM and it would merrily

svn commit: r249910 - stable/9/lib/libc/gen

2013-04-25 Thread Eitan Adler
Author: eadler Date: Fri Apr 26 00:45:00 2013 New Revision: 249910 URL: http://svnweb.freebsd.org/changeset/base/249910 Log: MFC r249801: Switch from KR prototypes to modern C Modified: stable/9/lib/libc/gen/stringlist.c Directory Properties: stable/9/lib/libc/ (props changed)

svn commit: r249911 - stable/8/lib/libc/gen

2013-04-25 Thread Eitan Adler
Author: eadler Date: Fri Apr 26 00:45:03 2013 New Revision: 249911 URL: http://svnweb.freebsd.org/changeset/base/249911 Log: MFC r249801: Switch from KR prototypes to modern C Modified: stable/8/lib/libc/gen/stringlist.c Directory Properties: stable/8/lib/libc/ (props changed)

svn commit: r249912 - stable/9/lib/libc/gen

2013-04-25 Thread Eitan Adler
Author: eadler Date: Fri Apr 26 00:47:22 2013 New Revision: 249912 URL: http://svnweb.freebsd.org/changeset/base/249912 Log: MFC r249802: - sl_find does not modify 'name' - make the prototype of sl_find match NetBSD Modified: stable/9/lib/libc/gen/stringlist.3

svn commit: r249913 - stable/8/lib/libc/gen

2013-04-25 Thread Eitan Adler
Author: eadler Date: Fri Apr 26 00:47:28 2013 New Revision: 249913 URL: http://svnweb.freebsd.org/changeset/base/249913 Log: MFC r249802: - sl_find does not modify 'name' - make the prototype of sl_find match NetBSD Modified: stable/8/lib/libc/gen/stringlist.3

svn commit: r249915 - in stable/9/sys: dev/random libkern sys

2013-04-25 Thread Andrey A. Chernov
Author: ache Date: Fri Apr 26 01:56:58 2013 New Revision: 249915 URL: http://svnweb.freebsd.org/changeset/base/249915 Log: MFC r249631 Attempt to mitigate poor initialization of arc4 by one-shot reinitialization from yarrow right after good entropy is harvested. Approved by:

svn commit: r249916 - head/usr.sbin/bhyve

2013-04-25 Thread Neel Natu
Author: neel Date: Fri Apr 26 02:24:50 2013 New Revision: 249916 URL: http://svnweb.freebsd.org/changeset/base/249916 Log: Gripe if some slot,function tuple is specified more than once instead of silently overwriting the previous assignment. Gripe if the emulation is not recognized

svn commit: r249917 - head/usr.sbin/bhyve

2013-04-25 Thread Peter Grehan
Author: grehan Date: Fri Apr 26 05:13:48 2013 New Revision: 249917 URL: http://svnweb.freebsd.org/changeset/base/249917 Log: Use a thread for the processing of virtio tx descriptors rather than blocking the vCPU thread. This improves bulk data performance by ~30-40% and doesn't harm

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

2013-04-25 Thread Justin Hibbits
Author: jhibbits Date: Fri Apr 26 05:18:18 2013 New Revision: 249918 URL: http://svnweb.freebsd.org/changeset/base/249918 Log: Remove a comment that shouldn't have gone in. X-MFC-with: r249864 Modified: head/sys/powerpc/aim/mmu_oea.c Modified: head/sys/powerpc/aim/mmu_oea.c

svn commit: r249919 - head/sys/mips/cavium

2013-04-25 Thread Warner Losh
Author: imp Date: Fri Apr 26 05:42:35 2013 New Revision: 249919 URL: http://svnweb.freebsd.org/changeset/base/249919 Log: Octeon 2 (6xxx) and newer CPUs don't use the clock CPU speed for its I/O clock. Thankfully, the simple executive provies a way to querry the proper clock that works on