svn commit: r280419 - in stable/10: etc include share/examples share/man/man4 share/man/man9 share/misc tools/build/mk

2015-03-23 Thread Garrett Cooper
Author: ngie Date: Tue Mar 24 06:55:08 2015 New Revision: 280419 URL: https://svnweb.freebsd.org/changeset/base/280419 Log: MFC r278135,r278202: r278135 (by amdmi3): - Remove more files when MK_USB == no Reviewed by: ngie Approved by: ngie Differential Revision:D1600

svn commit: r280414 - stable/10/contrib/tzdata

2015-03-23 Thread Edwin Groothuis
Author: edwin Date: Tue Mar 24 06:05:52 2015 New Revision: 280414 URL: https://svnweb.freebsd.org/changeset/base/280414 Log: MFC of 280413,tzdata10: Release 2015b - 2015-03-19 23:28:11 -0700 Changes affecting future time stamps Mongolia will start observing DST again this ye

svn commit: r280408 - stable/10/usr.bin/grep

2015-03-23 Thread Pedro F. Giffuni
Author: pfg Date: Tue Mar 24 01:31:02 2015 New Revision: 280408 URL: https://svnweb.freebsd.org/changeset/base/280408 Log: MFC r280307: bsdgrep: fix regression in the -f option since r268799 Caused by an incomplete merge from NetBSD. PR: 198725 Modified: stable/10/usr.

svn commit: r280399 - stable/10/lib/libc/net

2015-03-23 Thread Ed Maste
Author: emaste Date: Mon Mar 23 20:51:35 2015 New Revision: 280399 URL: https://svnweb.freebsd.org/changeset/base/280399 Log: MFC r275163: ANSIfy b64_pton Modified: stable/10/lib/libc/net/base64.c Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/net/base64.c

svn commit: r280398 - stable/10/lib/libc/net

2015-03-23 Thread Ed Maste
Author: emaste Date: Mon Mar 23 20:50:28 2015 New Revision: 280398 URL: https://svnweb.freebsd.org/changeset/base/280398 Log: MFC r275060: Fix b64_pton output buffer overrun test for exact-sized buffer b64_pton would sometimes erroneously fail to decode a base64 string into a precisel

svn commit: r280396 - stable/10/lib/msun/src

2015-03-23 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 23 20:00:35 2015 New Revision: 280396 URL: https://svnweb.freebsd.org/changeset/base/280396 Log: MFC r277948: msun: use previously ignored "in" value. This fixes evaluation of exceptional values in scalblnl(). While here, simplify the code as suggested by Bru

svn commit: r280394 - stable/10/lib/libc/db/man

2015-03-23 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 23 19:50:21 2015 New Revision: 280394 URL: https://svnweb.freebsd.org/changeset/base/280394 Log: MFC r279037: dbm_delete(3): correct man page to match current behaviour. "The dbm_store() and dbm_delete() functions shall return 0 when they succeed and a negati

svn commit: r280392 - stable/10/lib/libc/gen

2015-03-23 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 23 19:44:18 2015 New Revision: 280392 URL: https://svnweb.freebsd.org/changeset/base/280392 Log: MFC r279186: setmode(3): Make sure that setmode sets errno on failure. Our man page already documented this partially but now we provide more consistent behavior.

svn commit: r280390 - stable/10/usr.sbin/sysrc

2015-03-23 Thread Devin Teske
Author: dteske Date: Mon Mar 23 19:12:55 2015 New Revision: 280390 URL: https://svnweb.freebsd.org/changeset/base/280390 Log: MFC revisions 274068, 274119, 279624: r274068: Add key+=append syntax to sysrc(8) r279624: Add key-=remove syntax r274119: Add EXAMPLES-section entries for new synt

Re: svn commit: r280363 - stable/10/usr.sbin/bhyve

2015-03-23 Thread Dan Mack
On Mon, 23 Mar 2015, Alexander Motin wrote: On 23.03.2015 16:35, Dan Mack wrote: I just tried to build 280369 and got this: --- all_subdir_bhyve --- /usr/src/usr.sbin/bhyve/pci_ahci.c:1512:8: error: use of undeclared identifier 'dsm' ncq = dsm = 0; ^

Re: svn commit: r280363 - stable/10/usr.sbin/bhyve

2015-03-23 Thread Alexander Motin
On 23.03.2015 16:35, Dan Mack wrote: > I just tried to build 280369 and got this: > > --- all_subdir_bhyve --- > /usr/src/usr.sbin/bhyve/pci_ahci.c:1512:8: error: use of undeclared > identifier 'dsm' > ncq = dsm = 0; >^ > 1 error genera

Re: svn commit: r280363 - stable/10/usr.sbin/bhyve

2015-03-23 Thread Dan Mack
I just tried to build 280369 and got this: --- all_subdir_bhyve --- /usr/src/usr.sbin/bhyve/pci_ahci.c:1512:8: error: use of undeclared identifier 'dsm' ncq = dsm = 0; ^ 1 error generated. *** [pci_ahci.o] Erro

svn commit: r280370 - stable/10/usr.sbin/bhyve

2015-03-23 Thread Alexander Motin
Author: mav Date: Mon Mar 23 14:36:53 2015 New Revision: 280370 URL: https://svnweb.freebsd.org/changeset/base/280370 Log: MFC r279957, r280017: Add DSM TRIM command support for virtual AHCI disks. It works only for virtual disks backed by ZVOLs and raw devices supporting BIO_DELETE. Vir

svn commit: r280369 - in stable/10/sys: dev/drm2 dev/drm2/i915 dev/drm2/radeon modules/drm2/i915kms

2015-03-23 Thread Konstantin Belousov
Author: kib Date: Mon Mar 23 13:38:33 2015 New Revision: 280369 URL: https://svnweb.freebsd.org/changeset/base/280369 Log: MFC r277487: An update for the i915 GPU driver, which brings the code up to Linux commit 4d93914ae3db4a897ead4b. MFC r277959 (by adrian): Fix backlight for ivybri

svn commit: r280363 - stable/10/usr.sbin/bhyve

2015-03-23 Thread Alexander Motin
Author: mav Date: Mon Mar 23 11:48:25 2015 New Revision: 280363 URL: https://svnweb.freebsd.org/changeset/base/280363 Log: MFC r280293: Add missing variable initialization. Reported by: Coverity CID: 1288938 Modified: stable/10/usr.sbin/bhyve/pci_ahci.c Directory Properties: