CVS commit: src/bin/sh

2018-11-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Dec 1 07:02:23 UTC 2018 Modified Files: src/bin/sh: parser.c Log Message: Rename the internal function "makename" to "makeword" to better reflect what it actually does (makearg would have been an alternative). While here,

CVS commit: src

2018-11-30 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Dec 1 02:43:43 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi src/lib/libc/cdb: Makefile.inc cdbr.3 Log Message: Correct the documentation of cdbr_open_mem(3) Fix function prototype in the man-page. Add

CVS commit: src/sys/kern

2018-11-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 1 02:08:16 UTC 2018 Modified Files: src/sys/kern: subr_autoconf.c Log Message: Fix compile error. To generate a diff of this commit: cvs rdiff -u -r1.264 -r1.265 src/sys/kern/subr_autoconf.c Please note that diffs

CVS commit: src/sys

2018-11-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 1 01:51:38 UTC 2018 Modified Files: src/sys/kern: subr_autoconf.c src/sys/sys: device.h Log Message: Add new dv_flags value DVF_ATTACH_INPROGRESS. Currenty, this flags is used only for checking the registration

CVS commit: src/sys/dev/pci

2018-11-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 1 01:23:24 UTC 2018 Modified Files: src/sys/dev/pci: pci.c pcivar.h Log Message: Save control registers in PCI-X, PCIe, MSI and MSI-X capability area when suspend and restore them when resume. For PCIe cababilities

CVS commit: src/bin/sh

2018-11-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Dec 1 01:21:07 UTC 2018 Modified Files: src/bin/sh: parser.c parser.h Log Message: NFC. Need a grain of const To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/bin/sh/parser.c cvs rdiff -u -r1.24 -r1.25

CVS commit: src/bin/sh

2018-11-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Dec 1 01:20:05 UTC 2018 Modified Files: src/bin/sh: alias.c Log Message: NFC. KNF. return (x) -> return x To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/bin/sh/alias.c Please note that diffs are not

CVS commit: src/sys/dev/wscons

2018-11-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Dec 1 00:28:45 UTC 2018 Modified Files: src/sys/dev/wscons: wsdisplay_vcons.c Log Message: Don't abuse config_interrupts()'s first argument. Use kthread instead of config_interrupt(). OK'd by jmcneill and macallan. To

CVS commit: src/doc

2018-11-30 Thread Jared D. McNeill
+ ena(4): Add support for Amazon.com Elastic Network Adapter (ENA). + [netbsd 20181130]

CVS commit: src/bin/sh

2018-11-30 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Nov 30 23:22:45 UTC 2018 Modified Files: src/bin/sh: eval.c Log Message: It is not only the EXIT trap we need to check for when deciding no fork is required, but any trap (dumb mistake...) XXX - include in 48875 pullup to -8

CVS commit: src/distrib/utils/embedded

2018-11-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 30 20:53:02 UTC 2018 Modified Files: src/distrib/utils/embedded/conf: arm64.conf armv7.conf evbarm.conf Added Files: src/distrib/utils/embedded/files: ec2_init Log Message: Add support for configuring Amazon.com

CVS commit: src/sys/dev/pci

2018-11-30 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Nov 30 17:53:08 UTC 2018 Modified Files: src/sys/dev/pci: if_bge.c Log Message: allow MSI-X if supported by the hardware, discussed with Manuel To generate a diff of this commit: cvs rdiff -u -r1.318 -r1.319

CVS commit: src/sys/dev/pci

2018-11-30 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Nov 30 17:52:11 UTC 2018 Modified Files: src/sys/dev/pci: if_bge.c Log Message: simplify intr establish code - rely on pci_intr_alloc() to return interrupt types which are possible for pci_intr_establish(); remove fallbacks

CVS commit: src/sys/dev/pci

2018-11-30 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Fri Nov 30 17:47:54 UTC 2018 Modified Files: src/sys/dev/pci: ahcisata_pci.c xhci_pci.c Log Message: simplify intr establish code - rely on pci_intr_alloc() to allow also MSI-X, and to return interrupt types which are possible

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

2018-11-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 30 16:28:43 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: Add ena at pci To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/arch/evbarm/conf/GENERIC64 Please note that

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

2018-11-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 30 16:28:07 UTC 2018 Modified Files: src/sys/arch/evbarm/conf: GENERIC64 Log Message: Add puc at pci and com at puc To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/evbarm/conf/GENERIC64

CVS commit: src/sys/dev/pci

