CVS commit: src/distrib/evbarm/gzboot/gzimg

2012-04-04 Thread Hiroyuki Bessho
Module Name:src
Committed By:   bsh
Date:   Wed Apr  4 07:32:29 UTC 2012

Modified Files:
src/distrib/evbarm/gzboot/gzimg: Makefile

Log Message:
add phony targets to build gzimg files for specified kernels, instead
of building all gzimg files in TARGETS.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/evbarm/gzboot/gzimg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc/net

2012-04-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr  4 10:03:54 UTC 2012

Modified Files:
src/tests/lib/libc/net: t_getprotoent.c

Log Message:
Be UTF8 clean.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/net/t_getprotoent.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/mk

2012-04-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr  4 10:37:18 UTC 2012

Modified Files:
src/share/mk: bsd.clang-analyze.mk

Log Message:
Make it easier to specify the list of checkers to enable for the static
analyzer.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/mk/bsd.clang-analyze.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-04-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr  4 10:42:05 UTC 2012

Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin: Makefile
src/external/bsd/llvm/bin/bugpoint: Makefile
src/external/bsd/llvm/bin/clang: Makefile
src/external/bsd/llvm/bin/llc: Makefile
src/external/bsd/llvm/bin/llvm-ld: Makefile
src/external/bsd/llvm/bin/llvm-mc: Makefile
src/external/bsd/llvm/bin/opt: Makefile
src/external/bsd/llvm/include: Makefile
src/external/bsd/llvm/lib: Makefile
src/external/bsd/llvm/lib/libLLVMAnalysis: Makefile
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libLLVMCore: Makefile
src/external/bsd/llvm/lib/libLLVMInstrumentation: Makefile
src/external/bsd/llvm/lib/libLLVMJIT: Makefile
src/external/bsd/llvm/lib/libLLVMMCJIT: Makefile
src/external/bsd/llvm/lib/libLLVMSelectionDAG: Makefile
src/external/bsd/llvm/lib/libLLVMSupport: Makefile
src/external/bsd/llvm/lib/libLLVMTransformsUtils: Makefile
src/external/bsd/llvm/lib/libLLVMVectorize: Makefile
src/external/bsd/llvm/lib/libclangARCMigrate: Makefile
src/external/bsd/llvm/lib/libclangAST: Makefile
src/external/bsd/llvm/lib/libclangAnalysis: Makefile
src/external/bsd/llvm/lib/libclangIndex: Makefile
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore: Makefile
Added Files:
src/external/bsd/llvm/lib/libclangEdit: Makefile
src/tools/llvm-lib/libclangEdit: Makefile
Removed Files:
src/external/bsd/llvm/lib/libLLVMCBackend: Makefile
src/external/bsd/llvm/lib/libLLVMCBackendInfo: Makefile

Log Message:
Update LLVM/Clang snapshot to r153935. This brings in the new inline
cost analysis.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/bin/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/bin/bugpoint/Makefile
cvs rdiff -u -r1.18 -r1.19 src/external/bsd/llvm/bin/clang/Makefile
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/llvm/bin/llc/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/bin/llvm-ld/Makefile
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/llvm/bin/llvm-mc/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/bin/opt/Makefile
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/include/Makefile
cvs rdiff -u -r1.19 -r1.20 src/external/bsd/llvm/lib/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile
cvs rdiff -u -r1.1 -r0 src/external/bsd/llvm/lib/libLLVMCBackend/Makefile
cvs rdiff -u -r1.1 -r0 src/external/bsd/llvm/lib/libLLVMCBackendInfo/Makefile
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/llvm/lib/libLLVMCore/Makefile
cvs rdiff -u -r1.4 -r1.5 \
src/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libLLVMJIT/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libLLVMMCJIT/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/llvm/lib/libLLVMSelectionDAG/Makefile
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/llvm/lib/libLLVMSupport/Makefile
cvs rdiff -u -r1.7 -r1.8 \
src/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libLLVMVectorize/Makefile
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/llvm/lib/libclangARCMigrate/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/lib/libclangAST/Makefile
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/lib/libclangAnalysis/Makefile
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/lib/libclangEdit/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libclangIndex/Makefile
cvs rdiff -u -r1.8 -r1.9 \
src/external/bsd/llvm/lib/libclangStaticAnalyzerCore/Makefile
cvs rdiff -u -r0 -r1.1 src/tools/llvm-lib/libclangEdit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/llvm/bin/llvm-readobj

2012-04-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr  4 10:44:21 UTC 2012

Added Files:
src/external/bsd/llvm/bin/llvm-readobj: Makefile

Log Message:
Hook up llvm-readobj for LLVM_DEVELOPER builds.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/llvm/bin/llvm-readobj/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc/stdlib

2012-04-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr  4 10:52:59 UTC 2012

Modified Files:
src/tests/lib/libc/stdlib: Makefile t_strtod.c

Log Message:
Try fixing t_strtod to not depend on -ffloat-store by adding the
necessary volatiles.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/tests/lib/libc/stdlib/Makefile
cvs rdiff -u -r1.28 -r1.29 src/tests/lib/libc/stdlib/t_strtod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/i386/stand

2012-04-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr  4 10:54:45 UTC 2012

Modified Files:
src/sys/arch/i386/stand: Makefile.inc

Log Message:
-enable-iv-rewrite is neither supported nor needed with LLVM now.
The one case where it was a big win was partially an inliner bug and
the changes to the inline cost estimate are much smaller over all.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/i386/stand/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-04-04 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Apr  4 10:59:48 UTC 2012

