CVS commit: src/external/gpl3/gcc

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 10 07:57:22 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch/riscv64: auto-target.h defs.mk src/external/gpl3/gcc/lib/libgcc/libgcov/arch/riscv64: defs.mk gcov-iov.h

CVS commit: src/external/gpl3/gcc

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 10 07:57:22 UTC 2019 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch/riscv64: auto-target.h defs.mk src/external/gpl3/gcc/lib/libgcc/libgcov/arch/riscv64: defs.mk gcov-iov.h

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

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 10 07:56:21 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc/config/riscv: netbsd.h Log Message: remove stuff provided by netbsd-stdint.h. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 10 07:56:21 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc/config/riscv: netbsd.h Log Message: remove stuff provided by netbsd-stdint.h. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 10 07:55:57 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: riscv wants netbsd-stdint.h's CHAR_FAST8=1 and SHORT_FAST16=1. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

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

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 10 07:55:57 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: riscv wants netbsd-stdint.h's CHAR_FAST8=1 and SHORT_FAST16=1. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/lib/csu/arch/riscv

2019-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Feb 10 07:28:06 UTC 2019 Modified Files: src/lib/csu/arch/riscv: crti.S crtn.S Log Message: Update comment (copied from or1k) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/riscv/crti.S \

CVS commit: src/lib/csu/arch/riscv

2019-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Feb 10 07:28:06 UTC 2019 Modified Files: src/lib/csu/arch/riscv: crti.S crtn.S Log Message: Update comment (copied from or1k) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/riscv/crti.S \

CVS commit: src/sys/conf

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 10 05:01:59 UTC 2019 Modified Files: src/sys/conf: copts.mk Log Message: mark pf.c, radeon_cs.c and via_dmablit.c for no fall thru error. this was already done in the various modules, but not in the main kernel. To

CVS commit: src/sys/conf

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 10 05:01:59 UTC 2019 Modified Files: src/sys/conf: copts.mk Log Message: mark pf.c, radeon_cs.c and via_dmablit.c for no fall thru error. this was already done in the various modules, but not in the main kernel. To

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

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 10 04:03:03 UTC 2019 Modified Files: src/distrib/sets/lists/comp: mi Log Message: openssl/store.h is installed by openssl 1.1, don't obsolete it every build. To generate a diff of this commit: cvs rdiff -u -r1.2257

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

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 10 04:03:03 UTC 2019 Modified Files: src/distrib/sets/lists/comp: mi Log Message: openssl/store.h is installed by openssl 1.1, don't obsolete it every build. To generate a diff of this commit: cvs rdiff -u -r1.2257

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

2019-02-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 10 02:13:45 UTC 2019 Modified Files: src/tests/lib/libc/sys: Makefile t_ptrace_amd64_wait.h t_ptrace_i386_wait.h t_ptrace_wait.c t_ptrace_wait.h t_ptrace_wait3.c t_ptrace_wait4.c t_ptrace_wait6.c

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

2019-02-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 10 02:13:45 UTC 2019 Modified Files: src/tests/lib/libc/sys: Makefile t_ptrace_amd64_wait.h t_ptrace_i386_wait.h t_ptrace_wait.c t_ptrace_wait.h t_ptrace_wait3.c t_ptrace_wait4.c t_ptrace_wait6.c

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

2019-02-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 10 02:04:06 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add initial pthread(3) tests in ATF t_prace_wait* tests There were tested few scenarios with native _lwp_create(2) functions, using

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

2019-02-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Feb 10 02:04:06 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add initial pthread(3) tests in ATF t_prace_wait* tests There were tested few scenarios with native _lwp_create(2) functions, using

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

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 23:26:35 UTC 2019 Modified Files: src/distrib/sets/lists/comp: mi Log Message: run this through sort -u. removes a few duplicates and fixes order. To generate a diff of this commit: cvs rdiff -u -r1.2256 -r1.2257

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

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 23:26:35 UTC 2019 Modified Files: src/distrib/sets/lists/comp: mi Log Message: run this through sort -u. removes a few duplicates and fixes order. To generate a diff of this commit: cvs rdiff -u -r1.2256 -r1.2257

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

2019-02-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 9 23:10:42 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: Add infinite_thread() for ptrace(2) ATF tests infinite_thread() is designed to be spawned as a pthread(3) function. It will be

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

2019-02-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 9 23:10:42 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: Add infinite_thread() for ptrace(2) ATF tests infinite_thread() is designed to be spawned as a pthread(3) function. It will be

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

2019-02-09 Thread Sean Cole
Module Name:src Committed By: scole Date: Sat Feb 9 23:03:01 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: use HAVE_FPREGS not HAVE_FPGPREGS and move some register_t inside proper #define. fixes ia64 build. ok To generate a diff of

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

