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 while here.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hppa/hppa/kobj_machdep.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/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/kobj_machdep.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/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 diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_shim.c

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



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 commit:
cvs rdiff -u -r1.6 -r1.7 src/sbin/newfs_udf/udf_write.c
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/makefs/udf.c

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



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/sticky
accessnode.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/makefs/udf.c

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



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 size argument would be overriden by the
calculated size.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/makefs/udf.c

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



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 commit:
cvs rdiff -u -r1.48 -r1.49 src/usr.sbin/makefs/makefs.8

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



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

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



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/sbin/newfs_udf/newfs_udf.8

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



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 not public domain; they are subject to the
copyright notices on the relevant files.



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 note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 public domain; they are subject to the
copyright notices on the relevant files.



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 if desired. The
syntax follows the newfs_udf(8) syntax.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/usr.sbin/makefs/makefs.8
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/makefs/udf.c

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



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/makefs/makefs.8
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/makefs/udf.c

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



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 generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sbin/newfs_udf/newfs_udf.c
cvs rdiff -u -r1.20 -r1.21 src/sbin/newfs_udf/udf_create.c
cvs rdiff -u -r1.5 -r1.6 src/sbin/newfs_udf/udf_create.h

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



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 here, visit the 80 columns police :)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sbin/newfs_udf/newfs_udf.c
cvs rdiff -u -r1.3 -r1.4 src/sbin/newfs_udf/newfs_udf.h
cvs rdiff -u -r1.21 -r1.22 src/sbin/newfs_udf/udf_create.c
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/makefs/udf.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/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 the HP Microserver N36L/N40L/N54L:

w83795g* at iic? addr 0x2f
gpio* at gpiobus?

Note that the gpio and watchdog functionality appears to be useless on
the Microserver, as the gpio pins don't affect the LED's and a watchdog
trigger does not cause a reset. Perhaps the reset pin just isn't wired.

There are quite flexible fan control options as well as just monitoring,
but it is not clear to me how best to export that function to userspace.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/i2c/files.i2c
cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/w83795g.c src/sys/dev/i2c/w83795greg.h

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



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
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4eb: defs.mk
gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6eb: defs.mk
gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hfeb: defs.mk
gcov-iov.h
src/external/gpl3/gcc/lib/libgomp/arch/earmv4eb: config.h libgomp.spec
libgomp_f.h omp.h
src/external/gpl3/gcc/lib/libgomp/arch/earmv6eb: config.h libgomp.spec
libgomp_f.h omp.h
src/external/gpl3/gcc/lib/libgomp/arch/earmv6hfeb: config.h
libgomp.spec libgomp_f.h omp.h
src/external/gpl3/gcc/lib/libiberty/arch/earmv4eb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmv6eb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmv6hfeb: config.h
src/external/gpl3/gcc/lib/libobjc/arch/earmv4eb: config.h defs.mk
src/external/gpl3/gcc/lib/libobjc/arch/earmv6eb: config.h defs.mk
src/external/gpl3/gcc/lib/libobjc/arch/earmv6hfeb: config.h defs.mk
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb: c++allocator.h
c++config.h config.h cxxabi_tweaks.h defs.mk gstdint.h
gthr-default.h gthr-posix.h gthr-single.h gthr-tpf.h gthr.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb: c++allocator.h
c++config.h config.h cxxabi_tweaks.h defs.mk gstdint.h
gthr-default.h gthr-posix.h gthr-single.h gthr-tpf.h gthr.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb: c++allocator.h
c++config.h config.h cxxabi_tweaks.h defs.mk gstdint.h
gthr-default.h gthr-posix.h gthr-single.h gthr-tpf.h gthr.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv4eb: all-tree.def
auto-host.h bconfig.h bversion.h config.h configargs.h defs.mk
gthr-default.h gtyp-input.list multilib.h plugin-version.h tm.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv6eb: all-tree.def
auto-host.h bconfig.h bversion.h config.h configargs.h defs.mk
gthr-default.h gtyp-input.list multilib.h plugin-version.h tm.h
src/external/gpl3/gcc/usr.bin/gcc/arch/earmv6hfeb: all-tree.def
auto-host.h bconfig.h bversion.h config.h configargs.h defs.mk
gthr-default.h gtyp-input.list multilib.h plugin-version.h tm.h
src/external/gpl3/gcc/usr.bin/libcpp/arch/earmv4eb: config.h
src/external/gpl3/gcc/usr.bin/libcpp/arch/earmv6eb: config.h
src/external/gpl3/gcc/usr.bin/libcpp/arch/earmv6hfeb: config.h
src/external/gpl3/gcc/usr.bin/libdecnumber/arch/earmv4eb: config.h
src/external/gpl3/gcc/usr.bin/libdecnumber/arch/earmv6eb: config.h
src/external/gpl3/gcc/usr.bin/libdecnumber/arch/earmv6hfeb: config.h

