CVS commit: src/sys

2019-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 7 23:35:53 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_exec_elf32.c src/sys/kern: exec_elf.c src/sys/sys: exec_elf.h param.h Log Message: deduplicate the elf auxv builder code, welcome to

re: CVS commit: src

2019-06-07 Thread matthew green
> > > amd64 is probably one of the few ports that has different -p and -m > > > values (there are others, but you wouldn't normally run build.sh on > > > them :) > > > > evbarm on modern hardware is one such platform. uname -p can > > be a really large number of things.. and used to default to >

Re: CVS commit: src

2019-06-07 Thread Valery Ushakov
On Sat, Jun 08, 2019 at 08:20:49 +1000, matthew green wrote: > > amd64 is probably one of the few ports that has different -p and -m > > values (there are others, but you wouldn't normally run build.sh on > > them :) > > evbarm on modern hardware is one such platform. uname -p can > be a really

re: CVS commit: src

2019-06-07 Thread matthew green
> amd64 is probably one of the few ports that has different -p and -m > values (there are others, but you wouldn't normally run build.sh on > them :) evbarm on modern hardware is one such platform. uname -p can be a really large number of things.. and used to default to earmv5 even on 64 bit

CVS commit: src/distrib/sets/lists/tests

2019-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 7 21:32:35 UTC 2019 Modified Files: src/distrib/sets/lists/tests: mi Log Message: new origin test To generate a diff of this commit: cvs rdiff -u -r1.815 -r1.816 src/distrib/sets/lists/tests/mi Please note that

CVS commit: src/distrib/sets/lists/tests

2019-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 7 21:32:35 UTC 2019 Modified Files: src/distrib/sets/lists/tests: mi Log Message: new origin test To generate a diff of this commit: cvs rdiff -u -r1.815 -r1.816 src/distrib/sets/lists/tests/mi Please note that

CVS commit: src/tests/kernel

2019-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 7 21:18:16 UTC 2019 Modified Files: src/tests/kernel: Makefile Added Files: src/tests/kernel: t_origin.sh Log Message: Add a $ORIGIN test To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/tests/kernel

2019-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 7 21:18:16 UTC 2019 Modified Files: src/tests/kernel: Makefile Added Files: src/tests/kernel: t_origin.sh Log Message: Add a $ORIGIN test To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/sys/compat/netbsd32

2019-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 7 20:13:54 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_exec_elf32.c Log Message: Sync auxv vector generation with exec_elf.c. Fixes $ORIGIN on compat_netbsd32. Found by zerous as part of GSoC To

CVS commit: src/sys/compat/netbsd32

2019-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 7 20:13:54 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32_exec_elf32.c Log Message: Sync auxv vector generation with exec_elf.c. Fixes $ORIGIN on compat_netbsd32. Found by zerous as part of GSoC To

CVS commit: src/tests/usr.bin/gdb

2019-06-07 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Jun 7 19:05:15 UTC 2019 Modified Files: src/tests/usr.bin/gdb: t_regress.sh Log Message: Add a regression test for PR bin/54154, or in other words, make sure we get notified in a timely manner if gdb's XML support disappears

CVS commit: src/tests/usr.bin/gdb

2019-06-07 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Jun 7 19:05:15 UTC 2019 Modified Files: src/tests/usr.bin/gdb: t_regress.sh Log Message: Add a regression test for PR bin/54154, or in other words, make sure we get notified in a timely manner if gdb's XML support disappears

Re: CVS commit: src

2019-06-07 Thread Valery Ushakov
On Sat, Jun 08, 2019 at 01:18:03 +0900, Izumi Tsutsui wrote: > > Fix long-term broken pattern match when determining if uname -p output is > > valid. [^a-z] syntax isn't valid. > > Does this fix PR toolchain/54100? > http://gnats.netbsd.org/54100 No, that's unrelated. Make uses regexps, wher ^

CVS commit: src/usr.sbin/makemandb

2019-06-07 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Fri Jun 7 16:43:58 UTC 2019 Modified Files: src/usr.sbin/makemandb: apropos-utils.c Log Message: Properly free section_clause. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/makemandb/apropos-utils.c

CVS commit: src/usr.sbin/makemandb

2019-06-07 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Fri Jun 7 16:43:58 UTC 2019 Modified Files: src/usr.sbin/makemandb: apropos-utils.c Log Message: Properly free section_clause. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/makemandb/apropos-utils.c

Re: CVS commit: src

2019-06-07 Thread Izumi Tsutsui
> Module Name: src > Committed By: sborrill > Date: Fri Jun 7 15:49:20 UTC 2019 > > Modified Files: > src: build.sh > > Log Message: > Fix long-term broken pattern match when determining if uname -p output is > valid. [^a-z] syntax isn't valid. Does this fix PR toolchain/54100?

CVS commit: src

2019-06-07 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Fri Jun 7 15:49:20 UTC 2019 Modified Files: src: build.sh Log Message: Fix long-term broken pattern match when determining if uname -p output is valid. [^a-z] syntax isn't valid. To generate a diff of this commit: cvs rdiff

CVS commit: src

2019-06-07 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Fri Jun 7 15:49:20 UTC 2019 Modified Files: src: build.sh Log Message: Fix long-term broken pattern match when determining if uname -p output is valid. [^a-z] syntax isn't valid. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libedit

2019-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 7 15:21:48 UTC 2019 Modified Files: src/lib/libedit: readline.c Log Message: PR/54281: Jonathan Perkins: NUL terminate rl_line_buffer on modification to avoid completion leak. To generate a diff of this commit: cvs

CVS commit: src/lib/libedit

2019-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 7 15:21:48 UTC 2019 Modified Files: src/lib/libedit: readline.c Log Message: PR/54281: Jonathan Perkins: NUL terminate rl_line_buffer on modification to avoid completion leak. To generate a diff of this commit: cvs

CVS commit: src/lib/libedit

2019-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 7 15:19:29 UTC 2019 Modified Files: src/lib/libedit: readline.c src/lib/libedit/readline: readline.h Log Message: PR/54280: rl_completer_quote_characters should be const for readline compat To generate a diff

CVS commit: src/lib/libedit

2019-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 7 15:19:29 UTC 2019 Modified Files: src/lib/libedit: readline.c src/lib/libedit/readline: readline.h Log Message: PR/54280: rl_completer_quote_characters should be const for readline compat To generate a diff

CVS commit: src/lib/libedit

2019-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 7 15:18:20 UTC 2019 Modified Files: src/lib/libedit: readline.c Log Message: PR/54279: Jonathan Perkins: Ignore adjacent start/end prompt ignore. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153

CVS commit: src/lib/libedit

2019-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 7 15:18:20 UTC 2019 Modified Files: src/lib/libedit: readline.c Log Message: PR/54279: Jonathan Perkins: Ignore adjacent start/end prompt ignore. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153

CVS commit: src/sys/arch/evbarm/mini2440

2019-06-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Jun 7 13:49:23 UTC 2019 Modified Files: src/sys/arch/evbarm/mini2440: audio_mini2440.c Log Message: Rename uda_ssio_getprops() -> uda_ssio_get_props() to make it easy to search. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/evbarm/mini2440

2019-06-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Jun 7 13:49:23 UTC 2019 Modified Files: src/sys/arch/evbarm/mini2440: audio_mini2440.c Log Message: Rename uda_ssio_getprops() -> uda_ssio_get_props() to make it easy to search. To generate a diff of this commit: cvs rdiff

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

2019-06-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 7 13:43:44 UTC 2019 Modified Files: src/sys/arch/arm/broadcom: bcm2835_tmr.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/broadcom/bcm2835_tmr.c Please note that

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

2019-06-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jun 7 13:43:44 UTC 2019 Modified Files: src/sys/arch/arm/broadcom: bcm2835_tmr.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/broadcom/bcm2835_tmr.c Please note that

CVS commit: src/share/misc

2019-06-07 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Jun 7 13:37:36 UTC 2019 Modified Files: src/share/misc: acronyms Log Message: LSD To generate a diff of this commit: cvs rdiff -u -r1.283 -r1.284 src/share/misc/acronyms Please note that diffs are not public domain; they

CVS commit: src/share/misc

2019-06-07 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Jun 7 13:37:36 UTC 2019 Modified Files: src/share/misc: acronyms Log Message: LSD To generate a diff of this commit: cvs rdiff -u -r1.283 -r1.284 src/share/misc/acronyms Please note that diffs are not public domain; they

CVS commit: src/sys/arch/sgimips/mace

2019-06-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Jun 7 13:24:21 UTC 2019 Modified Files: src/sys/arch/sgimips/mace: mavb.c Log Message: mavb supports only playback for now, so drop FULLDUPLEX and INDEPENDENT property. These properies are valid only for bidirectional

CVS commit: src/sys/arch/sgimips/mace

2019-06-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Jun 7 13:24:21 UTC 2019 Modified Files: src/sys/arch/sgimips/mace: mavb.c Log Message: mavb supports only playback for now, so drop FULLDUPLEX and INDEPENDENT property. These properies are valid only for bidirectional

CVS commit: src/sys/arch/xen/x86

2019-06-07 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Fri Jun 7 12:43:52 UTC 2019 Modified Files: src/sys/arch/xen/x86: xen_intr.c Log Message: Fix build for the XEN3_PVHVM kernel by conditoinally compiling redundant functions x86_enable_intr()/x86_disable_intr() To generate a

CVS commit: src/sys/arch/xen/x86

2019-06-07 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Fri Jun 7 12:43:52 UTC 2019 Modified Files: src/sys/arch/xen/x86: xen_intr.c Log Message: Fix build for the XEN3_PVHVM kernel by conditoinally compiling redundant functions x86_enable_intr()/x86_disable_intr() To generate a

CVS commit: src/external/mit/xorg/lib/gallium

2019-06-07 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 7 12:11:43 UTC 2019 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: allow building arm llvmpipe. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/external/mit/xorg/lib/gallium

2019-06-07 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 7 12:11:43 UTC 2019 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: allow building arm llvmpipe. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/share/misc

2019-06-07 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Jun 7 11:41:44 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: VROC To generate a diff of this commit: cvs rdiff -u -r1.261 -r1.262 src/share/misc/acronyms.comp Please note that diffs are not public

CVS commit: src/share/misc

2019-06-07 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Jun 7 11:36:12 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: AOC To generate a diff of this commit: cvs rdiff -u -r1.260 -r1.261 src/share/misc/acronyms.comp Please note that diffs are not public

CVS commit: src/share/misc

2019-06-07 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Jun 7 11:36:12 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: AOC To generate a diff of this commit: cvs rdiff -u -r1.260 -r1.261 src/share/misc/acronyms.comp Please note that diffs are not public

CVS commit: src/share/misc

2019-06-07 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Jun 7 10:52:40 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: LS VCCP VCP To generate a diff of this commit: cvs rdiff -u -r1.259 -r1.260 src/share/misc/acronyms.comp Please note that diffs are not

CVS commit: src/share/misc

2019-06-07 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Fri Jun 7 10:52:40 UTC 2019 Modified Files: src/share/misc: acronyms.comp Log Message: LS VCCP VCP To generate a diff of this commit: cvs rdiff -u -r1.259 -r1.260 src/share/misc/acronyms.comp Please note that diffs are not

CVS commit: src/external/cddl/osnet/sys/kern

2019-06-07 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jun 7 10:31:21 UTC 2019 Modified Files: src/external/cddl/osnet/sys/kern: callb.c fm.c Log Message: Sync with upstream r315983. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/cddl/osnet/sys/kern

2019-06-07 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Jun 7 10:31:21 UTC 2019 Modified Files: src/external/cddl/osnet/sys/kern: callb.c fm.c Log Message: Sync with upstream r315983. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/mips/cavium/dev

2019-06-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 7 07:41:22 UTC 2019 Modified Files: src/sys/arch/mips/cavium/dev: if_cnmac.c Log Message: Delay setting of the filters at attach time a bit to avoid using an unitialized mutex. From msaitoh@. To generate a diff of this

CVS commit: src/sys/arch/mips/cavium/dev

2019-06-07 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Jun 7 07:41:22 UTC 2019 Modified Files: src/sys/arch/mips/cavium/dev: if_cnmac.c Log Message: Delay setting of the filters at attach time a bit to avoid using an unitialized mutex. From msaitoh@. To generate a diff of this

CVS commit: src/external/mit/xorg/lib/gallium

2019-06-07 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 7 06:00:05 UTC 2019 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: put BUILD_LLVMPIPE and it's MKLLVMRT conditional inside the x86 + evbarm section, so that arm* can build llvmpipe. the default

CVS commit: src/external/mit/xorg/lib/gallium

2019-06-07 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 7 06:00:05 UTC 2019 Modified Files: src/external/mit/xorg/lib/gallium: Makefile Log Message: put BUILD_LLVMPIPE and it's MKLLVMRT conditional inside the x86 + evbarm section, so that arm* can build llvmpipe. the default