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

2013-02-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 14 08:07:35 UTC 2013 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: Rework counters. Get rid of a badly done goto. Properly deal with boundary in bus_dmamem_alloc_range. To generate a diff of this commit:

CVS commit: [matt-nb6-plus] src/sys/arch/arm/arm32

2013-02-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 14 08:08:18 UTC 2013 Modified Files: src/sys/arch/arm/arm32 [matt-nb6-plus]: bus_dma.c Log Message: Sync with HEAD To generate a diff of this commit: cvs rdiff -u -r1.54.10.3 -r1.54.10.4 src/sys/arch/arm/arm32/bus_dma.c

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

2013-02-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 14 08:24:39 UTC 2013 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: Make sync counters only count when caches ops are performed. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77

CVS commit: [matt-nb6-plus] src/sys/arch/arm/arm32

2013-02-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 14 08:24:59 UTC 2013 Modified Files: src/sys/arch/arm/arm32 [matt-nb6-plus]: bus_dma.c Log Message: Sync with HEAD. To generate a diff of this commit: cvs rdiff -u -r1.54.10.4 -r1.54.10.5 src/sys/arch/arm/arm32/bus_dma.c

CVS commit: src/sys/arch/mips/include

2013-02-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 14 08:56:21 UTC 2013 Modified Files: src/sys/arch/mips/include: ieee.h Log Message: Define LDBL_IMPLICIT_NBIT To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mips/include/ieee.h Please note that

CVS commit: src/lib/libm/src

2013-02-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 14 08:56:56 UTC 2013 Modified Files: src/lib/libm/src: s_nextafterl.c Log Message: Deal with an implicit NBIT To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/src/s_nextafterl.c Please note that

CVS commit: src/usr.bin/vis

