CVS commit: src/sys/compat/common

2019-10-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 4 05:48:11 UTC 2019 Modified Files: src/sys/compat/common: rtsock_50.c Log Message: Make clog static. Found by lgtm bot. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/compat/common/rtsock_50.c

CVS commit: src/sys/compat/common

2019-10-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 4 05:48:11 UTC 2019 Modified Files: src/sys/compat/common: rtsock_50.c Log Message: Make clog static. Found by lgtm bot. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/compat/common/rtsock_50.c

Re: CVS commit: src/sys/arch/acorn32/acorn32

2019-10-03 Thread Valery Ushakov
On Thu, Oct 03, 2019 at 22:09:28 -0400, Christos Zoulas wrote: > Thanks, and zero is special for 0#. Should I revert it? Yes, please. > > On Oct 3, 2019, at 10:06 PM, Valery Ushakov wrote: > > > > > >> Modified Files: > >>src/sys/arch/acorn32/acorn32: rpc_machdep.c > >> > >> Log

Re: CVS commit: src/sys/arch/acorn32/acorn32

2019-10-03 Thread Kamil Rytarowski
At least in certain domains of engineering 0 is a special case as it does not need unit (km, lumen, kg, ...) neither base (hex, dec, ..). It is natural (correct, expected) to print %#x for 0 as 0, without 0x. On 04.10.2019 04:09, Christos Zoulas wrote: > Thanks, and zero is special for 0#.

Re: CVS commit: src/sys/arch/acorn32/acorn32

2019-10-03 Thread Christos Zoulas
Thanks, and zero is special for 0#. Should I revert it? christos > On Oct 3, 2019, at 10:06 PM, Valery Ushakov wrote: > > >> Modified Files: >> src/sys/arch/acorn32/acorn32: rpc_machdep.c >> >> Log Message: >> change 0x% -> %x > > This should read %#x. > And this is wrong. > > 1) With

Re: CVS commit: src/sys/arch/acorn32/acorn32

2019-10-03 Thread Valery Ushakov
> Modified Files: > src/sys/arch/acorn32/acorn32: rpc_machdep.c > > Log Message: > change 0x% -> %x This should read %#x. And this is wrong. 1) With # the 0x is part of the width, so 0x%08x -> 0x0001 %#08x -> 0x01 0x 0x0001 0x01 2) # doesn't add

CVS commit: src/libexec/ld.elf_so

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 4 01:57:53 UTC 2019 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: use __func__ (c99, c++11) instead of __FUNCTION__ To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200

CVS commit: src/libexec/ld.elf_so

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 4 01:57:53 UTC 2019 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: use __func__ (c99, c++11) instead of __FUNCTION__ To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200

CVS commit: src/sys/arch/acorn32/acorn32

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 4 01:53:58 UTC 2019 Modified Files: src/sys/arch/acorn32/acorn32: rpc_machdep.c Log Message: change 0x% -> %x To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/arch/acorn32/acorn32/rpc_machdep.c

CVS commit: src/sys/arch/acorn32/acorn32

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 4 01:53:58 UTC 2019 Modified Files: src/sys/arch/acorn32/acorn32: rpc_machdep.c Log Message: change 0x% -> %x To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/arch/acorn32/acorn32/rpc_machdep.c

CVS commit: src

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 4 01:28:03 UTC 2019 Modified Files: src/lib/libc/compat/sys: compat_statfs.c src/sys/compat/common: vfs_syscalls_20.c src/sys/compat/sys: mount.h Log Message: deduplicate the conversion function from

CVS commit: src

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 4 01:28:03 UTC 2019 Modified Files: src/lib/libc/compat/sys: compat_statfs.c src/sys/compat/common: vfs_syscalls_20.c src/sys/compat/sys: mount.h Log Message: deduplicate the conversion function from

CVS commit: src/lib/libutil

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 4 00:03:56 UTC 2019 Modified Files: src/lib/libutil: Makefile Log Message: Ignore strncpy(foo, bar, sizeof(foo)) for the wtmp fields where we don't want NUL termination. We can't use pragma's because the old gcc

CVS commit: src/lib/libutil

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 4 00:03:56 UTC 2019 Modified Files: src/lib/libutil: Makefile Log Message: Ignore strncpy(foo, bar, sizeof(foo)) for the wtmp fields where we don't want NUL termination. We can't use pragma's because the old gcc

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

2019-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Oct 4 00:04:28 UTC 2019 Modified Files: src/sys/arch/arm/dts: sun50i-h5-nanopi-neo-plus2.dts Log Message: Increase voltage for frequencies above 1GHz To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2019-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Oct 4 00:04:28 UTC 2019 Modified Files: src/sys/arch/arm/dts: sun50i-h5-nanopi-neo-plus2.dts Log Message: Increase voltage for frequencies above 1GHz To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/kern

2019-10-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 3 23:11:11 UTC 2019 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: Add two KASSERTS in the ptrace(2) kernel code Verify that we will never return empty ptrace_state for CHILD/LWP event. To generate a

CVS commit: src/sys/kern

2019-10-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 3 23:11:11 UTC 2019 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: Add two KASSERTS in the ptrace(2) kernel code Verify that we will never return empty ptrace_state for CHILD/LWP event. To generate a

CVS commit: src/sys/kern

2019-10-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 3 22:48:44 UTC 2019 Modified Files: src/sys/kern: kern_exit.c kern_lwp.c kern_sig.c kern_synch.c sys_ptrace_common.c Log Message: Separate flag for suspended by _lwp_suspend and suspended by a debugger Once a

CVS commit: src/sys/kern

2019-10-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 3 22:48:44 UTC 2019 Modified Files: src/sys/kern: kern_exit.c kern_lwp.c kern_sig.c kern_synch.c sys_ptrace_common.c Log Message: Separate flag for suspended by _lwp_suspend and suspended by a debugger Once a

CVS commit: src/sys/kern

2019-10-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 3 22:29:17 UTC 2019 Modified Files: src/sys/kern: init_main.c Log Message: Remove compile-time asserts checking whether intptr_t and void* are compat The checks were requested by core@ as a prerequisite for kevent::udata

CVS commit: src/sys/kern

2019-10-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 3 22:29:17 UTC 2019 Modified Files: src/sys/kern: init_main.c Log Message: Remove compile-time asserts checking whether intptr_t and void* are compat The checks were requested by core@ as a prerequisite for kevent::udata

CVS commit: src/sys/sys

2019-10-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 3 22:26:43 UTC 2019 Modified Files: src/sys/sys: lwp.h Log Message: Define LW_DBGSUSPEND in sys/lwp.h This flag specifies the suspended by debugger property, as used by PT_SUSPEND in ptrace(2). To generate a diff of

CVS commit: src/sys/sys

2019-10-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 3 22:26:43 UTC 2019 Modified Files: src/sys/sys: lwp.h Log Message: Define LW_DBGSUSPEND in sys/lwp.h This flag specifies the suspended by debugger property, as used by PT_SUSPEND in ptrace(2). To generate a diff of

CVS commit: src

2019-10-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 3 22:16:53 UTC 2019 Modified Files: src/external/bsd/libevent/dist: kqueue.c src/sys/compat/linux/common: linux_sched.c src/sys/compat/netbsd32: netbsd32.h netbsd32_conv.h src/sys/sys: event.h Log

CVS commit: src

2019-10-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Oct 3 22:16:53 UTC 2019 Modified Files: src/external/bsd/libevent/dist: kqueue.c src/sys/compat/linux/common: linux_sched.c src/sys/compat/netbsd32: netbsd32.h netbsd32_conv.h src/sys/sys: event.h Log

CVS commit: src/lib/libutil

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 20:29:19 UTC 2019 Modified Files: src/lib/libutil: efun.c Log Message: annotate __dead To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libutil/efun.c Please note that diffs are not public domain;

CVS commit: src/lib/libutil

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 20:29:19 UTC 2019 Modified Files: src/lib/libutil: efun.c Log Message: annotate __dead To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libutil/efun.c Please note that diffs are not public domain;

CVS commit: src/sys/compat/common

2019-10-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Oct 3 19:56:16 UTC 2019 Modified Files: src/sys/compat/common: compat_80_mod.c Log Message: Since we now have a compat_90 module, the compat_80 module should depend on it. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat/common