Log Message:
GCC configury for earmv4eb earmv6eb earmv6hfeb


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/crtstuff/arch/earmv4eb.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/earmv6eb.mk \
src/external/gpl3/gcc/lib/crtstuff/arch/earmv6hfeb.mk
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/libgcc/arch/earmv4eb.mk \
src/external/gpl3/gcc/lib/libgcc/arch/earmv6eb.mk \
src/external/gpl3/gcc/lib/libgcc/arch/earmv6hfeb.mk
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4eb/defs.mk \
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4eb/gcov-iov.h
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6eb/defs.mk \
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6eb/gcov-iov.h
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hfeb/defs.mk \
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hfeb/gcov-iov.h
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/lib/libgomp/arch/earmv4eb/config.h \
src/external/gpl3/gcc/lib/libgomp/arch/earmv4eb/libgomp.spec \
src/external/gpl3/gcc/lib/libgomp/arch/earmv4eb/libgomp_f.h \
src/external/gpl3/gcc/lib/libgomp/arch/earmv4eb/omp.h
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/lib/libgomp/arch/earmv6eb/config.h \
src/external/gpl3/gcc/lib/libgomp/arch/earmv6eb/libgomp.spec \
src/external/gpl3/gcc/lib/libgomp/arch/earmv6eb/libgomp_f.h \
src/external/gpl3/gcc/lib/libgomp/arch/earmv6eb/omp.h
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/lib/libgomp/arch/earmv6hfeb/config.h \
src/external/gpl3/gcc/lib/libgomp/arch/earmv6hfeb/libgomp.spec \
src/external/gpl3/gcc/lib/libgomp/arch/earmv6hfeb/libgomp_f.h \
src/external/gpl3/gcc/lib/libgomp/arch/earmv6hfeb/omp.h
cvs rdiff -u -r0 -r1.1 \
src/external/gpl3/gcc/lib/libiberty/arch/earmv4eb/config.h

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 public domain; they are subject to the
copyright notices on the relevant files.



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 are not public domain; they are subject to the
copyright notices on the relevant files.



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 that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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.evbarm/Makefile.inc

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



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 rdiff -u -r1.4 -r1.5 src/share/man/man4/flash.4 src/share/man/man4/malo.4 \
src/share/man/man4/uyurex.4
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/g760a.4
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/iee.4

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



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/sbin/atactl/atactl.c
cvs rdiff -u -r1.403 -r1.404 src/sys/dev/ata/wd.c

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



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.52 -r1.53 src/usr.sbin/makefs/makefs.8

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



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 domain; they are subject to the
copyright notices on the relevant files.



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/lib/libc/arch/arm/atomic/Makefile.inc

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



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 this commit:
cvs rdiff -u -r1.11 -r1.12 src/common/lib/libc/arch/arm/atomic/Makefile.inc

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



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/sys/arch/sh3/sh3/db_trace.c

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



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 tools version of m4
behave like GNU m4.

Remove similar code from tools/autoconf/Makefile, where it didn't
work because Makefile.gnuhost would previously have overridden it.

This fixes a problem in which the tools version of autoconf complained
"M4sugar requires GNU M4.
Install it before installing M4sugar or set the M4 environment variable to its 
path name."


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/tools/Makefile.gnuhost
cvs rdiff -u -r1.4 -r1.5 src/tools/autoconf/Makefile

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



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 this commit:
cvs rdiff -u -r1.77 -r1.78 src/tools/compat/configure.ac

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



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/configure
cvs rdiff -u -r1.30 -r1.31 src/tools/compat/nbtool_config.h.in

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



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/compat/compat_defs.h

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



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
from a tools build regardless of whether or not the host defines these
functions.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/common/lib/libutil/snprintb.c

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



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 -u -r1.68 -r1.69 src/tools/compat/Makefile

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



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
src/share/man/man9: Makefile
Removed Files:
src/share/man/man7: mdoc.7 mdoc.samples.7

Log Message:
Build orphaned man pages.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/distrib/sets/README
cvs rdiff -u -r1.1829 -r1.1830 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.1432 -r1.1433 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.600 -r1.601 src/share/man/man4/Makefile
cvs rdiff -u -r1.15 -r1.16 src/share/man/man4/man4.vax/Makefile
cvs rdiff -u -r1.29 -r0 src/share/man/man7/mdoc.7
cvs rdiff -u -r1.45 -r0 src/share/man/man7/mdoc.samples.7
cvs rdiff -u -r1.372 -r1.373 src/share/man/man9/Makefile

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



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

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



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 public domain; they are subject to the
copyright notices on the relevant files.



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

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