CVS commit: src/sys/netinet

2019-10-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 9 05:29:18 UTC 2019 Modified Files: src/sys/netinet: tcp_congctl.c Log Message: All of snd_wnd, snd_cwnd and snd_ssthresh in stuct tcpcb are u_long, so use u_long and ulmin() instead of u_int and uimin(). Found by lgtm

CVS commit: src/sys/netinet

2019-10-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 9 05:29:18 UTC 2019 Modified Files: src/sys/netinet: tcp_congctl.c Log Message: All of snd_wnd, snd_cwnd and snd_ssthresh in stuct tcpcb are u_long, so use u_long and ulmin() instead of u_int and uimin(). Found by lgtm

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

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 9 01:43:35 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/sys/rump/librump/rumpkern/rump_syscalls.c

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

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 9 01:43:35 UTC 2019 Modified Files: src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/sys/rump/librump/rumpkern/rump_syscalls.c

CVS commit: src/sys/kern

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 9 01:43:00 UTC 2019 Modified Files: src/sys/kern: makesyscalls.sh Log Message: - cast through void * for rump - don't generate bogus filenames /dev/null.bottom etc. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 9 01:43:00 UTC 2019 Modified Files: src/sys/kern: makesyscalls.sh Log Message: - cast through void * for rump - don't generate bogus filenames /dev/null.bottom etc. To generate a diff of this commit: cvs rdiff -u

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

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 9 01:18:55 UTC 2019 Modified Files: src/external/bsd/atf/dist/atf-c++: build.cpp src/external/bsd/atf/dist/atf-sh: atf-check.cpp src/external/bsd/atf/dist/tools: process.cpp Log Message: the cast police

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

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 9 01:18:55 UTC 2019 Modified Files: src/external/bsd/atf/dist/atf-c++: build.cpp src/external/bsd/atf/dist/atf-sh: atf-check.cpp src/external/bsd/atf/dist/tools: process.cpp Log Message: the cast police

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

2019-10-08 Thread Christoph Badura
Module Name:src Committed By: bad Date: Tue Oct 8 23:03:01 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Add sun8i-h3-nanopi-duo2.dts and sun8i-h3-nanopi-r1.dts. The former is untested. To generate a diff of this commit: cvs rdiff -u -r1.53

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

2019-10-08 Thread Christoph Badura
Module Name:src Committed By: bad Date: Tue Oct 8 23:03:01 UTC 2019 Modified Files: src/sys/arch/evbarm/conf: GENERIC Log Message: Add sun8i-h3-nanopi-duo2.dts and sun8i-h3-nanopi-r1.dts. The former is untested. To generate a diff of this commit: cvs rdiff -u -r1.53

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

2019-10-08 Thread Christoph Badura
Module Name:src Committed By: bad Date: Tue Oct 8 23:00:36 UTC 2019 Modified Files: src/sys/arch/arm/dts: sun8i-h3-nanopi-r1.dts Log Message: Cherry pick a few changes from the armbian u-boot patch. Makes my NanoPi R1 boot reliably. >From

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

2019-10-08 Thread Christoph Badura
Module Name:src Committed By: bad Date: Tue Oct 8 23:00:36 UTC 2019 Modified Files: src/sys/arch/arm/dts: sun8i-h3-nanopi-r1.dts Log Message: Cherry pick a few changes from the armbian u-boot patch. Makes my NanoPi R1 boot reliably. >From

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

2019-10-08 Thread Christoph Badura
Module Name:src Committed By: bad Date: Tue Oct 8 22:55:59 UTC 2019 Added Files: src/sys/arch/arm/dts: sun8i-h3-nanopi-duo2.dts sun8i-h3-nanopi-r1.dts Log Message: Add sun8i-h3-nanopi-r1.dts and sun8i-h3-nanopi-duo2.dts. >From

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

