CVS commit: src/share/man/man9

2015-12-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Dec 11 10:05:17 UTC 2015 Modified Files: src/share/man/man9: kmem.9 Log Message: Whitespace nit. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/kmem.9 Please note that diffs are not public

CVS commit: src/share/man/man9

2015-12-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Dec 11 10:05:17 UTC 2015 Modified Files: src/share/man/man9: kmem.9 Log Message: Whitespace nit. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/kmem.9 Please note that diffs are not public

CVS commit: src/common/lib/libc/arch/arm/atomic

2015-12-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 11 12:41:10 UTC 2015 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_nand_16.S atomic_nand_32.S atomic_nand_64.S atomic_nand_8.S sync_fetch_and_nand_8.S Log Message: Use gcc 4.4 and later operation

CVS commit: src/common/lib/libc/arch/arm/atomic

2015-12-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Dec 11 12:41:10 UTC 2015 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_nand_16.S atomic_nand_32.S atomic_nand_64.S atomic_nand_8.S sync_fetch_and_nand_8.S Log Message: Use gcc 4.4 and later operation

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2

2015-12-11 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Fri Dec 11 15:33:47 UTC 2015 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2: dri2.c Log Message: Fix some uninitialized variable warnings with clang. To generate a diff of this commit: cvs rdiff -u -r1.1.1.7

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

2015-12-11 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Fri Dec 11 15:37:44 UTC 2015 Modified Files: xsrc/external/mit/xf86-video-ati/dist/src: radeon_dri2.c Log Message: Initialize a variable, for clang. To generate a diff of this commit: cvs rdiff -u -r1.1.1.8 -r1.2 \

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

2015-12-11 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Fri Dec 11 15:37:44 UTC 2015 Modified Files: xsrc/external/mit/xf86-video-ati/dist/src: radeon_dri2.c Log Message: Initialize a variable, for clang. To generate a diff of this commit: cvs rdiff -u -r1.1.1.8 -r1.2 \

CVS commit: src/lib/libform

2015-12-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Dec 11 21:22:57 UTC 2015 Modified Files: src/lib/libform: field.c Log Message: Counting from 0 to n-1 can go wrong badly, if n is unsigned and zero and the counter variable is not of a type larger than n. Fixes PR 50490. To

CVS commit: src/lib/libform

2015-12-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Dec 11 21:22:57 UTC 2015 Modified Files: src/lib/libform: field.c Log Message: Counting from 0 to n-1 can go wrong badly, if n is unsigned and zero and the counter variable is not of a type larger than n. Fixes PR 50490. To

CVS commit: src/sys/arch/evbarm/odroid

2015-12-11 Thread Marty Fouts
Module Name:src Committed By: marty Date: Sat Dec 12 00:42:42 UTC 2015 Removed Files: src/sys/arch/evbarm/odroid: genassym.cf odroid_machdep.c odroid_start.S platform.h Log Message: Remove ev that's no longer valid development of the odroid boards has moved

CVS commit: src/sys/arch/evbarm/odroid

2015-12-11 Thread Marty Fouts
Module Name:src Committed By: marty Date: Sat Dec 12 00:42:42 UTC 2015 Removed Files: src/sys/arch/evbarm/odroid: genassym.cf odroid_machdep.c odroid_start.S platform.h Log Message: Remove ev that's no longer valid development of the odroid boards has moved

CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2

2015-12-11 Thread Thomas Klausner
Module Name:xsrc Committed By: wiz Date: Fri Dec 11 15:33:47 UTC 2015 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2: dri2.c Log Message: Fix some uninitialized variable warnings with clang. To generate a diff of this commit: cvs rdiff -u -r1.1.1.7

CVS commit: src/usr.bin/ftp

2015-12-11 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Dec 11 08:37:32 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c ftp.c Log Message: Use the proper format "[IPv6 address]:port" when reporting connection attempts to IPv6 endpoints. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/ftp

2015-12-11 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Dec 11 08:37:32 UTC 2015 Modified Files: src/usr.bin/ftp: fetch.c ftp.c Log Message: Use the proper format "[IPv6 address]:port" when reporting connection attempts to IPv6 endpoints. To generate a diff of this commit: cvs

CVS commit: othersrc/usr.bin/tnftp/src

2015-12-11 Thread Matthias Scheler
Module Name:othersrc Committed By: tron Date: Fri Dec 11 08:47:53 UTC 2015 Modified Files: othersrc/usr.bin/tnftp/src: fetch.c ftp.c Log Message: Use the proper format "[IPv6 address]:port" when reporting connection attempts to IPv6 endpoints. To generate a diff of this

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