2018-11-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 30 16:27:00 UTC 2018 Modified Files: src/sys/dev/pci: atppc_puc.c com_puc.c lpt_puc.c puc.c pucvar.h Log Message: Add support for polling com devices when no interrupt is available. To generate a diff of this commit:

CVS commit: src/sys/dev/ic

2018-11-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 30 16:26:19 UTC 2018 Modified Files: src/sys/dev/ic: com.c comvar.h Log Message: Add support for com(4) without an interrupt by setting the COM_HW_POLL flag To generate a diff of this commit: cvs rdiff -u -r1.349

CVS commit: src/sys/kern

2018-11-30 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Nov 30 15:05:35 UTC 2018 Modified Files: src/sys/kern: kern_synch.c Log Message: The SHOULDYIELD flag doesn't indicate that other LWPs could run but only that the current LWP was seen on two consecutive scheduler intervals.

CVS commit: src/sys/dev/pci

2018-11-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 30 14:07:30 UTC 2018 Modified Files: src/sys/dev/pci: if_ena.c if_enavar.h Log Message: Get this driver into a functional state. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/pci/if_ena.c

CVS commit: src/sys/dev/pci

2018-11-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 30 11:37:11 UTC 2018 Modified Files: src/sys/dev/pci: if_ena.c Log Message: workqueue and callout fixes To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/if_ena.c Please note that diffs are

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

2018-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 30 10:41:14 UTC 2018 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: Ticket #1661 To generate a diff of this commit: cvs rdiff -u -r1.1.2.118 -r1.1.2.119 src/doc/CHANGES-7.0.3 Please note that diffs

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

2018-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 30 10:40:19 UTC 2018 Modified Files: src/sys/kern [netbsd-7-0]: kern_sig.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1661): sys/kern/kern_sig.c: revision 1.350 Fix kernel info

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

2018-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 30 10:39:48 UTC 2018 Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.3 Log Message: Ticket #1661 To generate a diff of this commit: cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-7.1.3 Please note that diffs are

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

2018-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 30 10:39:14 UTC 2018 Modified Files: src/sys/kern [netbsd-7-1]: kern_sig.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1661): sys/kern/kern_sig.c: revision 1.350 Fix kernel info

CVS commit: [netbsd-7] src/doc

2018-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 30 10:37:10 UTC 2018 Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Ticket #1661 To generate a diff of this commit: cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-7.3 Please note that diffs are not

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

2018-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 30 10:36:09 UTC 2018 Modified Files: src/sys/kern [netbsd-7]: kern_sig.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1661): sys/kern/kern_sig.c: revision 1.350 Fix kernel info leak,

CVS commit: [netbsd-8] src/doc

2018-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 30 10:33:44 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: Ticket #1114, ammend ticket #1110 for additional changes pulled up. To generate a diff of this commit: cvs rdiff -u -r1.1.2.66 -r1.1.2.67

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

2018-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 30 10:32:22 UTC 2018 Modified Files: src/sys/kern [netbsd-8]: kern_exit.c Log Message: Pull up following revision(s) (requested by maxv in ticket #1114): sys/kern/kern_exit.c: revision 1.273 Fix info leak. There

CVS commit: [netbsd-8] src/sys

2018-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Nov 30 10:28:46 UTC 2018 Modified Files: src/sys/compat/linux/common [netbsd-8]: linux_misc_notalpha.c src/sys/kern [netbsd-8]: kern_time.c Log Message: Additionally pull up following revision(s) (requested by maxv in

CVS commit: src/sys/dev/pci

2018-11-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 30 10:18:37 UTC 2018 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: Add new PCIE_HAS_LINKREGS(pcie_devtype) and use it. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.209

CVS commit: src/external/cddl/osnet

2018-11-30 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Nov 30 09:53:41 UTC 2018 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c src/external/cddl/osnet/sys/sys: uio.h Log Message: Zfs_write() may hide write errors if uiomove() succeeds but a

CVS commit: src/tests/fs/vfs

2018-11-30 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Nov 30 09:52:39 UTC 2018 Modified Files: src/tests/fs/vfs: t_full.c Log Message: Skip zfs, it does not GOP_ALLOC. PR kern/47656 test zfs_fillfs. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/pci

2018-11-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 30 09:05:35 UTC 2018 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: Add new macro PCIE_HAS_ROOTREGS(pcie_devtype) and use it. No functional change. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2018-11-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 30 08:19:45 UTC 2018 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: The downstream port of PCIe switch is not a root port, so don't print root port related register. For example, Intel 63xxESB controller's