2019-10-08 Thread Christoph Badura
Module Name:src Committed By: bad Date: Tue Oct 8 22:55:59 UTC 2019 Added Files: src/sys/arch/arm/dts: sun8i-h3-nanopi-duo2.dts sun8i-h3-nanopi-r1.dts Log Message: Add sun8i-h3-nanopi-r1.dts and sun8i-h3-nanopi-duo2.dts. >From

CVS commit: src/sys/dev/i2c

2019-10-08 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Oct 8 21:16:11 UTC 2019 Modified Files: src/sys/dev/i2c: hytp14.c Log Message: enable FDT direct configuration. remove address test as the i2c address can be changed on this device. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/i2c

2019-10-08 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Oct 8 21:16:11 UTC 2019 Modified Files: src/sys/dev/i2c: hytp14.c Log Message: enable FDT direct configuration. remove address test as the i2c address can be changed on this device. To generate a diff of this commit: cvs

CVS commit: src/external/bsd/iscsi/dist/src/lib

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 20:02:45 UTC 2019 Modified Files: src/external/bsd/iscsi/dist/src/lib: target.c Log Message: grow the buffer. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/external/bsd/iscsi/dist/src/lib

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 20:02:45 UTC 2019 Modified Files: src/external/bsd/iscsi/dist/src/lib: target.c Log Message: grow the buffer. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/lib/libisns

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 19:38:27 UTC 2019 Modified Files: src/lib/libisns: isns.c Log Message: use strlcpy (the buffer is already zeroed) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/lib/libisns/isns.c Please note

CVS commit: src/lib/libisns

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 19:38:38 UTC 2019 Modified Files: src/lib/libisns: isns_pdu.h Log Message: remove useless packed attributes To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libisns/isns_pdu.h Please note that

CVS commit: src/lib/libisns

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 19:38:38 UTC 2019 Modified Files: src/lib/libisns: isns_pdu.h Log Message: remove useless packed attributes To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libisns/isns_pdu.h Please note that

CVS commit: src/lib/libisns

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 19:38:27 UTC 2019 Modified Files: src/lib/libisns: isns.c Log Message: use strlcpy (the buffer is already zeroed) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/lib/libisns/isns.c Please note

CVS commit: src/lib/libedit

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 19:21:40 UTC 2019 Modified Files: src/lib/libedit: filecomplete.c Log Message: remore error(1) comment To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/lib/libedit/filecomplete.c Please note that

CVS commit: src/lib/libedit

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 19:21:40 UTC 2019 Modified Files: src/lib/libedit: filecomplete.c Log Message: remore error(1) comment To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/lib/libedit/filecomplete.c Please note that

