CVS commit: src/usr.bin/units

2013-01-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Jan 1 11:44:01 UTC 2013 Modified Files: src/usr.bin/units: units.c Log Message: Correctly ignore duplicate definitions. "continue" applies only to the innermost loop. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1

CVS commit: src/usr.bin/units

2013-01-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Jan 1 11:51:56 UTC 2013 Modified Files: src/usr.bin/units: units.1 units.c Log Message: Add -l and -L options to units(1). "-l" simply lists all unit definitions, while "-L" alsoreduces them to depend only on a few primitive un

CVS commit: src/doc

2013-01-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Jan 1 11:53:28 UTC 2013 Modified Files: src/doc: CHANGES Log Message: units(1): add -l and -L options. [apb 20130101] To generate a diff of this commit: cvs rdiff -u -r1.1773 -r1.1774 src/doc/CHANGES Please note that diffs

CVS commit: src/sys/dev/pci

2013-01-01 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jan 1 12:13:28 UTC 2013 Modified Files: src/sys/dev/pci: files.pci radeonfb.c Log Message: add a compile option to override the fallback to software drawing of bitmap fonts on R3xx ( options RADEONFB_ALWAYS_ACCEL_PUTCHAR )

CVS commit: src/usr.bin/units

2013-01-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Jan 1 12:45:06 UTC 2013 Modified Files: src/usr.bin/units: units.c Log Message: fix incomplete comment To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.bin/units/units.c Please note that diffs are not pub

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

2013-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 1 13:05:21 UTC 2013 Modified Files: src/sys/arch/arm/omap: files.omap2 Added Files: src/sys/arch/arm/omap: omap3_scm.c Log Message: Add OMAP3530 temperature sensor support To generate a diff of this commit: cv

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

2013-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 1 13:05:46 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBOARD Log Message: add OMAP3 SCM (temp sensor) To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbarm/conf/BEAGLEBOARD Pl

CVS commit: src/lib/libedit

2013-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 1 15:33:06 UTC 2013 Modified Files: src/lib/libedit: map.c Log Message: Fix pasto that affected bind -k (Christoph Mallon) To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libedit/map.c Please no

CVS commit: src/lib/libedit

2013-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 1 15:34:02 UTC 2013 Modified Files: src/lib/libedit: map.c Log Message: remove dead assignment (Christoph Mallon) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libedit/map.c Please note that d

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

2013-01-01 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Jan 1 17:28:27 UTC 2013 Modified Files: src/sys/arch/arm/omap: omap_space.c Log Message: Hook up generic_bs_sr_4 for bus_space_set_region_4 in the OMAP bus space. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.

CVS commit: src/lib/libutil

2013-01-01 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Jan 1 18:32:17 UTC 2013 Modified Files: src/lib/libutil: getfsspecname.c Log Message: Don't rely on something including sys/ioctl.h for us. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libutil/getfsspecn

CVS commit: src/lib/libpthread

2013-01-01 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Jan 1 18:42:39 UTC 2013 Modified Files: src/lib/libpthread: pthread.c Log Message: Don't rely on sys/lwp.h includeing sys/resource.h for us. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src/lib/libpthread/pt

CVS commit: src/sbin/dkscan_bsdlabel

2013-01-01 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Jan 1 18:44:27 UTC 2013 Modified Files: src/sbin/dkscan_bsdlabel: dkscan_util.c Log Message: Explicitly include sys/ioctl.h To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sbin/dkscan_bsdlabel/dkscan_util.c Pl

CVS commit: src/sbin/swapctl

2013-01-01 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Jan 1 19:01:11 UTC 2013 Modified Files: src/sbin/swapctl: swapctl.c Log Message: Explicitly include sys/ioctl.h To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sbin/swapctl/swapctl.c Please note that diffs a

CVS commit: src/external/cddl/osnet/dist/lib/libzfs/common

2013-01-01 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Jan 1 19:02:19 UTC 2013 Modified Files: src/external/cddl/osnet/dist/lib/libzfs/common: libzfs_util.c Log Message: This needs an explicit include of sys/ioctl.h. XXX: There is some crappy code in here :-) To generate a diff of

CVS commit: src/external/cddl/osnet/lib/libzpool

2013-01-01 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Jan 1 19:03:26 UTC 2013 Modified Files: src/external/cddl/osnet/lib/libzpool: kernel.c Log Message: Comment out the unused 'struct proc p0;' This is userspace, it isn't supposed to know what a 'struct proc' is. To generate a d

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

2013-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 1 23:20:25 UTC 2013 Modified Files: src/sys/arch/arm/omap: omap3_i2c.c Log Message: add a function to lookup the i2c controller tag for the specified device_t To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.

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

2013-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 1 23:21:26 UTC 2013 Modified Files: src/sys/arch/evbarm/beagle: beagle_machdep.c Log Message: Read EDID data on Beagleboard and pass it to omapfb driver if found. To generate a diff of this commit: cvs rdiff -u -r1.32

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

2013-01-01 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jan 1 23:22:44 UTC 2013 Modified Files: src/sys/arch/arm/omap: files.omap2 omapfb.c Log Message: If EDID is supplied, parse and print it. While here, try not to crash if is_console is false. To generate a diff of this com

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

2013-01-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 2 05:54:58 UTC 2013 Added Files: src/common/lib/libc/arch/arm/string: strcpy.S strlcpy.S strncpy.S Log Message: Add an assembly version of strcpy/strncpy/strlcpy. (they all use a common source with defines to determine whic