CVS commit: src/sys/dev/pci/ixgbe

2017-06-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 27 05:17:54 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Reduce diff against FreeBSD. change hw.ixgN.ts to hw.ixgN.thermal_test (FreeBSD r282289). To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci/ixgbe

2017-06-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jun 27 05:01:52 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_api.c Log Message: Reduce diff against FreeBSD. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/tests/net/route

2017-06-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jun 27 04:56:13 UTC 2017 Modified Files: src/tests/net/route: t_flags.sh Log Message: Fix wrong comment To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/tests/net/route/t_flags.sh Please note that diffs

CVS commit: src/tests/net/route

2017-06-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Jun 27 04:52:45 UTC 2017 Modified Files: src/tests/net/route: t_flags.sh t_flags6.sh Log Message: Check existence of ARP/NDP entries Checking ARP/NDP entries is valid rather than checking routes. To generate a diff of

CVS commit: src/bin/sh

2017-06-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jun 27 02:22:08 UTC 2017 Modified Files: src/bin/sh: histedit.c myhistedit.h sh.1 var.c var.h Log Message: Properly support EDITRC - use it as (naming) the file when setting up libedit, and re-do the config whenever EDITRC is

CVS commit: src/lib/libedit

2017-06-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jun 27 01:22:58 UTC 2017 Modified Files: src/lib/libedit: editline.3 editrc.5 Log Message: Include EDITRC in doc. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/lib/libedit/editline.3 cvs rdiff -u -r1.32

CVS commit: src/share/man/man7

2017-06-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jun 27 01:13:44 UTC 2017 Modified Files: src/share/man/man7: environ.7 Log Message: Document EDITRC To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/share/man/man7/environ.7 Please note that diffs are not

CVS commit: src/lib/libedit

2017-06-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Jun 27 00:47:37 UTC 2017 Modified Files: src/lib/libedit: el.c Log Message: Make the default editrc file be $EDITRC (from env) if set, falling back to $HOME/.editrc otherwise.Better support for this in sh coming. To

CVS commit: src/bin

2017-06-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 26 22:09:16 UTC 2017 Modified Files: src/bin/kill: kill.c src/bin/sh: var.h src/bin/sh/bltin: bltin.h Log Message: Make arg parsing in kill POSIX compatible with POSIX (XBD 2.12) by parsing the way getopt(3)

CVS commit: src/sys/dev/usb

2017-06-26 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Mon Jun 26 20:36:01 UTC 2017 Modified Files: src/sys/dev/usb: moscom.c Log Message: Add first channel of mcs7720. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/moscom.c Please note that diffs are

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

2017-06-26 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Jun 26 20:36:14 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: when reducing DELAY(), it's necessary to appropriately increase number of iteration, or command can timeout too soon adjust

CVS commit: src/sys/dev/usb

2017-06-26 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Mon Jun 26 20:28:43 UTC 2017 Modified Files: src/sys/dev/usb: usbdevs Log Message: yet another moschip serial adapter chip. To generate a diff of this commit: cvs rdiff -u -r1.736 -r1.737 src/sys/dev/usb/usbdevs Please note that

CVS commit: src/bin/sh

2017-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 26 20:28:02 UTC 2017 Modified Files: src/bin/sh: histedit.c Log Message: source .editrc after we initialize so that commands persist! To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/bin/sh/histedit.c

CVS commit: src/sys/dev/pci

2017-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 26 18:23:49 UTC 2017 Modified Files: src/sys/dev/pci: if_vte.c Log Message: PR/52333: Jia-Ju Bai: explicitly pass BUS_DMA_NOWAIT to bus_dmamap_load_mbuf() called from an interrupt context. It should not matter since the

CVS commit: src/etc/etc.vax

2017-06-26 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Mon Jun 26 17:45:56 UTC 2017 Modified Files: src/etc/etc.vax: Makefile.inc Log Message: Add GENERIC_USB to vax kernel sets, but not to sysinst (yet), as bootloader cannot handle kernels that large (yet). To generate a diff of

CVS commit: src/external/gpl3/gcc/usr.bin

2017-06-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Jun 26 17:38:10 UTC 2017 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile src/external/gpl3/gcc/usr.bin/host-libcpp: Makefile Log Message: Honor HOST_CXX. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/bsd/blacklist/diff

2017-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 26 17:12:05 UTC 2017 Modified Files: src/external/bsd/blacklist/diff: ssh.diff Log Message: amend the patch to close. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2017-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 26 17:10:39 UTC 2017 Modified Files: src/crypto/external/bsd/openssh/dist: pfilter.c Log Message: If we've authenticated, we are already in the child and we don't need the socket anymore. XXX: pullup-7, pullup-8 To

CVS commit: src/sys/dev

2017-06-26 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Jun 26 12:17:10 UTC 2017 Modified Files: src/sys/dev: mulaw.c Log Message: Better solution to mulaw/alaw conversion on big endian systems/sound devices. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/dev

2017-06-26 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Jun 26 11:45:46 UTC 2017 Modified Files: src/sys/dev: mulaw.c Log Message: Rectify an error in mulaw/alaw conversion to big endian. The atf audio test should pass on sparc again. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/netinet6

2017-06-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jun 26 08:01:53 UTC 2017 Modified Files: src/sys/netinet6: ip6_output.c Log Message: Fix usage of ip6_get_membership It may set nothing to ifp even if returning 0. So we need to NULL-clear ifp before calling it. Fix PR

CVS commit: src

2017-06-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jun 26 06:59:57 UTC 2017 Modified Files: src/sys/net: rtsock.c src/tests/net/arp: t_arp.sh src/tests/net/ndp: t_ndp.sh Log Message: Drop RTF_UP from a routing message of a deleted ARP/NDP entry To generate

CVS commit: src/sys/net

2017-06-26 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jun 26 06:58:42 UTC 2017 Modified Files: src/sys/net: rtsock.c Log Message: Fix ifdef; care about a case w/ INET6 and w/o INET To generate a diff of this commit: cvs rdiff -u -r1.221 -r1.222 src/sys/net/rtsock.c Please