2019-10-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Oct 3 19:56:16 UTC 2019 Modified Files: src/sys/compat/common: compat_80_mod.c Log Message: Since we now have a compat_90 module, the compat_80 module should depend on it. To generate a diff of this commit: cvs rdiff -u

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

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 19:01:13 UTC 2019 Modified Files: src/sys/arch/amd64/conf: ALL Log Message: also add mcx(4) to ALL To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/arch/amd64/conf/ALL Please note that diffs are

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

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 19:01:13 UTC 2019 Modified Files: src/sys/arch/amd64/conf: ALL Log Message: also add mcx(4) to ALL To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/arch/amd64/conf/ALL Please note that diffs are

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

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 18:57:38 UTC 2019 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: add mcx(4) to GENERIC Tested on dual-port ConnectX-4 with 25 Gbit/s AOC To generate a diff of this commit: cvs rdiff -u -r1.535 -r1.536

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

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 18:57:38 UTC 2019 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: add mcx(4) to GENERIC Tested on dual-port ConnectX-4 with 25 Gbit/s AOC To generate a diff of this commit: cvs rdiff -u -r1.535 -r1.536

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

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 18:53:08 UTC 2019 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: change bus_space_map to _x86_memio_map Resolves bus space reservation conflict between MI and MD code. Discussion:

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

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 18:53:08 UTC 2019 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: change bus_space_map to _x86_memio_map Resolves bus space reservation conflict between MI and MD code. Discussion:

