CVS commit: src/sys/net

2018-12-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Dec 15 07:38:58 UTC 2018 Modified Files: src/sys/net: ether_sw_offload.c if_bridge.c Log Message: Improve wording in comments: replace "chain" with "queue" for sequence of mbuf's connected by m_nextpkt, in order to avoid

CVS commit: src/sys/net

2018-12-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Dec 15 07:29:44 UTC 2018 Modified Files: src/sys/net: ether_sw_offload.c Log Message: Replace panic with rate-limited LOG_ERR message when we encounter invalid ether frame with non-zero csum flags. Requested by thorpej. To

CVS commit: src/sys/dev/pci

2018-12-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 15 05:40:10 UTC 2018 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Print and clear the wakeup status only when the WUS register != 0. To generate a diff of this commit: cvs rdiff -u -r1.604 -r1.605

CVS commit: src/sys/dev/pci

2018-12-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 15 05:38:45 UTC 2018 Modified Files: src/sys/dev/pci: pci.c Log Message: Clearing PCI_PMCSR_PME_STS(W1C) bit is required to stop asserting PME#. This change would prevent unexpected rebooting from shutdown -p or

CVS commit: src/libexec/httpd

2018-12-14 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Dec 15 02:03:24 UTC 2018 Modified Files: src/libexec/httpd: bozohttpd.c Log Message: strings.h for strcasecmp (on linux) To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/libexec/httpd/bozohttpd.c Please

CVS commit: src/etc/etc.aarch64

2018-12-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 15 01:02:58 UTC 2018 Modified Files: src/etc/etc.aarch64: MAKEDEV.conf Log Message: add tprof To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/etc/etc.aarch64/MAKEDEV.conf Please note that diffs are

CVS commit: src/libexec/httpd

2018-12-14 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Dec 15 01:02:34 UTC 2018 Modified Files: src/libexec/httpd: bozohttpd.c Log Message: Check against BOZO_HEADERS_MAX_SIZE in a way that isn't prone to overflow. Note that this isn't reachable in practice as big requests time

CVS commit: src/libexec/httpd/testsuite

2018-12-14 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Dec 14 23:57:22 UTC 2018 Modified Files: src/libexec/httpd/testsuite: Makefile test-bigfile test-simple Log Message: Don't pass ${HOST} to test scripts. htnl_cmp compares against the output of `hostname`. This makes the tests

CVS commit: src/lib/libtelnet

2018-12-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 14 23:42:40 UTC 2018 Modified Files: src/lib/libtelnet: auth-proto.h auth.c genget.c misc.h Log Message: more const To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libtelnet/auth-proto.h cvs

CVS commit: src/usr.bin/telnet

2018-12-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 14 23:40:17 UTC 2018 Modified Files: src/usr.bin/telnet: authenc.c commands.c externs.h main.c network.c ring.c telnet.c utilities.c Log Message: minor cleanup: - more const - prevent overflow of the

CVS commit: src/etc/etc.iyonix

2018-12-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Dec 14 23:03:29 UTC 2018 Modified Files: src/etc/etc.iyonix: MAKEDEV.conf Log Message: make iic* and more pci* nodes To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/etc/etc.iyonix/MAKEDEV.conf Please note

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

2018-12-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Dec 14 23:01:53 UTC 2018 Modified Files: src/sys/arch/iyonix/conf: GENERIC Log Message: Make this config resemble an Iyonix as they actually shipped: - add more onboard and standard devices ( dsrtc, ehci, etc. ) - remove

CVS commit: src/sys/dev/i2c

2018-12-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Dec 14 22:05:36 UTC 2018 Modified Files: src/sys/dev/i2c: ds1307.c files.i2c Log Message: add options DSRTC_YEAR_START_2K for machines which use 2000 and not 1970 as base to count years from, like Iyonix. While there apply

CVS commit: src/sys/arch

2018-12-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Dec 14 22:00:26 UTC 2018 Modified Files: src/sys/arch/amd64/conf: ALL GENERIC src/sys/arch/i386/conf: ALL GENERIC Log Message: add cardbus malo(4) to x86 GENERIC and ALL kernels To generate a diff of this commit:

CVS commit: src/sys/dev/cardbus

2018-12-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Dec 14 21:49:22 UTC 2018 Modified Files: src/sys/dev/cardbus: files.cardbus Added Files: src/sys/dev/cardbus: if_malo_cardbus.c Log Message: add cardbus attachment for malo(4), from OpenBSD To generate a diff of

