CVS commit: src/lib/libutil

2015-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Dec 31 09:12:58 UTC 2015 Modified Files: src/lib/libutil: parsedate.y Log Message: Reformat grammar part according to my standards for yacc grammars. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/li

CVS commit: src/tests/lib/libutil

2015-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Dec 31 10:10:15 UTC 2015 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: Fix the "Tuesday midnight" test to match what parsedate.y does; in particular it doesn't add a week if evaluating that on Wednesday.

CVS commit: src/tests/lib/libutil

2015-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Dec 31 10:18:00 UTC 2015 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: When evaluated on a Sunday, "next Sunday" means 7 days in the future, not 14. When evaluated on a Monday, it apparently means 13 days

CVS commit: src/doc

2015-12-31 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Dec 31 10:21:02 UTC 2015 Modified Files: src/doc: 3RDPARTY Log Message: tmux 2.1 is out. To generate a diff of this commit: cvs rdiff -u -r1.1269 -r1.1270 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/lib/libutil

2015-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Dec 31 10:31:07 UTC 2015 Modified Files: src/lib/libutil: parsedate.y Log Message: Always use localtime_r; I don't think any of this code is tripping itself up, but it's still good practice for library functions to not trash

CVS commit: src/lib/libutil

2015-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Dec 31 10:52:06 UTC 2015 Modified Files: src/lib/libutil: parsedate.y Log Message: When computing relative months, use mktime() directly and don't call our Convert(). And check it for failure. This fixes three sets of proble

CVS commit: src/tests/lib/libutil

2015-12-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Dec 31 10:56:13 UTC 2015 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: Fix REL_CHECK error output; it had "expected" and "obtained" swapped. While here, improve the general legibility of the printout. Not

CVS commit: src/sys

2015-12-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 31 11:53:19 UTC 2015 Modified Files: src/sys/arch/arm/imx: imx6_iomuxreg.h imx6_usdhc.c src/sys/arch/evbarm/conf: CUBOX-I NITROGEN6X src/sys/arch/evbarm/nitrogen6: nitrogen6_iomux.c nitrogen6_machdep.c

CVS commit: src/sys/arch

2015-12-31 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Dec 31 12:14:01 UTC 2015 Modified Files: src/sys/arch/arm/imx: files.imx6 imx6_axi.c imx6_board.c imx6var.h src/sys/arch/evbarm/nitrogen6: nitrogen6_machdep.c Log Message: use armv7_generic_space To generate a diff of t

CVS commit: src/sys/conf

2015-12-31 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Dec 31 15:23:07 UTC 2015 Modified Files: src/sys/conf: copyright Log Message: WELCOME 2016! To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/conf/copyright Please note that diffs are not public domain; the

CVS commit: src/lib

2015-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 31 20:11:32 UTC 2015 Modified Files: src/lib: Makefile Log Message: Move blacklistd later now that it depends on libpthread (From Rin Okuyama) To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 src/lib/Mak

CVS commit: src/lib/libusbhid

2015-12-31 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 31 20:35:21 UTC 2015 Modified Files: src/lib/libusbhid: descr.c Log Message: compare pointer against NULL instead of 0 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libusbhid/descr.c Please note