svn commit: r259990 - in stable: 10/sys/kern 9/sys/kern

2013-12-27 Thread Dimitry Andric
Author: dim Date: Sat Dec 28 02:00:33 2013 New Revision: 259990 URL: http://svnweb.freebsd.org/changeset/base/259990 Log: MFC r259892: In sys/kern/vfs_mountroot.c, remove static function parse_isspace(), which is unused since r214006. Modified: stable/9/sys/kern/vfs_mountroot.c Directo

svn commit: r259991 - stable/10/sys/vm

2013-12-27 Thread Dimitry Andric
Author: dim Date: Sat Dec 28 02:07:29 2013 New Revision: 259991 URL: http://svnweb.freebsd.org/changeset/base/259991 Log: MFC r259893: In sys/vm/vm_pageout.c, since vm_pageout_worker() takes a void * as argument, cast the incoming 0 argument to void *, to silence a warning from clang 3.

svn commit: r259992 - in stable: 10/sys/dev/cxgb/common 9/sys/dev/cxgb/common

2013-12-27 Thread Dimitry Andric
Author: dim Date: Sat Dec 28 02:11:17 2013 New Revision: 259992 URL: http://svnweb.freebsd.org/changeset/base/259992 Log: MFC r259896: In sys/dev/cxgb/common/cxgb_mc5.c, remove static function dbgi_wr_addr3(), which is unused since r167514. Modified: stable/10/sys/dev/cxgb/common/cxgb_

svn commit: r259992 - in stable: 10/sys/dev/cxgb/common 9/sys/dev/cxgb/common

2013-12-27 Thread Dimitry Andric
Author: dim Date: Sat Dec 28 02:11:17 2013 New Revision: 259992 URL: http://svnweb.freebsd.org/changeset/base/259992 Log: MFC r259896: In sys/dev/cxgb/common/cxgb_mc5.c, remove static function dbgi_wr_addr3(), which is unused since r167514. Modified: stable/9/sys/dev/cxgb/common/cxgb_m

svn commit: r259993 - in stable: 10/sys/dev/cxgb/ulp/tom 9/sys/dev/cxgb/ulp/tom

2013-12-27 Thread Dimitry Andric
Author: dim Date: Sat Dec 28 02:15:30 2013 New Revision: 259993 URL: http://svnweb.freebsd.org/changeset/base/259993 Log: MFC r259897: In sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c, remove static functions mk_cpl_barrier_ulp(), mk_get_tcb_ulp() and mk_set_tcb_field_ulp(), which are all unused s

svn commit: r259993 - in stable: 10/sys/dev/cxgb/ulp/tom 9/sys/dev/cxgb/ulp/tom

2013-12-27 Thread Dimitry Andric
Author: dim Date: Sat Dec 28 02:15:30 2013 New Revision: 259993 URL: http://svnweb.freebsd.org/changeset/base/259993 Log: MFC r259897: In sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c, remove static functions mk_cpl_barrier_ulp(), mk_get_tcb_ulp() and mk_set_tcb_field_ulp(), which are all unused s

svn commit: r260003 - in head/lib/libiconv_modules: BIG5 DECHanyu EUC EUCTW GBK2K HZ ISO2022 JOHAB MSKanji UES UTF7 UTF8 VIQR ZW

2013-12-28 Thread Dimitry Andric
Author: dim Date: Sat Dec 28 13:49:48 2013 New Revision: 260003 URL: http://svnweb.freebsd.org/changeset/base/260003 Log: In libiconv_modules, surround unused static _citrus_XXX_pack_state() and _citrus_XXX_unpack_state() functions with #if 0, for now. MFC after:3 days Modified: he

svn commit: r260015 - head/contrib/libc++/include

2013-12-28 Thread Dimitry Andric
Author: dim Date: Sat Dec 28 20:54:08 2013 New Revision: 260015 URL: http://svnweb.freebsd.org/changeset/base/260015 Log: In libc++'s type_traits header, avoid warnings (activated by our use of -Wsystem-headers) about potential keyword compatibility problems, by adding a __libcpp prefix to t

svn commit: r260016 - head/sys/dev/sk

2013-12-28 Thread Dimitry Andric
Author: dim Date: Sat Dec 28 21:04:17 2013 New Revision: 260016 URL: http://svnweb.freebsd.org/changeset/base/260016 Log: Remove superfluous old-style rcsid[] from if_sk.c. There is already an __FBSDID() at the top of the file. MFC after:3 days Modified: head/sys/dev/sk/if_sk.c M

svn commit: r260017 - head/sys/sys

2013-12-28 Thread Dimitry Andric
Author: dim Date: Sat Dec 28 21:31:58 2013 New Revision: 260017 URL: http://svnweb.freebsd.org/changeset/base/260017 Log: Mark unused static inline functions defined by the PCTRIE_DEFINE() macro as __unused, so warnings about them are avoided. MFC after:3 days Modified: head/sys/sy

svn commit: r260019 - head/sys/modules/drm2/i915kms

2013-12-28 Thread Dimitry Andric
Author: dim Date: Sat Dec 28 22:35:16 2013 New Revision: 260019 URL: http://svnweb.freebsd.org/changeset/base/260019 Log: For some files under sys/dev/drm2/i915, turn off warnings about unused functions and variables, since they are contributed code. MFC after:3 days Modified: head

svn commit: r260020 - head/sys/modules/drm2/radeonkms

2013-12-28 Thread Dimitry Andric
Author: dim Date: Sat Dec 28 22:44:02 2013 New Revision: 260020 URL: http://svnweb.freebsd.org/changeset/base/260020 Log: 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. For clang 3.4 how

svn commit: r260025 - in head/sys: conf modules/ath

