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

2012-12-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Dec 21 06:35:34 UTC 2012 Modified Files: src/sys/arch/arm/arm: cpu_in_cksum_buffer.S Log Message: More optimizations (have separate 64-byte loop which alternates loads and add of different registers). Be more consistent on endi

CVS commit: src/sys/dev/sdmmc

2012-12-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 20 22:56:38 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdhc.c Log Message: If we get a SDMA boundary-crossing interrupt at the end of the final segment, the transfer is not implicitly complete; we still need to wait for

CVS commit: src/sys/arch/amd64/conf

2012-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 20 22:08:19 UTC 2012 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: fix cut-n-paste. To generate a diff of this commit: cvs rdiff -u -r1.365 -r1.366 src/sys/arch/amd64/conf/GENERIC Please note that diff

CVS commit: src/sys/external/bsd/ipf/netinet

2012-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 20 21:42:28 UTC 2012 Modified Files: src/sys/external/bsd/ipf/netinet: fil.c ip_compat.h ip_nat.c ip_state.c ipf_rb.h Log Message: - Replace the seemingly broken built-in ipf rbtree implementation with ours.

CVS commit: src/usr.sbin/mtree

2012-12-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Dec 20 20:31:01 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Typo fix. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/usr.sbin/mtree/mtree.8 Please note that diffs are not public domain;

CVS commit: src/usr.sbin/mtree

2012-12-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Dec 20 20:17:26 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Add missing letter and use x.y versions for Fx/Nx. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/usr.sbin/mtree/mtree.8 Plea

CVS commit: src/usr.sbin/mtree

2012-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 20 19:09:25 UTC 2012 Modified Files: src/usr.sbin/mtree: misc.c mtree.c Log Message: move flavor to misc.c because pax needs it. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/mtree/misc.c c

CVS commit: src/usr.sbin/mtree

2012-12-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 20 18:58:38 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.c Log Message: joerg@: just use unsigned int please To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/mtree/mtree.c Please note th

CVS commit: src/usr.sbin/mtree

2012-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 20 16:43:17 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c extern.h mtree.8 mtree.c spec.c Log Message: Implement the "flavor" output discussed in tech-userlevel@, by Brooks Davis To generate a diff of this comm

CVS commit: src/sys/dev/pci

2012-12-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 20 14:41:35 UTC 2012 Modified Files: src/sys/dev/pci: sdhc_pci.c Log Message: Add detachment support for sdhc_pci. Tested on an ExpressCard JMicron JMB38[89] with as-of-yet-uncommitted changes. To generate a diff of th

CVS commit: src/sys/dev

2012-12-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 20 14:37:00 UTC 2012 Modified Files: src/sys/dev/cardbus: sdhc_cardbus.c src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: Change sdhc_detach so that it detaches all host controllers at once. This should make mult

CVS commit: src/sys/dev/sdmmc

2012-12-20 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Dec 20 14:24:11 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdmmc.c Log Message: Only use DETACH_FORCE as flags argument to sdmmc_card_detach when the host controller has disappeared or is detaching. XXX should pass flags fr

CVS commit: src/sys/fs/msdosfs

2012-12-20 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Thu Dec 20 11:44:39 UTC 2012 Modified Files: src/sys/fs/msdosfs: msdosfs_fat.c Log Message: Revert rev. 1.20 now that bread() has been fixed. PR kern/46282 (6.0_BETA crash: msdosfs_bmap -> pcbmap -> bread -> bio_doread) To gen

CVS commit: src/sys/dev/bluetooth

2012-12-20 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Dec 20 11:17:48 UTC 2012 Modified Files: src/sys/dev/bluetooth: bthidev.c btmagic.c Log Message: increase some diagnostics To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/bluetooth/bthidev.c cvs rdi

CVS commit: src/sys/dev/bluetooth

2012-12-20 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Dec 20 11:13:54 UTC 2012 Modified Files: src/sys/dev/bluetooth: bthidev.c btmagic.c Log Message: when no link-mode is specified, explicitly set a mode of (int)0 otherwise l2cap_setmode() will fail during connection setup for

CVS commit: src/sys/dev/marvell

2012-12-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 20 10:01:28 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Check wheter an MII PHY is really connected or not. This change privents panic if MII PHY port is not used. To generate a diff of this co

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

2012-12-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Dec 20 08:03:21 UTC 2012 Modified Files: src/sys/arch/arm/arm: cpu_in_cksum_buffer.S Log Message: Add fast path for dealing with a single 32-bit word at the end. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/