CVS commit: src/share/misc

2012-08-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Aug 24 06:04:02 UTC 2012 Modified Files: src/share/misc: acronyms Log Message: OTP (one true pairing) To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212 src/share/misc/acronyms Please note that diffs are not

CVS commit: src/lib/libc

2012-08-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Aug 24 06:12:52 UTC 2012 Modified Files: src/lib/libc: shlib_version Log Message: Some more notes for libc bump time that I had lying around. To generate a diff of this commit: cvs rdiff -u -r1.234 -r1.235

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

2012-08-24 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 24 06:34:08 UTC 2012 Modified Files: src/sys/arch/arm/omap: omap2_reg.h Log Message: Add registers for OMAP 3530 / TI DM37xx to determine CPU speed. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys

2012-08-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 24 09:01:23 UTC 2012 Modified Files: src/sys/arch/amiga/dev: siopreg.h src/sys/arch/hpcmips/dev: plumreg.h src/sys/dev/ic: advlib.h adwlib.h esiopvar.h osiopreg.h siopvar.h tcic2.c

CVS commit: src/sys/dev/usb

2012-08-24 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Aug 24 12:20:02 UTC 2012 Modified Files: src/sys/dev/usb: umass.c umass_quirks.c umassvar.h Log Message: Another contribution to PR kern/42225 which will hopefully bring the story to an end: Always ignore the residue from

CVS commit: src/sys/dev/usb

2012-08-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 24 13:14:19 UTC 2012 Modified Files: src/sys/dev/usb: ulpt.c Log Message: Destroy the reader callout on close, as discussed back in may on current-users. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

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

2012-08-24 Thread Steve Woodford
Module Name:src Committed By: scw Date: Fri Aug 24 15:25:11 UTC 2012 Modified Files: src/sys/arch/arm/omap: omap_wdt.c Log Message: Defend against the case where omapwdt32k_enable() can be called via ddb if the kernel crashes early on before the watchdog driver starts.

CVS commit: src/lib/csu/arch/arm

2012-08-24 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 24 16:37:45 UTC 2012 Modified Files: src/lib/csu/arch/arm: crtbegin.S Log Message: Fix code around __register_frame_info (fixes core dumps) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src

2012-08-24 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Aug 24 20:24:40 UTC 2012 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc/regex: Makefile src/tests/lib/libtre: Makefile Added Files: src/tests/lib/libc/regex: t_regex.sh t_regex_att.c

CVS commit: src/tests/fs/ffs

2012-08-24 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Aug 24 20:25:50 UTC 2012 Modified Files: src/tests/fs/ffs: h_ffs_server.c Log Message: h_ffs_server.c is not a test program. Remove unnecessary traces of atf. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/share/mk

2012-08-24 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Aug 24 20:26:25 UTC 2012 Modified Files: src/share/mk: bsd.prog.mk Log Message: Allow DPADD to be specified on a per-program basis. To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.278 src/share/mk/bsd.prog.mk

CVS commit: src/share/mk

2012-08-24 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Aug 24 20:28:19 UTC 2012 Modified Files: src/share/mk: bsd.test.mk Log Message: Make DPADD and LDADD specific to the test programs. This allows mixing C and C++ test programs in the same Makefile, and prevents regular programs