2013-12-28 Thread Dimitry Andric
Author: dim Date: Sat Dec 28 23:12:32 2013 New Revision: 260025 URL: http://svnweb.freebsd.org/changeset/base/260025 Log: Disable warning about unused functions for ar9300_reset.c for now. MFC after:3 days Modified: head/sys/conf/files head/sys/modules/ath/Makefile Modified: head/

svn commit: r260026 - in head/sys: conf modules/wlan

2013-12-28 Thread Dimitry Andric
Author: dim Date: Sat Dec 28 23:17:24 2013 New Revision: 260026 URL: http://svnweb.freebsd.org/changeset/base/260026 Log: Disable warning about unused functions for ieee80211_crypto.c and ieee80211_mesh.c for now. MFC after:3 days Modified: head/sys/conf/files head/sys/modules/wl

svn commit: r260038 - head/sys/dev/en

2013-12-29 Thread Dimitry Andric
Author: dim Date: Sun Dec 29 14:19:15 2013 New Revision: 260038 URL: http://svnweb.freebsd.org/changeset/base/260038 Log: In sys/dev/en/midway.c, #if 0 an unused static function. MFC after:3 days Modified: head/sys/dev/en/midway.c Modified: head/sys/dev/en/midway.c =

svn commit: r260039 - in head/sys: conf modules/ipfilter

2013-12-29 Thread Dimitry Andric
Author: dim Date: Sun Dec 29 14:21:55 2013 New Revision: 260039 URL: http://svnweb.freebsd.org/changeset/base/260039 Log: Turn off warnings about unused variables for a bunch of files under contrib/ipfilter. MFC after:3 days Modified: head/sys/conf/files head/sys/modules/ipfilter

svn commit: r260040 - head/sys/dev/mcd

2013-12-29 Thread Dimitry Andric
Author: dim Date: Sun Dec 29 16:28:37 2013 New Revision: 260040 URL: http://svnweb.freebsd.org/changeset/base/260040 Log: In sys/dev/mcd/mcd.c, mark the static const COPYRIGHT string as __used, so it ends up in the object file, and no warnings are emitted about it being actually unused.

svn commit: r260042 - head/sys/dev/my

2013-12-29 Thread Dimitry Andric
Author: dim Date: Sun Dec 29 17:03:45 2013 New Revision: 260042 URL: http://svnweb.freebsd.org/changeset/base/260042 Log: Remove superfluous old-style rcsid[] from if_my.c. There is already an __FBSDID() at the top of the file. MFC after:3 days Modified: head/sys/dev/my/if_my.c M

svn commit: r260048 - head/sys/netgraph/netflow

2013-12-29 Thread Dimitry Andric
Author: dim Date: Sun Dec 29 18:53:45 2013 New Revision: 260048 URL: http://svnweb.freebsd.org/changeset/base/260048 Log: In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[]. MFC after:3 days Modified: head/sys/netgraph/netflow/netflow.c head/sys/netgraph/netflow/

svn commit: r260054 - head/sys/dev/tpm

2013-12-29 Thread Dimitry Andric
Author: dim Date: Sun Dec 29 19:55:06 2013 New Revision: 260054 URL: http://svnweb.freebsd.org/changeset/base/260054 Log: In sys/dev/tpm/tpm.c, #if 0 an unused static function. MFC after:3 days Modified: head/sys/dev/tpm/tpm.c Modified: head/sys/dev/tpm/tpm.c ===

svn commit: r260055 - head/sys/dev/usb/wlan

2013-12-29 Thread Dimitry Andric
Author: dim Date: Sun Dec 29 20:05:48 2013 New Revision: 260055 URL: http://svnweb.freebsd.org/changeset/base/260055 Log: In sys/dev/usb/wlan/if_urtw.c, #if 0 a static const variable, which has been unused since r198194. MFC after:3 days Modified: head/sys/dev/usb/wlan/if_urtw.c M

svn commit: r260056 - head/sys/dev/vxge/vxgehal

2013-12-29 Thread Dimitry Andric
Author: dim Date: Sun Dec 29 20:16:12 2013 New Revision: 260056 URL: http://svnweb.freebsd.org/changeset/base/260056 Log: In sys/dev/vxge/vxgehal/vxgehal-ring.c, #if 0 an unused static function. MFC after:3 days Modified: head/sys/dev/vxge/vxgehal/vxgehal-ring.c Modified: head/sys/d

svn commit: r260057 - head/sys/dev/scc

2013-12-29 Thread Dimitry Andric
Author: dim Date: Sun Dec 29 20:23:08 2013 New Revision: 260057 URL: http://svnweb.freebsd.org/changeset/base/260057 Log: In sys/dev/scc, remove unused static function scc_setmreg(). While here, invoke scc_getmreg() in two more places where it can be used. Reviewed by: marcel MFC afte

svn commit: r260095 - in head/sys/boot: i386 i386/boot2 i386/gptboot i386/gptzfsboot i386/zfsboot pc98/boot2

2013-12-30 Thread Dimitry Andric
Author: dim Date: Mon Dec 30 19:05:50 2013 New Revision: 260095 URL: http://svnweb.freebsd.org/changeset/base/260095 Log: For sys/boot/i386 and sys/boot/pc98, separate flags to be passed directly to the linker (LD_FLAGS) from flags passed indirectly, via the compiler driver (LDFLAGS). T

svn commit: r260096 - in stable: 10/gnu/lib/csu 10/gnu/lib/libgcc 10/gnu/lib/libstdc++ 10/gnu/lib/libsupc++ 10/lib/atf/libatf-c/tests 10/lib/libstand 10/share/mk 10/sys/boot/ficl 10/sys/boot/i386 1...

2013-12-30 Thread Dimitry Andric
Author: dim Date: Mon Dec 30 20:15:46 2013 New Revision: 260096 URL: http://svnweb.freebsd.org/changeset/base/260096 Log: MFC r257532 (by adrian): Fix this build for clang. MFC r259730: To avoid having to explicitly test COMPILER_TYPE for setting clang-specific or gcc-specific f

