svn commit: r265042 - head/share/misc

2014-04-28 Thread Eitan Adler
Author: eadler Date: Mon Apr 28 06:24:37 2014 New Revision: 265042 URL: http://svnweb.freebsd.org/changeset/base/265042 Log: bsd-family-tree: Fix date Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

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

2014-04-28 Thread Gleb Smirnoff
On Fri, Apr 25, 2014 at 02:09:21PM -0700, Adrian Chadd wrote: A Someone else should do it. Someone else can simply revert a commit that introduces a LOR and adds nonstandard undocumented configuration knobs. -- Totus tuus, Glebius. ___

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

2014-04-28 Thread Gleb Smirnoff
On Sat, Apr 26, 2014 at 09:03:41PM +, Alexander V. Chernikov wrote: A @@ -1425,6 +1431,95 @@ bad: A #undef ifpaddr A #undef flags A A +#define senderr(e) { error = e; goto bad; } ... A +if (error != 0) A +senderr(error); This resolves to error =

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

2014-04-28 Thread Steven Hartland
Author: smh Date: Mon Apr 28 09:00:00 2014 New Revision: 265046 URL: http://svnweb.freebsd.org/changeset/base/265046 Log: Fix ZIO reordering done by vdev_queue_io causing panics when zio_vdev_io_start returns ZIO_PIPELINE_CONTINUE from vdev_op_io_start to zio_execute resulting in the wrong

Re: svn commit: r265003 - head/secure/usr.sbin/sshd

2014-04-28 Thread Slawa Olhovchenkov
On Sun, Apr 27, 2014 at 05:28:14AM +, Konstantin Belousov wrote: Author: kib Date: Sun Apr 27 05:28:14 2014 New Revision: 265003 URL: http://svnweb.freebsd.org/changeset/base/265003 Log: Fix order of libthr and libc in the global dso list for sshd, by explicitely linking main

svn commit: r265051 - head/sys/sys

2014-04-28 Thread Ed Maste
Author: emaste Date: Mon Apr 28 13:42:41 2014 New Revision: 265051 URL: http://svnweb.freebsd.org/changeset/base/265051 Log: Drop explicit unsigned from FD_SETSIZE constant FD_SETSIZE is often used as an argument to select or compared with an integer file descriptor. Rather than force

svn commit: r265054 - head/sys/geom/raid

2014-04-28 Thread Alexander Motin
Author: mav Date: Mon Apr 28 15:03:52 2014 New Revision: 265054 URL: http://svnweb.freebsd.org/changeset/base/265054 Log: Reduce number of opens by REOM RAID during provider taste. Instead opening/closing provider by each of metadata classes, do it only once in core code. Since for SCSI

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

2014-04-28 Thread Adrian Chadd
On 28 April 2014 01:53, Gleb Smirnoff gleb...@freebsd.org wrote: On Fri, Apr 25, 2014 at 02:09:21PM -0700, Adrian Chadd wrote: A Someone else should do it. Someone else can simply revert a commit that introduces a LOR and adds nonstandard undocumented configuration knobs. Please do. I'm no

svn commit: r265055 - in head: share/man/man4 sys/dev/proto sys/modules sys/modules/proto

2014-04-28 Thread Marcel Moolenaar
Author: marcel Date: Mon Apr 28 17:58:40 2014 New Revision: 265055 URL: http://svnweb.freebsd.org/changeset/base/265055 Log: Add proto(4): A driver for prototyping and diagnostics. It exposes I/O resources to user space, so that programs can peek and poke at the hardware. It does not itself

svn commit: r265056 - in head/tools/bus_space: . C Python

2014-04-28 Thread Marcel Moolenaar
Author: marcel Date: Mon Apr 28 18:06:11 2014 New Revision: 265056 URL: http://svnweb.freebsd.org/changeset/base/265056 Log: Add a C libary and a Python module that implements an API similar to bus_space(9) and that uses the proto(4) driver for talking to hardware. If the I/O resource is a

