CVS commit: src/sys/rump/librump/rumpkern/arch/arm

2013-08-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 8 06:50:24 UTC 2013 Added Files: src/sys/rump/librump/rumpkern/arch/arm: Makefile.inc Log Message: Build kobj_machdep.c To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/rump/librump/rumpkern/arch/arm/Make

CVS commit: src/sys/arch/arm/arm32

2013-08-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 8 06:49:10 UTC 2013 Modified Files: src/sys/arch/arm/arm32: kobj_machdep.c Log Message: Don't sync idcache/tlb when _RUMPKERNEL is defined. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/arm3

CVS commit: src/distrib/sets/lists

2013-08-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Aug 8 06:23:01 UTC 2013 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: shl.mi Log Message: Move the shared libraries for librumpnet_npf to base from comp. To generate a diff of this c

CVS commit: src/tests/lib/libutil

2013-08-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Aug 8 05:10:07 UTC 2013 Modified Files: src/tests/lib/libutil: t_snprintb.c Log Message: Arghhh! Typo. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libutil/t_snprintb.c Please note that diff

CVS commit: src/tests/lib/libutil

2013-08-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Aug 8 04:52:10 UTC 2013 Modified Files: src/tests/lib/libutil: t_snprintb.c Log Message: Add a new test case for snprintb_m(3) to catch previous boundary bug. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 sr

CVS commit: src/common/lib/libutil

2013-08-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Aug 8 04:32:43 UTC 2013 Modified Files: src/common/lib/libutil: snprintb.c Log Message: apply some do { ... } while (0) so that macros aren't broken, completing the previous change. To generate a diff of this commit: cvs rdiff

CVS commit: [netbsd-6-1] src/doc

2013-08-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Aug 8 03:20:17 UTC 2013 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1 CHANGES-6.1.1 Log Message: Remove the note about ticket #652 (bge) from CHANGES-6.1 because the change wasn't added. Fixes PR#48069 for netbsd-6-1 br

CVS commit: src/common/lib/libutil

2013-08-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Aug 7 23:48:13 UTC 2013 Modified Files: src/common/lib/libutil: snprintb.c Log Message: The PUT* things are macros. Use { ... } to make sure they expand correctly. To generate a diff of this commit: cvs rdiff -u -r1.10 -

CVS commit: src/lib/libutil

2013-08-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Aug 7 23:22:28 UTC 2013 Modified Files: src/lib/libutil: snprintb.3 Log Message: Update example using hex-escape-sequences to conform to gcc parsing rules. (See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33167 for details.

CVS commit: src/lib/libutil

2013-08-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Aug 7 22:51:59 UTC 2013 Modified Files: src/lib/libutil: snprintb.3 Log Message: Add an example using snprintb_m() Replace \*[Gt] and \*[Lt] with the simple characters > and < (OK wiz) XXX Note that the examples currently

CVS commit: src/common/lib/libutil

2013-08-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Aug 7 22:37:28 UTC 2013 Modified Files: src/common/lib/libutil: snprintb.c Log Message: Fix boundary condition in multi-line format. When the '=' following a field name exactly filled a line, the back-up logic failed and r

CVS commit: src/share/mk

2013-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 7 22:09:30 UTC 2013 Modified Files: src/share/mk: bsd.own.mk Log Message: Switch alpha to USE_COMPILERCRTSTUFF= no To generate a diff of this commit: cvs rdiff -u -r1.742 -r1.743 src/share/mk/bsd.own.mk Please note that

CVS commit: src/etc/etc.evbarm

2013-08-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 7 20:57:23 UTC 2013 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: fix another typo To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/etc/etc.evbarm/Makefile.inc Please note that diffs are

CVS commit: src/sys/dev/i2c

2013-08-07 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Wed Aug 7 19:38:45 UTC 2013 Modified Files: src/sys/dev/i2c: at24cxx.c dbcool_reg.h i2c.c lm75reg.h max6900reg.h pcf8583reg.h sdtemp_reg.h spdmem_i2c.c x1226reg.h Log Message: Allow i2c addr wildcard matching. Use with

CVS commit: src/sys/arch/arm/arm32

2013-08-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 7 18:36:19 UTC 2013 Modified Files: src/sys/arch/arm/arm32: kobj_machdep.c Log Message: Add R_ARM_V4BX, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS Fix R_ARM_PC24 and match R_ARM_CALL and R_ARM_JUMP24 To generate a diff of this com

CVS commit: src/sys/arch/arm/include

2013-08-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 7 18:34:53 UTC 2013 Modified Files: src/sys/arch/arm/include: elf_machdep.h Log Message: Add more relocs To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/include/elf_machdep.h Please note th

CVS commit: src/tools

2013-08-07 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Aug 7 17:50:55 UTC 2013 Modified Files: src/tools: Makefile.gnuhost src/tools/autoconf: Makefile Log Message: Revert previous change to tools/Makefile.gnuhost. When getenv("M4") contains multiple words, flex fails. Adj

CVS commit: src/share/mk

2013-08-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 7 17:36:12 UTC 2013 Modified Files: src/share/mk: bsd.kmodule.mk Log Message: Add support for generating tramponlines in the module at link time. This is done using some awk scripts and KMODTRAMPOLINE in It's not as effici

CVS commit: src/sys/modules/arch/arm

2013-08-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 7 17:29:15 UTC 2013 Modified Files: src/sys/modules/arch/arm: kmodwrap.awk Log Message: Keep track of undefined symbols and then use to determine whether a wrap is required. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/arm/include

2013-08-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 7 17:09:50 UTC 2013 Modified Files: src/sys/arch/arm/include: asm.h Log Message: Add KMODTRAMPOLINE(name) There are 3 variations: one for armv7 using movw ip,#:lower16:func; movt ip,#:upper16:func; bx ip one for armv4t+ usi

CVS commit: src/sys/modules/arch/arm

2013-08-07 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 7 17:06:22 UTC 2013 Added Files: src/sys/modules/arch/arm: kmodhide.awk kmodtramp.awk kmodwrap.awk Log Message: awk support scripts to generate trampolines in modules. (adapted from previous LKM method). now has a KMODTRAM

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

2013-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 7 14:43:58 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: Fix stale comment To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/evbarm/conf/RPI Please note that diffs are not

CVS commit: src/sys/dev/ata

2013-08-07 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Wed Aug 7 12:50:17 UTC 2013 Modified Files: src/sys/dev/ata: ata.c Log Message: Make sure a channel has drives attached before resetting it otherwise wdc_reset will panic the kernel due to a null derefrence of ch_drives. To gene