CVS commit: src/sys/dev/usb

2016-10-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 3 13:36:33 UTC 2016 Modified Files: src/sys/dev/usb: ucom.c Log Message: Do not hold the softc lock (IPL_SOFTUSB) unnecessarily and specifically across ucomparam (and the ucom_param method). The method can sleep wait-

CVS commit: src/usr.sbin/makemandb

2016-10-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Oct 3 13:36:35 UTC 2016 Modified Files: src/usr.sbin/makemandb: apropos-utils.c Log Message: Mark the section and md5_hash columns as unindexed in the FTS table, as they are not used for search To generate a diff of this

CVS commit: src/usr.sbin/makemandb

2016-10-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Oct 3 13:36:35 UTC 2016 Modified Files: src/usr.sbin/makemandb: apropos-utils.c Log Message: Mark the section and md5_hash columns as unindexed in the FTS table, as they are not used for search To generate a diff of this

CVS commit: src/sys/dev/usb

2016-10-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Oct 3 13:36:33 UTC 2016 Modified Files: src/sys/dev/usb: ucom.c Log Message: Do not hold the softc lock (IPL_SOFTUSB) unnecessarily and specifically across ucomparam (and the ucom_param method). The method can sleep wait-

CVS commit: src/sys/arch/amiga

2016-10-03 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Mon Oct 3 14:26:02 UTC 2016 Modified Files: src/sys/arch/amiga/amiga: conf.c src/sys/arch/amiga/conf: WSCONS files.amiga src/sys/arch/amiga/dev: zbus.c Added Files: src/sys/arch/amiga/dev: mntva.c

CVS commit: src/usr.sbin/makemandb

2016-10-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Oct 3 13:53:39 UTC 2016 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: With the latest release of mandoc, makemandb(8) started to parse some sections multiple times. This started to happen because,

CVS commit: src/usr.sbin/makemandb

2016-10-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Oct 3 13:53:39 UTC 2016 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: With the latest release of mandoc, makemandb(8) started to parse some sections multiple times. This started to happen because,

CVS commit: src/sys/arch/amiga

2016-10-03 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Mon Oct 3 14:26:02 UTC 2016 Modified Files: src/sys/arch/amiga/amiga: conf.c src/sys/arch/amiga/conf: WSCONS files.amiga src/sys/arch/amiga/dev: zbus.c Added Files: src/sys/arch/amiga/dev: mntva.c

CVS commit: src/usr.sbin/makemandb

2016-10-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Oct 3 16:11:11 UTC 2016 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: We don't need to parse the sections we don't index, so stop early. Saves few instructions. To generate a diff of this commit: cvs

Re: CVS commit: src/sys/dev/usb

2016-10-03 Thread Tom Ivar Helbekkmo
Nick Hudson writes: > Log Message: > Do not hold the softc lock (IPL_SOFTUSB) unnecessarily and specifically > across ucomparam (and the ucom_param method). The method can sleep wait- > ing for transfers... any input/output will try to acquire the lock and get > stuck This

Re: CVS commit: src/sys/arch/amiga

2016-10-03 Thread Michael
Hello, On Mon, 3 Oct 2016 14:26:02 + "Radoslaw Kujawa" wrote: > Module Name: src > Committed By: rkujawa > Date: Mon Oct 3 14:26:02 UTC 2016 > > Modified Files: > src/sys/arch/amiga/amiga: conf.c > src/sys/arch/amiga/conf: WSCONS files.amiga >

Re: CVS commit: src/sys/arch/amiga

2016-10-03 Thread Michael
Hello, On Mon, 3 Oct 2016 14:26:02 + "Radoslaw Kujawa" wrote: > Module Name: src > Committed By: rkujawa > Date: Mon Oct 3 14:26:02 UTC 2016 > > Modified Files: > src/sys/arch/amiga/amiga: conf.c > src/sys/arch/amiga/conf: WSCONS files.amiga >

CVS commit: src/usr.sbin/makemandb

2016-10-03 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Oct 3 16:11:11 UTC 2016 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: We don't need to parse the sections we don't index, so stop early. Saves few instructions. To generate a diff of this commit: cvs

CVS commit: src/tests/net/net

2016-10-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 3 17:59:27 UTC 2016 Modified Files: src/tests/net/net: t_ipv6address.sh Log Message: 80 column violation fixes, hopefully minor readability improvements. No intended functional change. To generate a diff of this commit:

CVS commit: src/tests/net/net

2016-10-03 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Oct 3 17:59:27 UTC 2016 Modified Files: src/tests/net/net: t_ipv6address.sh Log Message: 80 column violation fixes, hopefully minor readability improvements. No intended functional change. To generate a diff of this commit:

CVS commit: src/sys/arch/emips/ebus

2016-10-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Oct 3 17:35:38 UTC 2016 Modified Files: src/sys/arch/emips/ebus: if_le_ebus.c Log Message: correct misleading indentation in if 0'd code. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/emips/ebus

2016-10-03 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Oct 3 17:35:38 UTC 2016 Modified Files: src/sys/arch/emips/ebus: if_le_ebus.c Log Message: correct misleading indentation in if 0'd code. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/lib/libpanel

2016-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 3 17:06:58 UTC 2016 Modified Files: src/lib/libpanel: Makefile Log Message: bump warns To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libpanel/Makefile Please note that diffs are not public

CVS commit: src/lib/libpanel

2016-10-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 3 17:06:58 UTC 2016 Modified Files: src/lib/libpanel: Makefile Log Message: bump warns To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libpanel/Makefile Please note that diffs are not public

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

2016-10-03 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Mon Oct 3 18:57:54 UTC 2016 Modified Files: src/share/man/man4/man4.amiga: Makefile Added Files: src/share/man/man4/man4.amiga: mntva.4 Log Message: Add man page for mntva(4). To generate a diff of this commit: cvs

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

2016-10-03 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Mon Oct 3 18:57:54 UTC 2016 Modified Files: src/share/man/man4/man4.amiga: Makefile Added Files: src/share/man/man4/man4.amiga: mntva.4 Log Message: Add man page for mntva(4). To generate a diff of this commit: cvs

CVS commit: src/distrib/sets/lists/man

2016-10-03 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Mon Oct 3 18:59:41 UTC 2016 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add mntva(4) man page to dist list. To generate a diff of this commit: cvs rdiff -u -r1.1535 -r1.1536 src/distrib/sets/lists/man/mi

CVS commit: src/distrib/sets/lists/man

2016-10-03 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Mon Oct 3 18:59:41 UTC 2016 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add mntva(4) man page to dist list. To generate a diff of this commit: cvs rdiff -u -r1.1535 -r1.1536 src/distrib/sets/lists/man/mi

CVS commit: src/doc

2016-10-03 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Mon Oct 3 21:36:33 UTC 2016 Modified Files: src/doc: CHANGES Log Message: Note mntva(4). To generate a diff of this commit: cvs rdiff -u -r1.2190 -r1.2191 src/doc/CHANGES Please note that diffs are not public domain; they

CVS commit: src/doc

2016-10-03 Thread Radoslaw Kujawa
c(1) wrapper for C11. [kamil 20161003] libc: Add the C11 static_assert macro in . [kamil 20161003] + mntva(4): Add driver for MNTMN VA2000 FPGA-based graphics card for + Amiga computers with Zorro slot. Supports accelerated wsdisplay + console and wsfb-based X11. [rkujawa 20161003]

CVS commit: src/doc

2016-10-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 3 20:31:44 UTC 2016 Modified Files: src/doc: CHANGES Log Message: libc: Add the C11 static_assert macro in . To generate a diff of this commit: cvs rdiff -u -r1.2189 -r1.2190 src/doc/CHANGES Please note that diffs are

CVS commit: src/doc

2016-10-03 Thread Kamil Rytarowski
s now MPSAFE. [jdolecek 20160918] zoneinfo: Import tzdata2016g. [kre 20160929] libc: Add and . [kamil 20161002] - c11: Import cc(1) wrapper for C11 [kamil 20161003] + c11: Import cc(1) wrapper for C11. [kamil 20161003] + libc: Add the C11 static_assert macro in . [kamil 20161003]

CVS commit: src/usr.bin/c11

2016-10-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 3 08:20:12 UTC 2016 Modified Files: src/usr.bin/c11: c11.1 Log Message: Minor improvements, add more markup. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/c11/c11.1 Please note that diffs are

CVS commit: src/sys/net

2016-10-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Oct 3 07:13:29 UTC 2016 Modified Files: src/sys/net: if_fddisubr.c Log Message: Add missing return To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sys/net/if_fddisubr.c Please note that diffs are not

CVS commit: src/include

2016-10-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 3 12:08:39 UTC 2016 Modified Files: src/include: assert.h Log Message: Add static_assert macro definition in This declaration conforms to the C11 standard Reference: ISO/IEC 9899:201x 7.2 Diagnostics _Static_assert

CVS commit: src/sys

2016-10-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Oct 3 11:06:06 UTC 2016 Modified Files: src/sys/net: if.c if.h if_arcsubr.c if_atmsubr.c if_ecosubr.c if_ethersubr.c if_fddisubr.c if_ieee1394subr.c if_mpls.c if_pppoe.c if_spppsubr.c if_tokensubr.c

CVS commit: src/sys

2016-10-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Oct 3 11:06:06 UTC 2016 Modified Files: src/sys/net: if.c if.h if_arcsubr.c if_atmsubr.c if_ecosubr.c if_ethersubr.c if_fddisubr.c if_ieee1394subr.c if_mpls.c if_pppoe.c if_spppsubr.c if_tokensubr.c

CVS commit: src/include

2016-10-03 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Oct 3 12:08:39 UTC 2016 Modified Files: src/include: assert.h Log Message: Add static_assert macro definition in This declaration conforms to the C11 standard Reference: ISO/IEC 9899:201x 7.2 Diagnostics _Static_assert

CVS commit: src

2016-10-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Oct 4 04:15:25 UTC 2016 Modified Files: src/distrib/sets/lists/tests: mi src/tests/net/net: Makefile Added Files: src/tests/net/net: t_mtudisc.sh Log Message: Add tests for sysctl net.inet.ip.mtudisc >From

CVS commit: src/share/mk

2016-10-03 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 4 04:58:11 UTC 2016 Modified Files: src/share/mk: bsd.own.mk Log Message: convert the old binutils and gdb lists to only contain the unconverted ports: ppc64/mips64 for both To generate a diff of this commit: cvs

CVS commit: src/share/mk

2016-10-03 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Oct 4 04:58:11 UTC 2016 Modified Files: src/share/mk: bsd.own.mk Log Message: convert the old binutils and gdb lists to only contain the unconverted ports: ppc64/mips64 for both To generate a diff of this commit: cvs

CVS commit: src/tests/net/ndp

2016-10-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Oct 4 03:41:33 UTC 2016 Modified Files: src/tests/net/ndp: t_dad.sh Log Message: Add tests for sysctl net.inet6.ip6.dad_count >From suzu-ken@IIJ To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/net/ndp

2016-10-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Oct 4 03:41:33 UTC 2016 Modified Files: src/tests/net/ndp: t_dad.sh Log Message: Add tests for sysctl net.inet6.ip6.dad_count >From suzu-ken@IIJ To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/net/net

2016-10-03 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Oct 4 03:43:15 UTC 2016 Modified Files: src/tests/net/net: t_ipaddress.sh Log Message: Add tests for sysctl net.inet6.ip6.auto_linklocal >From suzu-ken@IIJ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4