Author: dim
Date: Tue Apr 1 08:19:30 2014
New Revision: 263984
URL: http://svnweb.freebsd.org/changeset/base/263984
Log:
MFC r263891:
Make clang default to DWARF2 debug info format for FreeBSD 10.x and
earlier. For head, this commit does not change anything, but it is
purely meant to
Author: mav
Date: Tue Apr 1 12:08:58 2014
New Revision: 263988
URL: http://svnweb.freebsd.org/changeset/base/263988
Log:
MFC r263118:
Report ZVOL block size as GEOM stripesize.
Modified:
stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zvol.c
Directory Properties:
stable/9/ (pro
Author: gjb
Date: Tue Apr 1 14:48:10 2014
New Revision: 263999
URL: http://svnweb.freebsd.org/changeset/base/263999
Log:
Document r263970, OpenSSH update.
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: stable/9/release
Author: gjb
Date: Tue Apr 1 17:57:45 2014
New Revision: 264014
URL: http://svnweb.freebsd.org/changeset/base/264014
Log:
MFC r250143, r257079, r258086, r262670:
r250143 (benno):
Optimize SUBDIR_OVERRIDE such that SUBDIR isn't automatically
defined if SUBDIR_OVERRIDE is defined.
Author: dim
Date: Wed Apr 2 06:17:57 2014
New Revision: 264032
URL: http://svnweb.freebsd.org/changeset/base/264032
Log:
MFC r263775:
Avoid "cc1: warning: is shorter than expected" when using GNU cpp in
combination with dtrace scripts, which have "#!/usr/sbin/dtrace -Cs"
shebang lines.