svn commit: r260096 - in stable: 10/gnu/lib/csu 10/gnu/lib/libgcc 10/gnu/lib/libstdc++ 10/gnu/lib/libsupc++ 10/lib/atf/libatf-c/tests 10/lib/libstand 10/share/mk 10/sys/boot/ficl 10/sys/boot/i386 1...

2013-12-30 Thread Dimitry Andric
Author: dim Date: Mon Dec 30 20:15:46 2013 New Revision: 260096 URL: http://svnweb.freebsd.org/changeset/base/260096 Log: MFC r257532 (by adrian): Fix this build for clang. MFC r259730: To avoid having to explicitly test COMPILER_TYPE for setting clang-specific or gcc-specific f

svn commit: r260100 - in stable: 10/sys/dev/drm 9/sys/dev/drm

2013-12-30 Thread Dimitry Andric
Author: dim Date: Mon Dec 30 20:27:58 2013 New Revision: 260100 URL: http://svnweb.freebsd.org/changeset/base/260100 Log: MFC r259902: In sys/dev/drm/mach64_dma.c, remove static function mach64_set_dma_eol(), which has never been used, even by upstream, since its initial upstream commit

svn commit: r260100 - in stable: 10/sys/dev/drm 9/sys/dev/drm

2013-12-30 Thread Dimitry Andric
Author: dim Date: Mon Dec 30 20:27:58 2013 New Revision: 260100 URL: http://svnweb.freebsd.org/changeset/base/260100 Log: MFC r259902: In sys/dev/drm/mach64_dma.c, remove static function mach64_set_dma_eol(), which has never been used, even by upstream, since its initial upstream commit

svn commit: r260101 - stable/10/sys/dev/bxe

2013-12-30 Thread Dimitry Andric
Author: dim Date: Mon Dec 30 20:32:27 2013 New Revision: 260101 URL: http://svnweb.freebsd.org/changeset/base/260101 Log: MFC r259928: In sys/dev/bxe/bxe.c, remove static function bxe_has_tx_work_unload(), which has never been used. Reviewed by: edavis Modified: stable/10/sys/dev

svn commit: r260102 - in head/sys: conf modules/drm2/radeonkms modules/ibcore modules/ipoib modules/mlx4 modules/mlx4ib modules/mlxen modules/mthca ofed/drivers/infiniband/hw/mlx4 ofed/drivers/net/...

2013-12-30 Thread Dimitry Andric
Author: dim Date: Mon Dec 30 20:34:53 2013 New Revision: 260102 URL: http://svnweb.freebsd.org/changeset/base/260102 Log: Similar to r260020, only use -fms-extensions with gcc, for all other modules which require this flag to compile. Use a GCC_MS_EXTENSIONS variable, defined in kern.pre.mk

svn commit: r260103 - head/sys/amd64/amd64

2013-12-30 Thread Dimitry Andric
Author: dim Date: Mon Dec 30 20:37:47 2013 New Revision: 260103 URL: http://svnweb.freebsd.org/changeset/base/260103 Log: In sys/amd64/amd64/pmap.c, remove static function pmap_is_current(), which has been unused since r189415. Reviewed by: alc MFC after:3 days Modified: head/sy

svn commit: r260104 - in head/sys: conf modules/ibcore

2013-12-30 Thread Dimitry Andric
Author: dim Date: Mon Dec 30 20:58:06 2013 New Revision: 260104 URL: http://svnweb.freebsd.org/changeset/base/260104 Log: For sys/ofed/drivers/infiniband/core/cm.c, disable warning about unused functions for now. MFC after:3 days Modified: head/sys/conf/files head/sys/modules/ibc

svn commit: r260111 - in head/sys: conf modules/mlx4

2013-12-30 Thread Dimitry Andric
Author: dim Date: Mon Dec 30 22:14:31 2013 New Revision: 260111 URL: http://svnweb.freebsd.org/changeset/base/260111 Log: For sys/ofed/drivers/infiniband/hw/mlx4/mcg.c, disable warning about unused variables for now. MFC after:3 days Modified: head/sys/conf/files head/sys/modules

svn commit: r260112 - head/sys/dev/sound/pci

2013-12-30 Thread Dimitry Andric
Author: dim Date: Mon Dec 30 22:17:33 2013 New Revision: 260112 URL: http://svnweb.freebsd.org/changeset/base/260112 Log: In sys/dev/sound/pci/maestro.c, #if 0 two unused static functions. MFC after:3 days Modified: head/sys/dev/sound/pci/maestro.c Modified: head/sys/dev/sound/pci/m

svn commit: r260146 - in vendor/llvm/dist: docs lib/ExecutionEngine

2013-12-31 Thread Dimitry Andric
Author: dim Date: Wed Jan 1 00:36:21 2014 New Revision: 260146 URL: http://svnweb.freebsd.org/changeset/base/260146 Log: Vendor import of llvm RELEASE_34/final tag r197956 (effectively, 3.4 release): https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_34/final@197956 Modified: vendor/llvm/

svn commit: r260147 - vendor/llvm/llvm-release_34-r197956

2013-12-31 Thread Dimitry Andric
Author: dim Date: Wed Jan 1 00:37:10 2014 New Revision: 260147 URL: http://svnweb.freebsd.org/changeset/base/260147 Log: Tag llvm tags/RELEASE_34/final r197956 (effectively, 3.4 release). Added: vendor/llvm/llvm-release_34-r197956/ - copied from r260146, vendor/llvm/dist/ __

svn commit: r260148 - in vendor/clang/dist: docs lib/Basic lib/Parse test/Parser

2013-12-31 Thread Dimitry Andric
Author: dim Date: Wed Jan 1 00:37:42 2014 New Revision: 260148 URL: http://svnweb.freebsd.org/changeset/base/260148 Log: Vendor import of clang RELEASE_34/final tag r197956 (effectively, 3.4 release): https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_34/final@197956 Modified: vendor/clan

svn commit: r260149 - vendor/clang/clang-release_34-r197956

2013-12-31 Thread Dimitry Andric
Author: dim Date: Wed Jan 1 00:38:22 2014 New Revision: 260149 URL: http://svnweb.freebsd.org/changeset/base/260149 Log: Tag clang tags/RELEASE_34/final r197956 (effectively, 3.4 release). Added: vendor/clang/clang-release_34-r197956/ - copied from r260148, vendor/clang/dist/ __

svn commit: r260263 - in stable: 10/contrib/libc++/include 9/contrib/libc++/include

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 17:22:53 2014 New Revision: 260263 URL: http://svnweb.freebsd.org/changeset/base/260263 Log: MFC r260015: In libc++'s type_traits header, avoid warnings (activated by our use of -Wsystem-headers) about potential keyword compatibility problems, by adding a __

svn commit: r260263 - in stable: 10/contrib/libc++/include 9/contrib/libc++/include

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 17:22:53 2014 New Revision: 260263 URL: http://svnweb.freebsd.org/changeset/base/260263 Log: MFC r260015: In libc++'s type_traits header, avoid warnings (activated by our use of -Wsystem-headers) about potential keyword compatibility problems, by adding a __

svn commit: r260264 - in stable: 10/lib/libiconv_modules/BIG5 10/lib/libiconv_modules/DECHanyu 10/lib/libiconv_modules/EUC 10/lib/libiconv_modules/EUCTW 10/lib/libiconv_modules/GBK2K 10/lib/libicon...

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 17:27:43 2014 New Revision: 260264 URL: http://svnweb.freebsd.org/changeset/base/260264 Log: MFC r260003: In libiconv_modules, surround unused static _citrus_XXX_pack_state() and _citrus_XXX_unpack_state() functions with #if 0, for now. Modified: stable/9/l

svn commit: r260264 - in stable: 10/lib/libiconv_modules/BIG5 10/lib/libiconv_modules/DECHanyu 10/lib/libiconv_modules/EUC 10/lib/libiconv_modules/EUCTW 10/lib/libiconv_modules/GBK2K 10/lib/libicon...

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 17:27:43 2014 New Revision: 260264 URL: http://svnweb.freebsd.org/changeset/base/260264 Log: MFC r260003: In libiconv_modules, surround unused static _citrus_XXX_pack_state() and _citrus_XXX_unpack_state() functions with #if 0, for now. Modified: stable/10/

svn commit: r260265 - in stable: 10/sys/dev/sk 7/sys/dev/sk 8/sys/dev/sk 9/sys/dev/sk

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 17:33:05 2014 New Revision: 260265 URL: http://svnweb.freebsd.org/changeset/base/260265 Log: MFC r260016: Remove superfluous old-style rcsid[] from if_sk.c. There is already an __FBSDID() at the top of the file. Modified: stable/9/sys/dev/sk/if_sk.c Direct

svn commit: r260265 - in stable: 10/sys/dev/sk 7/sys/dev/sk 8/sys/dev/sk 9/sys/dev/sk

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 17:33:05 2014 New Revision: 260265 URL: http://svnweb.freebsd.org/changeset/base/260265 Log: MFC r260016: Remove superfluous old-style rcsid[] from if_sk.c. There is already an __FBSDID() at the top of the file. Modified: stable/7/sys/dev/sk/if_sk.c Direct

svn commit: r260265 - in stable: 10/sys/dev/sk 7/sys/dev/sk 8/sys/dev/sk 9/sys/dev/sk

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 17:33:05 2014 New Revision: 260265 URL: http://svnweb.freebsd.org/changeset/base/260265 Log: MFC r260016: Remove superfluous old-style rcsid[] from if_sk.c. There is already an __FBSDID() at the top of the file. Modified: stable/10/sys/dev/sk/if_sk.c Direc

svn commit: r260265 - in stable: 10/sys/dev/sk 7/sys/dev/sk 8/sys/dev/sk 9/sys/dev/sk

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 17:33:05 2014 New Revision: 260265 URL: http://svnweb.freebsd.org/changeset/base/260265 Log: MFC r260016: Remove superfluous old-style rcsid[] from if_sk.c. There is already an __FBSDID() at the top of the file. Modified: stable/8/sys/dev/sk/if_sk.c Direct

svn commit: r260266 - stable/10/sys/sys

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 17:36:13 2014 New Revision: 260266 URL: http://svnweb.freebsd.org/changeset/base/260266 Log: MFC r260017: Mark unused static inline functions defined by the PCTRIE_DEFINE() macro as __unused, so warnings about them are avoided. Modified: stable/10/sys/sys/p

svn commit: r260268 - in stable/10/sys: conf modules/drm2/radeonkms modules/ibcore modules/ipoib modules/mlx4 modules/mlx4ib modules/mlxen modules/mthca ofed/drivers/infiniband/hw/mlx4 ofed/drivers...

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 17:54:06 2014 New Revision: 260268 URL: http://svnweb.freebsd.org/changeset/base/260268 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: r260269 - in stable/9/sys: conf modules/mlx4 modules/mlx4ib modules/mlxen modules/mthca

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 17:56:19 2014 New Revision: 260269 URL: http://svnweb.freebsd.org/changeset/base/260269 Log: MFC r260102: Similar to r260020, only use -fms-extensions with gcc, for all other modules which require this flag to compile. Use a GCC_MS_EXTENSIONS variable, defi

svn commit: r260270 - in stable: 10/sys/modules/drm2/i915kms 9/sys/modules/drm2/i915kms

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 17:59:40 2014 New Revision: 260270 URL: http://svnweb.freebsd.org/changeset/base/260270 Log: MFC r260019: For some files under sys/dev/drm2/i915, turn off warnings about unused functions and variables, since they are contributed code. Modified: stable/9/sys

