CVS commit: src/sys/arch

2019-06-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 3 05:59:02 UTC 2019 Modified Files: src/sys/arch/mips/mips: wired_map.c src/sys/arch/sun2/sun2: machdep.c src/sys/arch/sun3/sun3: machdep.c src/sys/arch/sun3/sun3x: machdep.c

CVS commit: src/sys/arch

2019-06-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 3 05:59:02 UTC 2019 Modified Files: src/sys/arch/mips/mips: wired_map.c src/sys/arch/sun2/sun2: machdep.c src/sys/arch/sun3/sun3: machdep.c src/sys/arch/sun3/sun3x: machdep.c

CVS commit: src/sys/dev/pci

2019-06-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 3 05:22:57 UTC 2019 Modified Files: src/sys/dev/pci: if_msk.c Log Message: I think it's not required to call msk_init_yukon() in msk_attach(). Fixes PR kern/54261 reported by David shao. To generate a diff of this

CVS commit: src/sys/dev/pci

2019-06-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 3 05:22:57 UTC 2019 Modified Files: src/sys/dev/pci: if_msk.c Log Message: I think it's not required to call msk_init_yukon() in msk_attach(). Fixes PR kern/54261 reported by David shao. To generate a diff of this

CVS commit: src/tools/gdb

2019-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 2 23:28:32 UTC 2019 Modified Files: src/tools/gdb: Makefile Log Message: force libexpat since the autoconfig test are not cross-compile friendly (they try to link with /usr/lib/libexpat.so in the compiler invocation).

CVS commit: src/tools/gdb

2019-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 2 23:28:32 UTC 2019 Modified Files: src/tools/gdb: Makefile Log Message: force libexpat since the autoconfig test are not cross-compile friendly (they try to link with /usr/lib/libexpat.so in the compiler invocation).

CVS commit: src/external/gpl3/gdb/lib/libgdb/arch

2019-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 2 23:27:21 UTC 2019 Modified Files: src/external/gpl3/gdb/lib/libgdb/arch/aarch64: config.h src/external/gpl3/gdb/lib/libgdb/arch/alpha: config.h src/external/gpl3/gdb/lib/libgdb/arch/arm: config.h

CVS commit: src/external/gpl3/gdb/lib/libgdb/arch

2019-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 2 23:27:21 UTC 2019 Modified Files: src/external/gpl3/gdb/lib/libgdb/arch/aarch64: config.h src/external/gpl3/gdb/lib/libgdb/arch/alpha: config.h src/external/gpl3/gdb/lib/libgdb/arch/arm: config.h

re: CVS commit: src

2019-06-02 Thread matthew green
> This change seems to have broken postinstall(8) when it is run from the > command line. > > I'm guessing it is because MKX11 is now used before the _MKVARS section. should be already fixed. thanks.

Re: CVS commit: src

2019-06-02 Thread Robert Swindells
"matthew green" wrote: >Module Name:src >Committed By: mrg >Date: Sun Jun 2 11:35:55 UTC 2019 > >Modified Files: >src/external/mit/xorg/lib/gallium: Makefile >src/share/mk: bsd.own.mk > >Log Message: >fix building x86 with X11 but not LLVM: > >- change the

CVS commit: src/share/mk

