CVS commit: src/sys/arch

2018-10-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 23 08:38:18 UTC 2018 Modified Files: src/sys/arch/arm/footbridge: footbridge_pci.c src/sys/arch/evbarm/ifpga: ifpga_pci.c src/sys/arch/evbarm/iq80310: iq80310_pci.c src/sys/arch/evbarm/ixdp425: ixd

CVS commit: src/sys/arch

2018-10-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 23 09:15:36 UTC 2018 Modified Files: src/sys/arch/arm/fdt: plcom_fdt.c src/sys/arch/arm/imx: imx23_plcom.c src/sys/arch/evbarm/dev: plcom.c src/sys/arch/evbarm/ifpga: plcom_ifpga.c Log Message: Fi

CVS commit: src/sys/dev/acpi

2018-10-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 23 09:19:02 UTC 2018 Modified Files: src/sys/dev/acpi: plgpio_acpi.c Log Message: Do not complain if the _AEI method is not found, just skip installing the interrupt handler. To generate a diff of this commit: cvs rdif

CVS commit: src/share/man/man4

2018-10-23 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 23 09:23:46 UTC 2018 Modified Files: src/share/man/man4: xhci.4 Log Message: update the BUGS statement to say that xhci is mostly functional. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/xh

CVS commit: src/etc/rc.d

2018-10-23 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 23 09:25:33 UTC 2018 Modified Files: src/etc/rc.d: network Log Message: only flush routes in stop routine if flushroutes is true, same as the start up. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/etc/r

CVS commit: src/share/man/man8

2018-10-23 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 23 09:30:09 UTC 2018 Modified Files: src/share/man/man8: diskless.8 Log Message: note that rc.conf:flushroutes may be useful. bump date. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/share/man/man8/disk

CVS commit: src/sys/stand/efiboot

2018-10-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 23 10:13:00 UTC 2018 Modified Files: src/sys/stand/efiboot: efiacpi.c Log Message: If an SMBIOS3 table is found, pass the address to the kernel via /chosen "netbsd,smbios-table" property. To generate a diff of this com

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

2018-10-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 23 10:13:34 UTC 2018 Modified Files: src/sys/arch/arm/fdt: acpi_fdt.c Log Message: Expose SMBIOS table pointer via machdep.smbios sysctl To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/fdt/

CVS commit: src

2018-10-23 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 23 15:44:42 UTC 2018 Modified Files: src: README.md Log Message: Tidy up a bit. - Quote the opening paragraph from netbsd.org. - Set the suggested commands in teletype. - Give pointers in a more active voice. - Omit tr

CVS commit: src/lib/libedit

2018-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 23 16:49:13 UTC 2018 Modified Files: src/lib/libedit: refresh.c Log Message: Apply revisions 1.21, 1.22 from OpenBSD: In re_fastputc(), set lastline to the new line, not the previous line so it gets initialized properly

CVS commit: src/sys

2018-10-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Oct 23 19:58:53 UTC 2018 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 src/sys/arch/evbarm/conf: ARMADAXP BCM5301X BCM56340 BEAGLEBOARDXM BEAGLEBONE CUBOX DUOVERO GEMINI GUMSTIX HDL_G HPT5325 IGEPV2

CVS commit: src/share/man/man4

2018-10-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Oct 23 20:09:40 UTC 2018 Modified Files: src/share/man/man4: umass.4 Log Message: make the section about In-System umass a 'NOTES' rather than 'BUGS' To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/share/

CVS commit: src/sys/dev/ata

2018-10-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Oct 23 22:05:01 UTC 2018 Modified Files: src/sys/dev/ata: TODO.ncq ld_ataraid.c Log Message: add support for DIOCCACHESYNC (!), and DIOCGCACHE; code adapted from ccd(4) tested with Intel ATA Raid To generate a diff of thi

CVS commit: src/external/cddl/osnet/dist/uts/common/sys

2018-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 23 22:25:21 UTC 2018 Modified Files: src/external/cddl/osnet/dist/uts/common/sys: nvpair.h Log Message: prefix all nv* symbols with opensolaris_ To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 \ src

CVS commit: src/external/cddl/osnet/sys/sys

2018-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 23 22:26:14 UTC 2018 Added Files: src/external/cddl/osnet/sys/sys: nvnamespace.h Log Message: Avoid conflicts with "our" (the FreeBSD) nvpair/nvlist implementation by prefixing all symbols with "opensolaris_". To gener

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

2018-10-23 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Wed Oct 24 03:51:21 UTC 2018 Modified Files: src/sys/arch/x86/x86: intr.c Log Message: When returning a cached shared irq event value, DTRT To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/sys/arch/x86/x86/int

CVS commit: src/sys/arch/xen

2018-10-23 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Wed Oct 24 03:59:33 UTC 2018 Modified Files: src/sys/arch/xen/x86: xen_ipi.c src/sys/arch/xen/xen: clock.c if_xennet_xenbus.c pciback.c xbd_xenbus.c xbdback_xenbus.c xencons.c xenevt.c xennetback_xenbus.c

CVS commit: src/sys/dev/ata

2018-10-23 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Wed Oct 24 06:53:26 UTC 2018 Modified Files: src/sys/dev/ata: files.ata Log Message: only include ata_recovery.c with atabus (same as ata.c which provides ata_thread_run() used here) To generate a diff of this commit: cvs rdif