CVS commit: src/sys/arch/amd64/amd64

2017-08-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 23 08:04:22 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: copy.S Log Message: Fix a bug in ucas_32 and ucas_64. There is a branch where they don't initialize %rax. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/arch/amd64/amd64

2017-08-23 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Aug 23 08:14:18 UTC 2017 Modified Files: src/sys/arch/amd64/amd64: copy.S Log Message: style, reduces an incoming diff To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/amd64/amd64/copy.S Please note

CVS commit: src/libexec/ld.elf_so/arch/aarch64

2017-08-23 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Aug 23 09:17:48 UTC 2017 Modified Files: src/libexec/ld.elf_so/arch/aarch64: mdreloc.c Log Message: - avoid caddr_t. use Elf_Addr instead. - iron out rdbg() errors. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1

CVS commit: src/lib/libc/string

2017-08-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 23 10:27:41 UTC 2017 Modified Files: src/lib/libc/string: stresep.c Log Message: PR/52499: Justin: stresep uses memmove with of-by-one length To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/str

CVS commit: src/tests/lib/libc/string

2017-08-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 23 10:29:51 UTC 2017 Modified Files: src/tests/lib/libc/string: t_stresep.c Log Message: Add test from PR/52499 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/string/t_stresep.c Please

CVS commit: src/sys/arch/aarch64/aarch64

2017-08-23 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Wed Aug 23 13:02:14 UTC 2017 Modified Files: src/sys/arch/aarch64/aarch64: vectors.S Log Message: - don't use ENTRY() for exception entries. - correct section definition. - designate long pointer ldr. To generate a diff of thi

CVS commit: src/usr.bin/gzip

2017-08-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 23 13:04:17 UTC 2017 Modified Files: src/usr.bin/gzip: gzip.c Log Message: now that we are processing SIGINFO write can be interrupted and return partial results (well, it could before too but it was harder to trigger);

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

2017-08-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 23 14:14:59 UTC 2017 Modified Files: src/sys/arch/arm/omap: am335x_prcm.c Log Message: Always perform code previously code under #ifdef DIAGNOSTIC - it appears that the read is needed to help make the chip work. Someone wi

CVS commit: src/usr.bin/sys_info

2017-08-23 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Wed Aug 23 18:15:53 UTC 2017 Modified Files: src/usr.bin/sys_info: sys_info.sh Log Message: add pkg_install to the list of programs reported don't throw a warning if tcsh is not found in the path To generate a diff of this commit:

CVS commit: src/usr.bin/sys_info

2017-08-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Aug 23 19:18:38 UTC 2017 Modified Files: src/usr.bin/sys_info: sys_info.sh Log Message: Add a \ -- allows sys_info -v pkg_install to tell us who the version info is obtained, rather than just how we go about printing the result.

CVS commit: src/sys/dev/pci

2017-08-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 23 19:21:14 UTC 2017 Modified Files: src/sys/dev/pci: radeonfbreg.h Log Message: consistency... To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/radeonfbreg.h Please note that diffs are not

CVS commit: [netbsd-6-0] src/sys/lib/libkern

