CVS commit: src/sys/arch/sparc64/conf
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
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 to change the behavior: - For ICH/PCH, check the capability not from NVM but from the WUC register. Check the value before clearing the register. - 82580 and newer have per-port NVM block, so read the area correctly. Note that 82580, I350 and I354 may have PCI function 2 and 3. - Some devices can't detect WoL capability neither from NVM nor from WUC. Use PCI device ID and the function number. - Print the WUS (WakeUp Status) register bits when resume. To generate a diff of this commit: cvs rdiff -u -r1.603 -r1.604 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.109 -r1.110 src/sys/dev/pci/if_wmreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys
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 ticket #1660): sys/compat/linux/common/linux_misc_notalpha.c: revision 1.110 sys/kern/kern_time.c: revision 1.193 Improve my kern_time.c::rev1.192, systematically clear the buffers we get from 'ptimer_pool' to prevent more leaks. To generate a diff of this commit: cvs rdiff -u -r1.108.34.1 -r1.108.34.2 \ src/sys/compat/linux/common/linux_misc_notalpha.c cvs rdiff -u -r1.179.8.2 -r1.179.8.3 src/sys/kern/kern_time.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-1] src/sys
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 maxv in ticket #1660): sys/compat/linux/common/linux_misc_notalpha.c: revision 1.110 sys/kern/kern_time.c: revision 1.193 Improve my kern_time.c::rev1.192, systematically clear the buffers we get from 'ptimer_pool' to prevent more leaks. To generate a diff of this commit: cvs rdiff -u -r1.108.34.1 -r1.108.34.1.6.1 \ src/sys/compat/linux/common/linux_misc_notalpha.c cvs rdiff -u -r1.179.8.1.4.1 -r1.179.8.1.4.2 src/sys/kern/kern_time.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-1] src/doc
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 src/doc/CHANGES-7.1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/sys
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 maxv in ticket #1660): sys/compat/linux/common/linux_misc_notalpha.c: revision 1.110 sys/kern/kern_time.c: revision 1.193 Improve my kern_time.c::rev1.192, systematically clear the buffers we get from 'ptimer_pool' to prevent more leaks. To generate a diff of this commit: cvs rdiff -u -r1.108.34.1 -r1.108.34.1.2.1 \ src/sys/compat/linux/common/linux_misc_notalpha.c cvs rdiff -u -r1.179.12.2 -r1.179.12.3 src/sys/kern/kern_time.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/doc
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 src/doc/CHANGES-7.0.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/external/bsd/file/lib
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 Use DPSRCS for magic.h. OK'd by Christos. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.4.1 src/external/bsd/file/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
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 public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
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 diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/nvidia
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 to jmcneill for help with this. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/nvidia/tegra210_car.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/nvidia/tegra210_carreg.h cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/nvidia/tegra210_xusbpad.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/nvidia/tegra_ahcisata.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/nvidia/tegra_ahcisatareg.h cvs rdiff -u -r1.44 -r1.45 src/sys/arch/arm/nvidia/tegra_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
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 public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: tnn Date: Fri Dec 14 14:04:13 UTC 2018 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.756 -r1.757 src/sys/dev/usb/usbdevs.h \ src/sys/dev/usb/usbdevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/nvidia
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
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 src/sys/dev/ic/malo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
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 note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/cardbus
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 that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/cardbus
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 this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/cardbus/files.cardbus cvs rdiff -u -r0 -r1.1 src/sys/dev/cardbus/if_malo_cardbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
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 rdiff -u -r1.110 -r1.111 src/sys/arch/amd64/conf/ALL cvs rdiff -u -r1.512 -r1.513 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.459 -r1.460 src/sys/arch/i386/conf/ALL cvs rdiff -u -r1.1197 -r1.1198 src/sys/arch/i386/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/i2c
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 the offset when writing to the clock as well. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/i2c/ds1307.c cvs rdiff -u -r1.96 -r1.97 src/sys/dev/i2c/files.i2c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/iyonix/conf
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 lots of unused and commented out drivers - add some useful filesystems like procfs etc. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/arch/iyonix/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/etc.iyonix
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 that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/telnet
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 argument vector - change a lot of unsigned to signed to eliminate casts To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/telnet/authenc.c cvs rdiff -u -r1.72 -r1.73 src/usr.bin/telnet/commands.c cvs rdiff -u -r1.43 -r1.44 src/usr.bin/telnet/externs.h cvs rdiff -u -r1.31 -r1.32 src/usr.bin/telnet/main.c cvs rdiff -u -r1.17 -r1.18 src/usr.bin/telnet/network.c cvs rdiff -u -r1.14 -r1.15 src/usr.bin/telnet/ring.c cvs rdiff -u -r1.40 -r1.41 src/usr.bin/telnet/telnet.c cvs rdiff -u -r1.27 -r1.28 src/usr.bin/telnet/utilities.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libtelnet
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 rdiff -u -r1.21 -r1.22 src/lib/libtelnet/auth.c cvs rdiff -u -r1.13 -r1.14 src/lib/libtelnet/genget.c cvs rdiff -u -r1.9 -r1.10 src/lib/libtelnet/misc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd/testsuite
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 pass on my machine. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/libexec/httpd/testsuite/Makefile cvs rdiff -u -r1.5 -r1.6 src/libexec/httpd/testsuite/test-bigfile \ src/libexec/httpd/testsuite/test-simple Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd
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 out. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/libexec/httpd/bozohttpd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/etc.aarch64
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 not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/httpd
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 note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
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 unexpected resuming from suspend. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sys/dev/pci/pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
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 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
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 generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/net/ether_sw_offload.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
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 confusion with those connected by m_next. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/net/ether_sw_offload.c cvs rdiff -u -r1.162 -r1.163 src/sys/net/if_bridge.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.