CVS commit: src/sys/arch/hppa/hppa

2013-08-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 6 07:07:53 UTC 2013 Modified Files: src/sys/arch/hppa/hppa: kobj_machdep.c Log Message: Split the reloc evaluation from the value encoding part. Several relocs can share the value encoding part. Fixes the SEGREL32 relocs

CVS commit: src/sys/arch/hppa/hppa

2013-08-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 6 07:10:04 UTC 2013 Modified Files: src/sys/arch/hppa/hppa: kobj_machdep.c Log Message: Implement DIR17R. All the module tests pass now. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hppa/hppa

CVS commit: src/sys/arch/hppa/hppa

2013-08-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 6 07:10:52 UTC 2013 Modified Files: src/sys/arch/hppa/hppa: kobj_machdep.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hppa/hppa/kobj_machdep.c Please note that dif

CVS commit: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm

2013-08-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 6 07:57:49 UTC 2013 Modified Files: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm: vchiq_shim.c Log Message: Make a comment match the code. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/sys/

CVS commit: src

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 08:18:08 UTC 2013 Modified Files: src/sbin/newfs_udf: udf_write.c src/usr.sbin/makefs: udf.c Log Message: Fix memory leaks found by Coverity and fix memoryleaks in the new code To generate a diff of this comm

CVS commit: src/usr.sbin/makefs

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 08:24:56 UTC 2013 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Fix assert() on allocation type by masking it with the flag allocation bit mask. Fixes internal allocation writing in nodes with suid/sgid/stick

CVS commit: src/usr.sbin/makefs

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 09:32:23 UTC 2013 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Implement auto-setting of sector size and disc size when specifying -oT= to one of the supported disk types. While here, also fix where the -s

CVS commit: src/usr.sbin/makefs

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 09:43:41 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Update makefs(8) man page to reflect the selection of default sector and disc sizes based on the disc type. To generate a diff of this comm

CVS commit: src/sbin/newfs_udf

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 11:38:51 UTC 2013 Modified Files: src/sbin/newfs_udf: newfs_udf.8 Log Message: Fix misplaced BUGS section and fix layout To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sbin/newfs_udf/newfs_udf.8 P

CVS commit: src/sbin/newfs_udf

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 11:57:25 UTC 2013 Modified Files: src/sbin/newfs_udf: newfs_udf.8 Log Message: Clarify volumeset name restrictions when specifying it in newfs_udf(8) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/

CVS commit: src/usr.sbin/makefs

2013-08-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 6 12:12:51 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/usr.sbin/makefs/makefs.8 Please note that diffs are

CVS commit: src/sbin/newfs_udf

2013-08-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 6 12:14:43 UTC 2013 Modified Files: src/sbin/newfs_udf: newfs_udf.8 Log Message: Sort sections. Remove superfluous Ed. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sbin/newfs_udf/newfs_udf.8 Please no

CVS commit: src/sbin/newfs_udf

2013-08-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 6 12:15:21 UTC 2013 Modified Files: src/sbin/newfs_udf: newfs_udf.8 Log Message: Fix article. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sbin/newfs_udf/newfs_udf.8 Please note that diffs are not pub

CVS commit: src/usr.sbin/makefs

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 12:19:34 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 udf.c Log Message: Allow for the logical volume label to be specified as well as the physical volume label. Also allow the volumeset name to be specified

CVS commit: src/usr.sbin/makefs

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 12:47:21 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 udf.c Log Message: Add minimum UDF version specification to makefs(8) -t udf. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.sbin

CVS commit: src/sbin/newfs_udf

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 12:49:13 UTC 2013 Modified Files: src/sbin/newfs_udf: newfs_udf.c udf_create.c udf_create.h Log Message: Oops, forgot to export a_udf_version() that checks if the input string is a valid UDF version notation. To gene

CVS commit: src

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 13:15:30 UTC 2013 Modified Files: src/sbin/newfs_udf: newfs_udf.c newfs_udf.h udf_create.c src/usr.sbin/makefs: udf.c Log Message: Switch back program version to the version of the newfs_udf/makefs code. While

CVS commit: src/sys/dev/i2c

2013-08-06 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Tue Aug 6 15:58:25 UTC 2013 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: w83795g.c w83795greg.h Log Message: Add driver for Nuvoton W83795G voltage/temp/fan/gpio monitoring device. As used in t

CVS commit: src/external/gpl3/gcc

2013-08-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Aug 6 16:09:15 UTC 2013 Added Files: src/external/gpl3/gcc/lib/crtstuff/arch: earmv4eb.mk earmv6eb.mk earmv6hfeb.mk src/external/gpl3/gcc/lib/libgcc/arch: earmv4eb.mk earmv6eb.mk earmv6hfeb.mk

CVS commit: src/share/man/man4

2013-08-06 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Aug 6 16:54:46 UTC 2013 Modified Files: src/share/man/man4: hdaudio.4 Log Message: Improve wording. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/share/man/man4/hdaudio.4 Please note that diffs are not pub

CVS commit: src/share/man/man4

2013-08-06 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Aug 6 17:32:30 UTC 2013 Modified Files: src/share/man/man4: adb.4 Log Message: non-existant is a nonexistent word. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/adb.4 Please note that diffs ar

CVS commit: src/share/man/man4

2013-08-06 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Aug 6 17:33:29 UTC 2013 Modified Files: src/share/man/man4: ataraid.4 Log Message: Add a comma and fix a spelling error. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/share/man/man4/ataraid.4 Please note t

CVS commit: src/etc/etc.evbarm

2013-08-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Aug 6 17:53:55 UTC 2013 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Need to separate BE MACHINE_ARCH so that armv7 can be excluded. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/etc/etc.e

CVS commit: src/share/man/man4

2013-08-06 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Aug 6 19:02:57 UTC 2013 Modified Files: src/share/man/man4: bge.4 flash.4 g760a.4 iee.4 malo.4 uyurex.4 Log Message: Fix spelling. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/share/man/man4/bge.4 cvs rdif

CVS commit: src

2013-08-06 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Tue Aug 6 19:13:13 UTC 2013 Modified Files: src/sbin/atactl: atactl.c src/sys/dev/ata: wd.c Log Message: TRIM showed up sometime between ATA-7 and ATA-8. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/

CVS commit: src/usr.sbin/makefs

2013-08-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 6 20:16:54 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: New sentence, new line. Use one list instead of two consecutive ones. Add .El to end list. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/share/man/man4

2013-08-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 6 20:18:31 UTC 2013 Modified Files: src/share/man/man4: malo.4 Log Message: Fix another typo. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/malo.4 Please note that diffs are not public dom

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

2013-08-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Aug 6 20:37:22 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/atomic: Makefile.inc Log Message: Select ldrex/strex if ${MACHINE_ARCH:Mearmv[67]*} To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/common

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

2013-08-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Aug 6 20:49:15 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/atomic: Makefile.inc Log Message: Only use MACHINE_ARCH if !_STANDALONE and CPPFLAGS/CFLAGS/CPUFLAGS don't contain -mcpu or -march To generate a diff of thi

CVS commit: src/sys/arch/sh3/sh3

2013-08-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Aug 6 21:41:01 UTC 2013 Modified Files: src/sys/arch/sh3/sh3: db_trace.c Log Message: db_stack_trace_print: support trace/[at], starting trace from switchframe. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src

CVS commit: src/tools

2013-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 6 21:47:01 UTC 2013 Modified Files: src/tools: Makefile.gnuhost src/tools/autoconf: Makefile Log Message: Add the "-g -D__gnu__" flags when invoking M4 via CONFIGURE_ARGS in tools/Makefile.gnuhost. This makes the to

CVS commit: src/tools/compat

2013-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 6 21:50:19 UTC 2013 Modified Files: src/tools/compat: configure.ac Log Message: Add a configure test for snprintb_m. We will assume that the rpesence of snprintb_m implies the presence of snprintb. To generate a diff of t

CVS commit: src/tools/compat

2013-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 6 21:56:36 UTC 2013 Modified Files: src/tools/compat: configure nbtool_config.h.in Log Message: regen, to pick up the test for snprintb_m. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/tools/compat/conf

CVS commit: src/tools/compat

2013-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 6 21:58:46 UTC 2013 Modified Files: src/tools/compat: compat_defs.h Log Message: declare snptintb_m() and snprintb() if HAVE_SNPRINTB is not defined. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/tools/

CVS commit: src/common/lib/libutil

2013-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 6 22:02:50 UTC 2013 Modified Files: src/common/lib/libutil: snprintb.c Log Message: If HAVE_SNPRINTB_M is defined, then do not define the snprintb() and snprintb_m() functions. This should allow this file to be compiled fro

CVS commit: src/tools/compat

2013-08-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Aug 6 22:04:25 UTC 2013 Modified Files: src/tools/compat: Makefile Log Message: Compile snprintb.c into libnbcompat. The source file is found in the common/lib/libutil directory. To generate a diff of this commit: cvs rdiff -

CVS commit: src

2013-08-06 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Tue Aug 6 22:33:59 UTC 2013 Modified Files: src/distrib/sets: README src/distrib/sets/lists/comp: mi src/distrib/sets/lists/man: mi src/share/man/man4: Makefile src/share/man/man4/man4.vax: Makefile

CVS commit: src/share/misc

2013-08-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Wed Aug 7 05:19:40 UTC 2013 Modified Files: src/share/misc: acronyms.comp Log Message: Add some more (cryptography-related) acronyms To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 src/share/misc/acronyms.comp Ple

CVS commit: src/etc/etc.evbarm

2013-08-06 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 7 06:09:32 UTC 2013 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Fix a typo To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/etc/etc.evbarm/Makefile.inc Please note that diffs are not pu

CVS commit: src/sys/netmpls

2013-08-06 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Wed Aug 7 06:55:00 UTC 2013 Modified Files: src/sys/netmpls: mpls_ttl.c Log Message: reserve space for ICMP header accordingly to RFC4884 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/netmpls/mpls_ttl.c P