2019-02-09 Thread Sean Cole
Module Name:src Committed By: scole Date: Sat Feb 9 23:03:01 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: use HAVE_FPREGS not HAVE_FPGPREGS and move some register_t inside proper #define. fixes ia64 build. ok To generate a diff of

CVS commit: src/etc/mtree

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 21:43:23 UTC 2019 Modified Files: src/etc/mtree: Makefile NetBSD.dist.x86_64 Added Files: src/etc/mtree: NetBSD.compat.aarch64 NetBSD.compat.mips64eb NetBSD.compat.mips64el NetBSD.compat.powerpc64

CVS commit: src/etc/mtree

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 21:43:23 UTC 2019 Modified Files: src/etc/mtree: Makefile NetBSD.dist.x86_64 Added Files: src/etc/mtree: NetBSD.compat.aarch64 NetBSD.compat.mips64eb NetBSD.compat.mips64el NetBSD.compat.powerpc64

CVS commit: src/share/mk

2019-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Feb 9 21:05:49 UTC 2019 Modified Files: src/share/mk: bsd.own.mk Log Message: Use GCC 7 on riscv, it is not supported on 6. To generate a diff of this commit: cvs rdiff -u -r1.1103 -r1.1104 src/share/mk/bsd.own.mk Please

CVS commit: src/share/mk

2019-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Feb 9 21:05:49 UTC 2019 Modified Files: src/share/mk: bsd.own.mk Log Message: Use GCC 7 on riscv, it is not supported on 6. To generate a diff of this commit: cvs rdiff -u -r1.1103 -r1.1104 src/share/mk/bsd.own.mk Please

CVS commit: src/external/gpl3/gcc

2019-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Feb 9 21:03:24 UTC 2019 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/gcc/arch/riscv64: defs.mk gtyp-input.list Added Files:

CVS commit: src/external/gpl3/gcc

2019-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Feb 9 21:03:24 UTC 2019 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/gcc/arch/riscv64: defs.mk gtyp-input.list Added Files:

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

2019-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Feb 9 21:00:41 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc/config/riscv: netbsd.h Log Message: s/TARGET_HARD_FLOAT_ABI/TARGET_HARD_FLOAT, the latter has the benefit of existing. Inspired by mips/netbsd.h. remove

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

2019-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Feb 9 21:00:41 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc/config/riscv: netbsd.h Log Message: s/TARGET_HARD_FLOAT_ABI/TARGET_HARD_FLOAT, the latter has the benefit of existing. Inspired by mips/netbsd.h. remove

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

2019-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Feb 9 20:57:17 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: We also need t-riscv (for riscv-builtins.o) To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

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

2019-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Feb 9 20:57:17 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: We also need t-riscv (for riscv-builtins.o) To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50

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

2019-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Feb 9 19:40:32 UTC 2019 Modified Files: src/external/gpl3/binutils/dist/bfd: elfnn-riscv.c libbfd.h targets.c src/external/gpl3/binutils/dist/ld/emultempl: riscvelf.em src/external/gpl3/binutils/dist/opcodes:

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

2019-02-09 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Feb 9 19:40:32 UTC 2019 Modified Files: src/external/gpl3/binutils/dist/bfd: elfnn-riscv.c libbfd.h targets.c src/external/gpl3/binutils/dist/ld/emultempl: riscvelf.em src/external/gpl3/binutils/dist/opcodes:

CVS commit: src/usr.sbin/acpitools/acpidump

2019-02-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Feb 9 16:00:42 UTC 2019 Modified Files: src/usr.sbin/acpitools/acpidump: acpi.c Log Message: Add missing newline. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/acpitools/acpidump/acpi.c

CVS commit: src/usr.sbin/acpitools/acpidump

2019-02-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Feb 9 16:00:42 UTC 2019 Modified Files: src/usr.sbin/acpitools/acpidump: acpi.c Log Message: Add missing newline. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/acpitools/acpidump/acpi.c

CVS commit: [netbsd-8] src/doc

2019-02-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 9 14:43:40 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ticket #1185 To generate a diff of this commit: cvs rdiff -u -r1.1.2.103 -r1.1.2.104 src/doc/CHANGES-8.1 Please note that diffs are not

CVS commit: [netbsd-8] src

2019-02-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 9 14:43:08 UTC 2019 Modified Files: src/lib/libossaudio [netbsd-8]: ossaudio.c src/sys/compat/ossaudio [netbsd-8]: ossaudio.c Log Message: Pull up following revision(s) (requested by isaki in ticket #1185):

CVS commit: [netbsd-8] src

2019-02-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 9 14:43:08 UTC 2019 Modified Files: src/lib/libossaudio [netbsd-8]: ossaudio.c src/sys/compat/ossaudio [netbsd-8]: ossaudio.c Log Message: Pull up following revision(s) (requested by isaki in ticket #1185):

CVS commit: [netbsd-8] src/doc

2019-02-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Feb 9 14:43:40 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ticket #1185 To generate a diff of this commit: cvs rdiff -u -r1.1.2.103 -r1.1.2.104 src/doc/CHANGES-8.1 Please note that diffs are not

Re: CVS commit: src/sys/dev/usb

2019-02-09 Thread Martin Husemann
On Sat, Feb 09, 2019 at 11:53:57AM +0100, Michael van Elst wrote: > And that's why I see it for modules: > > Index: sys/modules/Makefile.inc > === > RCS file: /cvsroot/src/sys/modules/Makefile.inc,v > retrieving revision 1.6 > diff

Re: CVS commit: src/sys/dev/usb

2019-02-09 Thread sc dying
On Sat, Feb 9, 2019 at 8:18 AM Rin Okuyama wrote: > > Hi, > > On 2019/02/08 23:16, sc dying wrote: > > On 2019/01/31 05:51, Rin Okuyama wrote: > >> By the way, I find that the system hangs silently by > >> "ifconfig mueN down" or detaching LAN7500 from USB port when > >> multiple outstanding

CVS commit: src/sys/compat/netbsd32

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 11:30:13 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32.h Log Message: - expand the comment about what netbsd32_machdep.h should provide. - add missing NETBSD32_POINTER_TYPE - add static inline functions to

CVS commit: src/sys/arch/sparc64/dev

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 11:27:06 UTC 2019 Modified Files: src/sys/arch/sparc64/dev: iommu.c iommuvar.h schizo.c Log Message: on tomatillo unload the map before flushing the iommu, instead of the reverse. from opensolaris. To generate a diff

CVS commit: src/sys/compat/netbsd32

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 11:30:13 UTC 2019 Modified Files: src/sys/compat/netbsd32: netbsd32.h Log Message: - expand the comment about what netbsd32_machdep.h should provide. - add missing NETBSD32_POINTER_TYPE - add static inline functions to

CVS commit: src/sys/arch/sparc64/dev

2019-02-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 9 11:27:06 UTC 2019 Modified Files: src/sys/arch/sparc64/dev: iommu.c iommuvar.h schizo.c Log Message: on tomatillo unload the map before flushing the iommu, instead of the reverse. from opensolaris. To generate a diff

Re: CVS commit: src/sys/dev/usb

2019-02-09 Thread Michael van Elst
On Sat, Feb 09, 2019 at 05:18:13PM +0900, Rin Okuyama wrote: > Hi, > > On 2019/02/08 23:16, sc dying wrote: > > xhci_device_bulk_abort() at netbsd:xhci_device_bulk_abort+0x1c > > usbd_ar_pipe() at netbsd:usbd_ar_pipe+0x1e9 > > usbd_abort_pipe() at netbsd:usbd_abort_pipe+0x27 > > axen_stop() at

Re: CVS commit: src/sys/dev/usb

2019-02-09 Thread Michael van Elst
On Sat, Feb 09, 2019 at 05:15:51PM +0900, Rin Okuyama wrote: > On 2019/02/08 7:51, Michael van Elst wrote: > > On Fri, Feb 08, 2019 at 07:12:28AM +0900, Rin Okuyama wrote: > > > Hi, > > > > > > What compiler options (or version, architecture, etc.) do you use? > > > I want to enable that

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:50:31 UTC 2019 Modified Files: src/bin/sh: parser.c Log Message: Add a check that the file descriptor mentioned in a N> or N< type redirect operator is within range of what the code tree node can hold. Currently this

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:50:31 UTC 2019 Modified Files: src/bin/sh: parser.c Log Message: Add a check that the file descriptor mentioned in a N> or N< type redirect operator is within range of what the code tree node can hold. Currently this

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:38:11 UTC 2019 Modified Files: src/bin/sh: var.c Log Message: DTRT when dynamically generated variables return "unset" instead of a value. There are none which do that at the minute, so this is a NFCI change, which

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:38:11 UTC 2019 Modified Files: src/bin/sh: var.c Log Message: DTRT when dynamically generated variables return "unset" instead of a value. There are none which do that at the minute, so this is a NFCI change, which

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:34:43 UTC 2019 Modified Files: src/bin/sh: redir.c Log Message: DEBUG mode change only. Add one extra trace point. NFC for normal builds. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:34:43 UTC 2019 Modified Files: src/bin/sh: redir.c Log Message: DEBUG mode change only. Add one extra trace point. NFC for normal builds. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:33:21 UTC 2019 Modified Files: src/bin/sh: main.c Log Message: When an interactive shell exits due to an EOF on stdin, send a newline to stderr (to follow the previous prompt) and cleanup more nicely. To generate a

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:33:21 UTC 2019 Modified Files: src/bin/sh: main.c Log Message: When an interactive shell exits due to an EOF on stdin, send a newline to stderr (to follow the previous prompt) and cleanup more nicely. To generate a

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:31:33 UTC 2019 Modified Files: src/bin/sh: jobs.c Log Message: In the unlikely event that restarting a job fails (the fg bg and various %x commands) generate the most useful error message (from errno value) rather than

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:31:33 UTC 2019 Modified Files: src/bin/sh: jobs.c Log Message: In the unlikely event that restarting a job fails (the fg bg and various %x commands) generate the most useful error message (from errno value) rather than

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:20:47 UTC 2019 Modified Files: src/bin/sh: input.c Log Message: KNF - white space changes, indent using tabs not spaces. NFC. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/bin/sh/input.c Please

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:20:47 UTC 2019 Modified Files: src/bin/sh: input.c Log Message: KNF - white space changes, indent using tabs not spaces. NFC. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/bin/sh/input.c Please

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:17:59 UTC 2019 Modified Files: src/bin/sh: eval.c Log Message: DEBUG mode build changes - add extra trace output. NFC for any normal shell build. To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:17:59 UTC 2019 Modified Files: src/bin/sh: eval.c Log Message: DEBUG mode build changes - add extra trace output. NFC for any normal shell build. To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:15:22 UTC 2019 Modified Files: src/bin/sh: eval.c Log Message: Delete extern decl for trap[] - hasn't been needed for a while now. To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/bin/sh/eval.c

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:15:22 UTC 2019 Modified Files: src/bin/sh: eval.c Log Message: Delete extern decl for trap[] - hasn't been needed for a while now. To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/bin/sh/eval.c

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:11:07 UTC 2019 Modified Files: src/bin/sh: alias.c Log Message: Allocate alias pointers for qsort() to use on the stack, rather than directly via malloc() so they get cleaned up correctly on error/intr. NFCI. To

CVS commit: src/bin/sh

2019-02-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Feb 9 09:11:07 UTC 2019 Modified Files: src/bin/sh: alias.c Log Message: Allocate alias pointers for qsort() to use on the stack, rather than directly via malloc() so they get cleaned up correctly on error/intr. NFCI. To

Re: CVS commit: src/sys/dev/usb

2019-02-09 Thread Rin Okuyama
Hi, On 2019/02/08 23:16, sc dying wrote: On 2019/01/31 05:51, Rin Okuyama wrote: By the way, I find that the system hangs silently by "ifconfig mueN down" or detaching LAN7500 from USB port when multiple outstanding requests are enabled. This does not occur when MUE_TX_LIST_CNT =

Re: CVS commit: src/sys/dev/usb

2019-02-09 Thread Rin Okuyama
On 2019/02/08 7:51, Michael van Elst wrote: On Fri, Feb 08, 2019 at 07:12:28AM +0900, Rin Okuyama wrote: Hi, What compiler options (or version, architecture, etc.) do you use? I want to enable that warnings, but I cannot even with WARNS=5. The warnings came for assertions, so you need to

Re: CVS commit: src/sys/dev/mii

2019-02-09 Thread Rin Okuyama
On 2019/02/09 16:48, Rin Okuyama wrote: Module Name:src Committed By: rin Date: Sat Feb 9 07:48:39 UTC 2019 Modified Files: src/sys/dev/mii: rlphy.c Log Message: Support RTL8152. Tested on ure(4) (RTL8152). ---> Support RTL8201E. Tested on ure(4) (RTL8152). Sorry

CVS commit: src/share/man/man4

2019-02-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Feb 9 08:08:32 UTC 2019 Modified Files: src/share/man/man4: rgephy.4 Log Message: Add 8153, sort adapters. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/rgephy.4 Please note that diffs are

CVS commit: src/share/man/man4

2019-02-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Feb 9 08:08:32 UTC 2019 Modified Files: src/share/man/man4: rgephy.4 Log Message: Add 8153, sort adapters. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/rgephy.4 Please note that diffs are

CVS commit: src/share/man/man4

2019-02-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Feb 9 08:07:13 UTC 2019 Modified Files: src/share/man/man4: rlphy.4 Log Message: Add Realtek RTL8201E and IC Plus IP101. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/rlphy.4 Please note that

CVS commit: src/share/man/man4

2019-02-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Feb 9 08:07:13 UTC 2019 Modified Files: src/share/man/man4: rlphy.4 Log Message: Add Realtek RTL8201E and IC Plus IP101. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/rlphy.4 Please note that