CVS commit: src/sys/dev/acpi

2018-10-14 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Mon Oct 15 06:58:08 UTC 2018

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

Log Message:
use intr_establish_xname()


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/ahcisata_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/arm/arm32

2018-10-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Oct 15 05:44:09 UTC 2018

Modified Files:
src/sys/arch/arm/arm32: genassym.cf

Log Message:
Group/sort struct arm_cache_info members


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/arm/arm32/genassym.cf

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-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Oct 15 05:14:07 UTC 2018

Modified Files:
src/sys/arch/evbarm/conf: std.generic64

Log Message:
Sort options


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/std.generic64

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-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Oct 15 05:11:08 UTC 2018

Modified Files:
src/sys/arch/evbarm/conf: std.generic64

Log Message:
G/C


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/std.generic64

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



CVS commit: [pgoyette-compat] src/sys

2018-10-14 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Mon Oct 15 04:33:34 UTC 2018

Modified Files:
src/sys/compat/common [pgoyette-compat]: compat_40_mod.c if_43.c
rtsock_70.c uipc_syscalls_40.c uipc_syscalls_50.c
src/sys/compat/net [pgoyette-compat]: route.h route_70.h
src/sys/kern [pgoyette-compat]: compat_stub.c
src/sys/net [pgoyette-compat]: rtsock.c
src/sys/sys [pgoyette-compat]: compat_stub.h rnd.h
Removed Files:
src/sys/compat/common [pgoyette-compat]: if_40.h if_43.h
src/sys/compat/sys [pgoyette-compat]: if.h

Log Message:
Convert a couple more hooks to the MP-safe mechanism.

While here, clean up some headers and remove any that are now empty.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/sys/compat/common/compat_40_mod.c
cvs rdiff -u -r1.1.2.3 -r0 src/sys/compat/common/if_40.h
cvs rdiff -u -r1.14.2.9 -r1.14.2.10 src/sys/compat/common/if_43.c
cvs rdiff -u -r1.1.20.2 -r0 src/sys/compat/common/if_43.h
cvs rdiff -u -r1.2.2.1 -r1.2.2.2 src/sys/compat/common/rtsock_70.c
cvs rdiff -u -r1.15.2.11 -r1.15.2.12 src/sys/compat/common/uipc_syscalls_40.c
cvs rdiff -u -r1.3.56.11 -r1.3.56.12 src/sys/compat/common/uipc_syscalls_50.c
cvs rdiff -u -r1.2 -r1.2.14.1 src/sys/compat/net/route.h
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/compat/net/route_70.h
cvs rdiff -u -r1.1.2.1 -r0 src/sys/compat/sys/if.h
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/sys/kern/compat_stub.c
cvs rdiff -u -r1.238.2.11 -r1.238.2.12 src/sys/net/rtsock.c
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/sys/sys/compat_stub.h
cvs rdiff -u -r1.49.16.1 -r1.49.16.2 src/sys/sys/rnd.h

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

2018-10-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Oct 15 03:13:46 UTC 2018

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

Log Message:
1061, 1062


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.33 -r1.1.2.34 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: [netbsd-8] src

2018-10-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Oct 15 03:12:41 UTC 2018

Modified Files:
src/distrib/sets/lists/base [netbsd-8]: mi
src/etc/mtree [netbsd-8]: NetBSD.dist.base

Log Message:
Pull up following revision(s) (requested by hannken in ticket #1062):
etc/mtree/NetBSD.dist.base: 1.178-1.179
distrib/sets/lists/base/mi: 1.1192
Add unbound /var/run directory (reported by hannken@)
add intermediate directory.
add unbound /var/run


To generate a diff of this commit:
cvs rdiff -u -r1.1158.2.2 -r1.1158.2.3 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.160 -r1.160.2.1 src/etc/mtree/NetBSD.dist.base

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/dev/i2c

2018-10-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Oct 15 03:09:07 UTC 2018

Modified Files:
src/sys/dev/i2c [netbsd-8]: gttwsi_core.c gttwsivar.h

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1061):
sys/dev/i2c/gttwsi_core.c: revision 1.4-1.8 via patch
sys/dev/i2c/gttwsivar.h: revision 1.4 via patch
Use IPL_VM for bus lock so we can do i2c xfers from interrupt context
Don't sleep with IPL_VM lock held.
When initiating a transfer, if a device isn't present, we won't
get an ACK after sending the address.  Check for this alternate
state and suppress the error message when it occurs.
Fixes PR kern/53356.
Bail early if gttwsi_send_start() fails in gttwsi_initiate_xfer() to
avoid unexpected state error message later (on Allwinner H5).
Expand code covered by sc->sc_mtx, to make sure an interrupt would not be
handled before the cv_timedwait_sig() call, or while polling.
Seems to fix "sunxitwi0: send STOP failed" messages frequently seen related
to axp20x0 sensors.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.12.1 src/sys/dev/i2c/gttwsi_core.c \
src/sys/dev/i2c/gttwsivar.h

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



