CVS commit: src/sys/fs/msdosfs

2012-12-28 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Fri Dec 28 08:04:00 UTC 2012 Modified Files: src/sys/fs/msdosfs: msdosfs_vnops.c Log Message: Move the initialization of n to after the error branch. From Taylor R Campbell riastr...@netbsd.org To generate a diff of this

CVS commit: src/sys/dev/marvell

2012-12-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 28 08:16:53 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Fix a bug that a multicast filter entry is incorrectly overrode on some cases. To generate a diff of this commit: cvs rdiff -u -r1.33

CVS commit: src/usr.bin/units

2012-12-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Dec 28 13:25:26 UTC 2012 Modified Files: src/usr.bin/units: units.1 Log Message: Improve the description of the [count] from-unit to-unit arguments. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/usr.bin/units

2012-12-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Dec 28 13:45:53 UTC 2012 Modified Files: src/usr.bin/units: units.lib Log Message: Fix references to undefined units: * southamericarand should be southafricarand; * sidereal day should be siderealday; * perusol should be

CVS commit: src/lib/libc/string

2012-12-28 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Dec 28 13:53:12 UTC 2012 Modified Files: src/lib/libc/string: wcsdup.3 Log Message: Add wide to description. From OpenBSD via Ingo Schwarze. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/usr.bin/units

2012-12-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Dec 28 17:07:04 UTC 2012 Modified Files: src/usr.bin/units: units.c Log Message: Allow a number and a unit to be juxtaposed without an intervening space. Now litres/100km works as desired, instead of silently being treated as

CVS commit: src/usr.bin/units

2012-12-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Dec 28 17:57:46 UTC 2012 Modified Files: src/usr.bin/units: units.lib Log Message: Rename tappit-hen to tappithen because unit names cannot contain hyphens. Also change the definition from 3 imperial (a dimensionless quantity)

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

2012-12-28 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Dec 28 19:23:30 UTC 2012 Modified Files: src/sys/arch/ia64/conf: GENERIC.SKI Log Message: Add acpi0 at mainbus - it is not realy optional. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2012-12-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Dec 28 23:24:47 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBOARD Log Message: enable WDT2 (MPU) for watchdog instead of WDT3 (IVA2). remove WDT1, it doesnt exist on OMAP3530 To generate a diff of this

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

2012-12-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 29 00:05:45 UTC 2012 Modified Files: src/sys/arch/arm/omap: omap3_sdhc.c Log Message: dont set SDHC_FLAG_SINGLE_ONLY for OMAP3530 either To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2012-12-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Dec 29 00:08:26 UTC 2012 Modified Files: src/sys/arch/arm/omap: omap3_sdhc.c Log Message: no need to print irq twice To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/omap/omap3_sdhc.c Please

CVS commit: src/external/historical/nawk/dist

2012-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 29 02:14:53 UTC 2012 Update of /cvsroot/src/external/historical/nawk/dist In directory ivanova.netbsd.org:/tmp/cvs-serv29526 Log Message: from http://www.cs.princeton.edu/~bwk/btl.mirror/ Status: Vendor Tag: NAWK Release

CVS commit: src/external/historical/nawk/dist

2012-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 29 02:44:26 UTC 2012 Modified Files: src/external/historical/nawk/dist: awkgram.y b.c lib.c main.c makefile proctab.c proto.h run.c tran.c Log Message: merge 2012-12-20 To generate a diff of this commit:

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

2012-12-28 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Dec 29 04:59:21 UTC 2012 Modified Files: src/sys/arch/arm/omap: omap_wdt.c Log Message: In kernel tickle mode, tickle once immediately upon setting the mode. Works around a peculiarity where the first watchdog period (only) on

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

2012-12-28 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Sat Dec 29 05:00:36 UTC 2012 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBONE Log Message: Enable the watchdog driver on BeagleBone. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2012-12-28 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Dec 29 05:36:57 UTC 2012 Modified Files: src/common/lib/libc/arch/arm/string: strlen_armv6.S Log Message: A few slight speedups (remove one instruction from the main loop). To generate a diff of this commit: cvs rdiff -u