CVS commit: src/usr.bin/make

2013-05-16 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Thu May 16 21:56:56 UTC 2013 Modified Files: src/usr.bin/make: meta.c Log Message: New compiler doesn't like foo() To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/usr.bin/make/meta.c Please note that diffs are no

CVS commit: [khorben-n900] src/sys/arch/evbarm/n900

2013-05-16 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Thu May 16 21:41:15 UTC 2013 Modified Files: src/sys/arch/evbarm/n900 [khorben-n900]: n900_acad.c n900_audjck.c n900_cambtn.c n900_camcvr.c n900_kbdsld.c n900_lckbtn.c n900_prxmty.c Log Message: Using a sy

CVS commit: src/sys/dev/i2c

2013-05-16 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu May 16 21:25:27 UTC 2013 Modified Files: src/sys/dev/i2c: tps65217pmic.c Log Message: Fix typo: s/300/500/ . To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/tps65217pmic.c Please note that diffs

CVS commit: src/external/bsd/pkg_install/dist/lib

2013-05-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu May 16 19:19:44 UTC 2013 Modified Files: src/external/bsd/pkg_install/dist/lib: var.c Log Message: var_get_memory(): if no eol is found in the string we set "next" to NULL, assign it to "buf" and then check the loop condition

CVS commit: src/sys/arch

2013-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 16 19:06:45 UTC 2013 Modified Files: src/sys/arch/arc/arc: disksubr.c src/sys/arch/arc/include: disklabel.h src/sys/arch/bebox/include: disklabel.h src/sys/arch/cobalt/cobalt: disksubr.c sr

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

2013-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 16 18:47:38 UTC 2013 Modified Files: src/sys/arch/sh3/include: disklabel.h Log Message: name it like other ports do To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sh3/include/disklabel.h Plea

CVS commit: src/sys/dev/ofw

2013-05-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 16 18:43:09 UTC 2013 Modified Files: src/sys/dev/ofw: openfirm.h Log Message: sort by name, add OF_quiesce To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ofw/openfirm.h Please note that diff

CVS commit: [khorben-n900] src/sys/arch/arm/omap

2013-05-16 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Thu May 16 18:24:26 UTC 2013 Modified Files: src/sys/arch/arm/omap [khorben-n900]: omap2_spi.c Log Message: Rewrote the computation of the clock frequency divider when configuring an SPI channel. To generate a diff of this comm

CVS commit: [khorben-n900] src/sys/arch/evbarm/conf

2013-05-16 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Thu May 16 15:53:06 UTC 2013 Modified Files: src/sys/arch/evbarm/conf [khorben-n900]: N900 Log Message: Attaching the lp5523led(4) LED driver to the I2C bus. Tested on my Nokia N900 smartphone. To generate a diff of this commi

CVS commit: [khorben-n900] src/sys/dev/i2c

2013-05-16 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Thu May 16 15:51:29 UTC 2013 Modified Files: src/sys/dev/i2c [khorben-n900]: lp5523.c Log Message: Added a refresh callback for the temperature sensor. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys

CVS commit: [khorben-n900] src/sys/dev/i2c

2013-05-16 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Thu May 16 15:36:50 UTC 2013 Modified Files: src/sys/dev/i2c [khorben-n900]: files.i2c Added Files: src/sys/dev/i2c [khorben-n900]: lp5523.c lp5523reg.h Log Message: Initial import of the lp5523led(4) driver, a programmab

CVS commit: src/crypto/external/bsd/libsaslc/dist/src

2013-05-16 Thread Roland Dowdeswell
Module Name:src Committed By: elric Date: Thu May 16 13:02:12 UTC 2013 Modified Files: src/crypto/external/bsd/libsaslc/dist/src: mech_gssapi.c Log Message: AUTHCID is optional for the GSSAPI mechanism. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ sr

CVS commit: src/tests/ipf

2013-05-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu May 16 07:43:02 UTC 2013 Modified Files: src/tests/ipf: t_nat_exec.sh Log Message: Mark two more test case as only failing for BE To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/tests/ipf/t_nat_exec.sh Ple

CVS commit: src

2013-05-16 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Thu May 16 07:37:05 UTC 2013 Modified Files: src/etc/mtree: special src/etc/rc.d: Makefile src/usr.sbin/postinstall: postinstall Log Message: try to sync lists of rc.d scripts To generate a diff of this commit: cvs

CVS commit: src/tests/ipf

2013-05-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu May 16 07:20:29 UTC 2013 Modified Files: src/tests/ipf: h_common.sh t_nat_exec.sh Log Message: Assume that the NAT failures that happen on some architectures are endianess bugs, so do not expect failure on LE archs for now.