CVS commit: src/sbin/gpt

2018-10-14 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Oct 14 20:10:49 UTC 2018

Modified Files:
src/sbin/gpt: gpt.c

Log Message:
When changing entries skip those that do not match the -L option.
Should fix PR 53668.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sbin/gpt/gpt.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/cortex

2018-10-14 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 14 19:01:00 UTC 2018

Modified Files:
src/sys/arch/arm/cortex: a9tmr.c

Log Message:
Remove comment that the peripherals clock should be half of the cpu clock.
NFC


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/cortex/a9tmr.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

2018-10-14 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 14 18:58:44 UTC 2018

Modified Files:
src/sys/arch/arm/altera: cycv_platform.c
src/sys/arch/evbarm/conf: mk.altera

Log Message:
Make the DE0 NanoSoC work also in big-endian mode


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/altera/cycv_platform.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/mk.altera

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-14 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 14 18:56:39 UTC 2018

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

Log Message:
Attach dwcwdt


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/NANOSOC

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

2018-10-14 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 14 18:55:41 UTC 2018

Modified Files:
src/sys/arch/arm/dts: socfpga_cyclone5_de0_sockit.dts

Log Message:
Add reset information for first watchdog timer


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/dts/socfpga_cyclone5_de0_sockit.dts

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

2018-10-14 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 14 18:53:01 UTC 2018

Modified Files:
src/sys/arch/arm/altera: cycv_rstmgr.c

Log Message:
Fix off-by-one when computing reset register address


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/altera/cycv_rstmgr.c

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



CVS commit: src/doc

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

Removed Files:
src/doc: TODO.kqueue

Log Message:
g/c, not really relevant


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r0 src/doc/TODO.kqueue

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



CVS commit: src/doc

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

Removed Files:
src/doc: TODO.8

Log Message:
netbsd-8 already branched


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r0 src/doc/TODO.8

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



CVS commit: src/sys/dev/fdt

2018-10-14 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sun Oct 14 18:28:55 UTC 2018

Modified Files:
src/sys/dev/fdt: dwcwdt_fdt.c

Log Message:
Make compile


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

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



CVS commit: src/share/man/man9

2018-10-14 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Oct 14 17:40:28 UTC 2018

Modified Files:
src/share/man/man9: malloc.9

Log Message:
remove M_CANFAIL from list of supported flags for malloc(9)


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/share/man/man9/malloc.9

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



CVS commit: src

2018-10-14 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Oct 14 17:37:40 UTC 2018

Modified Files:
src/common/lib/libprop: prop_kern.c
src/sys/arch/x86/x86: ipmi.c
src/sys/dev/ata: TODO.ncq
src/sys/dev/pci: mpii.c
src/sys/dev/sdmmc: sbt.c sdmmc_io.c
src/sys/fs/udf: udf_allocation.c udf_subr.c
src/sys/kern: kern_sysctl.c
src/sys/miscfs/procfs: procfs_vnops.c
src/sys/sys: malloc.h

Log Message:
remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had
actually no effect


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/common/lib/libprop/prop_kern.c
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/x86/x86/ipmi.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ata/TODO.ncq
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/mpii.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/sdmmc/sbt.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/sdmmc/sdmmc_io.c
cvs rdiff -u -r1.39 -r1.40 src/sys/fs/udf/udf_allocation.c
cvs rdiff -u -r1.143 -r1.144 src/sys/fs/udf/udf_subr.c
cvs rdiff -u -r1.261 -r1.262 src/sys/kern/kern_sysctl.c
cvs rdiff -u -r1.204 -r1.205 src/sys/miscfs/procfs/procfs_vnops.c
cvs rdiff -u -r1.116 -r1.117 src/sys/sys/malloc.h

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



CVS commit: src/sys/external/bsd/drm2/nouveau

2018-10-14 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sun Oct 14 17:25:22 UTC 2018

Modified Files:
src/sys/external/bsd/drm2/nouveau: files.nouveau

Log Message:
Limit warning suppression to nouveau files.

Make this match what I have in my drmkms update.

Please don't touch files under sys/external/bsd/drm2 without
consulting me while I'm updating drmkms!


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/external/bsd/drm2/nouveau/files.nouveau

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-14 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Oct 14 16:13:51 UTC 2018

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

Log Message:
add comment to kthread_create() call to explain why atabus_thread is actually
running under KERNEL_LOCK()


To generate a diff of this commit:
cvs rdiff -u -r1.141.6.16 -r1.141.6.17 src/sys/dev/ata/ata.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

2018-10-14 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sun Oct 14 14:50:55 UTC 2018

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