CVS commit: src/lib/libutil

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 18:12:44 UTC 2019 Modified Files: src/lib/libutil: efun.c Log Message: provide a default error function instead of trying to cast exit(3). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/lib/libutil

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 18:12:44 UTC 2019 Modified Files: src/lib/libutil: efun.c Log Message: provide a default error function instead of trying to cast exit(3). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/lib/libterminfo

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 18:02:05 UTC 2019 Modified Files: src/lib/libterminfo: tputs.c Log Message: Cast function pointers that take different arguments through void * To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libterminfo

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 18:02:05 UTC 2019 Modified Files: src/lib/libterminfo: tputs.c Log Message: Cast function pointers that take different arguments through void * To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/librmt

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 17:56:17 UTC 2019 Modified Files: src/lib/librmt: rmtlib.c Log Message: - user (an alias to the login buffer should be NUL terminated so use strlcpy - double the size of the resulting buffer so that it can fit a copy

CVS commit: src/lib/librmt

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 17:56:17 UTC 2019 Modified Files: src/lib/librmt: rmtlib.c Log Message: - user (an alias to the login buffer should be NUL terminated so use strlcpy - double the size of the resulting buffer so that it can fit a copy

CVS commit: src/sys/net80211

2019-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 3 17:46:56 UTC 2019 Modified Files: src/sys/net80211: ieee80211.c Log Message: ieee80211_announce: Print supported rates with aprint_debug To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/net80211

2019-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 3 17:46:56 UTC 2019 Modified Files: src/sys/net80211: ieee80211.c Log Message: ieee80211_announce: Print supported rates with aprint_debug To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: [netbsd-9] src/doc

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:35:13 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #271 - #281 To generate a diff of this commit: cvs rdiff -u -r1.1.2.68 -r1.1.2.69 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: [netbsd-9] src/doc

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:35:13 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #271 - #281 To generate a diff of this commit: cvs rdiff -u -r1.1.2.68 -r1.1.2.69 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: [netbsd-9] src/external/gpl3/gdb/dist/gdb

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:33:42 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb [netbsd-9]: arm-nbsd-nat.c Log Message: Pull up following revision(s) (requested by christos in ticket #281):

CVS commit: [netbsd-9] src/external/gpl3/gdb/dist/gdb

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:33:42 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb [netbsd-9]: arm-nbsd-nat.c Log Message: Pull up following revision(s) (requested by christos in ticket #281):

CVS commit: [netbsd-9] src/external/gpl3/gdb/dist/gdb

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:32:32 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb [netbsd-9]: arm-nbsd-tdep.c Log Message: Pull up following revision(s) (requested by christos in ticket #280):

CVS commit: [netbsd-9] src/external/gpl3/gdb/dist/gdb

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:32:32 UTC 2019 Modified Files: src/external/gpl3/gdb/dist/gdb [netbsd-9]: arm-nbsd-tdep.c Log Message: Pull up following revision(s) (requested by christos in ticket #280):

CVS commit: [netbsd-9] src/external/mpl/bind/dist/lib/isc

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:31:02 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc [netbsd-9]: siphash.c Log Message: Pull up following revision(s) (requested by christos in ticket #279):

CVS commit: [netbsd-9] src/external/mpl/bind/dist/lib/isc

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:31:02 UTC 2019 Modified Files: src/external/mpl/bind/dist/lib/isc [netbsd-9]: siphash.c Log Message: Pull up following revision(s) (requested by christos in ticket #279):

CVS commit: [netbsd-9] src/external/bsd/jemalloc/dist/src

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:29:33 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src [netbsd-9]: jemalloc.c Log Message: Pull up following revision(s) (requested by christos in ticket #278):

CVS commit: [netbsd-9] src/external/bsd/jemalloc/dist/src

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:29:33 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src [netbsd-9]: jemalloc.c Log Message: Pull up following revision(s) (requested by christos in ticket #278):

CVS commit: [netbsd-9] src/sys/arch/i386/stand/pxeboot

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:26:00 UTC 2019 Modified Files: src/sys/arch/i386/stand/pxeboot [netbsd-9]: Makefile start_pxe.S Log Message: Pull up following revision(s) (requested by manu in ticket #277):

CVS commit: [netbsd-9] src/sys/arch/i386/stand/pxeboot

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:26:00 UTC 2019 Modified Files: src/sys/arch/i386/stand/pxeboot [netbsd-9]: Makefile start_pxe.S Log Message: Pull up following revision(s) (requested by manu in ticket #277):

CVS commit: [netbsd-9] src/sys

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:23:12 UTC 2019 Modified Files: src/sys/arch/arm/amlogic [netbsd-9]: meson_pinctrl.c src/sys/arch/arm/broadcom [netbsd-9]: bcm2835_gpio.c src/sys/arch/arm/nvidia [netbsd-9]: tegra_pinmux.c

CVS commit: [netbsd-9] src/sys

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:23:12 UTC 2019 Modified Files: src/sys/arch/arm/amlogic [netbsd-9]: meson_pinctrl.c src/sys/arch/arm/broadcom [netbsd-9]: bcm2835_gpio.c src/sys/arch/arm/nvidia [netbsd-9]: tegra_pinmux.c

CVS commit: [netbsd-9] src/sys/kern

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:20:33 UTC 2019 Modified Files: src/sys/kern [netbsd-9]: sysv_shm.c Log Message: Pull up following revision(s) (requested by chs in ticket #275): sys/kern/sysv_shm.c: revision 1.139 in shmdt(), wait until

CVS commit: [netbsd-9] src/sys/kern

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:20:33 UTC 2019 Modified Files: src/sys/kern [netbsd-9]: sysv_shm.c Log Message: Pull up following revision(s) (requested by chs in ticket #275): sys/kern/sysv_shm.c: revision 1.139 in shmdt(), wait until

CVS commit: [netbsd-9] src/sys/external/bsd/ipf/netinet

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:18:32 UTC 2019 Modified Files: src/sys/external/bsd/ipf/netinet [netbsd-9]: fil.c ip_fil_netbsd.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #274):

CVS commit: [netbsd-9] src/sys/external/bsd/ipf/netinet

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:18:32 UTC 2019 Modified Files: src/sys/external/bsd/ipf/netinet [netbsd-9]: fil.c ip_fil_netbsd.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #274):

CVS commit: [netbsd-9] src/sys/arch/evbarm/conf

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:14:48 UTC 2019 Modified Files: src/sys/arch/evbarm/conf [netbsd-9]: GENERIC64 files.evbarm Log Message: Pull up following revision(s) (requested by jmcneill in ticket #273):

CVS commit: [netbsd-9] src/sys/arch/evbarm/conf

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:14:48 UTC 2019 Modified Files: src/sys/arch/evbarm/conf [netbsd-9]: GENERIC64 files.evbarm Log Message: Pull up following revision(s) (requested by jmcneill in ticket #273):

CVS commit: [netbsd-9] src/sys/net

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:12:53 UTC 2019 Modified Files: src/sys/net [netbsd-9]: route.c Log Message: Pull up following revision(s) (requested by knakahara in ticket #272): sys/net/route.c: revision 1.222 sys/net/route.c:

CVS commit: [netbsd-9] src/sys/net

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:12:53 UTC 2019 Modified Files: src/sys/net [netbsd-9]: route.c Log Message: Pull up following revision(s) (requested by knakahara in ticket #272): sys/net/route.c: revision 1.222 sys/net/route.c:

CVS commit: src/lib/libbluetooth

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 17:10:16 UTC 2019 Modified Files: src/lib/libbluetooth: bt_dev.c Log Message: Use strlcpy to NUL terminate the name string here. The kernel already uses strlcpy() to set values in this field. We leave the kernel's

CVS commit: src/lib/libbluetooth

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 17:10:16 UTC 2019 Modified Files: src/lib/libbluetooth: bt_dev.c Log Message: Use strlcpy to NUL terminate the name string here. The kernel already uses strlcpy() to set values in this field. We leave the kernel's

CVS commit: src/lib/libskey

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 17:08:27 UTC 2019 Modified Files: src/lib/libskey: put.c Log Message: use strlcpy here; the destination string is passed to strtok_r, and if it is not NUL terminated, bad things can happen. To generate a diff of

CVS commit: src/lib/libskey

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 17:08:27 UTC 2019 Modified Files: src/lib/libskey: put.c Log Message: use strlcpy here; the destination string is passed to strtok_r, and if it is not NUL terminated, bad things can happen. To generate a diff of

CVS commit: [netbsd-9] src/sys/arch/luna68k/dev

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:07:51 UTC 2019 Modified Files: src/sys/arch/luna68k/dev [netbsd-9]: lunafb.c Log Message: Pull up following revision(s) (requested by rin in ticket #271): sys/arch/luna68k/dev/lunafb.c: revision 1.41

CVS commit: [netbsd-9] src/sys/arch/luna68k/dev

2019-10-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 3 17:07:51 UTC 2019 Modified Files: src/sys/arch/luna68k/dev [netbsd-9]: lunafb.c Log Message: Pull up following revision(s) (requested by rin in ticket #271): sys/arch/luna68k/dev/lunafb.c: revision 1.41

CVS commit: src/lib/libintl

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 16:37:45 UTC 2019 Modified Files: src/lib/libintl: plural_parser.c Log Message: Since ch gets reassigned, it is not certain that it will be & or | again, so return an illegal token if it is not instead of telling the

CVS commit: src/lib/libintl

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 16:37:45 UTC 2019 Modified Files: src/lib/libintl: plural_parser.c Log Message: Since ch gets reassigned, it is not certain that it will be & or | again, so return an illegal token if it is not instead of telling the

CVS commit: src/lib/libintl

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 16:35:57 UTC 2019 Modified Files: src/lib/libintl: gettext.c Log Message: provide sizes so that we don't truncate accidentally. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/lib/libintl

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 16:35:57 UTC 2019 Modified Files: src/lib/libintl: gettext.c Log Message: provide sizes so that we don't truncate accidentally. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/external/bsd/jemalloc/dist/src

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 16:10:23 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: realloc(ptr, 0) != { free(ptr); return NULL; } http://www.open-std.org/jtc1/sc22/wg14/www/docs/summary.htm#dr_400 To

CVS commit: src/external/bsd/jemalloc/dist/src

2019-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 3 16:10:23 UTC 2019 Modified Files: src/external/bsd/jemalloc/dist/src: jemalloc.c Log Message: realloc(ptr, 0) != { free(ptr); return NULL; } http://www.open-std.org/jtc1/sc22/wg14/www/docs/summary.htm#dr_400 To

CVS commit: src/sys/arch

2019-10-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 3 15:36:24 UTC 2019 Modified Files: src/sys/arch/acorn32/acorn32: rpc_machdep.c src/sys/arch/arm/mpcore: mpcorereg.h Log Message: s/0x0x/0x/ To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

CVS commit: src/sys/arch

2019-10-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 3 15:36:24 UTC 2019 Modified Files: src/sys/arch/acorn32/acorn32: rpc_machdep.c src/sys/arch/arm/mpcore: mpcorereg.h Log Message: s/0x0x/0x/ To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94

CVS commit: src

2019-10-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 3 15:21:44 UTC 2019 Modified Files: src/sys/arch/x86/include: specialreg.h src/usr.sbin/cpuctl/arch: i386.c Log Message: - Add definitions of AMD's CPUID Fn8000_001f Encrypted Memory features. - Add definition

CVS commit: src

2019-10-03 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 3 15:21:44 UTC 2019 Modified Files: src/sys/arch/x86/include: specialreg.h src/usr.sbin/cpuctl/arch: i386.c Log Message: - Add definitions of AMD's CPUID Fn8000_001f Encrypted Memory features. - Add definition

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

2019-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 3 15:10:32 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_mmc.c Log Message: Do not print timeout message when SCF_TOUT_OK flag is set To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

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

2019-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 3 15:10:32 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_mmc.c Log Message: Do not print timeout message when SCF_TOUT_OK flag is set To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/dev/ic

2019-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 3 14:42:20 UTC 2019 Modified Files: src/sys/dev/ic: bwfm.c bwfmreg.h Log Message: If firmware is connected in HT or VHT mode, report it to SIOCGIFMEDIA To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/dev/ic

2019-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 3 14:42:20 UTC 2019 Modified Files: src/sys/dev/ic: bwfm.c bwfmreg.h Log Message: If firmware is connected in HT or VHT mode, report it to SIOCGIFMEDIA To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/net

2019-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 3 14:41:14 UTC 2019 Modified Files: src/sys/net: if_media.h Log Message: Add IFM_IEEE80211_VHT subtype, IFM_IEEE80211_11AC operating mode, and missing descriptions To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/net

2019-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 3 14:41:14 UTC 2019 Modified Files: src/sys/net: if_media.h Log Message: Add IFM_IEEE80211_VHT subtype, IFM_IEEE80211_11AC operating mode, and missing descriptions To generate a diff of this commit: cvs rdiff -u

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

2019-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 3 13:49:33 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_mmc.c Log Message: Rework interrupt handling to reduce the number of wakeups required for each command. Fix SDIO interrupt handling while here. To

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

2019-10-03 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 3 13:49:33 UTC 2019 Modified Files: src/sys/arch/arm/sunxi: sunxi_mmc.c Log Message: Rework interrupt handling to reduce the number of wakeups required for each command. Fix SDIO interrupt handling while here. To

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

2019-10-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Oct 3 11:24:27 UTC 2019 Modified Files: src/sys/arch/arm/broadcom: bcm2835_gpio.c Log Message: remove debug printfs, add more compat strings. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2019-10-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Oct 3 11:24:27 UTC 2019 Modified Files: src/sys/arch/arm/broadcom: bcm2835_gpio.c Log Message: remove debug printfs, add more compat strings. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/dev/sdmmc

2019-10-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Oct 3 10:53:34 UTC 2019 Modified Files: src/sys/dev/sdmmc: if_bwfm_sdio.h Log Message: More register definitions. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/sdmmc/if_bwfm_sdio.h Please note

CVS commit: src/sys/dev/sdmmc

2019-10-03 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Oct 3 10:53:34 UTC 2019 Modified Files: src/sys/dev/sdmmc: if_bwfm_sdio.h Log Message: More register definitions. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/sdmmc/if_bwfm_sdio.h Please note

CVS commit: src/libexec/ld.elf_so

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 10:34:30 UTC 2019 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: improve error message To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/libexec/ld.elf_so/rtld.c Please note that diffs are

CVS commit: src/libexec/ld.elf_so

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 10:34:30 UTC 2019 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: improve error message To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/libexec/ld.elf_so/rtld.c Please note that diffs are

CVS commit: src/doc

2019-10-03 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Thu Oct 3 06:27:09 UTC 2019 Modified Files: src/doc: CHANGES Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.2587 -r1.2588 src/doc/CHANGES Please note that diffs are not public domain; they are subject

CVS commit: src/doc

2019-10-03 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Thu Oct 3 06:27:09 UTC 2019 Modified Files: src/doc: CHANGES Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.2587 -r1.2588 src/doc/CHANGES Please note that diffs are not public domain; they are subject