CVS commit: src/tests/games

2016-06-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 27 05:29:32 UTC 2016 Modified Files: src/tests/games: t_factor.sh Log Message: Do this more cleanly - put the do-we-have-crypto check inside the actual do-the-test code rather than in a test's head() code. This way, if

CVS commit: src/tests/games

2016-06-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 27 05:29:32 UTC 2016 Modified Files: src/tests/games: t_factor.sh Log Message: Do this more cleanly - put the do-we-have-crypto check inside the actual do-the-test code rather than in a test's head() code. This way, if

CVS commit: src/tests/games

2016-06-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 27 05:08:18 UTC 2016 Modified Files: src/tests/games: t_factor.sh Log Message: Split each test into its own test case. For test case loop2, where there are multiple prime factors greater than 65535, skip the test if

CVS commit: src/tests/games

2016-06-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jun 27 05:08:18 UTC 2016 Modified Files: src/tests/games: t_factor.sh Log Message: Split each test into its own test case. For test case loop2, where there are multiple prime factors greater than 65535, skip the test if

CVS commit: src/sys/kern

2016-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 27 01:46:04 UTC 2016 Modified Files: src/sys/kern: core_elf32.c Log Message: PR/51277: Fix compat32 coredumping that broke with the aux vector note addition. To generate a diff of this commit: cvs rdiff -u -r1.46

CVS commit: src/sys/kern

2016-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 27 01:46:04 UTC 2016 Modified Files: src/sys/kern: core_elf32.c Log Message: PR/51277: Fix compat32 coredumping that broke with the aux vector note addition. To generate a diff of this commit: cvs rdiff -u -r1.46

CVS commit: src/tests/bin/cat

2016-06-26 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Jun 26 22:50:46 UTC 2016 Modified Files: src/tests/bin/cat: d_align.in d_align.out Log Message: PR bin/4841 was filed regarding the handling of blank lines when cat was invoked with -be, the test case however did not utilise

CVS commit: src/tests/bin/cat

2016-06-26 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Jun 26 22:50:46 UTC 2016 Modified Files: src/tests/bin/cat: d_align.in d_align.out Log Message: PR bin/4841 was filed regarding the handling of blank lines when cat was invoked with -be, the test case however did not utilise

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2016-06-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 26 15:46:42 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: Drop extra argument not used by format string. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2016-06-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 26 15:46:42 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: Drop extra argument not used by format string. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

CVS commit: src/external/gpl3/binutils/dist/bfd

2016-06-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 26 14:44:10 UTC 2016 Modified Files: src/external/gpl3/binutils/dist/bfd: elf32-m68k.c Log Message: fix build To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/binutils/dist/bfd/elf32-m68k.c

CVS commit: src/external/gpl3/binutils/dist/bfd

2016-06-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 26 14:44:10 UTC 2016 Modified Files: src/external/gpl3/binutils/dist/bfd: elf32-m68k.c Log Message: fix build To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/binutils/dist/bfd/elf32-m68k.c

CVS commit: src/sys/dev/scsipi

2016-06-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 26 07:31:35 UTC 2016 Modified Files: src/sys/dev/scsipi: scsiconf.c Log Message: Create a dedicated thread for the initial scsibus discovery instead of using the completion thread. This prevents a deadlock when a command

CVS commit: src/sys/dev

2016-06-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 26 07:22:15 UTC 2016 Modified Files: src/sys/dev: dksubr.c Log Message: Avoid NULL deref in case no bufq has been set. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/dev/dksubr.c Please note

CVS commit: src/sys/dev

2016-06-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 26 07:22:15 UTC 2016 Modified Files: src/sys/dev: dksubr.c Log Message: Avoid NULL deref in case no bufq has been set. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/dev/dksubr.c Please note

CVS commit: src/usr.sbin/usbdevs

2016-06-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 26 07:10:24 UTC 2016 Modified Files: src/usr.sbin/usbdevs: usbdevs.8 usbdevs.c Log Message: Print release also in hex. Print device class information if -v is used twice. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/usbdevs

2016-06-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Jun 26 07:10:24 UTC 2016 Modified Files: src/usr.sbin/usbdevs: usbdevs.8 usbdevs.c Log Message: Print release also in hex. Print device class information if -v is used twice. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libutil

2016-06-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jun 26 07:09:24 UTC 2016 Modified Files: src/lib/libutil: parsedate.3 parsedate.y Log Message: Remove dawn/sunup/sunset/sundown (sunrise was never there...) If 06:00 or 18:00 are wanted, just say "06:00" (etc). If these are

CVS commit: src/lib/libutil

2016-06-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jun 26 07:09:24 UTC 2016 Modified Files: src/lib/libutil: parsedate.3 parsedate.y Log Message: Remove dawn/sunup/sunset/sundown (sunrise was never there...) If 06:00 or 18:00 are wanted, just say "06:00" (etc). If these are