Log Message:
adjust mvsata_bio_intr() so it recognizes the 'tfd' parameter as passed
by recovery and hence works; use it also for passing state from
mvsata_edma_handle()


To generate a diff of this commit:
cvs rdiff -u -r1.4.2.13 -r1.4.2.14 src/sys/dev/ata/TODO.ncq
cvs rdiff -u -r1.41.2.9 -r1.41.2.10 src/sys/dev/ic/mvsata.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

2018-10-14 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Oct 14 14:31:05 UTC 2018

Modified Files:
src/sys/arch/aarch64/aarch64: aarch64_machdep.c cpu.c pmap.c
src/sys/arch/arm/arm32: arm32_boot.c arm32_kvminit.c arm32_machdep.c
pmap.c
src/sys/arch/evbarm/fdt: fdt_machdep.c

Log Message:
Use __nothing


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/aarch64/aarch64/aarch64_machdep.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/aarch64/aarch64/cpu.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/aarch64/aarch64/pmap.c
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/arm32/arm32_boot.c
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/arm/arm32/arm32_kvminit.c
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/arm/arm32/arm32_machdep.c
cvs rdiff -u -r1.368 -r1.369 src/sys/arch/arm/arm32/pmap.c
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/evbarm/fdt/fdt_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/arch/arm/sunxi

2018-10-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Oct 14 14:09:53 UTC 2018

Modified Files:
src/sys/arch/arm/sunxi: sunxi_emac.c

Log Message:
Make debug code compile again


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/sunxi/sunxi_emac.c

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



CVS commit: src

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

Modified Files:
src/distrib/sets/lists/base: ad.aarch64
src/distrib/sets/lists/debug: ad.aarch64
src/external/bsd/acpica/bin/iasl: Makefile
src/usr.sbin/acpitools/acpidump: Makefile
src/usr.sbin/acpitools/amldb: Makefile

Log Message:
Add acpidump, amldb, and iasl to aarch64 build.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/distrib/sets/lists/base/ad.aarch64
cvs rdiff -u -r1.29 -r1.30 src/distrib/sets/lists/debug/ad.aarch64
cvs rdiff -u -r1.21 -r1.22 src/external/bsd/acpica/bin/iasl/Makefile
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/acpitools/acpidump/Makefile
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/acpitools/amldb/Makefile

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



CVS commit: src/usr.sbin/acpitools/amldb

2018-10-14 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Oct 14 12:43:58 UTC 2018

Modified Files:
src/usr.sbin/acpitools/amldb: amldb.c

Log Message:
getopt returns int, not char


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/acpitools/amldb/amldb.c

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



CVS commit: src/tools

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

Modified Files:
src/tools: Makefile.gnuhost

Log Message:
Add FLEX to the configure env, from Lloyd Parkes on tech-toolchain.
Some configure scripts seem to need both LEX and FLEX.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/tools/Makefile.gnuhost

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



CVS commit: src/crypto/dist/ipsec-tools/src/libipsec

2018-10-14 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Oct 14 08:36:09 UTC 2018

Modified Files:
src/crypto/dist/ipsec-tools/src/libipsec: Makefile.am
Removed Files:
src/crypto/dist/ipsec-tools/src/libipsec: test-policy-priority.c
test-policy.c

Log Message:
Remove dead files that have never been built, and likely can't build since
they are not correct C files.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/crypto/dist/ipsec-tools/src/libipsec/Makefile.am
cvs rdiff -u -r1.4 -r0 \
src/crypto/dist/ipsec-tools/src/libipsec/test-policy-priority.c \
src/crypto/dist/ipsec-tools/src/libipsec/test-policy.c

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



CVS commit: src/crypto/dist/ipsec-tools/src/setkey

2018-10-14 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Oct 14 08:27:39 UTC 2018

Modified Files:
src/crypto/dist/ipsec-tools/src/setkey: Makefile.am extern.h parse.y
setkey.c token.l
Removed Files:
src/crypto/dist/ipsec-tools/src/setkey: scriptdump.pl test-pfkey.c

Log Message:
Clean up setkey: remove dead wood, KNF, localify, and slightly improve.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/crypto/dist/ipsec-tools/src/setkey/Makefile.am
cvs rdiff -u -r1.6 -r1.7 src/crypto/dist/ipsec-tools/src/setkey/extern.h
cvs rdiff -u -r1.21 -r1.22 src/crypto/dist/ipsec-tools/src/setkey/parse.y \
src/crypto/dist/ipsec-tools/src/setkey/token.l
cvs rdiff -u -r1.1.1.1 -r0 \
src/crypto/dist/ipsec-tools/src/setkey/scriptdump.pl
cvs rdiff -u -r1.18 -r1.19 src/crypto/dist/ipsec-tools/src/setkey/setkey.c
cvs rdiff -u -r1.7 -r0 src/crypto/dist/ipsec-tools/src/setkey/test-pfkey.c

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