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
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.
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_
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
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
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
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
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
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
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
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
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
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/
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
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
=
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
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.
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
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/
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
===
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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/
__
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
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/
__
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 __
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 __
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
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/
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
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
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
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
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
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.
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
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
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
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
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/
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
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
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)
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)
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)
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
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
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
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
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
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
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
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
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
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/
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
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/
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/
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
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
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
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
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
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
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
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:
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:
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:
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:
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:
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
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
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
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
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
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
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
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
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
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
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
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/
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/
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/ (
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/
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
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
701 - 800 of 4416 matches
Mail list logo