CVS commit: src/sbin/svhlabel

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 10:44:46 UTC 2013 Modified Files: src/sbin/svhlabel: svhlabel.c Log Message: getrawpartition(3) may fail, so call it only once and test for failure. Coverity CID 274527. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sbin/newfs_ext2fs

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 11:01:00 UTC 2013 Modified Files: src/sbin/newfs_ext2fs: mke2fs.c Log Message: free(bbp) in error paths. Coverity CID 274748. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sbin/newfs_ext2fs/mke2fs.c

CVS commit: src/sbin/ifconfig

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 11:24:15 UTC 2013 Modified Files: src/sbin/ifconfig: env.c Log Message: Don't call prop_distionary_make_immutable on a NULL pointer. Coverity CID 275179. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sbin/modload

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 12:04:02 UTC 2013 Modified Files: src/sbin/modload: main.c Log Message: Don't pass NULL to prop_dictionary_set. Coverity CID 275196. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sbin/modload/main.c

CVS commit: src/sbin/ifconfig

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 13:20:51 UTC 2013 Modified Files: src/sbin/ifconfig: env.c Log Message: Avoid dereferencing NULL. Coverity CID 275201. Also fix a typo in previous: !== should be != To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sbin/ifconfig

2013-02-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Feb 7 13:21:35 UTC 2013 Modified Files: src/sbin/ifconfig: ifconfig.c Log Message: Abort on error from prop_dictionary_augment. To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 src/sbin/ifconfig/ifconfig.c

CVS commit: xsrc/external/mit/pixman/dist/pixman

2013-02-07 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Feb 7 13:30:48 UTC 2013 Modified Files: xsrc/external/mit/pixman/dist/pixman: pixman-ppc.c Log Message: enable altivec detection via sysctl(machdep.altivec) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1

CVS commit: src/external/mit/xorg/lib/pixman

2013-02-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 7 13:33:50 UTC 2013 Modified Files: src/external/mit/xorg/lib/pixman: Makefile Log Message: build altivec support on powerpc To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.bin/flock

2013-02-07 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Thu Feb 7 13:57:40 UTC 2013 Modified Files: src/usr.bin/flock: flock.c Log Message: Don't crash if flock is used to lock a file descriptor e.g. via flock --nb 8. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/pci

2013-02-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Feb 7 15:38:42 UTC 2013 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Fix RAL_TABSIZE for ICH8, 82576, 82580 and I350. To generate a diff of this commit: cvs rdiff -u -r1.241 -r1.242

CVS commit: src/sys/arch/sparc/dev

2013-02-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 7 16:14:30 UTC 2013 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: - implement buttom-up copies in cg14_bitblt() so scrolling down works now - use more registers when copying - use hardware to draw

CVS commit: src/sys/arch/sparc/conf

2013-02-07 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 7 16:19:16 UTC 2013 Modified Files: src/sys/arch/sparc/conf: GENERIC INSTALL Log Message: add sx at mainbus To generate a diff of this commit: cvs rdiff -u -r1.235 -r1.236 src/sys/arch/sparc/conf/GENERIC cvs rdiff -u

CVS commit: src/doc

2013-02-07 Thread Michael Lorenz
for msdos, creating filesystems at an offset, merging directories with common files. [christos 20130202] openssl: update to 1.0.1d [christos 20130205] + sparc: Add hardware acceleration for cgfourteen(4) using SX + [macallan 20130207]

CVS commit: src/distrib/sets

2013-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 7 16:27:41 UTC 2013 Modified Files: src/distrib/sets: maketars Log Message: We always have a valid mtree file, so always specify -M To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80

CVS commit: src/distrib/sets/lists/comp

2013-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 7 16:54:54 UTC 2013 Modified Files: src/distrib/sets/lists/comp: mi Log Message: new man page To generate a diff of this commit: cvs rdiff -u -r1.1799 -r1.1800 src/distrib/sets/lists/comp/mi Please note that diffs

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/man

2013-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 7 17:30:08 UTC 2013 Added Files: src/crypto/external/bsd/openssl/lib/libcrypto/man: EVP_PKEY_verify_recover.3 Log Message: commit the new man page. To generate a diff of this commit: cvs rdiff -u -r0

CVS commit: src/sys/sys