2015-12-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Dec 11 19:47:52 UTC 2015 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: || -> && >From PR50534 To generate a diff of this commit: cvs rdiff -u -r1.359 -r1.360 src/sys/arch/sparc/sparc/pmap.c Please note

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

2015-12-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Dec 11 19:47:52 UTC 2015 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: || -> && >From PR50534 To generate a diff of this commit: cvs rdiff -u -r1.359 -r1.360 src/sys/arch/sparc/sparc/pmap.c Please note

CVS commit: src/sys

2015-12-11 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Dec 11 07:59:14 UTC 2015 Modified Files: src/sys/net: if_gif.c if_gif.h src/sys/netinet: in_gif.c src/sys/netinet6: in6_gif.c Log Message: PR kern/50522: gif(4) ioctl causes panic while someone is using the

CVS commit: src/sys/arch/i386/stand/lib

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:04:20 UTC 2015 Modified Files: src/sys/arch/i386/stand/lib: dosfile.c Log Message: PR 50516 bad switch statement. Adding some comments. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/arch/i386/stand/lib

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:04:20 UTC 2015 Modified Files: src/sys/arch/i386/stand/lib: dosfile.c Log Message: PR 50516 bad switch statement. Adding some comments. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/compat/sunos

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:10:28 UTC 2015 Modified Files: src/sys/compat/sunos: sunos_ioctl.c Log Message: PR 50518 bad switch To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/compat/sunos/sunos_ioctl.c Please note

CVS commit: src/sys/compat/sunos

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:10:28 UTC 2015 Modified Files: src/sys/compat/sunos: sunos_ioctl.c Log Message: PR 50518 bad switch To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/compat/sunos/sunos_ioctl.c Please note

CVS commit: src/sys/compat/sunos32

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:10:43 UTC 2015 Modified Files: src/sys/compat/sunos32: sunos32_ioctl.c Log Message: PR 50517 bad switch To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/compat/sunos32/sunos32_ioctl.c Please

CVS commit: src/sys/compat/sunos32

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:10:43 UTC 2015 Modified Files: src/sys/compat/sunos32: sunos32_ioctl.c Log Message: PR 50517 bad switch To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/compat/sunos32/sunos32_ioctl.c Please

CVS commit: src/sys/compat/sunos

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:19:07 UTC 2015 Modified Files: src/sys/compat/sunos: sunos_ioctl.c Log Message: d_secpercyl is gone and we use the value from disklabel anyway. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66

CVS commit: src/sys/compat/sunos

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:19:07 UTC 2015 Modified Files: src/sys/compat/sunos: sunos_ioctl.c Log Message: d_secpercyl is gone and we use the value from disklabel anyway. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66

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

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:08:01 UTC 2015 Modified Files: src/sys/arch/sparc/sparc: trap.c Log Message: PR 50516 bad switch case To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/arch/sparc/sparc/trap.c Please note

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

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:08:01 UTC 2015 Modified Files: src/sys/arch/sparc/sparc: trap.c Log Message: PR 50516 bad switch case To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/arch/sparc/sparc/trap.c Please note

CVS commit: src/sys/compat/svr4_32

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:12:18 UTC 2015 Modified Files: src/sys/compat/svr4_32: svr4_32_termios.c Log Message: PR 50519 missing breaks in switch To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/compat/svr4_32

2015-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Dec 11 08:12:18 UTC 2015 Modified Files: src/sys/compat/svr4_32: svr4_32_termios.c Log Message: PR 50519 missing breaks in switch To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: othersrc/usr.bin/tnftp/src

2015-12-11 Thread Matthias Scheler
Module Name:othersrc Committed By: tron Date: Fri Dec 11 08:47:53 UTC 2015 Modified Files: othersrc/usr.bin/tnftp/src: fetch.c ftp.c Log Message: Use the proper format "[IPv6 address]:port" when reporting connection attempts to IPv6 endpoints. To generate a diff of this

CVS commit: src/usr.bin/sdpquery

2015-12-11 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Dec 11 21:05:18 UTC 2015 Modified Files: src/usr.bin/sdpquery: print.c Log Message: update several profiles, bringing up to date decoding of all the Bluetooth 1.1->4.2 Service Discovery specifications I could find, namely:

CVS commit: src/usr.bin/sdpquery

2015-12-11 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Fri Dec 11 21:05:18 UTC 2015 Modified Files: src/usr.bin/sdpquery: print.c Log Message: update several profiles, bringing up to date decoding of all the Bluetooth 1.1->4.2 Service Discovery specifications I could find, namely: