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

2012-12-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Dec 22 08:10:40 UTC 2012 Modified Files: src/sys/arch/arm/arm: cpu_in_cksum_buffer.S Log Message: Always round up to word lengths. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2012-12-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Dec 22 08:12:26 UTC 2012 Modified Files: src/sys/arch/arm/arm: cpu_in_cksum_buffer.S Log Message: When doing 16 bytes at a time, alternate register sets to reduce load stall times. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/ftp

2012-12-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 22 16:57:10 UTC 2012 Modified Files: src/usr.bin/ftp: cmds.c cmdtab.c fetch.c ftp.1 main.c Log Message: document https support, mentioning certificates are not validated, and obey https_proxy. To generate a diff of

CVS commit: src/usr.bin/ftp

2012-12-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 22 16:58:51 UTC 2012 Modified Files: src/usr.bin/ftp: fetch.c Log Message: compile without SSL To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 src/usr.bin/ftp/fetch.c Please note that diffs are not

CVS commit: src/distrib/sparc64/cdroms/installcd

2012-12-22 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Dec 22 17:51:19 UTC 2012 Modified Files: src/distrib/sparc64/cdroms/installcd: Makefile Log Message: Sync with amd64 and i386 installcds: PR/47276: ftp has https support now (i.e. now libcrypto and libssl are required in

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

2012-12-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Dec 22 18:58:29 UTC 2012 Modified Files: src/sys/arch/arm/cortex: cpu_in_cksum_asm_neon.S Log Message: Rework considerably. Use alternating sets of registers. (Still not faster than normal ARM code). To generate a diff of

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

2012-12-22 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat Dec 22 20:08:08 UTC 2012 Modified Files: src/sys/arch/sparc64/sparc64: cpu_in_cksum.S Log Message: Use LDPTR macro. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sparc64/sparc64/cpu_in_cksum.S

CVS commit: src/bin/sh

2012-12-22 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Dec 22 20:15:22 UTC 2012 Modified Files: src/bin/sh: expand.c expand.h Log Message: Fix the expansion of $(foo-$bar} so that IFS isn't applied when expanding $bar. Noted by Greg Troxel on tech-userlevel running some 'git' tests.

CVS commit: src/sys/dev/sdmmc

2012-12-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Dec 22 20:21:09 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdmmc.c Log Message: Revert sdmmc.c r1.18 (previous commit to this file). It seems to have caused regressions to detaching drivers from cards at the appropriate

CVS commit: src/sys/dev/sdmmc

2012-12-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Dec 22 21:24:49 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdmmc.c Log Message: We can't block our interrupt while sdmmc_detach_card is called, as it can issue commands, and some host drivers have interrupt-driven command

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

2012-12-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Dec 23 03:44:24 UTC 2012 Modified Files: src/sys/arch/arm/arm: cpu_in_cksum_buffer.S Log Message: Generate the trailing mask at the start and put it and the starting address in r11/r10 and use them as need. Always round the