2013-02-07 Thread Greg Troxel
Module Name:src Committed By: gdt Date: Thu Feb 7 18:53:35 UTC 2013 Modified Files: src/sys/sys: cdefs_elf.h Log Message: Remove spurious \ from last line of __link_set_decl macro. The next line is blank, so this was not actually causing a problem. But, removing that

CVS commit: src/etc/rc.d

2013-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 7 19:32:19 UTC 2013 Modified Files: src/etc/rc.d: sshd Log Message: PR/47540: Felix Deichmann: DSA keys can only be 1024 bits. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/etc/rc.d/sshd Please

CVS commit: src/lib/libcompat

2013-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 7 20:15:07 UTC 2013 Modified Files: src/lib/libcompat: Makefile Removed Files: src/lib/libcompat/regexp: regerror.c Log Message: Don't provide 2 versions of __compat_regerror() (the other one comes from

CVS commit: src/tools/compat

2013-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 7 20:30:29 UTC 2013 Added Files: src/tools/compat: rmd160.h sha1.h sha2.h Log Message: add shaX and rmd160 headers, same as mdX To generate a diff of this commit: cvs rdiff -u -r0 -r1.4 src/tools/compat/rmd160.h cvs

CVS commit: src/tools/compat

2013-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 7 20:31:52 UTC 2013 Modified Files: src/tools/compat: sha2.h Log Message: yes, but include the right file To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tools/compat/sha2.h Please note that diffs

CVS commit: src/sys/arch/evbarm/stand/bootimx23

2013-02-07 Thread Jochen Kunz
Module Name:src Committed By: jkunz Date: Thu Feb 7 21:56:36 UTC 2013 Modified Files: src/sys/arch/evbarm/stand/bootimx23: pinctrl_prep.c Log Message: Contribution from Petri Laakso: Enable debug UART input Fixes issue with some OLinuXino boards which were not able to

CVS commit: src/common/lib/libc/arch/arm/string

2013-02-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 8 01:41:36 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/string: memcpy.S Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/arch/arm/string/memcpy.S Please

CVS commit: [matt-nb6-plus] src/common/lib/libc/arch/arm/string

2013-02-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 8 01:41:49 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/string [matt-nb6-plus]: memcpy.S Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.1.54.1 -r1.1.54.2 \

CVS commit: src/crypto/external

2013-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 8 01:54:20 UTC 2013 Added Files: src/crypto/external: Makefile Log Message: descend! To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/crypto/external/Makefile Please note that diffs are not public

CVS commit: src/common/lib/libc/arch/arm/string

2013-02-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 8 02:19:36 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/string: strchr_arm.S strrchr_arm.S Log Message: Fix corner cases when searching for NUL. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: [matt-nb6-plus] src/common/lib/libc/arch/arm/string

2013-02-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 8 02:22:41 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/string [matt-nb6-plus]: strchr_arm.S strrchr_arm.S Log Message: Sync with HEAD. To generate a diff of this commit: cvs rdiff -u -r1.4.2.2

CVS commit: src/share/mk

2013-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 8 02:30:53 UTC 2013 Modified Files: src/share/mk: bsd.lib.mk Log Message: - factor out variables so that the code is more readable, make them conistent - use _LIB_PREFIX correctly. To generate a diff of this commit:

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc

2013-02-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 8 03:05:44 UTC 2013 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc: ppccpuid.S Log Message: Change bclr 14,2 to beqlr To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

CVS commit: src/sbin/atactl

2013-02-07 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Feb 8 03:58:36 UTC 2013 Modified Files: src/sbin/atactl: atactl.c Log Message: Decode 6Gbps signaling SATA capability in IDENTIFY DEVICE data. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69

CVS commit: src/share/mk

2013-02-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 8 04:06:25 UTC 2013 Modified Files: src/share/mk: bsd.lib.mk Log Message: Add missing } To generate a diff of this commit: cvs rdiff -u -r1.327 -r1.328 src/share/mk/bsd.lib.mk Please note that diffs are not public

CVS commit: src/distrib/sets/lists/debug

2013-02-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 8 04:36:35 UTC 2013 Modified Files: src/distrib/sets/lists/debug: shl.mi Log Message: Add pre-name changed debug libraries as obsolete. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7