2013-02-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 14 08:56:59 UTC 2013 Modified Files: src/usr.bin/vis: vis.1 Log Message: Mark up LC_CTYPE with Ev (didn't I just do this? :) ). To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/vis/vis.1 Please

CVS commit: src/external/gpl3/gcc/lib/libgcc

2013-02-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 14 09:19:28 UTC 2013 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile Log Message: For compat, use LIBGCC_MACHINE_ARCH (which defaults to

CVS commit: src/sys/rump/librump

2013-02-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 14 10:54:55 UTC 2013 Modified Files: src/sys/rump/librump: makerumpif.sh Log Message: Make it possible to manually specify the top level directory; for cases where the target hierarchy is outside of the main tree. To

CVS commit: src/sys/arch/sparc/sparc

2013-02-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 14 12:14:14 UTC 2013 Modified Files: src/sys/arch/sparc/sparc: autoconf.c Log Message: Rearrange the special mainbus device list to allow for optional entries. Fixes a panic on all SUN4M machines w/o an sx graphics

CVS commit: src/sys/arch/sparc/sparc

2013-02-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 14 12:44:16 UTC 2013 Modified Files: src/sys/arch/sparc/sparc: autoconf.c Log Message: Fix thinko in previous (and misleading comment): stop ignoring table entries for to be ignored devices. To generate a diff of this

CVS commit: src/lib/libc/gen

2013-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 14 13:57:53 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: off by one. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/lib/libc/gen/vis.c Please note that diffs are not public domain;

CVS commit: src/usr.bin/vis

2013-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 14 14:00:01 UTC 2013 Modified Files: src/usr.bin/vis: vis.1 vis.c Log Message: do the encoding character by character instead of failing on encoding mismatch To generate a diff of this commit: cvs rdiff -u -r1.16

CVS commit: src/external/gpl3/gcc/lib/libgcc/libgcc

2013-02-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 14 15:42:31 UTC 2013 Modified Files: src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile Log Message: Make sure LIBGCC_MACHINE_ARCH is always defined. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src

2013-02-14 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Feb 14 16:13:38 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c Log Message: call ioctl(WSDISPLAYIO_SMODE, ...) in EnterTV/LeaveVT so kernel graphics drivers get notified when we switch

CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos

2013-02-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 14 16:16:25 UTC 2013 Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile Log Message: set -DPCVT_SUPPORT on most hardware To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/external/public-domain/sqlite

2013-02-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 14 17:12:24 UTC 2013 Modified Files: src/external/public-domain/sqlite/bin: Makefile src/external/public-domain/sqlite/dist: sqlite3.c Log Message: When converting long double values to decimal, convert to int via

CVS commit: src/usr.bin/mail

2013-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 14 18:23:46 UTC 2013 Modified Files: src/usr.bin/mail: mime_codecs.c mime_codecs.h mime_header.c Log Message: PR/47657: Steffen Daode Nurpmeso: quoted printable CTE exceeds RFC limit. - Encapsulated all the

CVS commit: src/external/public-domain/sqlite/lib

2013-02-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 14 19:18:38 UTC 2013 Modified Files: src/external/public-domain/sqlite/lib: Makefile Log Message: Link against libm To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: xsrc/external/mit/xf86-input-keyboard/dist/src

2013-02-14 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Feb 14 20:53:27 UTC 2013 Modified Files: xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_kbd.c xf86OSKbd.h Log Message: when using /dev/wskbd* we need to close the device when VT switching out of X, and open it again

CVS commit: src/external/gpl3/binutils

2013-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 14 21:29:36 UTC 2013 Modified Files: src/external/gpl3/binutils/usr.bin: Makefile.inc src/external/gpl3/binutils/usr.bin/common: Makefile.prog src/external/gpl3/binutils/usr.bin/gas: Makefile

CVS commit: [netbsd-6] src/sys/arch/evbarm/rpi

2013-02-14 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Feb 14 21:38:01 UTC 2013 Modified Files: src/sys/arch/evbarm/rpi [netbsd-6]: rpi_machdep.c Log Message: Pull up revision 1.6 of rpi_machdep.c to fix ticket #813. To generate a diff of this commit: cvs rdiff -u -r1.3.2.4

CVS commit: [netbsd-6] src/doc

2013-02-14 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Feb 14 21:38:50 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Fix the revision list for ticket 813. To generate a diff of this commit: cvs rdiff -u -r1.1.2.93 -r1.1.2.94 src/doc/CHANGES-6.1 Please note

CVS commit: [netbsd-6] src/external/mit/xorg/server/drivers/xf86-input-keyboard

2013-02-14 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Feb 14 21:43:10 UTC 2013 Modified Files: src/external/mit/xorg/server/drivers/xf86-input-keyboard [netbsd-6]: Makefile Log Message: Apply revision 1.15 via patch as part of a fix for ticket 818. To generate a diff

CVS commit: [netbsd-6] xsrc/external/mit/xf86-video-wsfb/dist/src

2013-02-14 Thread Jeff Rizzo
Module Name:xsrc Committed By: riz Date: Thu Feb 14 21:44:11 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-wsfb/dist/src [netbsd-6]: wsfb_driver.c Log Message: Pull up revision 1.15 as the second part of a fix for ticket 818. To generate a diff of this commit:

CVS commit: [netbsd-6] src/sys/dev/usb

2013-02-14 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Thu Feb 14 21:50:41 UTC 2013 Modified Files: src/sys/dev/usb [netbsd-6]: dwc_otgvar.h Log Message: Clean up trailing CRs accidentally introduced during the ticket 813 pullup. To generate a diff of this commit: cvs rdiff -u

CVS commit: [netbsd-6] src/sys/dev/pci

2013-02-14 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Thu Feb 14 22:08:28 UTC 2013 Modified Files: src/sys/dev/pci [netbsd-6]: if_wm.c if_wmvar.h Log Message: Pull up revisions: src/sys/dev/pci/if_wm.c revision 1.243 src/sys/dev/pci/if_wmvar.h revision 1.14 (requested by msaitoh in

CVS commit: [netbsd-6] src/sys/arch/sparc/include

2013-02-14 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Thu Feb 14 22:12:10 UTC 2013 Modified Files: src/sys/arch/sparc/include [netbsd-6]: ieee.h Log Message: Pull up revision 1.15 (requested by martin in ticket #821). We have an implicit 1 MSB bit in the mantissa. Pointed out by Matt

CVS commit: [netbsd-6] src/sys/kern

2013-02-14 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Thu Feb 14 22:13:59 UTC 2013 Modified Files: src/sys/kern [netbsd-6]: uipc_socket.c uipc_syscalls.c Log Message: Pull up revisions: src/sys/kern/uipc_socket.c revision 1.213 src/sys/kern/uipc_syscalls.c revision 1.160 (requested

CVS commit: src/distrib/utils/embedded

2013-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 15 00:13:07 UTC 2013 Modified Files: src/distrib/utils/embedded: mkimage Log Message: don't use [ -f $i ] cat $i, since we are using -e To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/lib/libc/gen

2013-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 15 00:28:10 UTC 2013 Modified Files: src/lib/libc/gen: vis.c Log Message: More fixes from: J.R. Oldroyd - The input loop control that I changed yesterday to: while (mbslength = 0) { There are circumstances

CVS commit: src/usr.bin/vis

2013-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 15 00:29:45 UTC 2013 Modified Files: src/usr.bin/vis: vis.c Log Message: More fixes from J.R. Oldroyd: - I have added a call to memset() to clear the mbibuff on each loop. Since we're dealing with possibly broken

CVS commit: [matt-nb6-plus] src/sys/arch/arm/arm32

2013-02-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 15 01:02:59 UTC 2013 Modified Files: src/sys/arch/arm/arm32 [matt-nb6-plus]: bus_dma.c Log Message: Actually use the calculated uboundary To generate a diff of this commit: cvs rdiff -u -r1.54.10.5 -r1.54.10.6

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

2013-02-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Feb 15 01:03:43 UTC 2013 Modified Files: src/sys/arch/arm/arm32: bus_dma.c Log Message: Actually use the calculated uboundary. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/arch/arm/arm32/bus_dma.c

CVS commit: [netbsd-6] src/sys/arch/evbarm/rpi

2013-02-14 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 15 03:35:52 UTC 2013 Added Files: src/sys/arch/evbarm/rpi [netbsd-6]: vcpm.h Log Message: Commit another file missed from ticket 813. (Raspberry Pi support) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.4.2

CVS commit: [netbsd-6] src/doc

2013-02-14 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Fri Feb 15 03:36:32 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Adjust the ticket 813 entry. To generate a diff of this commit: cvs rdiff -u -r1.1.2.96 -r1.1.2.97 src/doc/CHANGES-6.1 Please note that

CVS commit: src/doc

2013-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 15 03:56:11 UTC 2013 Modified Files: src/doc: 3RDPARTY Log Message: newer openssl To generate a diff of this commit: cvs rdiff -u -r1.1000 -r1.1001 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/external/public-domain/sqlite/lib

2013-02-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Feb 15 07:59:37 UTC 2013 Modified Files: src/external/public-domain/sqlite/lib: Makefile Log Message: Backout libm dependency here as well (assuming it was meant for the backed-out use of floor() I added/removed yesterday)