2017-08-23 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Aug 23 19:36:28 UTC 2017 Modified Files: src/sys/lib/libkern [netbsd-6-0]: Makefile.libkern Log Message: Pull up following revision(s) (requested by mrg in ticket #1481): sys/lib/libkern/Makefile.libkern: revision 1.19 Ad

CVS commit: [netbsd-6-0] src/doc

2017-08-23 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Aug 23 19:37:05 UTC 2017 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: add to 1481 To generate a diff of this commit: cvs rdiff -u -r1.1.2.110 -r1.1.2.111 src/doc/CHANGES-6.0.7 Please note that diffs are not

CVS commit: [netbsd-6-1] src/sys/lib/libkern

2017-08-23 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Aug 23 19:37:20 UTC 2017 Modified Files: src/sys/lib/libkern [netbsd-6-1]: Makefile.libkern Log Message: Pull up following revision(s) (requested by mrg in ticket #1481): sys/lib/libkern/Makefile.libkern: revision 1.19 Ad

CVS commit: [netbsd-6] src/sys/lib/libkern

2017-08-23 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Aug 23 19:38:02 UTC 2017 Modified Files: src/sys/lib/libkern [netbsd-6]: Makefile.libkern Log Message: Pull up following revision(s) (requested by mrg in ticket #1481): sys/lib/libkern/Makefile.libkern: revision 1.19 Add

CVS commit: [netbsd-6-1] src/doc

2017-08-23 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Aug 23 19:37:48 UTC 2017 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: add to 1481 To generate a diff of this commit: cvs rdiff -u -r1.1.2.107 -r1.1.2.108 src/doc/CHANGES-6.1.6 Please note that diffs are not

CVS commit: [netbsd-6] src/doc

2017-08-23 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Aug 23 19:38:32 UTC 2017 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: add to 1481 To generate a diff of this commit: cvs rdiff -u -r1.1.2.302 -r1.1.2.303 src/doc/CHANGES-6.2 Please note that diffs are not publi

CVS commit: src/sys/dev/pci

2017-08-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 23 19:47:39 UTC 2017 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: Mac Mini WIP: - plug the external TMDS into the right CRTC when in use - use the right output types for Mini configs now VGA works properly (

CVS commit: src/usr.bin/sys_info

2017-08-23 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Wed Aug 23 21:18:57 UTC 2017 Modified Files: src/usr.bin/sys_info: sys_info.sh Log Message: Move back to a simple version string for sys_info. The way of using CVS's $ Date $ expansion to calculate the date, whilst being more accura

CVS commit: src/share/man/man9

2017-08-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Aug 23 22:27:55 UTC 2017 Modified Files: src/share/man/man9: locking.9 Log Message: Add locking(9) and psref(9) summaries to locking(9). PR misc/52504 XXX Pull-up to -8 ? To generate a diff of this commit: cvs rdiff -u -

CVS commit: src

2017-08-23 Thread Brian Ginsbach
Module Name:src Committed By: ginsbach Date: Thu Aug 24 01:01:09 UTC 2017 Modified Files: src/lib/libc/time: strptime.c src/tests/lib/libc/time: t_strptime.c Log Message: The military/nautical time zones were added following RFC 822 and RFC 2822 specifications. Un

CVS commit: src/usr.bin/sys_info

2017-08-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Aug 24 01:43:42 UTC 2017 Modified Files: src/usr.bin/sys_info: sys_info.1 sys_info.sh Log Message: Get rid of the arg sorting - it doesn't work properly, and makes it impossible to support component names containing embedded \n's

CVS commit: [netbsd-7-0] src/doc

2017-08-23 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Aug 24 06:50:33 UTC 2017 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: 1463 To generate a diff of this commit: cvs rdiff -u -r1.1.2.57 -r1.1.2.58 src/doc/CHANGES-7.0.3 Please note that diffs are not public d

CVS commit: [netbsd-7-0] src/sys/arch/i386/conf

2017-08-23 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Aug 24 06:50:16 UTC 2017 Modified Files: src/sys/arch/i386/conf [netbsd-7-0]: GENERIC Log Message: Apply patch (requested by maxv in ticket #1463): i386 GENERIC: disable VM86 by default. To generate a diff of this commit: cvs r

CVS commit: [netbsd-7-1] src/doc

2017-08-23 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Aug 24 06:51:38 UTC 2017 Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.1 Log Message: Apply patch (requested by maxv in ticket #1463): i386 GENERIC: disable VM86 by default. To generate a diff of this commit: cvs rdiff -u -

CVS commit: [netbsd-7-1] src/sys/arch/i386/conf

2017-08-23 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Aug 24 06:51:17 UTC 2017 Modified Files: src/sys/arch/i386/conf [netbsd-7-1]: GENERIC Log Message: Apply patch (requested by maxv in ticket #1463): i386 GENERIC: disable VM86 by default. To generate a diff of this commit: cvs r

CVS commit: [netbsd-7] src/sys/arch/i386/conf

2017-08-23 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Aug 24 06:52:07 UTC 2017 Modified Files: src/sys/arch/i386/conf [netbsd-7]: GENERIC Log Message: Apply patch (requested by maxv in ticket #1463): i386 GENERIC: disable VM86 by default. To generate a diff of this commit: cvs rdi

CVS commit: [netbsd-7] src/doc

2017-08-23 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Thu Aug 24 06:54:30 UTC 2017 Modified Files: src/doc [netbsd-7]: CHANGES-7.2 Log Message: 1463 To generate a diff of this commit: cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-7.2 Please note that diffs are not public domain;