svn commit: r260270 - in stable: 10/sys/modules/drm2/i915kms 9/sys/modules/drm2/i915kms

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 17:59:40 2014 New Revision: 260270 URL: http://svnweb.freebsd.org/changeset/base/260270 Log: MFC r260019: For some files under sys/dev/drm2/i915, turn off warnings about unused functions and variables, since they are contributed code. Modified: stable/10/sy

svn commit: r260272 - in stable/10/sys: conf modules/ath

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:19:53 2014 New Revision: 260272 URL: http://svnweb.freebsd.org/changeset/base/260272 Log: MFC r260025: Disable warning about unused functions for ar9300_reset.c for now. Modified: stable/10/sys/conf/files stable/10/sys/modules/ath/Makefile Directory Prop

svn commit: r260273 - in stable: 10/sys/conf 10/sys/modules/wlan 9/sys/conf 9/sys/modules/wlan

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:24:45 2014 New Revision: 260273 URL: http://svnweb.freebsd.org/changeset/base/260273 Log: MFC r260026: Disable warning about unused functions for ieee80211_crypto.c and ieee80211_mesh.c for now. Modified: stable/10/sys/conf/files stable/10/sys/modules/

svn commit: r260273 - in stable: 10/sys/conf 10/sys/modules/wlan 9/sys/conf 9/sys/modules/wlan

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:24:45 2014 New Revision: 260273 URL: http://svnweb.freebsd.org/changeset/base/260273 Log: MFC r260026: Disable warning about unused functions for ieee80211_crypto.c and ieee80211_mesh.c for now. Modified: stable/9/sys/conf/files stable/9/sys/modules/wl

svn commit: r260274 - in stable/10/sys: conf modules/ipfilter

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:33:28 2014 New Revision: 260274 URL: http://svnweb.freebsd.org/changeset/base/260274 Log: MFC r260039: Turn off warnings about unused variables for a bunch of files under contrib/ipfilter. Modified: stable/10/sys/conf/files stable/10/sys/modules/ipfilt

svn commit: r260275 - in stable: 10/sys/dev/en 7/sys/dev/en 8/sys/dev/en 9/sys/dev/en

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:48:29 2014 New Revision: 260275 URL: http://svnweb.freebsd.org/changeset/base/260275 Log: MFC r260038: In sys/dev/en/midway.c, #if 0 an unused static function. Modified: stable/8/sys/dev/en/midway.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r260275 - in stable: 10/sys/dev/en 7/sys/dev/en 8/sys/dev/en 9/sys/dev/en

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:48:29 2014 New Revision: 260275 URL: http://svnweb.freebsd.org/changeset/base/260275 Log: MFC r260038: In sys/dev/en/midway.c, #if 0 an unused static function. Modified: stable/7/sys/dev/en/midway.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r260275 - in stable: 10/sys/dev/en 7/sys/dev/en 8/sys/dev/en 9/sys/dev/en

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:48:29 2014 New Revision: 260275 URL: http://svnweb.freebsd.org/changeset/base/260275 Log: MFC r260038: In sys/dev/en/midway.c, #if 0 an unused static function. Modified: stable/9/sys/dev/en/midway.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r260275 - in stable: 10/sys/dev/en 7/sys/dev/en 8/sys/dev/en 9/sys/dev/en

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:48:29 2014 New Revision: 260275 URL: http://svnweb.freebsd.org/changeset/base/260275 Log: MFC r260038: In sys/dev/en/midway.c, #if 0 an unused static function. Modified: stable/10/sys/dev/en/midway.c Directory Properties: stable/10/ (props changed) Ch

svn commit: r260276 - in stable: 10/sys/dev/mcd 7/sys/dev/mcd 8/sys/dev/mcd 9/sys/dev/mcd

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:53:31 2014 New Revision: 260276 URL: http://svnweb.freebsd.org/changeset/base/260276 Log: MFC r260040: In sys/dev/mcd/mcd.c, mark the static const COPYRIGHT string as __used, so it ends up in the object file, and no warnings are emitted about it being act

svn commit: r260276 - in stable: 10/sys/dev/mcd 7/sys/dev/mcd 8/sys/dev/mcd 9/sys/dev/mcd

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:53:31 2014 New Revision: 260276 URL: http://svnweb.freebsd.org/changeset/base/260276 Log: MFC r260040: In sys/dev/mcd/mcd.c, mark the static const COPYRIGHT string as __used, so it ends up in the object file, and no warnings are emitted about it being act

svn commit: r260276 - in stable: 10/sys/dev/mcd 7/sys/dev/mcd 8/sys/dev/mcd 9/sys/dev/mcd

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:53:31 2014 New Revision: 260276 URL: http://svnweb.freebsd.org/changeset/base/260276 Log: MFC r260040: In sys/dev/mcd/mcd.c, mark the static const COPYRIGHT string as __used, so it ends up in the object file, and no warnings are emitted about it being act

svn commit: r260276 - in stable: 10/sys/dev/mcd 7/sys/dev/mcd 8/sys/dev/mcd 9/sys/dev/mcd

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:53:31 2014 New Revision: 260276 URL: http://svnweb.freebsd.org/changeset/base/260276 Log: MFC r260040: In sys/dev/mcd/mcd.c, mark the static const COPYRIGHT string as __used, so it ends up in the object file, and no warnings are emitted about it being act

svn commit: r260277 - in stable: 10/sys/dev/my 7/sys/dev/my 8/sys/dev/my 9/sys/dev/my

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:58:18 2014 New Revision: 260277 URL: http://svnweb.freebsd.org/changeset/base/260277 Log: MFC r260042: Remove superfluous old-style rcsid[] from if_my.c. There is already an __FBSDID() at the top of the file. Modified: stable/10/sys/dev/my/if_my.c Direc

