svn commit: r263422 - in stable/9: . tools/build/mk

2014-03-20 Thread Dag-Erling Smørgrav
Author: des Date: Thu Mar 20 11:09:20 2014 New Revision: 263422 URL: http://svnweb.freebsd.org/changeset/base/263422 Log: MFH (r255590): list OpenSSH in OptionalObsoleteFiles.inc Also fix the libssh-went-private bit in ObsoleteFiles.inc, which was incomplete. Modified: stable/9/ObsoleteFi

svn commit: r263443 - stable/9/usr.bin/calendar

2014-03-20 Thread Dimitry Andric
Author: dim Date: Thu Mar 20 20:18:08 2014 New Revision: 263443 URL: http://svnweb.freebsd.org/changeset/base/263443 Log: MFC r226141 (by ed): Remove extraneous WARNS=7. WARNS above 6 has no use. Also, all of usr.bin is also built with WARNS=6 by default. Discussed with: e

svn commit: r263444 - in stable/9: sys/dev/puc sys/dev/vxge usr.bin/csup

2014-03-20 Thread Dimitry Andric
Author: dim Date: Thu Mar 20 20:33:18 2014 New Revision: 263444 URL: http://svnweb.freebsd.org/changeset/base/263444 Log: MFC r251862 (by pluknet): Clean up -Wheader-guard warnings. Submitted by: Modified: stable/9/sys/dev/puc/puc_bfe.h stable/9/sys/dev/puc/puc_cfg.h stable/9/s

svn commit: r263447 - stable/9/sys/dev/ath/ath_hal/ar5416

2014-03-20 Thread Dimitry Andric
Author: dim Date: Thu Mar 20 20:55:57 2014 New Revision: 263447 URL: http://svnweb.freebsd.org/changeset/base/263447 Log: MFC r243164 (by adrian): I'm not sure why ah_desc.h was required here, but it doesn't _need_ to be. So, just toss it. There's no options or ah_desc fields in here

svn commit: r263448 - stable/9/sys/modules/drm2/radeonkms

2014-03-20 Thread Dimitry Andric
Author: dim Date: Thu Mar 20 21:12:23 2014 New Revision: 263448 URL: http://svnweb.freebsd.org/changeset/base/263448 Log: MFC r260020: For sys/dev/drm2/radeon, only use -fms-extensions with gcc. This flag is only to stop gcc complaining about anonymous unions, which clang does not do.

svn commit: r263450 - in stable/9/sys: conf modules/ipfilter

2014-03-20 Thread Dimitry Andric
Author: dim Date: Thu Mar 20 21:49:24 2014 New Revision: 263450 URL: http://svnweb.freebsd.org/changeset/base/263450 Log: MFC r260039: Turn off warnings about unused variables for a bunch of files under contrib/ipfilter. Modified: stable/9/sys/conf/files stable/9/sys/modules/ipfilter

svn commit: r263452 - stable/9/sys/netgraph

2014-03-20 Thread Dimitry Andric
Author: dim Date: Thu Mar 20 22:03:37 2014 New Revision: 263452 URL: http://svnweb.freebsd.org/changeset/base/263452 Log: MFC r260046 (by glebius): Fix the parse type for NGM_LISTTYPES. Actually, text versions of generic commands are not used, since ngctl(8) uses binary messages for