Modified Files:
src/bin/stty: Makefile
src/external/bsd/cron/bin/cron: Makefile
src/external/gpl2/xcvs/lib/libcvs: Makefile
src/external/gpl2/xcvs/lib/libdiff: Makefile
src/external/gpl3/gdb: Makefile.inc
src/external/mit/xorg/lib/libFS: Makefile
src/external/mit/xorg/lib/libICE: Makefile
src/external/mit/xorg/lib/libX11: Makefile.libx11
src/external/mit/xorg/lib/libXfont: Makefile
src/gnu/usr.bin/diffutils/diff: Makefile
src/gnu/usr.bin/rcs/lib: Makefile
src/gnu/usr.bin/rcs/rlog: Makefile
src/lib/libm: Makefile
src/lib/libpthread: Makefile
src/regress/sys/kern/ras/ras1: Makefile
src/regress/sys/kern/ras/ras2: Makefile
src/regress/sys/kern/ras/ras3: Makefile
src/share/mk: bsd.x11.mk
src/tests/lib/libc/ssp: Makefile

Log Message:
Disable new -Wstring-plus-int warning where needed for now.
Adjust various places that add GCC-only options to check for the active
compiler first.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/bin/stty/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/cron/bin/cron/Makefile
cvs rdiff -u -r1.10 -r1.11 src/external/gpl2/xcvs/lib/libcvs/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/gpl2/xcvs/lib/libdiff/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/Makefile.inc
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/libFS/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/libICE/Makefile
cvs rdiff -u -r1.8 -r1.9 src/external/mit/xorg/lib/libX11/Makefile.libx11
cvs rdiff -u -r1.8 -r1.9 src/external/mit/xorg/lib/libXfont/Makefile
cvs rdiff -u -r1.3 -r1.4 src/gnu/usr.bin/diffutils/diff/Makefile
cvs rdiff -u -r1.23 -r1.24 src/gnu/usr.bin/rcs/lib/Makefile
cvs rdiff -u -r1.7 -r1.8 src/gnu/usr.bin/rcs/rlog/Makefile
cvs rdiff -u -r1.122 -r1.123 src/lib/libm/Makefile
cvs rdiff -u -r1.75 -r1.76 src/lib/libpthread/Makefile
cvs rdiff -u -r1.5 -r1.6 src/regress/sys/kern/ras/ras1/Makefile
cvs rdiff -u -r1.5 -r1.6 src/regress/sys/kern/ras/ras2/Makefile
cvs rdiff -u -r1.5 -r1.6 src/regress/sys/kern/ras/ras3/Makefile
cvs rdiff -u -r1.105 -r1.106 src/share/mk/bsd.x11.mk
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/ssp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gdb/dist/gdb

2012-04-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  4 13:33:20 UTC 2012

Modified Files:
src/external/gpl3/gdb/dist/gdb: nbsd-thread.c

Log Message:
- remove unused thread (non-lwp) code.
- make the get method return the value, and only add 1 in the put method.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gdb/dist/gdb/nbsd-thread.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/x86/x86

2012-04-04 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Wed Apr  4 17:44:31 UTC 2012

Modified Files:
src/sys/arch/x86/x86: ipmi.c

Log Message:
For 1's and 2's complement sensor data, convert unsigned raw data to a
signed type before proceeding any computation. Fix handling of
negative temperatures that can be set for critmin/warnmin limits.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/x86/x86/ipmi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libpthread

2012-04-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Apr  4 17:47:03 UTC 2012

Modified Files:
src/lib/libpthread: pthread_cancelstub.c

Log Message:
trailing whitespace police.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libpthread/pthread_cancelstub.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs/vfs

2012-04-04 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Wed Apr  4 18:53:35 UTC 2012

Modified Files:
src/tests/fs/vfs: t_unpriv.c

Log Message:
New testcase that check file flags with unprivileged credentials.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/fs/vfs/t_unpriv.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/ufs/ufs

2012-04-04 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Apr  4 19:52:48 UTC 2012

Modified Files:
src/sys/ufs/ufs: ufs_vfsops.c

Log Message:
Assert that we can a valid inode when looking up a file handle.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/ufs/ufs/ufs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2012-04-04 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Wed Apr  4 22:58:57 UTC 2012

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Add Marvell Yukon 88e8040 ethernet.


To generate a diff of this commit:
cvs rdiff -u -r1.1108 -r1.1109 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2012-04-04 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Wed Apr  4 23:00:37 UTC 2012

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
Regen for Marvell Yukon 88e8040 ethernet.


To generate a diff of this commit:
cvs rdiff -u -r1.1103 -r1.1104 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1102 -r1.1103 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/atf/dist/atf-run

2012-04-04 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Thu Apr  5 01:04:18 UTC 2012

Modified Files:
src/external/bsd/atf/dist/atf-run: fs.cpp

Log Message:
Fix retry logic to avoid triggering an assertion.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/dist/atf-run/fs.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/wsfont

2012-04-04 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Apr  5 02:46:22 UTC 2012

Modified Files:
src/sys/dev/wsfont: files.wsfont wsfont.c
Removed Files:
src/sys/dev/wsfont: FreeMono_12x22.h

Log Message:
remove the FreeMono font for licensing reasons


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/sys/dev/wsfont/FreeMono_12x22.h
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/wsfont/files.wsfont
cvs rdiff -u -r1.54 -r1.55 src/sys/dev/wsfont/wsfont.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2012-04-04 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu Apr  5 04:04:05 UTC 2012

Modified Files:
src/sys/dev/pci: ohci_pci.c

Log Message:
abort attach if memory access is not enabled
this avoids a panic later on when trying to attach to an unconfigured ohci
found for example in later iBooks when DIAGNOSTIC is set


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/pci/ohci_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.