svn commit: r265995 - head/secure/lib/libcrypt

2014-05-13 Thread Xin LI
Author: delphij Date: Wed May 14 00:50:31 2014 New Revision: 265995 URL: http://svnweb.freebsd.org/changeset/base/265995 Log: Switch using the new $2b$ format by default, when bcrypt is used. MFC after:2 weeks Relnotes: default Blowfish crypt(3) format have been changed to $2b$.

svn commit: r265985 - head/crypto/openssl/ssl

2014-05-13 Thread Xin LI
Author: delphij Date: Tue May 13 23:17:24 2014 New Revision: 265985 URL: http://svnweb.freebsd.org/changeset/base/265985 Log: Fix OpenSSL NULL pointer deference vulnerability. Obtained from:OpenBSD Security: FreeBSD-SA-14:09.openssl Security: CVE-2014-0198 Modified: h

svn commit: r265978 - head/contrib/tzdata

2014-05-13 Thread Edwin Groothuis
Author: edwin Date: Tue May 13 21:25:59 2014 New Revision: 265978 URL: http://svnweb.freebsd.org/changeset/base/265978 Log: MFV of 265975, tzdata2014c - Egypt will go into DST on 15 May 2014 Modified: head/contrib/tzdata/africa head/contrib/tzdata/asia head/contrib/tzdata/europe Dire

svn commit: r265977 - head/usr.bin/printf

2014-05-13 Thread Jilles Tjoelker
Author: jilles Date: Tue May 13 21:24:55 2014 New Revision: 265977 URL: http://svnweb.freebsd.org/changeset/base/265977 Log: printf: Fix missing arguments for %u/%o/%x/%X after r265592. If a numeric argument is missing, zero should be assumed, for signed as well as unsigned conversions.

svn commit: r265951 - in head: lib/libvmmapi usr.sbin/bhyve

2014-05-13 Thread Neel Natu
Author: neel Date: Tue May 13 16:40:27 2014 New Revision: 265951 URL: http://svnweb.freebsd.org/changeset/base/265951 Log: Don't include the guest memory segments in the bhyve(8) process core dump. This has not added a lot of value when debugging bhyve issues while greatly increasing the tim

svn commit: r265950 - head/sbin/geom/class/eli

2014-05-13 Thread Thomas Quinot
Author: thomas Date: Tue May 13 15:46:52 2014 New Revision: 265950 URL: http://svnweb.freebsd.org/changeset/base/265950 Log: Add mention of metadata version 7 in FreeBSD 10.0 Reviewed by: pjd MFC after:1 day Modified: head/sbin/geom/class/eli/geli.8 Modified: head/sbin/geom/class

svn commit: r265949 - head/sys/dev/usb/controller

2014-05-13 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 13 13:46:38 2014 New Revision: 265949 URL: http://svnweb.freebsd.org/changeset/base/265949 Log: - Isochronous transfers should use the alternate next transfer descriptor upon receiving a short packet, in host and device mode. - Correct some comments. Modified:

svn commit: r265948 - head/sys/vm

2014-05-13 Thread Alan Cox
Author: alc Date: Tue May 13 13:20:23 2014 New Revision: 265948 URL: http://svnweb.freebsd.org/changeset/base/265948 Log: On a fork allow read-only wired pages to be copy-on-write shared between the parent and child processes. Previously, we copied these pages even though they are read only