svn commit: r260277 - in stable: 10/sys/dev/my 7/sys/dev/my 8/sys/dev/my 9/sys/dev/my

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:58:18 2014 New Revision: 260277 URL: http://svnweb.freebsd.org/changeset/base/260277 Log: MFC r260042: Remove superfluous old-style rcsid[] from if_my.c. There is already an __FBSDID() at the top of the file. Modified: stable/9/sys/dev/my/if_my.c Direct

svn commit: r260277 - in stable: 10/sys/dev/my 7/sys/dev/my 8/sys/dev/my 9/sys/dev/my

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:58:18 2014 New Revision: 260277 URL: http://svnweb.freebsd.org/changeset/base/260277 Log: MFC r260042: Remove superfluous old-style rcsid[] from if_my.c. There is already an __FBSDID() at the top of the file. Modified: stable/7/sys/dev/my/if_my.c Direct

svn commit: r260277 - in stable: 10/sys/dev/my 7/sys/dev/my 8/sys/dev/my 9/sys/dev/my

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 18:58:18 2014 New Revision: 260277 URL: http://svnweb.freebsd.org/changeset/base/260277 Log: MFC r260042: Remove superfluous old-style rcsid[] from if_my.c. There is already an __FBSDID() at the top of the file. Modified: stable/8/sys/dev/my/if_my.c Direct

svn commit: r260278 - in stable: 10/sys/netgraph/netflow 7/sys/netgraph/netflow 8/sys/netgraph/netflow 9/sys/netgraph/netflow

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 19:04:53 2014 New Revision: 260278 URL: http://svnweb.freebsd.org/changeset/base/260278 Log: MFC r260048: In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[]. Modified: stable/7/sys/netgraph/netflow/netflow.c stable/7/sys/netgraph/netflow/

svn commit: r260278 - in stable: 10/sys/netgraph/netflow 7/sys/netgraph/netflow 8/sys/netgraph/netflow 9/sys/netgraph/netflow

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 19:04:53 2014 New Revision: 260278 URL: http://svnweb.freebsd.org/changeset/base/260278 Log: MFC r260048: In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[]. Modified: stable/10/sys/netgraph/netflow/netflow.c stable/10/sys/netgraph/netflo

svn commit: r260278 - in stable: 10/sys/netgraph/netflow 7/sys/netgraph/netflow 8/sys/netgraph/netflow 9/sys/netgraph/netflow

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 19:04:53 2014 New Revision: 260278 URL: http://svnweb.freebsd.org/changeset/base/260278 Log: MFC r260048: In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[]. Modified: stable/9/sys/netgraph/netflow/netflow.c stable/9/sys/netgraph/netflow/

svn commit: r260278 - in stable: 10/sys/netgraph/netflow 7/sys/netgraph/netflow 8/sys/netgraph/netflow 9/sys/netgraph/netflow

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 19:04:53 2014 New Revision: 260278 URL: http://svnweb.freebsd.org/changeset/base/260278 Log: MFC r260048: In sys/netgraph/netflow, use __FBSDID() instead of old-style rcs_id[]. Modified: stable/8/sys/netgraph/netflow/netflow.c stable/8/sys/netgraph/netflow/

svn commit: r260279 - in stable: 10/sys/dev/tpm 8/sys/dev/tpm 9/sys/dev/tpm

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 19:13:25 2014 New Revision: 260279 URL: http://svnweb.freebsd.org/changeset/base/260279 Log: MFC r260054: In sys/dev/tpm/tpm.c, #if 0 an unused static function. Modified: stable/8/sys/dev/tpm/tpm.c Directory Properties: stable/8/sys/ (props changed) Chan

svn commit: r260279 - in stable: 10/sys/dev/tpm 8/sys/dev/tpm 9/sys/dev/tpm

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 19:13:25 2014 New Revision: 260279 URL: http://svnweb.freebsd.org/changeset/base/260279 Log: MFC r260054: In sys/dev/tpm/tpm.c, #if 0 an unused static function. Modified: stable/10/sys/dev/tpm/tpm.c Directory Properties: stable/10/ (props changed) Change

svn commit: r260279 - in stable: 10/sys/dev/tpm 8/sys/dev/tpm 9/sys/dev/tpm

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 19:13:25 2014 New Revision: 260279 URL: http://svnweb.freebsd.org/changeset/base/260279 Log: MFC r260054: In sys/dev/tpm/tpm.c, #if 0 an unused static function. Modified: stable/9/sys/dev/tpm/tpm.c Directory Properties: stable/9/sys/ (props changed) Chan

svn commit: r260284 - in stable: 10/sys/dev/usb/wlan 8/sys/dev/usb/wlan 9/sys/dev/usb/wlan

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 21:18:54 2014 New Revision: 260284 URL: http://svnweb.freebsd.org/changeset/base/260284 Log: MFC r260055: In sys/dev/usb/wlan/if_urtw.c, #if 0 a static const variable, which has been unused since r198194. Modified: stable/8/sys/dev/usb/wlan/if_urtw.c Direct

svn commit: r260284 - in stable: 10/sys/dev/usb/wlan 8/sys/dev/usb/wlan 9/sys/dev/usb/wlan

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 21:18:54 2014 New Revision: 260284 URL: http://svnweb.freebsd.org/changeset/base/260284 Log: MFC r260055: In sys/dev/usb/wlan/if_urtw.c, #if 0 a static const variable, which has been unused since r198194. Modified: stable/10/sys/dev/usb/wlan/if_urtw.c Direc

svn commit: r260284 - in stable: 10/sys/dev/usb/wlan 8/sys/dev/usb/wlan 9/sys/dev/usb/wlan

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 21:18:54 2014 New Revision: 260284 URL: http://svnweb.freebsd.org/changeset/base/260284 Log: MFC r260055: In sys/dev/usb/wlan/if_urtw.c, #if 0 a static const variable, which has been unused since r198194. Modified: stable/9/sys/dev/usb/wlan/if_urtw.c Direct

