CVS commit: src/usr.bin/ftp

2016-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 17 00:52:53 UTC 2016 Modified Files: src/usr.bin/ftp: fetch.c Log Message: PR/51558: ast@: ftp dumps core after usage message when IPv6 URL lacks a slash. Initialize variable so that we don't get random behavior on

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64

2016-10-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 17 00:24:13 UTC 2016 Added Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64: Makefile aes.inc aesv8-armx.S bf.inc bn.inc crypto.inc des.inc ghashv8-armx.S modes.inc rc4.inc sha.inc

CVS commit: src/crypto/external/bsd/openssl/dist/crypto

2016-10-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Oct 17 00:23:47 UTC 2016 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/evp: e_aes.c src/crypto/external/bsd/openssl/dist/crypto/modes: gcm128.c Log Message: Make assembler modules optional for ARM

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

2016-10-16 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sun Oct 16 23:07:31 UTC 2016 Modified Files: src/sys/arch/evbarm/gumstix: gumstix_machdep.c Log Message: omap2_gpio_*() into #if - #endif. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/sys/compat/netbsd32

2016-10-16 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Oct 16 20:09:53 UTC 2016 Modified Files: src/sys/compat/netbsd32: netbsd32_fs.c Log Message: Use ktrgeniov, not ktrgenio, in writev. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75

CVS commit: src/share/mk

2016-10-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 16 19:20:02 UTC 2016 Modified Files: src/share/mk: bsd.own.mk Log Message: switch alpha to GDB 7.12. it works just as featureful as 7.7/7.10. 'step' and 'stepi' both fail, but 'next' and break points are ok, so a

CVS commit: src/sys/dev/usb

2016-10-16 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Oct 16 18:47:49 UTC 2016 Modified Files: src/sys/dev/usb: usb_quirks.c usbdevs Log Message: Add quirk for C-Media USB Pnp sound card. Without this I was unable to record. The recording volume is still way to low but it's

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

2016-10-16 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sun Oct 16 13:54:28 UTC 2016 Modified Files: src/sys/arch/evbarm/gumstix: gumstix_machdep.c gxio.c Log Message: Remove not commited header-file and variable. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/arch/arm/omap

2016-10-16 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sun Oct 16 13:09:57 UTC 2016 Modified Files: src/sys/arch/arm/omap: ti_iic.c Log Message: Fix miss commit. Add macro OMAP2_I2C_FIFOBYTES. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2016-10-16 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 16 11:18:30 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: if_smsc.c Log Message: Fix the error handling in smsc_init_locked. Spotted by #2. To generate a diff of this commit: cvs rdiff -u -r1.22.2.15

CVS commit: src/sys/arch/mips/mips

2016-10-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Oct 16 10:57:58 UTC 2016 Modified Files: src/sys/arch/mips/mips: cpu_exec.c Log Message: Remove unused (and buggy) function. Not even compile-tested, but I've been told to go ahead anyway. To generate a diff of this commit:

CVS commit: src/sys/arch

2016-10-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Oct 16 10:51:31 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: locore.S src/sys/arch/i386/i386: locore.S src/sys/arch/x86/include: i82489var.h Log Message: Remove lapic_tpr on amd64 and i386, unused. Now, we

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

2016-10-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Oct 16 10:38:49 UTC 2016 Modified Files: src/sys/arch/i386/i386: vector.S Log Message: Use offsets to access the TPR, and not lapic_tpr. For the record: I'm not sure exactly why it was originally done this way, and the cvs

CVS commit: src/sys/arch

2016-10-16 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Oct 16 10:24:59 UTC 2016 Modified Files: src/sys/arch/i386/i386: autoconf.c src/sys/arch/x86/x86: cpu.c Log Message: Use the generic i82489_writereg instead of lapic_tpr, for consistency. To generate a diff of this

CVS commit: src

2016-10-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 16 08:20:59 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug: md.sgimips src/distrib/sets/lists/xserver: md.sgimips src/external/mit/xorg/server/drivers: Makefile Log Message: build fixes for sgimips

CVS commit: src/sys/arch/xen/include

2016-10-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Oct 16 06:40:44 UTC 2016 Modified Files: src/sys/arch/xen/include: intr.h Log Message: This should return the amd64 build to a working state (and hopefully i386 as well) - but this is a hideous hack, and should be reverted as

CVS commit: src/external/mit/xorg/server/drivers

2016-10-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 16 06:23:48 UTC 2016 Modified Files: src/external/mit/xorg/server/drivers: Makefile Log Message: begin to get alpha to xorg-server 1.18 - disable the known problematic drivers. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/uniq

2016-10-16 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Oct 16 06:17:52 UTC 2016 Modified Files: src/usr.bin/uniq: uniq.c Log Message: Fix the bug introduced in the previous commit. The lengths of the lines being compared were not correct. Essentially, we were comparing the