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

2012-10-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Oct 5 06:04:43 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: std.bcm53xx Log Message: Disable support for bounce buffers To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/std.bcm53xx P

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

2012-10-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Oct 5 06:04:18 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: BCM5301X Log Message: Add vlan and bridge pseudo-devices To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/conf/BCM5301X Please

CVS commit: src/sys/net

2012-10-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Oct 5 04:26:06 UTC 2012 Modified Files: src/sys/net: if_ethersubr.c Log Message: When setting a link address, don't bring up the interface automatically. To generate a diff of this commit: cvs rdiff -u -r1.190 -r1.191 src/sys

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

2012-10-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Oct 5 04:05:53 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_eth.c Log Message: Modify setting of PROMISC flag. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/broadcom/bcm53xx_eth.c

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

2012-10-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Oct 5 03:57:21 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_eth.c Log Message: Fix setting of ethernet address. Don't set HASFCS To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/broa

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

2012-10-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Oct 5 03:24:51 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_eth.c Log Message: Set IC after clearing flags. Insert RCVOFFSET correctly. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/a

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

2012-10-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Oct 5 02:48:36 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_eth.c Log Message: Make sure to set IC in receive descritors. Initial ET at end of ring. Set INTRCVLAZY to collesce 10 packets or 1ms delay. To gener

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

2012-10-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Oct 5 02:45:52 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_reg.h Log Message: Add fields for GMAC_INTRCVLAZY To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/broadcom/bcm53xx_reg.h

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

2012-10-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Oct 5 01:39:45 UTC 2012 Modified Files: src/sys/arch/arm/conf: Makefile.arm Log Message: Make arm32_kvminit.o is complied with -fno-stack-protector To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/ar

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:31:05 UTC 2012 Modified Files: src/usr.sbin/mtree: misc.c mtree.8 mtree.h verify.c Log Message: Implement FreeBSD's "nochange" keyworld which causes the existance of a filesystem object to be checked but none of it

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:30:36 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Implement FreeBSD's "nochange" keyworld which causes the existance of a filesystem object to be checked but none of its attributes. (brooks)

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:28:20 UTC 2012 Modified Files: src/usr.sbin/mtree: spec.c Log Message: Encode literal global characters in files. Otherwise the results of updating a directory using the resulting spec will be surprising. See htt

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:27:29 UTC 2012 Modified Files: src/usr.sbin/mtree: specspec.c Log Message: NetBSD needs To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/mtree/specspec.c Please note that diffs are not p

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:26:56 UTC 2012 Modified Files: src/usr.sbin/mtree: Makefile extern.h mtree.8 mtree.c mtree.h verify.c Added Files: src/usr.sbin/mtree: specspec.c Log Message: Implement FreeBSD's -f spec1 -f spec2 spec comp

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:21:44 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c Log Message: Allow uid and uname or gid and gname to both be printed while preserving the behavior of falling back to [ug]id when the name is not resolvab

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:19:54 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c mtree.8 spec.c Log Message: clarify seconds.09nanoseconds format (brooks) To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/usr.sbin/mtr

CVS commit: src/sys/dev/sbus

2012-10-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 5 01:19:03 UTC 2012 Modified Files: src/sys/dev/sbus: p9100.c Log Message: get rid of gc_attr & allocattr() To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/sbus/p9100.c Please note that diff

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:13:51 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c extern.h mtree.8 mtree.c Log Message: add -j flag to indent directory blocks (from brooks) To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/sys/dev/pci

2012-10-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Oct 5 01:12:15 UTC 2012 Modified Files: src/sys/dev/pci: machfb.c Log Message: gc_attr is no more To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/dev/pci/machfb.c Please note that diffs are not publ

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:05:14 UTC 2012 Modified Files: src/usr.sbin/mtree: extern.h mtree.8 mtree.c verify.c Log Message: add -q flag to silence warnings about symlinks to existing dirs (from OpenBSD via brooks) To generate a diff of th

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:01:07 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c extern.h mtree.8 mtree.c Log Message: add -n flag to disable comments (brook) To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/usr.sbin

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 00:59:35 UTC 2012 Modified Files: src/usr.sbin/mtree: compare.c misc.c mtree.8 mtree.h spec.c Log Message: account for differences in digest names To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/us

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 00:58:47 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c Log Message: our fts compare routine is less constified. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/usr.sbin/mtree/create.c Plea

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 00:42:01 UTC 2012 Modified Files: src/usr.sbin/mtree: compare.c Log Message: explicitly include To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/mtree/compare.c Please note that diffs are

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 00:41:24 UTC 2012 Modified Files: src/usr.sbin/mtree: compare.c create.c Log Message: more const check if we support SHA384 before using (brooks) To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/usr

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 00:40:51 UTC 2012 Modified Files: src/usr.sbin/mtree: crc.c Log Message: remove dup extern (brooks) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/mtree/crc.c Please note that diffs are no

CVS commit: src/sys/arch

2012-10-04 Thread David Laight
Module Name:src Committed By: dsl Date: Thu Oct 4 21:23:46 UTC 2012 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU files.amd64 src/sys/arch/x86/include: psl.h src/sys/arch/x86/x86: sys_machdep.c Log Message: Remove references to VM86 from the

CVS commit: src/usr.bin/sed

2012-10-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Oct 4 19:28:36 UTC 2012 Modified Files: src/usr.bin/sed: sed.1 Log Message: Improve previous change with better wording. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/usr.bin/sed/sed.1 Please note tha

CVS commit: src/sys/dev/wscons

2012-10-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Oct 4 19:09:20 UTC 2012 Modified Files: src/sys/dev/wscons: files.wscons Log Message: defflag GLYPHCACHE_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/wscons/files.wscons Please note tha

CVS commit: src/sys/dev/marvell

2012-10-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 4 14:21:00 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c mvgbereg.h Log Message: Fix udpcsum-rx bug on fragmented case this time. - Fix the usage of a local variable for csum_flags. - It seemd that sometim

CVS commit: src/sys/dev/pci

2012-10-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Oct 4 10:35:54 UTC 2012 Modified Files: src/sys/dev/pci: pm2fb.c Log Message: support underlined characters while there, make sure the glyph cache doesn't exceed 2048 lines since that's the drawing engine's limit To gener

CVS commit: src/sys/dev/pci

2012-10-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Oct 4 10:29:24 UTC 2012 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: support underlined characters To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/dev/pci/radeonfb.c Please note that dif

CVS commit: src/sys/dev/wscons

2012-10-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Oct 4 10:26:32 UTC 2012 Modified Files: src/sys/dev/wscons: wsdisplay_glyphcache.c wsdisplay_glyphcachevar.h Log Message: allow caching of glyphs with attributes other than the default while there, also add support for unde

CVS commit: src/sys/dev/pci

2012-10-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Oct 4 10:22:45 UTC 2012 Modified Files: src/sys/dev/pci: r128fb.c Log Message: don't call allocattr() for the default attribute To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pci/r128fb.c Pleas