svn commit: r260286 - in stable: 10/sys/dev/vxge/vxgehal 9/sys/dev/vxge/vxgehal

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 21:23:49 2014 New Revision: 260286 URL: http://svnweb.freebsd.org/changeset/base/260286 Log: MFC r260056: In sys/dev/vxge/vxgehal/vxgehal-ring.c, #if 0 an unused static function. Modified: stable/9/sys/dev/vxge/vxgehal/vxgehal-ring.c Directory Properties: s

svn commit: r260286 - in stable: 10/sys/dev/vxge/vxgehal 9/sys/dev/vxge/vxgehal

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 21:23:49 2014 New Revision: 260286 URL: http://svnweb.freebsd.org/changeset/base/260286 Log: MFC r260056: In sys/dev/vxge/vxgehal/vxgehal-ring.c, #if 0 an unused static function. Modified: stable/10/sys/dev/vxge/vxgehal/vxgehal-ring.c Directory Properties:

svn commit: r260287 - in stable: 10/sys/dev/scc 7/sys/dev/scc 8/sys/dev/scc 9/sys/dev/scc

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 21:32:53 2014 New Revision: 260287 URL: http://svnweb.freebsd.org/changeset/base/260287 Log: MFC r260057: In sys/dev/scc, remove unused static function scc_setmreg(). While here, invoke scc_getmreg() in two more places where it can be used. Reviewed by:

svn commit: r260287 - in stable: 10/sys/dev/scc 7/sys/dev/scc 8/sys/dev/scc 9/sys/dev/scc

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 21:32:53 2014 New Revision: 260287 URL: http://svnweb.freebsd.org/changeset/base/260287 Log: MFC r260057: In sys/dev/scc, remove unused static function scc_setmreg(). While here, invoke scc_getmreg() in two more places where it can be used. Reviewed by:

svn commit: r260287 - in stable: 10/sys/dev/scc 7/sys/dev/scc 8/sys/dev/scc 9/sys/dev/scc

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 21:32:53 2014 New Revision: 260287 URL: http://svnweb.freebsd.org/changeset/base/260287 Log: MFC r260057: In sys/dev/scc, remove unused static function scc_setmreg(). While here, invoke scc_getmreg() in two more places where it can be used. Reviewed by:

svn commit: r260287 - in stable: 10/sys/dev/scc 7/sys/dev/scc 8/sys/dev/scc 9/sys/dev/scc

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 21:32:53 2014 New Revision: 260287 URL: http://svnweb.freebsd.org/changeset/base/260287 Log: MFC r260057: In sys/dev/scc, remove unused static function scc_setmreg(). While here, invoke scc_getmreg() in two more places where it can be used. Reviewed by:

svn commit: r260289 - in stable: 10/sys/amd64/amd64 7/sys/amd64/amd64 8/sys/amd64/amd64 9/sys/amd64/amd64

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 21:45:52 2014 New Revision: 260289 URL: http://svnweb.freebsd.org/changeset/base/260289 Log: MFC r260103: In sys/amd64/amd64/pmap.c, remove static function pmap_is_current(), which has been unused since r189415. Reviewed by: alc Modified: stable/7/sys

svn commit: r260289 - in stable: 10/sys/amd64/amd64 7/sys/amd64/amd64 8/sys/amd64/amd64 9/sys/amd64/amd64

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 21:45:52 2014 New Revision: 260289 URL: http://svnweb.freebsd.org/changeset/base/260289 Log: MFC r260103: In sys/amd64/amd64/pmap.c, remove static function pmap_is_current(), which has been unused since r189415. Reviewed by: alc Modified: stable/10/sy

svn commit: r260289 - in stable: 10/sys/amd64/amd64 7/sys/amd64/amd64 8/sys/amd64/amd64 9/sys/amd64/amd64

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 21:45:52 2014 New Revision: 260289 URL: http://svnweb.freebsd.org/changeset/base/260289 Log: MFC r260103: In sys/amd64/amd64/pmap.c, remove static function pmap_is_current(), which has been unused since r189415. Reviewed by: alc Modified: stable/8/sys

svn commit: r260289 - in stable: 10/sys/amd64/amd64 7/sys/amd64/amd64 8/sys/amd64/amd64 9/sys/amd64/amd64

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 21:45:52 2014 New Revision: 260289 URL: http://svnweb.freebsd.org/changeset/base/260289 Log: MFC r260103: In sys/amd64/amd64/pmap.c, remove static function pmap_is_current(), which has been unused since r189415. Reviewed by: alc Modified: stable/9/sys

svn commit: r260291 - in stable: 10/sys/boot/i386 10/sys/boot/i386/boot2 10/sys/boot/i386/gptboot 10/sys/boot/i386/gptzfsboot 10/sys/boot/i386/zfsboot 10/sys/boot/pc98/boot2 7/sys/boot/i386 7/sys/b...

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 22:00:07 2014 New Revision: 260291 URL: http://svnweb.freebsd.org/changeset/base/260291 Log: MFC r260095: For sys/boot/i386 and sys/boot/pc98, separate flags to be passed directly to the linker (LD_FLAGS) from flags passed indirectly, via the compiler driver

svn commit: r260291 - in stable: 10/sys/boot/i386 10/sys/boot/i386/boot2 10/sys/boot/i386/gptboot 10/sys/boot/i386/gptzfsboot 10/sys/boot/i386/zfsboot 10/sys/boot/pc98/boot2 7/sys/boot/i386 7/sys/b...

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 22:00:07 2014 New Revision: 260291 URL: http://svnweb.freebsd.org/changeset/base/260291 Log: MFC r260095: For sys/boot/i386 and sys/boot/pc98, separate flags to be passed directly to the linker (LD_FLAGS) from flags passed indirectly, via the compiler driver