CVS commit: src/sys/dev/cardbus

2018-12-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Dec 14 21:27:03 UTC 2018 Modified Files: src/sys/dev/cardbus: if_ral_cardbus.c Log Message: fix whitespace To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/cardbus/if_ral_cardbus.c Please note

CVS commit: src/sys/dev/ic

2018-12-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Dec 14 21:23:44 UTC 2018 Modified Files: src/sys/dev/ic: malo.c Log Message: use callout_destroy in malo_detach, not callout_stop To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/malo.c Please

CVS commit: src/sys/dev/ic

2018-12-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Dec 14 20:44:37 UTC 2018 Modified Files: src/sys/dev/ic: malo.c Log Message: always use correct function to free our copy of the microcode To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2018-12-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 14 18:17:36 UTC 2018 Modified Files: src/sys/arch/arm/nvidia: tegra_xusb.c Log Message: Provide TEGRA210 supplies. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/nvidia/tegra_xusb.c

CVS commit: src/sys/dev/usb

2018-12-14 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Fri Dec 14 13:56:59 UTC 2018 Modified Files: src/sys/dev/usb: usbdevs Log Message: add D-Link LTE products To generate a diff of this commit: cvs rdiff -u -r1.763 -r1.764 src/sys/dev/usb/usbdevs Please note that diffs are not

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

2018-12-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 14 12:29:22 UTC 2018 Modified Files: src/sys/arch/arm/nvidia: tegra210_car.c tegra210_carreg.h tegra210_xusbpad.c tegra_ahcisata.c tegra_ahcisatareg.h tegra_var.h Log Message: Support SATA on TEGRA210 Thanks

CVS commit: src/sys/net

2018-12-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 14 12:27:22 UTC 2018 Modified Files: src/sys/net: if_bridge.c Log Message: Need for ip6_statinc() prototype. To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/net/if_bridge.c Please note that

CVS commit: [netbsd-8] src/doc

2018-12-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 14 12:15:17 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ticket #1136 To generate a diff of this commit: cvs rdiff -u -r1.1.2.75 -r1.1.2.76 src/doc/CHANGES-8.1 Please note that diffs are not

CVS commit: [netbsd-8] src/external/bsd/file/lib

2018-12-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 14 12:14:08 UTC 2018 Modified Files: src/external/bsd/file/lib [netbsd-8]: Makefile Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1136): external/bsd/file/lib/Makefile: revision 1.11

CVS commit: [netbsd-7-0] src/doc

2018-12-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 14 12:08:43 UTC 2018 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: Annotate ticket #1660 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.121 -r1.1.2.122

CVS commit: [netbsd-7-1] src/doc

2018-12-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 14 12:07:22 UTC 2018 Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.3 Log Message: Annotate ticket #1660 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.28 -r1.1.2.29

CVS commit: [netbsd-7-0] src/sys

2018-12-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 14 12:07:54 UTC 2018 Modified Files: src/sys/compat/linux/common [netbsd-7-0]: linux_misc_notalpha.c src/sys/kern [netbsd-7-0]: kern_time.c Log Message: Additionally pull up following revision(s) (requested by

CVS commit: [netbsd-7-1] src/sys

2018-12-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 14 12:06:43 UTC 2018 Modified Files: src/sys/compat/linux/common [netbsd-7-1]: linux_misc_notalpha.c src/sys/kern [netbsd-7-1]: kern_time.c Log Message: Additionally pull up following revision(s) (requested by

CVS commit: [netbsd-7] src/doc

2018-12-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 14 12:06:12 UTC 2018 Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Annotate ticket #1660 for additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-7.3

CVS commit: [netbsd-7] src/sys

2018-12-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 14 12:04:26 UTC 2018 Modified Files: src/sys/compat/linux/common [netbsd-7]: linux_misc_notalpha.c src/sys/kern [netbsd-7]: kern_time.c Log Message: Additionally pull up following revision(s) (requested by maxv in

CVS commit: src/sys/dev/pci

2018-12-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 14 09:47:40 UTC 2018 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: - Fix availability detection of WoL on some chips. This change has no effect other than dmesg because WM_F_WOL is currently not used

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

2018-12-14 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri Dec 14 09:21:32 UTC 2018 Modified Files: src/sys/arch/sparc64/conf: GENERIC Log Message: Remove comment about removed lmc*. To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212 src/sys/arch/sparc64/conf/GENERIC