Re: svn commit: r302163 - in head/sys: cam conf

2016-07-03 Thread Jan Beich
Warner Losh writes: > Author: imp > Date: Thu Jun 23 23:20:58 2016 > New Revision: 302163 > URL: https://svnweb.freebsd.org/changeset/base/302163 > > Log: > Rename CAM_NETFLIX_IOSCHED to CAM_IOSCHED_DYNAMIC to better reflect > its nature. > > Approved by: re >

Re: svn commit: r302332 - head/usr.sbin/bhyve

2016-07-03 Thread Allan Jude
On 2016-07-03 23:19, Peter Grehan wrote: > Author: grehan > Date: Mon Jul 4 03:19:06 2016 > New Revision: 302332 > URL: https://svnweb.freebsd.org/changeset/base/302332 > > Log: > Import bhyve_graphics into CURRENT. Thanks to all who tested > this on the branch. > > Original commit

Re: svn commit: r302297 - in head/sys/cddl/contrib/opensolaris: common/acl uts/common/fs/zfs uts/common/sys

2016-07-03 Thread Daniel Torres
False On Sat, Jul 2, 2016, 11:09 AM Edward Tomasz NapieraƂa wrote: > On 0630T1455, Alexander Motin wrote: > > Author: mav > > Date: Thu Jun 30 14:55:49 2016 > > New Revision: 302297 > > URL: https://svnweb.freebsd.org/changeset/base/302297 > > > > Log: > > Revert r299454

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

2016-07-03 Thread Peter Grehan
Author: grehan Date: Mon Jul 4 03:19:06 2016 New Revision: 302332 URL: https://svnweb.freebsd.org/changeset/base/302332 Log: Import bhyve_graphics into CURRENT. Thanks to all who tested this on the branch. Original commit message: Initial bhyve native graphics support. This

Re: svn commit: r302252 - head/sys/kern

2016-07-03 Thread Konstantin Belousov
On Sun, Jul 03, 2016 at 07:47:15PM -0500, Benjamin Kaduk wrote: > On Sat, Jul 2, 2016 at 3:04 AM, Bruce Evans wrote: > > > + .th_counter = _timecounter, > >> + .th_scale = (uint64_t)-1 / 100, > >> + .th_offset = {1, 0}, > >> > > > > Is there a syntax

Re: svn commit: r302252 - head/sys/kern

2016-07-03 Thread Benjamin Kaduk
On Sat, Jul 2, 2016 at 3:04 AM, Bruce Evans wrote: > + .th_counter = _timecounter, >> + .th_scale = (uint64_t)-1 / 100, >> + .th_offset = {1, 0}, >> > > Is there a syntax for avoiding the explicit 0 in a nested initializer? > Something like

Re: svn commit: r302329 - in head: . etc/mtree share share/colldef share/ctypedef share/locale-links share/monetdef share/msgdef share/numericdef share/timedef tools/build/mk tools/tools/locale/tools

2016-07-03 Thread Baptiste Daroussin
On Sun, Jul 03, 2016 at 10:06:07PM +0300, Ivan Klymenko wrote: > On Sun, 3 Jul 2016 18:21:11 + (UTC) > Baptiste Daroussin wrote: > > > Author: bapt > > Date: Sun Jul 3 18:21:11 2016 > > New Revision: 302329 > > URL: https://svnweb.freebsd.org/changeset/base/302329 > > > >

svn commit: r302331 - head/share/colldef

2016-07-03 Thread Baptiste Daroussin
Author: bapt Date: Sun Jul 3 19:31:21 2016 New Revision: 302331 URL: https://svnweb.freebsd.org/changeset/base/302331 Log: Add the forgotten "svn mv" from r302329 Reported by: Ivan Klymenko Approved by: re (implicit) Added: head/share/colldef/zh_CN.GB2312.src -

Re: svn commit: r302329 - in head: . etc/mtree share share/colldef share/ctypedef share/locale-links share/monetdef share/msgdef share/numericdef share/timedef tools/build/mk tools/tools/locale/tools