2019-06-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 2 21:29:13 UTC 2019 Modified Files: src/share/mk: bsd.own.mk Log Message: minor hack fix for the previous: MKX11 is used before it was defaulted, leading to eg: ... Malformed conditional (${MKX11} != "no" &&

CVS commit: src/share/mk

2019-06-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 2 21:29:13 UTC 2019 Modified Files: src/share/mk: bsd.own.mk Log Message: minor hack fix for the previous: MKX11 is used before it was defaulted, leading to eg: ... Malformed conditional (${MKX11} != "no" &&

CVS commit: src/share/misc

2019-06-02 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sun Jun 2 20:18:23 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: One more CPS. To generate a diff of this commit: cvs rdiff -u -r1.254 -r1.255 src/share/misc/acronyms.comp Please note that diffs are not

CVS commit: src/sys/rump/librump/rumpkern

2019-06-02 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jun 2 19:41:51 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: Apply a patch from hannken@ which adds a weak alias for rump_getcwd_common() allowing -lrump to be used without -lrumpvfs. This is an

CVS commit: src/share/misc

2019-06-02 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Jun 2 19:04:34 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: CSP To generate a diff of this commit: cvs rdiff -u -r1.253 -r1.254 src/share/misc/acronyms.comp Please note that diffs are not public

CVS commit: src/share/misc

2019-06-02 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Jun 2 19:04:34 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: CSP To generate a diff of this commit: cvs rdiff -u -r1.253 -r1.254 src/share/misc/acronyms.comp Please note that diffs are not public

CVS commit: src/distrib/evbarm/gzboot/gzimg

2019-06-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jun 2 17:18:57 UTC 2019 Modified Files: src/distrib/evbarm/gzboot/gzimg: Makefile Log Message: Fix building of gzboot images in the EABI MACHINE_ARCH universe. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/etc/etc.evbarm

2019-06-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jun 2 17:13:15 UTC 2019 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Include armv4 for "earm", not just "earmv4". To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107

CVS commit: src/etc/etc.evbarm

2019-06-02 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jun 2 17:13:15 UTC 2019 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Include armv4 for "earm", not just "earmv4". To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107

CVS commit: src/external/gpl3/gdb/dist/sim/common

2019-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 2 16:07:58 UTC 2019 Added Files: src/external/gpl3/gdb/dist/sim/common: create-version.sh Log Message: put back script deleted during merge. To generate a diff of this commit: cvs rdiff -u -r0 -r1.3 \

CVS commit: src/external/gpl3/gdb/dist/sim/common

2019-06-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 2 16:07:58 UTC 2019 Added Files: src/external/gpl3/gdb/dist/sim/common: create-version.sh Log Message: put back script deleted during merge. To generate a diff of this commit: cvs rdiff -u -r0 -r1.3 \

CVS commit: src/sys/dev/pci

2019-06-02 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Jun 2 14:48:55 UTC 2019 Modified Files: src/sys/dev/pci: viaide.c Log Message: updated patch from Andrius - update the chip map for CX700 to use via_sata_chip_map_new, this seems to eliminate the ghost non-existing viaide1

CVS commit: src/sys/dev/pci

2019-06-02 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Jun 2 14:48:55 UTC 2019 Modified Files: src/sys/dev/pci: viaide.c Log Message: updated patch from Andrius - update the chip map for CX700 to use via_sata_chip_map_new, this seems to eliminate the ghost non-existing viaide1

CVS commit: src

2019-06-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 2 11:35:55 UTC 2019 Modified Files: src/external/mit/xorg/lib/gallium: Makefile src/share/mk: bsd.own.mk Log Message: fix building x86 with X11 but not LLVM: - change the defaults for MKLLVMRT and MKX11 so we don't

CVS commit: src

2019-06-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 2 11:35:55 UTC 2019 Modified Files: src/external/mit/xorg/lib/gallium: Makefile src/share/mk: bsd.own.mk Log Message: fix building x86 with X11 but not LLVM: - change the defaults for MKLLVMRT and MKX11 so we don't

CVS commit: src/sys/dev/pckbport

2019-06-02 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Jun 2 08:55:00 UTC 2019 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsreg.h synapticsvar.h Log Message: Changes based on code from an anonymous contributor. This should make trackpads work for Thinkpads. Also

CVS commit: src/sys/dev/pckbport

2019-06-02 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Jun 2 08:55:00 UTC 2019 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsreg.h synapticsvar.h Log Message: Changes based on code from an anonymous contributor. This should make trackpads work for Thinkpads. Also

CVS commit: [netbsd-8] src/doc

2019-06-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 2 08:30:16 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1279 To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-8.2 Please note that diffs are not

CVS commit: [netbsd-8] src/doc

2019-06-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 2 08:30:16 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Ticket #1279 To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-8.2 Please note that diffs are not

CVS commit: [netbsd-8] src/sys/arch/x86/x86

2019-06-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 2 08:29:30 UTC 2019 Modified Files: src/sys/arch/x86/x86 [netbsd-8]: spectre.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1279): sys/arch/x86/x86/spectre.c: revision 1.29 Mmh,

CVS commit: [netbsd-8] src/sys/arch/x86/x86

2019-06-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 2 08:29:30 UTC 2019 Modified Files: src/sys/arch/x86/x86 [netbsd-8]: spectre.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1279): sys/arch/x86/x86/spectre.c: revision 1.29 Mmh,

CVS commit: [netbsd-8] src

2019-06-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 2 08:27:40 UTC 2019 Modified Files: src/external/gpl2/groff/tmac [netbsd-8]: mdoc.local Added Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Welcom to 8.1_STABLE To generate a diff of this commit: cvs

CVS commit: [netbsd-8] src

2019-06-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 2 08:27:40 UTC 2019 Modified Files: src/external/gpl2/groff/tmac [netbsd-8]: mdoc.local Added Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Welcom to 8.1_STABLE To generate a diff of this commit: cvs

CVS commit: [netbsd-8] src/sys/sys

2019-06-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 2 08:25:25 UTC 2019 Modified Files: src/sys/sys [netbsd-8]: param.h Log Message: Welcome to 8.1_STABLE To generate a diff of this commit: cvs rdiff -u -r1.542.2.7 -r1.542.2.8 src/sys/sys/param.h Please note that diffs

CVS commit: [netbsd-8] src/sys/sys

2019-06-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 2 08:25:25 UTC 2019 Modified Files: src/sys/sys [netbsd-8]: param.h Log Message: Welcome to 8.1_STABLE To generate a diff of this commit: cvs rdiff -u -r1.542.2.7 -r1.542.2.8 src/sys/sys/param.h Please note that diffs

CVS commit: othersrc/libexec/tnftpd

2019-06-02 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Jun 2 06:54:55 UTC 2019 Modified Files: othersrc/libexec/tnftpd: ChangeLog NEWS configure configure.ac Log Message: tnftpd 20190602 release Changes in tnftpd from 20130325 to 20190602: * Security fixes to avoid resource

CVS commit: othersrc/libexec/tnftpd

2019-06-02 Thread Luke Mewburn
Module Name:othersrc Committed By: lukem Date: Sun Jun 2 06:54:55 UTC 2019 Modified Files: othersrc/libexec/tnftpd: ChangeLog NEWS configure configure.ac Log Message: tnftpd 20190602 release Changes in tnftpd from 20130325 to 20190602: * Security fixes to avoid resource

CVS commit: src/sys/ddb

2019-06-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 2 06:09:17 UTC 2019 Modified Files: src/sys/ddb: db_interface.h Log Message: add two db_stack_print_trace frontends that emit to the system log or the user's terminal. kind of wrong to be called db_*() when they'll

CVS commit: src/sys/ddb

2019-06-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 2 06:09:17 UTC 2019 Modified Files: src/sys/ddb: db_interface.h Log Message: add two db_stack_print_trace frontends that emit to the system log or the user's terminal. kind of wrong to be called db_*() when they'll