svn commit: r260291 - in stable: 10/sys/boot/i386 10/sys/boot/i386/boot2 10/sys/boot/i386/gptboot 10/sys/boot/i386/gptzfsboot 10/sys/boot/i386/zfsboot 10/sys/boot/pc98/boot2 7/sys/boot/i386 7/sys/b...

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 22:00:07 2014 New Revision: 260291 URL: http://svnweb.freebsd.org/changeset/base/260291 Log: MFC r260095: For sys/boot/i386 and sys/boot/pc98, separate flags to be passed directly to the linker (LD_FLAGS) from flags passed indirectly, via the compiler driver

svn commit: r260291 - in stable: 10/sys/boot/i386 10/sys/boot/i386/boot2 10/sys/boot/i386/gptboot 10/sys/boot/i386/gptzfsboot 10/sys/boot/i386/zfsboot 10/sys/boot/pc98/boot2 7/sys/boot/i386 7/sys/b...

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 22:00:07 2014 New Revision: 260291 URL: http://svnweb.freebsd.org/changeset/base/260291 Log: MFC r260095: For sys/boot/i386 and sys/boot/pc98, separate flags to be passed directly to the linker (LD_FLAGS) from flags passed indirectly, via the compiler driver

svn commit: r260293 - in stable: 10/sys/conf 10/sys/modules/ibcore 9/sys/conf

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 22:13:16 2014 New Revision: 260293 URL: http://svnweb.freebsd.org/changeset/base/260293 Log: MFC r260104: For sys/ofed/drivers/infiniband/core/cm.c, disable warning about unused functions for now. Modified: stable/9/sys/conf/files Directory Properties: st

svn commit: r260293 - in stable: 10/sys/conf 10/sys/modules/ibcore 9/sys/conf

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 22:13:16 2014 New Revision: 260293 URL: http://svnweb.freebsd.org/changeset/base/260293 Log: MFC r260104: For sys/ofed/drivers/infiniband/core/cm.c, disable warning about unused functions for now. Modified: stable/10/sys/conf/files stable/10/sys/modules/i

svn commit: r260297 - in stable/10/sys: conf modules/mlx4

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 23:00:56 2014 New Revision: 260297 URL: http://svnweb.freebsd.org/changeset/base/260297 Log: MFC r260111: For sys/ofed/drivers/infiniband/hw/mlx4/mcg.c, disable warning about unused variables for now. Modified: stable/10/sys/conf/files stable/10/sys/modul

svn commit: r260298 - in stable: 10/sys/dev/sound/pci 7/sys/dev/sound/pci 8/sys/dev/sound/pci 9/sys/dev/sound/pci

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 23:12:01 2014 New Revision: 260298 URL: http://svnweb.freebsd.org/changeset/base/260298 Log: MFC r260112: In sys/dev/sound/pci/maestro.c, #if 0 two unused static functions. Modified: stable/9/sys/dev/sound/pci/maestro.c Directory Properties: stable/9/sys/

svn commit: r260298 - in stable: 10/sys/dev/sound/pci 7/sys/dev/sound/pci 8/sys/dev/sound/pci 9/sys/dev/sound/pci

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 23:12:01 2014 New Revision: 260298 URL: http://svnweb.freebsd.org/changeset/base/260298 Log: MFC r260112: In sys/dev/sound/pci/maestro.c, #if 0 two unused static functions. Modified: stable/8/sys/dev/sound/pci/maestro.c Directory Properties: stable/8/sys/

svn commit: r260298 - in stable: 10/sys/dev/sound/pci 7/sys/dev/sound/pci 8/sys/dev/sound/pci 9/sys/dev/sound/pci

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 23:12:01 2014 New Revision: 260298 URL: http://svnweb.freebsd.org/changeset/base/260298 Log: MFC r260112: In sys/dev/sound/pci/maestro.c, #if 0 two unused static functions. Modified: stable/10/sys/dev/sound/pci/maestro.c Directory Properties: stable/10/ (

svn commit: r260298 - in stable: 10/sys/dev/sound/pci 7/sys/dev/sound/pci 8/sys/dev/sound/pci 9/sys/dev/sound/pci

2014-01-04 Thread Dimitry Andric
Author: dim Date: Sat Jan 4 23:12:01 2014 New Revision: 260298 URL: http://svnweb.freebsd.org/changeset/base/260298 Log: MFC r260112: In sys/dev/sound/pci/maestro.c, #if 0 two unused static functions. Modified: stable/7/sys/dev/sound/pci/maestro.c Directory Properties: stable/7/sys/

svn commit: r260321 - in stable: 10/sys/conf 10/sys/modules/drm2/radeonkms 10/sys/modules/ibcore 10/sys/modules/ipoib 10/sys/modules/mlx4 10/sys/modules/mlx4ib 10/sys/modules/mlxen 10/sys/modules/m...

2014-01-05 Thread Dimitry Andric
Author: dim Date: Sun Jan 5 15:39:37 2014 New Revision: 260321 URL: http://svnweb.freebsd.org/changeset/base/260321 Log: Revert MFC of r260102 for now, until I can merge the required fix from head. This should fix building modules which require -fms-extensions to compile them with gcc. Mo

svn commit: r260321 - in stable: 10/sys/conf 10/sys/modules/drm2/radeonkms 10/sys/modules/ibcore 10/sys/modules/ipoib 10/sys/modules/mlx4 10/sys/modules/mlx4ib 10/sys/modules/mlxen 10/sys/modules/m...

2014-01-05 Thread Dimitry Andric
Author: dim Date: Sun Jan 5 15:39:37 2014 New Revision: 260321 URL: http://svnweb.freebsd.org/changeset/base/260321 Log: Revert MFC of r260102 for now, until I can merge the required fix from head. This should fix building modules which require -fms-extensions to compile them with gcc. Mo

<    3   4   5   6   7   8   9   10   11   12   >