CVS commit: src/etc/etc.evbarm

2018-10-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Oct 21 07:08:40 UTC 2018

Modified Files:
src/etc/etc.evbarm: Makefile.inc

Log Message:
Sort


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/etc/etc.evbarm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 11:04:26 UTC 2018

Modified Files:
src/sys/dev/acpi: acpi_pci.c acpi_pci.h

Log Message:
Add a function to report whether the operating system may ignore the boot
configuration of PCI resources for a given bus.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/acpi/acpi_pci.c
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/acpi/acpi_pci.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/acpi

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 11:05:24 UTC 2018

Modified Files:
src/sys/arch/arm/acpi: acpipchb.c

Log Message:
Only configure PCI bus if _DSM rev 1 func 5 ("Ignore PCI boot configuration") 
returns 1


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/acpi/acpipchb.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/acpi

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 11:09:20 UTC 2018

Modified Files:
src/sys/dev/acpi: amdccp_acpi.c

Log Message:
Fix boot messages


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/amdccp_acpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2018-10-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Oct 21 11:55:54 UTC 2018

Modified Files:
src/sys/net [netbsd-8]: if_gif.c if_gif.h if_ipsec.c if_ipsec.h
if_l2tp.c if_l2tp.h if_vlan.c

Log Message:
Pull up following revision(s) (requested by knakahara in ticket #1066):

sys/net/if_vlan.c: revision 1.133
sys/net/if_gif.h: revision 1.32
sys/net/if_ipsec.c: revision 1.18
sys/net/if_ipsec.h: revision 1.4
sys/net/if_gif.c: revision 1.144
sys/net/if_l2tp.h: revision 1.6
sys/net/if_l2tp.c: revision 1.30

Fix panic when doing ioctl to multiple pseudo interfaces. Pointed out by 
k-goda@IIJ.

XXX pullup-8


To generate a diff of this commit:
cvs rdiff -u -r1.126.2.11 -r1.126.2.12 src/sys/net/if_gif.c
cvs rdiff -u -r1.25.8.3 -r1.25.8.4 src/sys/net/if_gif.h
cvs rdiff -u -r1.3.2.9 -r1.3.2.10 src/sys/net/if_ipsec.c
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/net/if_ipsec.h
cvs rdiff -u -r1.11.2.9 -r1.11.2.10 src/sys/net/if_l2tp.c
cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/sys/net/if_l2tp.h
cvs rdiff -u -r1.97.2.14 -r1.97.2.15 src/sys/net/if_vlan.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/acpi

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 11:56:26 UTC 2018

Modified Files:
src/sys/arch/arm/acpi: acpi_pci_machdep.c

Log Message:
Do not add PCI link references until the bus has been mapped


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/acpi/acpi_pci_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src/bin/sh

2018-10-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Oct 21 12:00:33 UTC 2018

Modified Files:
src/bin/sh [netbsd-8]: mkinit.sh

Log Message:
Pull up following revision(s) (requested by kre in ticket #1067):

bin/sh/mkinit.sh: revision 1.9

Dynamically detect the way the shell matches \ in a pattern,
and use whatever works for the sh running this script.  Previously
we were using the (broken, and incorrect) method that worked in
old broken NetBSD sh's (and some others) and not the method that
works with the current (fixed) /bin/sh and other correct shells
(like bash).   (For an exotic reason, in the particular use case,
both methods work with ksh93, but it is also generally correct).

This hasn't really mattered, as the difference is only significant
(only causes actual issues - the build fails) when compiling with DEBUG
enabled, which is something that most sane humans would never do, if they
want to retain that sanity.

The problem was detected by Patrick Welche when looking for an
unrelated problem, which was once considered to be a possible sh
problem, but turned out to be something entirely different.

XXX pullup -8


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.8.1 src/bin/sh/mkinit.sh

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/fdt

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 12:06:22 UTC 2018

Modified Files:
src/sys/arch/arm/fdt: acpi_fdt.c

Log Message:
Some parts of the ACPI subsystem depend on a valid PCI chipset tag in the
ACPI softc. Provide one here, and assume segment 0.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/fdt/acpi_fdt.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/evbarm/conf

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 12:07:47 UTC 2018

Modified Files:
src/sys/arch/evbarm/conf: GENERIC64

Log Message:
Add qemufwcfg at acpi


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/evbarm/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src

2018-10-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Oct 21 12:10:23 UTC 2018

Modified Files:
src/doc [netbsd-8]: 3RDPARTY
src/external/public-domain/tz/dist [netbsd-8]: CONTRIBUTING Makefile
NEWS README TZDATA_VERSION africa antarctica asia australasia
backward backzone etcetera europe factory leap-seconds.list
leapseconds leapseconds.awk northamerica pacificnew southamerica
systemv theory.html version yearistype.sh zishrink.awk zone.tab
zone1970.tab zoneinfo2tdf.pl

Log Message:
Sync the following with current, requested by kre in ticket #1068

external/public-domain/tz/dist/CONTRIBUTING up to 1.1.1.6
external/public-domain/tz/dist/Makefile up to 1.1.1.22
external/public-domain/tz/dist/NEWS up to 1.1.1.23
external/public-domain/tz/dist/README   up to 1.1.1.7
external/public-domain/tz/dist/TZDATA_VERSION   up to 1.13
external/public-domain/tz/dist/africa   up to 1.1.1.16
external/public-domain/tz/dist/antarctica   up to 1.1.1.11
external/public-domain/tz/dist/asia up to 1.1.1.21
external/public-domain/tz/dist/australasia  up to 1.1.1.16
external/public-domain/tz/dist/backward up to 1.1.1.9
external/public-domain/tz/dist/backzone up to 1.1.1.15
external/public-domain/tz/dist/etcetera up to 1.1.1.3
external/public-domain/tz/dist/europe   up to 1.1.1.22
external/public-domain/tz/dist/factory  up to 1.1.1.3
external/public-domain/tz/dist/leap-seconds.list up to 1.1.1.10
external/public-domain/tz/dist/leapseconds  up to 1.1.1.11
external/public-domain/tz/dist/leapseconds.awk  up to 1.1.1.7
external/public-domain/tz/dist/northamerica up to 1.1.1.20
external/public-domain/tz/dist/pacificnew   up to 1.1.1.2
external/public-domain/tz/dist/southamerica up to 1.1.1.15
external/public-domain/tz/dist/systemv  up to 1.1.1.2
external/public-domain/tz/dist/theory.html  up to 1.1.1.5
external/public-domain/tz/dist/version  up to 1.1.1.10
external/public-domain/tz/dist/yearistype.shup to 1.1.1.2
external/public-domain/tz/dist/zishrink.awk up to 1.1.1.4
external/public-domain/tz/dist/zone.tab up to 1.1.1.15
external/public-domain/tz/dist/zone1970.tab up to 1.1.1.17
external/public-domain/tz/dist/zoneinfo2tdf.pl  up to 1.1.1.2
doc/3RDPARTY1.1568 (patch

Import tzdata2018f from ftp://ftp.iana.org/tz/releases/tzdata2018f.tar.gz

  Volgograd moves from +03 to +04 on 2018-10-28.
  Fiji ends DST 2019-01-13, not 2019-01-20.
  Most of Chile changes DST dates, effective 2019-04-06.

  Plus corrections to North Korea's 2018-05-05 and China's April 1988
  updates (getting the actual time/date of the transition correct)
  Corrections for Macau pre 1992, Japan in late 1940's - early 1950's,
  and China (Shanghai) 1940's.  The Phillipines get their timezone
  name abbreviations back.


To generate a diff of this commit:
cvs rdiff -u -r1.1444.2.17 -r1.1444.2.18 src/doc/3RDPARTY
cvs rdiff -u -r1.1.1.3.6.2 -r1.1.1.3.6.3 \
src/external/public-domain/tz/dist/CONTRIBUTING
cvs rdiff -u -r1.1.1.17.4.4 -r1.1.1.17.4.5 \
src/external/public-domain/tz/dist/Makefile \
src/external/public-domain/tz/dist/europe
cvs rdiff -u -r1.1.1.18.4.4 -r1.1.1.18.4.5 \
src/external/public-domain/tz/dist/NEWS
cvs rdiff -u -r1.1.1.5.6.1 -r1.1.1.5.6.2 \
src/external/public-domain/tz/dist/README
cvs rdiff -u -r1.8.4.4 -r1.8.4.5 \
src/external/public-domain/tz/dist/TZDATA_VERSION
cvs rdiff -u -r1.1.1.11.4.4 -r1.1.1.11.4.5 \
src/external/public-domain/tz/dist/africa \
src/external/public-domain/tz/dist/australasia
cvs rdiff -u -r1.1.1.8.4.2 -r1.1.1.8.4.3 \
src/external/public-domain/tz/dist/antarctica \
src/external/public-domain/tz/dist/leapseconds
cvs rdiff -u -r1.1.1.16.4.4 -r1.1.1.16.4.5 \
src/external/public-domain/tz/dist/asia
cvs rdiff -u -r1.1.1.7.4.1 -r1.1.1.7.4.2 \
src/external/public-domain/tz/dist/backward
cvs rdiff -u -r1.1.1.11.4.3 -r1.1.1.11.4.4 \
src/external/public-domain/tz/dist/backzone \
src/external/public-domain/tz/dist/southamerica \
src/external/public-domain/tz/dist/zone.tab
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.6.1 \
src/external/public-domain/tz/dist/etcetera \
src/external/public-domain/tz/dist/factory
cvs rdiff -u -r1.1.1.7.4.2 -r1.1.1.7.4.3 \
src/external/public-domain/tz/dist/leap-seconds.list
cvs rdiff -u -r1.1.1.5.8.1 -r1.1.1.5.8.2 \
src/external/public-domain/tz/dist/leapseconds.awk
cvs rdiff -u -r1.1.1.16.4.3 -r1.1.1.16.4.4 \
src/external/public-domain/tz/dist/northamerica
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.20.1 \
src/external/public-domain/tz/dist/pacificnew \

CVS commit: [netbsd-8] src/doc

2018-10-21 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Oct 21 12:12:51 UTC 2018

Modified Files:
src/doc [netbsd-8]: CHANGES-8.1

Log Message:
Tickets #1066, #1067 and #1068


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.36 -r1.1.2.37 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/dev/acpi

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 12:26:38 UTC 2018

Modified Files:
src/sys/dev/acpi: files.acpi
Added Files:
src/sys/dev/acpi: virtio_acpi.c

Log Message:
Add ACPI attach glue for virtio_mmio.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/dev/acpi/files.acpi
cvs rdiff -u -r0 -r1.1 src/sys/dev/acpi/virtio_acpi.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/evbarm/conf

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 12:26:59 UTC 2018

Modified Files:
src/sys/arch/evbarm/conf: GENERIC64

Log Message:
Add virtio at acpi


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/evbarm/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libcurses

2018-10-21 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Sun Oct 21 12:47:33 UTC 2018

Modified Files:
src/lib/libcurses: refresh.c

Log Message:
curses: ensure attributes are correctly set for each character

Another fix for PR# 30978.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/lib/libcurses/refresh.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/acpi

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 13:34:33 UTC 2018

Modified Files:
src/sys/arch/arm/acpi: acpi_machdep.c

Log Message:
Don't make assumptions about the order of MADT subtables. Ensure that we
attach CPUs before the interrupt controller driver.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/acpi/acpi_machdep.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/acpi

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 13:41:15 UTC 2018

Modified Files:
src/sys/dev/acpi: acpi.c

Log Message:
Add ACPI PCI link devices to ignored ids on arm64


To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 src/sys/dev/acpi/acpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [jdolecek-ncqfixes] src/sys/dev/ic

2018-10-21 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Oct 21 18:13:14 UTC 2018

Modified Files:
src/sys/dev/ic [jdolecek-ncqfixes]: siisata.c

Log Message:
decouple siisata_reset_channel() from siisata_reinit_port(); the former
now needs channel lock, but we don't have it in siisata_init_port()
during attach

instead call siisata_reset_channel() when siisata_reinit_port() fails,
and ignore the error during attach


To generate a diff of this commit:
cvs rdiff -u -r1.35.6.10 -r1.35.6.11 src/sys/dev/ic/siisata.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

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 18:31:14 UTC 2018

Modified Files:
src/sys/dev/ic: pl061.c pl061var.h

Log Message:
Allow bus glue to reserve pins for private use


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ic/pl061.c src/sys/dev/ic/pl061var.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/evbarm/conf

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 18:32:23 UTC 2018

Modified Files:
src/sys/arch/evbarm/conf: GENERIC64

Log Message:
Add acpibut at acpi, acpilid at acpi


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/evbarm/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 18:31:58 UTC 2018

Modified Files:
src/sys/dev/acpi: plgpio_acpi.c

Log Message:
Add support for GPIO interrupt signaled ACPI events.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/plgpio_acpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [jdolecek-ncqfixes] src/sys/dev/ata

2018-10-21 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Oct 21 19:16:48 UTC 2018

Modified Files:
src/sys/dev/ata [jdolecek-ncqfixes]: TODO.ncq

Log Message:
testing done (including PMP on siisata(4) and ATAPI cd(4) on ahcisata/siisata)


To generate a diff of this commit:
cvs rdiff -u -r1.4.2.16 -r1.4.2.17 src/sys/dev/ata/TODO.ncq

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/acpi

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 21:18:41 UTC 2018

Modified Files:
src/sys/arch/arm/acpi: files.acpi
Added Files:
src/sys/arch/arm/acpi: gicv3_acpi.c

Log Message:
Add GICv3 ACPI attachment glue.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/acpi/files.acpi
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/acpi/gicv3_acpi.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/evbarm/conf

2018-10-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 21 21:18:59 UTC 2018

Modified Files:
src/sys/arch/evbarm/conf: GENERIC64

Log Message:
Add gicvthree at acpi


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/evbarm/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2018-10-21 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sun Oct 21 21:25:53 UTC 2018

Added Files:
src: README.md

Log Message:
Add a README.md.

This document attempts to describe some commonly needed use-cases.
The build.sh command is opinionated but it's for the sake of having
a command that can be copied and probably works without needing to
inform the user about what various options do.

Discussed in tech-toolchain. I've added some links suggested by kamil
and switched to calling arm64 'aarch64' as requested by richard earnshaw.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/README.md

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.