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 src/s

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 t

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 src/

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. T

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 src/lib/csu/arch/arm/c

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 R

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 src/te

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 Plea

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