2016-07-03 Thread Ivan Klymenko
On Sun, 3 Jul 2016 18:21:11 + (UTC) Baptiste Daroussin wrote: > Author: bapt > Date: Sun Jul 3 18:21:11 2016 > New Revision: 302329 > URL: https://svnweb.freebsd.org/changeset/base/302329 > > Log: > Posixify the locales name for variants > > For all locales with

svn commit: r302330 - head/tools/build/mk

2016-07-03 Thread Garrett Cooper
Author: ngie Date: Sun Jul 3 18:27:00 2016 New Revision: 302330 URL: https://svnweb.freebsd.org/changeset/base/302330 Log: Remove ftp(1) related files when MK_FTP == no Approved by: re (gjb) Differential Revision: https://reviews.freebsd.org/D6969 MFC after: 1 week Reviewed by: ngie

svn commit: r302329 - in head: . etc/mtree share share/colldef share/ctypedef share/locale-links share/monetdef share/msgdef share/numericdef share/timedef tools/build/mk tools/tools/locale/tools

2016-07-03 Thread Baptiste Daroussin
== --- head/ObsoleteFiles.inc Sun Jul 3 18:19:48 2016(r302328) +++ head/ObsoleteFiles.inc Sun Jul 3 18:21:11 2016(r302329) @@ -38,6 +38,105 @@ # xargs -n1 | sort | uniq -d; # done +# 20160703: POSIXify

svn commit: r302328 - in head/sys: kern sys

2016-07-03 Thread Konstantin Belousov
Author: kib Date: Sun Jul 3 18:19:48 2016 New Revision: 302328 URL: https://svnweb.freebsd.org/changeset/base/302328 Log: Provide helper macros to detect 'non-silent SBDRY' state and to calculate appropriate return value for stops. Simplify the code by using them. Fix typo in

svn commit: r302327 - head/usr.bin/lastcomm/tests

2016-07-03 Thread Garrett Cooper
Author: ngie Date: Sun Jul 3 17:52:21 2016 New Revision: 302327 URL: https://svnweb.freebsd.org/changeset/base/302327 Log: Fix .../usr.bin/lastcomm/legacy_test:main on i386 The time in the output files was ahead by 3 hours on i386. Fix the incorrect offset. Differential Revision:

svn commit: r302326 - head/usr.bin/lastcomm/tests

2016-07-03 Thread Garrett Cooper
Author: ngie Date: Sun Jul 3 17:51:24 2016 New Revision: 302326 URL: https://svnweb.freebsd.org/changeset/base/302326 Log: Output the diffs to standard error when comparing the expected vs the obtained output from lastcomm instead of just printing out a summary, e.g. "they differed".

svn commit: r302325 - head/libexec/rtld-elf

2016-07-03 Thread Bryan Drewery
Author: bdrewery Date: Sun Jul 3 17:28:39 2016 New Revision: 302325 URL: https://svnweb.freebsd.org/changeset/base/302325 Log: Fix race for incrementally rebuilding VERSION_MAP. The dependency is needed in PROG_FULL since only the build of PROG_FULL is using the LDFLAGS and depending on

svn commit: r302324 - head/lib/libc/locale

2016-07-03 Thread Baptiste Daroussin
Author: bapt Date: Sun Jul 3 15:00:12 2016 New Revision: 302324 URL: https://svnweb.freebsd.org/changeset/base/302324 Log: Fix a bad test resulting in a segfault with ISO-8859-5 locales Reported by: Lauri Tirkkonen from Illumos Approved by: re@ (gjb) Modified:

svn commit: r302323 - stable/10/sys/kern

2016-07-03 Thread Jilles Tjoelker
Author: jilles Date: Sun Jul 3 11:45:54 2016 New Revision: 302323 URL: https://svnweb.freebsd.org/changeset/base/302323 Log: MFC r302151: posixshm: Fix lock leak when mac_posixshm_check_read rejects read. While reading the code, I noticed that shm_read() returns without unlocking