svn commit: r265057 - head/sys/boot/amd64

2014-04-28 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Apr 28 18:25:21 2014 New Revision: 265057 URL: http://svnweb.freebsd.org/changeset/base/265057 Log: Turn off various fancy instruction sets, as well as deduplicate some options. This makes the EFI loader build work with CPUTYPE=native in make.conf on my Core i5.

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

2014-04-28 Thread Peter Grehan
Author: grehan Date: Mon Apr 28 18:41:25 2014 New Revision: 265058 URL: http://svnweb.freebsd.org/changeset/base/265058 Log: Implement legacy interrupts for the AHCI device emulation according to the method outlined in the AHCI spec. Tested with FreeBSD 9/10/11 with MSI disabled, and

svn commit: r265059 - head/lib/libc/arm/gen

2014-04-28 Thread Andrew Turner
Author: andrew Date: Mon Apr 28 18:54:12 2014 New Revision: 265059 URL: http://svnweb.freebsd.org/changeset/base/265059 Log: Set the new floating point exception mask correctly Submitted by: Keith White kwh...@site.uottawa.ca Modified: head/lib/libc/arm/gen/fpsetmask_vfp.c Modified:

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

2014-04-28 Thread Alan Somers
On Mon, Apr 28, 2014 at 11:55 AM, Adrian Chadd adr...@freebsd.org wrote: On 28 April 2014 01:53, Gleb Smirnoff gleb...@freebsd.org wrote: On Fri, Apr 25, 2014 at 02:09:21PM -0700, Adrian Chadd wrote: A Someone else should do it. Someone else can simply revert a commit that introduces a LOR

svn commit: r265060 - head/sys/kern

2014-04-28 Thread Brooks Davis
Author: brooks Date: Mon Apr 28 20:38:08 2014 New Revision: 265060 URL: http://svnweb.freebsd.org/changeset/base/265060 Log: Revert r263754, re-adding support for hw.bus.devctl_disable. Breaking old devd's and thus hosts that get IP addresses from DHCP was too much of a POLA violation.

svn commit: r265061 - head/release/doc/en_US.ISO8859-1/relnotes

2014-04-28 Thread Glen Barber
Author: gjb Date: Mon Apr 28 20:40:36 2014 New Revision: 265061 URL: http://svnweb.freebsd.org/changeset/base/265061 Log: Remove note about hw.bus.devctl_disable removal, restored in r265060. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r265062 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyve usr.sbin/bhyvectl

2014-04-28 Thread Neel Natu
Author: neel Date: Mon Apr 28 22:06:40 2014 New Revision: 265062 URL: http://svnweb.freebsd.org/changeset/base/265062 Log: Allow a virtual machine to be forcibly reset or powered off. This is done by adding an argument to the VM_SUSPEND ioctl that specifies how the virtual machine should be

svn commit: r265063 - head

2014-04-28 Thread Warner Losh
Author: imp Date: Mon Apr 28 23:16:46 2014 New Revision: 265063 URL: http://svnweb.freebsd.org/changeset/base/265063 Log: Add dependency for libm to libstdc++. This fixes high -j value builds when not building with clang. Submitted by: ian@ Modified: head/Makefile.inc1 Modified:

Re: svn commit: r265051 - head/sys/sys

2014-04-28 Thread Bruce Evans
On Mon, 28 Apr 2014, Ed Maste wrote: Log: Drop explicit unsigned from FD_SETSIZE constant FD_SETSIZE is often used as an argument to select or compared with an integer file descriptor. Rather than force 3rd party software to add explicit casts, just make it a plain (int) constant as on

svn commit: r265072 - head/sys/geom

2014-04-28 Thread Bryan Drewery
Author: bdrewery Date: Tue Apr 29 01:17:43 2014 New Revision: 265072 URL: http://svnweb.freebsd.org/changeset/base/265072 Log: Remove redundant include MFC after:3 days Modified: head/sys/geom/geom_disk.c Modified: head/sys/geom/geom_disk.c