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

2018-07-10 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jul 10 06:44:49 UTC 2018 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Fix bug, SPINOUT() is not supposed to take the value given to BACKOFF(). Here the exponential backoff is wrecked. To generate a diff of

CVS commit: src

2018-07-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jul 10 06:49:30 UTC 2018 Modified Files: src/distrib/sets/lists/tests: mi src/tests/bin/sh: Makefile Added Files: src/tests/bin/sh: t_patterns.sh Log Message: Add tests for pattern matching (filename expansion

CVS commit: src/sys/sys

2018-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 10 07:40:42 UTC 2018 Modified Files: src/sys/sys: types.h Log Message: We need to make ISSET/SET/CLR available for bootloaders too. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sys/sys/types.h

CVS commit: src/sys/dev/usb

2018-07-10 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Tue Jul 10 13:32:38 UTC 2018 Modified Files: src/sys/dev/usb: usbdevs Log Message: change handling hint to point to the full instructions (comment change only) To generate a diff of this commit: cvs rdiff -u -r1.751 -r1.752

CVS commit: src/sys/dev/usb

2018-07-10 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Tue Jul 10 13:36:51 UTC 2018 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regenerated (now with correct reference id) To generate a diff of this commit: cvs rdiff -u -r1.744 -r1.745

CVS commit: src/sys/arch/aarch64/aarch64

2018-07-10 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Jul 10 08:20:29 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: locore.S Log Message: allow to execute wfi/wfe instruction on EL0. some userland program use them. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/sys/arch/aarch64/aarch64

2018-07-10 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Tue Jul 10 08:35:58 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: genassym.cf locore.S Log Message: allow to read CNTVCT_EL0 and CNTFRQ_EL0 from EL0 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/crypto/external/bsd/heimdal/lib/libgssapi

2018-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 10 13:17:36 UTC 2018 Modified Files: src/crypto/external/bsd/heimdal/lib/libgssapi: Makefile Log Message: Explicit heimbase dependency (similar to other recent MKREPRO fixes) To generate a diff of this commit: cvs rdiff

CVS commit: src/etc

2018-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 10 13:22:22 UTC 2018 Modified Files: src/etc: Makefile.params Log Message: Drop output for MAKECONF MAKEOBJDIR MAKEOBJDIRPREFIX MAKEVERBOSE in MKREPRO=yes builds. To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src/sys/net/npf

2018-07-10 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jul 10 12:31:46 UTC 2018 Modified Files: src/sys/net/npf: npf_handler.c Log Message: Set con = NULL just once, instead of doing it in each branch. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/sys/net

2018-07-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jul 10 11:00:40 UTC 2018 Modified Files: src/sys/net: if_llatbl.c Log Message: Avoid attempting to call arp related functions if there is no arp in the kernel. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: [netbsd-8] src/doc

2018-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 10 15:08:34 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Ammend entry for ticket #892, note tickets #918 and #919 To generate a diff of this commit: cvs rdiff -u -r1.1.2.220 -r1.1.2.221

CVS commit: src/share/man/man4/man4.i386

2018-07-10 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Jul 10 15:12:29 UTC 2018 Modified Files: src/share/man/man4/man4.i386: apm.4 Log Message: Don't mention options that don't appear in kernel code. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/net/npf

2018-07-10 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jul 10 15:25:01 UTC 2018 Modified Files: src/sys/net/npf: npf_handler.c Log Message: Simplify the pointer handling. Set *mp = NULL at the beginning of the function. In npf_reassembly, pass a simple boolean instead of a ** mbuf

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

2018-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 10 15:35:26 UTC 2018 Modified Files: src/sys/arch/amd64/amd64 [netbsd-8]: locore.S src/sys/arch/i386/i386 [netbsd-8]: locore.S src/sys/arch/x86/x86 [netbsd-8]: fpu.c Log Message: Pull up the following,

CVS commit: [netbsd-8] src/doc

2018-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 10 15:37:42 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Note ticket #910 To generate a diff of this commit: cvs rdiff -u -r1.1.2.222 -r1.1.2.223 src/doc/CHANGES-8.0 Please note that diffs are

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

2018-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 10 14:41:31 UTC 2018 Modified Files: src/sys/net [netbsd-8]: if_llatbl.c Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #918): sys/net/if_llatbl.c: revision 1.28 Don't overwrite an

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

2018-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 10 14:44:05 UTC 2018 Modified Files: src/sys/net/npf [netbsd-8]: npf_handler.c Log Message: Pull up following revision(s) (requested by maxv in ticket #919): sys/net/npf/npf_handler.c: revision 1.41 Update the

CVS commit: src/sys

2018-07-10 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jul 10 15:46:58 UTC 2018 Modified Files: src/sys/net/npf: npf_handler.c src/sys/netinet: ip_input.c ip_reass.c ip_var.h Log Message: Remove the second argument from ip_reass_packet(). We want the IP header on the mbuf,

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

2018-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 10 15:31:33 UTC 2018 Modified Files: src/sys/net [netbsd-8]: if_llatbl.c Log Message: Additionally pull up the following, requested by ozaki-r in ticket #918: src/sys/net/if_llatbl.c 1.29 Avoid attempting to

CVS commit: [netbsd-8] src/doc

2018-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 10 15:32:28 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Ammend ticket #918 with additional pullups To generate a diff of this commit: cvs rdiff -u -r1.1.2.221 -r1.1.2.222 src/doc/CHANGES-8.0

CVS commit: [netbsd-8] src/tests/lib/librt

2018-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jul 10 15:06:25 UTC 2018 Modified Files: src/tests/lib/librt [netbsd-8]: t_sched.c Log Message: Additionally pull up the following, requested by maya in ticket #892: src/tests/lib/librt/t_sched.c 1.6 fix priority

CVS commit: src/sys/net/npf

2018-07-10 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jul 10 14:04:07 UTC 2018 Modified Files: src/sys/net/npf: npf_handler.c Log Message: Update the pointer when fast-kicking, because it may have been freed. Before my changes the nonsensical pointer ininitialization held, but

CVS commit: src/share/mk

2018-07-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 10 16:53:16 UTC 2018 Modified Files: src/share/mk: sys.mk Log Message: Build seed fixes: - use MKREPRO_TIMESTAMP as the seed if available. - skip relative paths that cannot be normalized if it is not XXX:

CVS commit: src

2018-07-10 Thread Maya Rashish
ed by viadrmums. [maya 20180710] Index: src/share/man/man4/Makefile diff -u src/share/man/man4/Makefile:1.656 src/share/man/man4/Makefile:1.657 --- src/share/man/man4/Makefile:1.656 Wed Jun 13 03:28:36 2018 +++ src/share/man/man4/Makefile Tue Jul 10 17:01:43 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile

CVS commit: src/sys/dev/pci

2018-07-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jul 10 18:32:25 UTC 2018 Modified Files: src/sys/dev/pci: if_msk.c Log Message: add callout for re-filling RX ring - it's invoked when the RX refill code can't get enough buffers; fixes possible stall when the RXSTAT

CVS commit: src/sys/dev/pci

2018-07-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jul 10 18:34:42 UTC 2018 Modified Files: src/sys/dev/pci: if_msk.c Log Message: fix comment typo To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/dev/pci/if_msk.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2018-07-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jul 10 18:42:37 UTC 2018 Modified Files: src/sys/dev/pci: if_mskvar.h Log Message: add the RX refill callout (forgot to commit with if_msk.c change) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/dev/pci

2018-07-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jul 10 18:43:20 UTC 2018 Modified Files: src/sys/dev/pci: if_msk.c Log Message: minor fix for earlier sync with OpenBSD if_msk.c; remove duplicit COMA handling, add also workaround code for Yukon EC Ultra and EX, and remove

CVS commit: src/sys/sys

2018-07-10 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Jul 10 19:55:05 UTC 2018 Modified Files: src/sys/sys: lock.h Log Message: Remove unused macro. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/sys/lock.h Please note that diffs are not public domain;

CVS commit: src/sys

2018-07-10 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Jul 10 19:58:13 UTC 2018 Modified Files: src/sys/arch/amd64/conf: ALL src/sys/arch/i386/conf: ALL GENERIC src/sys/dev/apm: files.apm Log Message: Remove unused macro. To generate a diff of this commit: cvs

CVS commit: src/sys/net

2018-07-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jul 10 19:30:37 UTC 2018 Modified Files: src/sys/net: if_llatbl.c Log Message: UPdate previous so that there is no unused (but assigned) variable left when there is no ARP. Thanks gcc! To generate a diff of this commit: cvs

CVS commit: src/sys/net/npf

2018-07-10 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Tue Jul 10 16:49:09 UTC 2018 Modified Files: src/sys/net/npf: npf_handler.c Log Message: Modify the logic in npf_reassembly. Don't call nbuf_reset, we don't need it since we don't read the IPv4 header anymore. If

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-openchrome

2018-07-10 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Jul 10 17:36:38 UTC 2018 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-openchrome: Makefile Log Message: Add missing file to openchrome driver. Prior to this commit, startx failed with a missing symbol. To

CVS commit: src/sys/dev/pci

2018-07-10 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Tue Jul 10 20:48:55 UTC 2018 Modified Files: src/sys/dev/pci: if_msk.c Log Message: replace code using SK_WA_4109 workaround flag by explicit conditional on affected type ids and revisions, so it's properly applied whenever new

CVS commit: src/crypto/external/bsd/openssh/dist

2018-07-10 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Jul 10 22:12:08 UTC 2018 Modified Files: src/crypto/external/bsd/openssh/dist: ssh-agent.1 ssh-agent.c Log Message: Amend whitelisted filesystem paths ssh-agent will look for PKCS11 related libraries so that things work out of

CVS commit: src/share/mk

2018-07-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 10 23:25:27 UTC 2018 Modified Files: src/share/mk: sys.mk Log Message: Back to always using just the list of sources for the hash. Hopefully this is reproducible now. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci

2018-07-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jul 10 22:52:38 UTC 2018 Modified Files: src/sys/dev/pci: if_skreg.h Log Message: Whitespace fixes. NFC. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/if_skreg.h Please note that diffs are not

CVS commit: src/sys/dev/pci

2018-07-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Jul 11 00:46:40 UTC 2018 Modified Files: src/sys/dev/pci: if_skreg.h Log Message: Build fix: Supply missing symbol definition. Value taken from OpenBSD (and confirmed with FreeBSD) (Feel free to fix/reformat as appropriate...)

CVS commit: src/sys

2018-07-10 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Jul 11 05:25:46 UTC 2018 Modified Files: src/sys/arch/powerpc/booke/dev: pq3etsec.c src/sys/dist/pf/net: pf.c pf_ioctl.c src/sys/external/bsd/ipf/netinet: fil.c ip_fil_netbsd.c src/sys/net: if_loop.c

CVS commit: src/sys/netinet

2018-07-10 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Jul 11 05:38:55 UTC 2018 Modified Files: src/sys/netinet: in_offload.c in_offload.h Log Message: Remove the callback, localify, and add a comment. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2018-07-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 11 03:36:32 UTC 2018 Modified Files: src/sys/arch/x86/x86: coretemp.c Log Message: - Detect and set Atom's Tj(max) to 90 if it's not the 45nm D400/D500/N400 series (90 for Diamondville and 100 for Pineview). From

CVS commit: src/usr.sbin/arp

2018-07-10 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Wed Jul 11 03:10:48 UTC 2018 Modified Files: src/usr.sbin/arp: arp.c Log Message: arp: warn if failed to delete a specified arp entry This restores the original behavior of arp in NetBSD 7. To generate a diff of this commit: