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

2015-09-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 13 06:50:09 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: xhci.c Log Message: Split xhci_handle_event() into 3 functions. Whitespace. >From t-hash. To generate a diff of this commit: cvs rdiff -u -r1.28.2.35 -r

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

2015-09-12 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Sep 13 06:48:03 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: xhci.c Log Message: Fix locking botch. From t-hash. To generate a diff of this commit: cvs rdiff -u -r1.28.2.34 -r1.28.2.35 src/sys/dev/usb/xhci.c Pleas

CVS commit: src/usr.bin/ftp

2015-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Sep 12 20:23:27 UTC 2015 Modified Files: src/usr.bin/ftp: ssl.c Log Message: servername cannot be NULL here. Noted by joerg@. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/ftp/ssl.c Please note that

CVS commit: src/doc

2015-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Sep 12 20:20:30 UTC 2015 Modified Files: src/doc: CHANGES Log Message: ftp(1): SNI support for https. [wiz 20150912] To generate a diff of this commit: cvs rdiff -u -r1.2101 -r1.2102 src/doc/CHANGES Please note that diffs

CVS commit: src/usr.bin/ftp

2015-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Sep 12 20:18:52 UTC 2015 Modified Files: src/usr.bin/ftp: version.h Log Message: Bump version for SNI support. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/usr.bin/ftp/version.h Please note that diffs are

CVS commit: src/sys/fs/udf

2015-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 12 19:50:08 UTC 2015 Modified Files: src/sys/fs/udf: udf_strat_rmw.c Log Message: diagused some variables. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/fs/udf/udf_strat_rmw.c Please note that

CVS commit: src/usr.bin/ftp

2015-09-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Sep 12 19:38:42 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c ssl.c ssl.h Log Message: Add Server Name Indication (SNI) support for https. Needed for e.g. some github URLs. To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/fs/udf

2015-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 12 19:33:03 UTC 2015 Modified Files: src/sys/fs/udf: udf_strat_rmw.c Log Message: remove identity assignment, found by brainy. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/fs/udf/udf_strat_rmw.

CVS commit: src/sys/dev/isa

2015-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 12 19:31:41 UTC 2015 Modified Files: src/sys/dev/isa: seagate.c Log Message: fix spl issues, found by brainy. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/dev/isa/seagate.c Please note that di

CVS commit: src/sys/dev/qbus

2015-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 12 19:21:50 UTC 2015 Modified Files: src/sys/dev/qbus: if_il.c Log Message: add missing splx() found by brainy To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/qbus/if_il.c Please note that di

CVS commit: src/sys/dev/pci

2015-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 12 19:19:11 UTC 2015 Modified Files: src/sys/dev/pci: if_jme.c Log Message: missing splx() found by brainy To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pci/if_jme.c Please note that diffs

CVS commit: src/sys/dev/ic

2015-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 12 19:18:24 UTC 2015 Modified Files: src/sys/dev/ic: seeq8005.c Log Message: Add missing splx() found by brainy. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/dev/ic/seeq8005.c Please note that

CVS commit: src/usr.bin/config

2015-09-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Sep 12 19:11:13 UTC 2015 Modified Files: src/usr.bin/config: pack.c Log Message: Negating an integer and comparing it to 1 is a fancy way of checking for 0, which in this case would be DEVI_ORPHAN. That clearly can't be the int

CVS commit: src/lib/libc/regex

2015-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 12 19:08:47 UTC 2015 Modified Files: src/lib/libc/regex: regcomp.c Log Message: use the unsigned char version of the input char in all cases "cap[uc]" to avoid accessing cap[negative], found by Elliott Hughes To genera

CVS commit: src/gnu/dist/grep/src

2015-09-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Sep 12 19:05:11 UTC 2015 Modified Files: src/gnu/dist/grep/src: grep.c Log Message: Avoid TYPE_MAXIMUM, it depends on undefined behavior. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/gnu/dist/grep/src/gre

CVS commit: src/external/gpl3/gdb/dist/gdb

2015-09-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Sep 12 19:04:21 UTC 2015 Modified Files: src/external/gpl3/gdb/dist/gdb: ada-lang.c Log Message: Don't shift negative values. To generate a diff of this commit: cvs rdiff -u -r1.1.1.4 -r1.2 src/external/gpl3/gdb/dist/gdb/ada-

CVS commit: src/external/bsd/bind/dist/lib/isc/unix/include/isc

2015-09-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Sep 12 19:03:11 UTC 2015 Modified Files: src/external/bsd/bind/dist/lib/isc/unix/include/isc: offset.h Log Message: Replace arithmetic using undefined behavior with exhaustive list of type size limits. To generate a diff of t

CVS commit: src/sys/kern

2015-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 12 18:30:46 UTC 2015 Modified Files: src/sys/kern: kern_exec.c Log Message: gcc does not detect initialization correctly on all platforms (hpcsh) To generate a diff of this commit: cvs rdiff -u -r1.415 -r1.416 src/sys/

CVS commit: src/sys/kern

2015-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 12 17:04:58 UTC 2015 Modified Files: src/sys/kern: kern_exec.c Log Message: - preserve the error number returned from copyin. - preserve the original pathname in ep_kname, because this is what gets passed to userland i

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

2015-09-12 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sat Sep 12 15:25:01 UTC 2015 Modified Files: src/distrib/sets/lists/xdebug: mi Log Message: remove xf86 ctwm.debug entry. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/distrib/sets/lists/xdebug/mi Please note t

CVS commit: src/tests/lib/libc/gen/execve

2015-09-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 12 15:21:33 UTC 2015 Modified Files: src/tests/lib/libc/gen/execve: t_execve.c Log Message: make error more informative. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/execve/t_execv

CVS commit: src/usr.sbin/nfsd

2015-09-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Sep 12 13:50:55 UTC 2015 Modified Files: src/usr.sbin/nfsd: nfsd.c Log Message: Typo To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/usr.sbin/nfsd/nfsd.c Please note that diffs are not public domain; they a

CVS commit: src/doc

2015-09-12 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Sep 12 09:49:21 UTC 2015 Modified Files: src/doc: 3RDPARTY Log Message: Postfix 2.11.6 has been imported. To generate a diff of this commit: cvs rdiff -u -r1.1253 -r1.1254 src/doc/3RDPARTY Please note that diffs are not publi

CVS commit: src/external/ibm-public/postfix/dist

2015-09-12 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Sep 12 08:23:24 UTC 2015 Modified Files: src/external/ibm-public/postfix/dist: makedefs src/external/ibm-public/postfix/dist/README_FILES: TLS_README src/external/ibm-public/postfix/dist/html: TLS_README.html

CVS import: src/external/ibm-public/postfix/dist

2015-09-12 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sat Sep 12 08:20:44 UTC 2015 Update of /cvsroot/src/external/ibm-public/postfix/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24166 Log Message: Import Postfix 2.11.6. Changes since version 2.11.4: - Preparation for OpenSSL 1.2 API chan