CVS commit: src/tests/lib/libc/sys

2015-04-05 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Apr 5 23:28:10 UTC 2015 Modified Files: src/tests/lib/libc/sys: t_bind.c Log Message: fix typo bindinging - binding To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/sys/t_bind.c Please note that

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

2015-04-05 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 6 01:48:25 UTC 2015 Modified Files: src/sys/arch/arm/amlogic [netbsd-7]: amlogic_genfb.c amlogic_vpureg.h src/sys/arch/evbarm/amlogic [netbsd-7]: amlogic_machdep.c Log Message: Pull up following revision(s)

CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2015-04-05 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 6 01:46:34 UTC 2015 Modified Files: src/sys/arch/evbarm/conf [netbsd-7]: ODROID-C1 Log Message: Pull up following revision(s) (requested by jmcneill in ticket #660): sys/arch/evbarm/conf/ODROID-C1: revision 1.15

CVS commit: [netbsd-7] src/libexec/ld.elf_so

2015-04-05 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 6 02:01:39 UTC 2015 Modified Files: src/libexec/ld.elf_so [netbsd-7]: rtld.c Log Message: Pull up following revision(s) (requested by joerg in ticket #665): libexec/ld.elf_so/rtld.c: revision 1.176 lib/49813:

CVS commit: [netbsd-7] src/sys/arch/arm/amlogic

2015-04-05 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 6 01:45:17 UTC 2015 Modified Files: src/sys/arch/arm/amlogic [netbsd-7]: amlogic_com.c amlogic_comreg.h Log Message: Pull up following revision(s) (requested by jmcneill in ticket #659):

CVS commit: [netbsd-7] src/sys/arch/arm/amlogic

2015-04-05 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 6 01:43:31 UTC 2015 Modified Files: src/sys/arch/arm/amlogic [netbsd-7]: amlogic_board.c amlogic_crureg.h amlogic_rng.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #658):

CVS commit: src/sys/external/bsd/drm2/include/linux

2015-04-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Apr 6 01:11:19 UTC 2015 Modified Files: src/sys/external/bsd/drm2/include/linux: pci.h Log Message: Don't let anyone else allocate the video BIOS either. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/lib/libc/arch/sh3/gen

2015-04-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Apr 6 01:50:47 UTC 2015 Modified Files: src/lib/libc/arch/sh3/gen: swapcontext.S Log Message: On swapcontext(3) preserve r12 too. Properly fixes PR port-sh3/49597. To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: [netbsd-7] src/distrib/utils/embedded

2015-04-05 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 6 01:59:37 UTC 2015 Modified Files: src/distrib/utils/embedded [netbsd-7]: mkimage Log Message: Pull up following revision(s) (requested by jmcneill in ticket #664): distrib/utils/embedded/mkimage: revision 1.53 Use

CVS commit: [netbsd-7] src/sys/arch/arm/arm32

2015-04-05 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 6 01:57:57 UTC 2015 Modified Files: src/sys/arch/arm/arm32 [netbsd-7]: cpu.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #663): sys/arch/arm/arm32/cpu.c: revision 1.105 Increase the

CVS commit: src/tests/lib/libc/sys

2015-04-05 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Apr 5 23:17:41 UTC 2015 Modified Files: src/tests/lib/libc/sys: t_connect.c Log Message: add another test program for connect(2) that checks that connect fails with EAFNOSUPPORT (similar to the bind test) if the domain of the

CVS commit: src/sys/kern

2015-04-05 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Apr 5 23:19:56 UTC 2015 Modified Files: src/sys/kern: uipc_socket.c Log Message: change return from EINVAL to EAFNOSUPPORT when the domain of the socket does not match the family of the address to be bound. fixes atf test

CVS commit: [netbsd-7] src/sys/arch/arm/cortex

2015-04-05 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 6 01:55:53 UTC 2015 Modified Files: src/sys/arch/arm/cortex [netbsd-7]: gtmr.c Log Message: Pull up following revision(s) (requested by skrll in ticket #662): sys/arch/arm/cortex/gtmr.c: revision 1.10-1.14

CVS commit: src/external/bsd/libpcap/dist

2015-04-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 5 22:36:36 UTC 2015 Modified Files: src/external/bsd/libpcap/dist: scanner.l Log Message: don't forget to include config.h otherwise it thinks we don't have vnsnprintf and fortify compiles fail. To generate a diff of

CVS commit: [netbsd-7] src/sys/netinet6

2015-04-05 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 6 01:32:33 UTC 2015 Modified Files: src/sys/netinet6 [netbsd-7]: in6.c in6_ifattach.c nd6.c nd6.h nd6_nbr.c nd6_rtr.c Log Message: Pull up following revision(s) (requested by martin in ticket #655):

CVS commit: src/tests/lib/libc/sys

2015-04-05 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Apr 5 23:15:54 UTC 2015 Modified Files: src/tests/lib/libc/sys: t_bind.c Log Message: - ATF_REQUIRE(EINVAL == errno); + ATF_REQUIRE(EAFNOSUPPORT == errno); as per

CVS commit: [netbsd-7] src/sys

2015-04-05 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 6 01:37:29 UTC 2015 Modified Files: src/sys/kern [netbsd-7]: subr_tftproot.c src/sys/nfs [netbsd-7]: krpc_subr.c nfs_boot.c nfs_bootdhcp.c nfsdiskless.h Log Message: Pull up following revision(s)

CVS commit: [netbsd-7] src/doc

2015-04-05 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 6 02:03:16 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: tickets 655-665 To generate a diff of this commit: cvs rdiff -u -r1.1.2.248 -r1.1.2.249 src/doc/CHANGES-7.0 Please note that diffs are not

CVS commit: [netbsd-7] src/usr.sbin/sysinst

2015-04-05 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Apr 6 01:41:50 UTC 2015 Modified Files: src/usr.sbin/sysinst [netbsd-7]: msg.mi.en msg.mi.pl Log Message: Pull up following revision(s) (requested by mbalmer in ticket #657): usr.sbin/sysinst/msg.mi.en: revision 1.7

CVS commit: src/sys/external/bsd/drm2/include/linux

2015-04-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Apr 6 02:29:18 UTC 2015 Modified Files: src/sys/external/bsd/drm2/include/linux: pci.h Log Message: Missed a zero: it's 0x10, not 0x1. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/distrib/sets/lists

2015-04-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 5 06:37:25 UTC 2015 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi Log Message: Add new bind(2) test program To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109

CVS commit: src/tests/lib/libc/sys

2015-04-05 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 5 06:36:52 UTC 2015 Modified Files: src/tests/lib/libc/sys: Makefile Added Files: src/tests/lib/libc/sys: t_bind.c Log Message: New test program for bind(2), with a single (currently eroneously failing) test case

CVS commit: src/usr.sbin/service

2015-04-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Apr 5 11:33:15 UTC 2015 Modified Files: src/usr.sbin/service: service Log Message: More shell quoting. /etc/rc.d/* file names with embedded spaces are not expected to work, but let's quote them anyway. To generate a diff of

CVS commit: src/sys/dev/pci

2015-04-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 5 12:55:20 UTC 2015 Modified Files: src/sys/dev/pci: agp_i810.c Log Message: Don't use the video BIOS memory as an i915 flush page! To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118

CVS commit: [nick-nhusb] src/sys/dev/usb

2015-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 5 07:26:31 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: Fix inverted logic. Spotted by Takahiro HAYASHI. Thanks. To generate a diff of this commit: cvs rdiff -u -r1.264.4.31 -r1.264.4.32

CVS commit: src/lib/libc/time

2015-04-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Apr 5 08:36:38 UTC 2015 Modified Files: src/lib/libc/time: tzset.3 Log Message: Remove dangling cross-ref to localtime(3). There's another cross-ref in the next sentence that actually makes sense. To generate a diff of

CVS commit: src/sys/dev/usb

2015-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 5 08:39:10 UTC 2015 Modified Files: src/sys/dev/usb: usbdevs Log Message: Conexant USB Modem from Ryo ONODERA on current-users. To generate a diff of this commit: cvs rdiff -u -r1.693 -r1.694 src/sys/dev/usb/usbdevs

CVS commit: src/sys/dev/usb

2015-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 5 09:18:13 UTC 2015 Modified Files: src/sys/dev/usb: usbdevs Log Message: More Texas Instruments (not Texas Intel) products. Part of PR/49814 To generate a diff of this commit: cvs rdiff -u -r1.694 -r1.695

CVS commit: src/sys/dev/usb

2015-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 5 09:22:13 UTC 2015 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.686 -r1.687 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.687 -r1.688

CVS commit: src/sys/dev/usb

2015-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 5 09:24:21 UTC 2015 Modified Files: src/sys/dev/usb: usb_quirks.c Log Message: PR/49814: USB Quirk for Texas Instrument MSP430 FET programmer To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83

CVS commit: src/sys/dev/usb

2015-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 5 08:41:05 UTC 2015 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen To generate a diff of this commit: cvs rdiff -u -r1.685 -r1.686 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.686 -r1.687

CVS commit: src/sys/dev/usb

2015-04-05 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Apr 5 09:12:06 UTC 2015 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: More debug. To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200 src/sys/dev/usb/usb_subr.c Please note that diffs are not public

CVS commit: src/distrib/utils/embedded

2015-04-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Apr 5 17:05:45 UTC 2015 Modified Files: src/distrib/utils/embedded: mkimage Log Message: Use FFSv2 instead of FFSv1 for the root file-system. This should fix the resize_ffs takes forever issues with evbarm images --

CVS commit: src/sys/arch/sparc64/sparc64

2015-04-05 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sun Apr 5 20:26:47 UTC 2015 Modified Files: src/sys/arch/sparc64/sparc64: pmap.c Log Message: sun4v: Ensure that the W (Write) bit is not present in the TTEs unless for the data mapping. This way the permanent mappings for the

CVS commit: src/lib/libc/sys

2015-04-05 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Apr 5 20:33:45 UTC 2015 Modified Files: src/lib/libc/sys: bind.2 Log Message: Note that bind(2) can fail with EAFNOSUPPORT. The description of why is taken from the connect(2) manpage. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/sparc64/sparc64

2015-04-05 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sun Apr 5 20:34:00 UTC 2015 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: sun4v: Ensure that the TTEs CP and CV bits are the same (both set) for the primary cpu and secondary cpus INTSTACK mappings To

CVS commit: src/lib/libc/sys

2015-04-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Apr 5 20:41:06 UTC 2015 Modified Files: src/lib/libc/sys: bind.2 Log Message: Sort errors. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/bind.2 Please note that diffs