CVS commit: src/tests/net/icmp

2016-10-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Oct 2 04:46:07 UTC 2016 Modified Files: src/tests/net/icmp: t_icmp6_redirect.sh Log Message: More adaptation to changed ifconfig output format. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/net/icmp/t_i

CVS commit: src/tests/net/net

2016-10-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Oct 2 04:29:25 UTC 2016 Modified Files: src/tests/net/net: t_ipv6address.sh Log Message: More adaptation to new ifconfig output format - prefix length is now appended to the address, rather than a second parameter, so needs to b

CVS commit: xsrc/external/mit/xorg-server/dist

2016-10-01 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Sat Oct 1 22:16:25 UTC 2016 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/common: xf86xv.h xsrc/external/mit/xorg-server/dist/include: displaymode.h Log Message: don't use const char for these types, many d

CVS commit: src/tests/net/if

2016-10-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 1 22:15:04 UTC 2016 Modified Files: src/tests/net/if: t_ifconfig.sh Log Message: Don't expect ping to complain about sending to a local address assigned to an interface that's down - instead it just attempts to send, and the

CVS commit: xsrc/external/mit/xf86-video-sis/dist/src

2016-10-01 Thread Maya Rashish
Module Name:xsrc Committed By: maya Date: Sat Oct 1 22:02:17 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-sis/dist/src: sis_utility.c Log Message: add const. we aren't modifying the values here. fixes new xorg-server build error To generate a diff of this commi

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

2016-10-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 1 21:51:53 UTC 2016 Modified Files: src/sys/arch/x86/pci: pchb.c Log Message: use 4-byte style accesses, should hopefully fix PR#37787. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/x86/pci/pch

CVS commit: src/sbin/ifconfig

2016-10-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 1 20:59:49 UTC 2016 Modified Files: src/sbin/ifconfig: af_inet.c Log Message: Return to printing explicit "netmask 0x" in the case that the mask set is non-contiguous. We don't prohibit setting such things (even if the

CVS commit: src/tests/net/if_tun

2016-10-01 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Oct 1 20:18:06 UTC 2016 Modified Files: src/tests/net/if_tun: t_tun.sh Log Message: Compensate for the new world order of ifconfig output format, and the new default netmask for point to point links. To generate a diff of this

CVS commit: src/sys/netinet

2016-10-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Oct 1 17:17:21 UTC 2016 Modified Files: src/sys/netinet: in.c Log Message: Default netmask to /32 for INET on POINTOPOINT links if not specified. To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 src/sys/netinet/

CVS commit: src/tests/net/if

2016-10-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Oct 1 15:35:22 UTC 2016 Modified Files: src/tests/net/if: t_ifconfig.sh Log Message: Adjust tests to new output. Wait for DaD to finish before pinging. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/ne

CVS commit: src/sys/dev

2016-10-01 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Oct 1 15:24:35 UTC 2016 Modified Files: src/sys/dev: DEVNAMES Log Message: Add tcu (MI). OK skrll@ To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299 src/sys/dev/DEVNAMES Please note that diffs are not public do

CVS commit: src/sbin/ifconfig

2016-10-01 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Oct 1 15:10:59 UTC 2016 Modified Files: src/sbin/ifconfig: af_inet.c af_inet6.c Log Message: Modernise the output for the address to address/prefix instead of differring outputs for INET and INET6. The hex string of the INET net

CVS commit: src/sys/arch/sparc/stand

2016-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 1 13:57:44 UTC 2016 Modified Files: src/sys/arch/sparc/stand: Makefile.buildboot Makefile.inc src/sys/arch/sparc/stand/bootblk: Makefile src/sys/arch/sparc/stand/ofwboot: Makefile Log Message: deal with

CVS commit: src/sys/dev/ic

2016-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 1 13:46:52 UTC 2016 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: remove unused variable. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/dev/ic/sl811hs.c Please note that diffs are not

CVS commit: src/sys

2016-10-01 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Oct 1 13:15:45 UTC 2016 Modified Files: src/sys/kern: vfs_wapbl.c src/sys/sys: wapbl.h src/sys/ufs/ffs: ffs_extern.h ffs_wapbl.c Log Message: allocate wapbl dealloc registration structures via pool, so that

CVS commit: src/sys/ufs/ffs

2016-10-01 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Oct 1 13:06:20 UTC 2016 Modified Files: src/sys/ufs/ffs: ffs_wapbl.c Log Message: wapbl_remove_log(): add missing break; harmless, fallthrough just printed extra debug message To generate a diff of this commit: cvs rdiff

CVS commit: src/distrib/notes/common

2016-10-01 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Oct 1 12:32:36 UTC 2016 Modified Files: src/distrib/notes/common: main Log Message: Add myself To generate a diff of this commit: cvs rdiff -u -r1.531 -r1.532 src/distrib/notes/common/main Please note that diffs are not publ

CVS commit: src/sys/dev/usb

2016-10-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 1 11:09:12 UTC 2016 Modified Files: src/sys/dev/usb: if_run.c Log Message: Ignore completed transfers when detaching. This avoids a race condition where the detach code has already freed the xfer structures. To generat

CVS commit: src/sys/dev/usb

2016-10-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 1 11:07:30 UTC 2016 Modified Files: src/sys/dev/usb: if_run.c Log Message: Use pointer passed as argument. This is not really a change as data->xfer is supposed to be the same. To generate a diff of this commit: cvs rd

CVS commit: src/sys/dev/usb

2016-10-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 1 07:23:40 UTC 2016 Modified Files: src/sys/dev/usb: if_run.c Log Message: Use splusb() like the other drivers instead of splnet(). To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/usb/if_run.c

CVS commit: src/sys/dev/usb

2016-10-01 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 1 07:21:45 UTC 2016 Modified Files: src/sys/dev/usb: if_run.c Log Message: mcs is a 16bit value. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/usb/if_run.c Please note that diffs are not pu