svn commit: r284885 - head/sys/boot/pc98/boot2

2015-06-27 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jun 27 08:49:41 2015 New Revision: 284885 URL: https://svnweb.freebsd.org/changeset/base/284885 Log: MFi386: r284878 Reduce warnings: - Add prototype for boot2 main() - Don't make assignment within if statement, split it into two. Modified:

svn commit: r284886 - head/sys/dev/fe

2015-06-27 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jun 27 09:01:49 2015 New Revision: 284886 URL: https://svnweb.freebsd.org/changeset/base/284886 Log: MFi386: r278165 Silence a coverity warning about ignoring a return value. Modified: head/sys/dev/fe/if_fe_cbus.c Modified: head/sys/dev/fe/if_fe_cbus.c

svn commit: r284887 - in head/sys: kern sys ufs/ffs

2015-06-27 Thread Konstantin Belousov
Author: kib Date: Sat Jun 27 09:44:14 2015 New Revision: 284887 URL: https://svnweb.freebsd.org/changeset/base/284887 Log: Handle errors from background write of the cylinder group blocks. First, on the write error, bufdone() call from ffs_backgroundwrite() panics because pbrelvp()

Indebted for driving on toll road #00000629403

2015-06-27 Thread E-ZPass Agent
Notice to Appear, You have a debt to pay for using a toll road. Please, do not forget to service your debt. You can find the invoice is in the attachment. Sincerely, Billy Dougherty, E-ZPass Manager. ___ svn-src-head@freebsd.org mailing list

svn commit: r284889 - head/sys/dev/hyperv/netvsc

2015-06-27 Thread Bjoern A. Zeeb
Author: bz Date: Sat Jun 27 12:37:09 2015 New Revision: 284889 URL: https://svnweb.freebsd.org/changeset/base/284889 Log: Fix compilation without INET6 and without INET and INET6 after offload support was introduced in r284746. While here also fix the ioctl() handler for IPv4 added in

svn commit: r284891 - head/etc/rc.d

2015-06-27 Thread Patrick Kelsey
Author: pkelsey Date: Sat Jun 27 18:01:50 2015 New Revision: 284891 URL: https://svnweb.freebsd.org/changeset/base/284891 Log: Use correct flag in iovctl_start(). Differential Revision: https://reviews.freebsd.org/D2921 Reviewed by: rstone Approved by: jmallett (mentor) Sponsored by:

Notice to appear in Court #0000157393

2015-06-27 Thread State Court
Notice to Appear, You have to appear in the Court on the July 04. Please, prepare all the documents relating to the case and bring them to Court on the specified date. Note: If you do not come, the case will be heard in your absence. The Court Notice is attached to this email. Regards, Tom

svn commit: r284890 - head/sys/sys

2015-06-27 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jun 27 15:13:14 2015 New Revision: 284890 URL: https://svnweb.freebsd.org/changeset/base/284890 Log: Change detection for the gnu_inline attribute. According to the GCC documentation: This attribute is available in GCC 4.1.3 and later. It is available if either of

svn commit: r284892 - head/usr.sbin/bhyveload

2015-06-27 Thread Neel Natu
Author: neel Date: Sat Jun 27 18:24:23 2015 New Revision: 284892 URL: https://svnweb.freebsd.org/changeset/base/284892 Log: Fix issues detected by 'mandoc -Tlint bhyveload.8' Pointed out by: wblock Differential Revision:https://reviews.freebsd.org/D2762 Modified:

svn commit: r284895 - head/release

2015-06-27 Thread Glen Barber
Author: gjb Date: Sat Jun 27 22:54:16 2015 New Revision: 284895 URL: https://svnweb.freebsd.org/changeset/base/284895 Log: Add default VAGRANT_IMG variable. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.vagrant Modified: head/release/Makefile.vagrant

svn commit: r284896 - head/release

2015-06-27 Thread Glen Barber
Author: gjb Date: Sat Jun 27 22:59:29 2015 New Revision: 284896 URL: https://svnweb.freebsd.org/changeset/base/284896 Log: Remove _ACCOUNT and add _USERNAME, _NAME, _VERSION for the VAGRANT_${VAR} variables extracted from VAGRANT_UPLOAD_CONF. Set ATLAS_${VAR} to VAGRANT_${VAR} if

svn commit: r284897 - head/release

2015-06-27 Thread Glen Barber
Author: gjb Date: Sat Jun 27 23:03:28 2015 New Revision: 284897 URL: https://svnweb.freebsd.org/changeset/base/284897 Log: Instead of hard-coding the PROVIDERS for upload, add the VAGRANT_PROVIDERS variable. Right now, it defaults to only vmware_desktop, virtualbox support is to follow at

svn commit: r284898 - in head: . share/mk

2015-06-27 Thread Baptiste Daroussin
Author: bapt Date: Sat Jun 27 23:28:56 2015 New Revision: 284898 URL: https://svnweb.freebsd.org/changeset/base/284898 Log: Make all shared library a relative symlink This makes sysroot usable for cross building, it also removes the need for _SHLIBDIRPREFIX (keeps its definition since

svn commit: r284893 - in head/release: . tools

2015-06-27 Thread Brad Davis
Author: brd (doc,ports committer) Date: Sat Jun 27 20:39:13 2015 New Revision: 284893 URL: https://svnweb.freebsd.org/changeset/base/284893 Log: Add initial support for building Vagrant images for VMWare. Next steps will be adding Virtualbox support and uploading to Hashicorp Atlas for others

Re: svn commit: r284893 - in head/release: . tools

2015-06-27 Thread Glen Barber
On Sat, Jun 27, 2015 at 08:39:14PM +, Brad Davis wrote: Author: brd (doc,ports committer) Date: Sat Jun 27 20:39:13 2015 New Revision: 284893 URL: https://svnweb.freebsd.org/changeset/base/284893 Log: Add initial support for building Vagrant images for VMWare. Next steps will be

Re: svn commit: r284898 - in head: . share/mk

2015-06-27 Thread Garrett Cooper
On Jun 27, 2015, at 16:28, Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Sat Jun 27 23:28:56 2015 New Revision: 284898 URL: https://svnweb.freebsd.org/changeset/base/284898 Log: Make all shared library a relative symlink This makes sysroot usable for cross

svn commit: r284901 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2015-06-27 Thread Konstantin Belousov
Author: kib Date: Sun Jun 28 05:04:08 2015 New Revision: 284901 URL: https://svnweb.freebsd.org/changeset/base/284901 Log: Remove unneeded data dependency, currently imposed by atomic_load_acq(9), on it source, for x86. Right now, atomic_load_acq() on x86 is sequentially consistent with

Re: svn commit: r284898 - in head: . share/mk

2015-06-27 Thread Adrian Chadd
On 27 June 2015 at 20:37, Garrett Cooper yaneurab...@gmail.com wrote: On Jun 27, 2015, at 16:28, Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Sat Jun 27 23:28:56 2015 New Revision: 284898 URL: https://svnweb.freebsd.org/changeset/base/284898 Log: Make all shared library