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 a
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 kern
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 -u
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 src/sys/dev/
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 gen
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 src/external/bsd/blacklist/diff/ssh.diff
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 -u
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 this
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
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
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 di
Module Name:src
Committed By: is
Date: Mon Jun 26 20:33:46 UTC 2017
Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h
Log Message:
regenerate
To generate a diff of this commit:
cvs rdiff -u -r1.727 -r1.728 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.728 -r1.729 sr
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 not
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 also
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) w
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 generat
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 publ
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 -r1.
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 set
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 this
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 ar
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 src/sys/dev/
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 -u
Module Name:src
Committed By: kre
Date: Tue Jun 27 05:31:40 UTC 2017
Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h
Log Message:
It appears that some experimental version of these got committed somehow.
Re-gen again...
To generate a diff of this commit:
cvs rd
24 matches
Mail list logo