CVS commit: src/lib/libedit

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 19:17:57 UTC 2019 Modified Files: src/lib/libedit: filecomplete.c history.c readline.c Log Message: Change strncpy to either memcpy (when we know the len), or strlcpy (when we used to NUL terminate explicitly. To

CVS commit: src/lib/libedit

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 19:17:57 UTC 2019 Modified Files: src/lib/libedit: filecomplete.c history.c readline.c Log Message: Change strncpy to either memcpy (when we know the len), or strlcpy (when we used to NUL terminate explicitly. To

CVS commit: src/sys/arch

2019-10-08 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 8 18:50:44 UTC 2019 Modified Files: src/sys/arch/amd64/conf: ALL GENERIC src/sys/arch/i386/conf: ALL GENERIC Log Message: No I/O ports for TPM-ISA, only MMIO, so remove commented-out options. To generate a diff

CVS commit: src/lib/libutil

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 18:50:34 UTC 2019 Modified Files: src/lib/libutil: Makefile Log Message: -Wstringop-truncation is only gcc. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/lib/libutil/Makefile Please note that

CVS commit: src/lib/libutil

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 18:50:34 UTC 2019 Modified Files: src/lib/libutil: Makefile Log Message: -Wstringop-truncation is only gcc. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/lib/libutil/Makefile Please note that

CVS commit: src/sys/arch

2019-10-08 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 8 18:50:44 UTC 2019 Modified Files: src/sys/arch/amd64/conf: ALL GENERIC src/sys/arch/i386/conf: ALL GENERIC Log Message: No I/O ports for TPM-ISA, only MMIO, so remove commented-out options. To generate a diff

CVS commit: src/crypto/external/bsd/netpgp/dist/src/netpgpverify

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 18:47:11 UTC 2019 Modified Files: src/crypto/external/bsd/netpgp/dist/src/netpgpverify: libverify.c Log Message: grow the buffer a little. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \

CVS commit: src/crypto/external/bsd/netpgp/dist/src/netpgpverify

2019-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 8 18:47:11 UTC 2019 Modified Files: src/crypto/external/bsd/netpgp/dist/src/netpgpverify: libverify.c Log Message: grow the buffer a little. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \

CVS commit: src

2019-10-08 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 8 18:43:03 UTC 2019 Modified Files: src/share/man/man4: tpm.4 src/sys/dev/acpi: tpm_acpi.c src/sys/dev/ic: tpm.c tpmreg.h tpmvar.h src/sys/dev/isa: tpm_isa.c Log Message: Improvements in tpm(4): -

CVS commit: src

2019-10-08 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Oct 8 18:43:03 UTC 2019 Modified Files: src/share/man/man4: tpm.4 src/sys/dev/acpi: tpm_acpi.c src/sys/dev/ic: tpm.c tpmreg.h tpmvar.h src/sys/dev/isa: tpm_isa.c Log Message: Improvements in tpm(4): -

CVS commit: [netbsd-8] src/doc

2019-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 18:18:30 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1401 - #1403 To generate a diff of this commit: cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-8.2 Please note that diffs

CVS commit: [netbsd-8] src/doc

2019-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 18:18:30 UTC 2019 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1401 - #1403 To generate a diff of this commit: cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-8.2 Please note that diffs

CVS commit: [netbsd-8] src/sys/dev/pci/ixgbe

2019-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 18:16:50 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe [netbsd-8]: ixv.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1403): sys/dev/pci/ixgbe/ixv.c: revision 1.139 Set MTU

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

2019-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 18:12:44 UTC 2019 Modified Files: src/sys/net [netbsd-8]: if_ethersubr.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1402): sys/net/if_ethersubr.c: revision 1.277 Increment

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

2019-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 18:12:44 UTC 2019 Modified Files: src/sys/net [netbsd-8]: if_ethersubr.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1402): sys/net/if_ethersubr.c: revision 1.277 Increment

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

2019-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 18:09:41 UTC 2019 Modified Files: src/sys/net [netbsd-8]: if_ethersubr.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1401): sys/net/if_ethersubr.c: revision 1.255 Fix two bugs

CVS commit: src/sys/kern

2019-10-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 8 18:02:46 UTC 2019 Modified Files: src/sys/kern: kern_sig.c Log Message: Enhance reliability of ptrace(2) in a debuggee with multiple LWPs Stop competing between threads which one emits event signal quicker and

CVS commit: src/sys/kern

2019-10-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 8 18:02:46 UTC 2019 Modified Files: src/sys/kern: kern_sig.c Log Message: Enhance reliability of ptrace(2) in a debuggee with multiple LWPs Stop competing between threads which one emits event signal quicker and

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2019-10-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 8 17:41:04 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_reg.h Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2019-10-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 8 17:41:04 UTC 2019 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_reg.h Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: [netbsd-9] src/doc

2019-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 17:06:28 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #291 - #293 To generate a diff of this commit: cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: [netbsd-9] src/doc

2019-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 17:06:28 UTC 2019 Modified Files: src/doc [netbsd-9]: CHANGES-9.0 Log Message: Tickets #291 - #293 To generate a diff of this commit: cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-9.0 Please note that diffs are

CVS commit: [netbsd-9] src/sys/dev/pci/ixgbe

2019-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 17:05:16 UTC 2019 Modified Files: src/sys/dev/pci/ixgbe [netbsd-9]: ixv.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #293): sys/dev/pci/ixgbe/ixv.c: revision 1.139 Set MTU

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

2019-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 17:02:25 UTC 2019 Modified Files: src/sys/net [netbsd-9]: if_ethersubr.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #292): sys/net/if_ethersubr.c: revision 1.277

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

2019-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 17:02:25 UTC 2019 Modified Files: src/sys/net [netbsd-9]: if_ethersubr.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #292): sys/net/if_ethersubr.c: revision 1.277

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

2019-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 16:56:37 UTC 2019 Modified Files: src/sys/dev/fdt [netbsd-9]: cpufreq_dt.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #291): sys/dev/fdt/cpufreq_dt.c: revision 1.9

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

2019-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 8 16:56:37 UTC 2019 Modified Files: src/sys/dev/fdt [netbsd-9]: cpufreq_dt.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #291): sys/dev/fdt/cpufreq_dt.c: revision 1.9

CVS commit: src/sys/dev/pci

2019-10-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 8 14:26:27 UTC 2019 Modified Files: src/sys/dev/pci: if_vge.c if_vgereg.h Log Message: Copy vge_clrwol() from FreeBSD and call it in vge_attach() to recover from powerdown mode. Fixes PR kern/41525 reported by Aran

CVS commit: src/sys/dev/pci

2019-10-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 8 14:26:27 UTC 2019 Modified Files: src/sys/dev/pci: if_vge.c if_vgereg.h Log Message: Copy vge_clrwol() from FreeBSD and call it in vge_attach() to recover from powerdown mode. Fixes PR kern/41525 reported by Aran

CVS commit: src/sys/sys

2019-10-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Oct 8 12:49:56 UTC 2019 Modified Files: src/sys/sys: conf.h Log Message: Convert ttynodisc() to devenodev and ttyerr*() to ttyenodev too. Missed in previous. Of these - only ttyerrio() is used, the rest are just courtesy "for

CVS commit: src/sys/sys

2019-10-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Oct 8 12:49:56 UTC 2019 Modified Files: src/sys/sys: conf.h Log Message: Convert ttynodisc() to devenodev and ttyerr*() to ttyenodev too. Missed in previous. Of these - only ttyerrio() is used, the rest are just courtesy "for

CVS commit: src/sys/kern

2019-10-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 8 12:29:57 UTC 2019 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: Correct the same expression on both sides of | PR sw-bug/54610 by David Binderman To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2019-10-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Oct 8 12:29:57 UTC 2019 Modified Files: src/sys/kern: sys_ptrace_common.c Log Message: Correct the same expression on both sides of | PR sw-bug/54610 by David Binderman To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys

2019-10-08 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 8 07:33:15 UTC 2019 Modified Files: src/sys/kern: kern_stub.c src/sys/sys: conf.h Log Message: steal an idea from uwe@ and implement gcc-8 function type cast friendly methods for sys/conf.h that needs it. one alias

CVS commit: src/sys

2019-10-08 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 8 07:33:15 UTC 2019 Modified Files: src/sys/kern: kern_stub.c src/sys/sys: conf.h Log Message: steal an idea from uwe@ and implement gcc-8 function type cast friendly methods for sys/conf.h that needs it. one alias

CVS commit: src/sys/dev/usb

2019-10-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Oct 8 07:30:58 UTC 2019 Modified Files: src/sys/dev/usb: if_run.c if_runvar.h Log Message: Merge more changes from FreeBSD/OpenBSD. My two run(4) devices now work again. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2019-10-08 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Oct 8 07:30:58 UTC 2019 Modified Files: src/sys/dev/usb: if_run.c if_runvar.h Log Message: Merge more changes from FreeBSD/OpenBSD. My two run(4) devices now work again. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/sys

2019-10-08 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 8 07:16:25 UTC 2019 Modified Files: src/sys/sys: conf.h Log Message: remove unused ttyerrinput. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/sys/conf.h Please note that diffs are not public

CVS commit: src/sys/sys

2019-10-08 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 8 07:16:25 UTC 2019 Modified Files: src/sys/sys: conf.h Log Message: remove unused ttyerrinput. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/sys/conf.h Please note that diffs are not public