CVS commit: src/sys/arch/arm/arm32
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 rdiff -u -r1.75 -r1.76 src/sys/arch/arm/arm32/bus_dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb6-plus] src/sys/arch/arm/arm32
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb6-plus] src/sys/arch/arm/conf
Module Name:src Committed By: matt Date: Thu Feb 14 08:09:00 UTC 2013 Modified Files: src/sys/arch/arm/conf [matt-nb6-plus]: files.arm Log Message: Add BUSDMA_COUNTERS option To generate a diff of this commit: cvs rdiff -u -r1.103.2.1.2.1 -r1.103.2.1.2.2 src/sys/arch/arm/conf/files.arm Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/arm32
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 src/sys/arch/arm/arm32/bus_dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb6-plus] src/sys/arch/arm/arm32
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips/include
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 diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/src
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 diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/vis
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 note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/lib/libgcc
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 MACHINE_ARCH). When generating .hidden stub, use ${COPTS} To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/external/gpl3/gcc/lib/libgcc/Makefile.inc cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gcc/lib/libgcc/libgcc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/compat/mips64/o32
Module Name:src Committed By: matt Date: Thu Feb 14 09:22:18 UTC 2013 Modified Files: src/compat/mips64/o32: bsd.o32.mk Log Message: Define LIBGCC_MACHINE_ARCH so correct files are used o32 libgcc. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/compat/mips64/o32/bsd.o32.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/src
Module Name:src Committed By: matt Date: Thu Feb 14 09:23:40 UTC 2013 Modified Files: src/lib/libm/src: s_fma.c Log Message: Define a strong alias, not a weak one To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libm/src/s_fma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/src
Module Name:src Committed By: matt Date: Thu Feb 14 09:24:50 UTC 2013 Modified Files: src/lib/libm/src: s_fma.c Log Message: Use right macro for __strong_alias To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libm/src/s_fma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/arch/arm
Module Name:src Committed By: matt Date: Thu Feb 14 09:27:26 UTC 2013 Modified Files: src/lib/libm/arch/arm: s_fabsf.S Log Message: Remove .fpu since it's not needed To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/arch/arm/s_fabsf.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: wiz Date: Thu Feb 14 09:31:48 UTC 2013 Modified Files: src/lib/libc/sys: sigqueue.2 Log Message: Fix typo in error code; from Henning Petersen in PR 47565. While here, sort errors. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/sys/sigqueue.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc/include
Module Name:src Committed By: martin Date: Thu Feb 14 09:34:46 UTC 2013 Modified Files: src/sys/arch/sparc/include: ieee.h Log Message: We have an implicit 1 MSB bit in the mantissa. Pointed out by Matt Thomas. Fixes PR port-sparc64/47536. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sparc/include/ieee.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/librump
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 generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/rump/librump/makerumpif.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc/sparc
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 adapter. XXX the "ignore devices at mainbus" list seems to be ignored - or am I missing something? To generate a diff of this commit: cvs rdiff -u -r1.248 -r1.249 src/sys/arch/sparc/sparc/autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc/sparc
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 commit: cvs rdiff -u -r1.249 -r1.250 src/sys/arch/sparc/sparc/autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/gen
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; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/vis
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 -r1.17 src/usr.bin/vis/vis.1 cvs rdiff -u -r1.19 -r1.20 src/usr.bin/vis/vis.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/lib/libgcc/libgcc
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 src/external/gpl3/gcc/lib/libgcc/libgcc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xf86-video-wsfb/dist/src
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 in and out of X To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 \ xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos
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 \ src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/public-domain/sqlite
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 a call to floor(), so the conversion does not depend on current rounding mode. Fixes PR port-sparc64/47535. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/public-domain/sqlite/bin/Makefile cvs rdiff -u -r1.6 -r1.7 src/external/public-domain/sqlite/dist/sqlite3.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/mail
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 content-transfer-encoding stuff in mime_codecs.c - Replaced calls of strtol(3) with a handcrafted version that allows simple error checking by testing the return value. This allows to easily add special code to handle illegal QP sequences. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.bin/mail/mime_codecs.c cvs rdiff -u -r1.4 -r1.5 src/usr.bin/mail/mime_codecs.h cvs rdiff -u -r1.8 -r1.9 src/usr.bin/mail/mime_header.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/public-domain/sqlite/lib
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 src/external/public-domain/sqlite/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xf86-input-keyboard/dist/src
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 when switching back To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 \ xsrc/external/mit/xf86-input-keyboard/dist/src/bsd_kbd.c cvs rdiff -u -r1.1.1.3 -r1.2 \ xsrc/external/mit/xf86-input-keyboard/dist/src/xf86OSKbd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/public-domain/sqlite
Module Name:src Committed By: martin Date: Thu Feb 14 21:07:26 UTC 2013 Modified Files: src/external/public-domain/sqlite/bin: Makefile src/external/public-domain/sqlite/dist: sqlite3.c Log Message: Backout previous To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/public-domain/sqlite/bin/Makefile cvs rdiff -u -r1.7 -r1.8 src/external/public-domain/sqlite/dist/sqlite3.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/binutils
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 src/external/gpl3/binutils/usr.bin/gprof: Makefile src/external/gpl3/binutils/usr.bin/ld: Makefile src/external/gpl3/binutils/usr.bin/readelf: Makefile src/external/gpl3/binutils/usr.sbin/dbsym: Makefile src/external/gpl3/binutils/usr.sbin/mdsetimage: Makefile Log Message: re-order library dependencies to make sure that -lintl and -lz are after the rest of the libraries so that static linking works. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/binutils/usr.bin/Makefile.inc cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/binutils/usr.bin/common/Makefile.prog cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/binutils/usr.bin/gas/Makefile cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/binutils/usr.bin/gprof/Makefile cvs rdiff -u -r1.15 -r1.16 src/external/gpl3/binutils/usr.bin/ld/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/binutils/usr.bin/readelf/Makefile cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/binutils/usr.sbin/dbsym/Makefile cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/binutils/usr.sbin/mdsetimage/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/arch/evbarm/rpi
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 -r1.3.2.5 src/sys/arch/evbarm/rpi/rpi_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
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 that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/external/mit/xorg/server/drivers/xf86-input-keyboard
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 of this commit: cvs rdiff -u -r1.13 -r1.13.4.1 \ src/external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] xsrc/external/mit/xf86-video-wsfb/dist/src
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 rdiff -u -r1.13.2.1 -r1.13.2.2 \ xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: riz Date: Thu Feb 14 21:46:41 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Adjust entry for ticket 818. To generate a diff of this commit: cvs rdiff -u -r1.1.2.94 -r1.1.2.95 src/doc/CHANGES-6.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/dev/usb
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 -r1.11.2.2 -r1.11.2.3 src/sys/dev/usb/dwc_otgvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: christos Date: Thu Feb 14 21:57:59 UTC 2013 Modified Files: src/sys/kern: uipc_socket.c uipc_syscalls.c Log Message: PR/47569: Valery Ushakov: SOCK_NONBLOCK does not work because it does not set SS_NBIO. XXX: there are too many flags that mean the same thing in too many places, and too many flags that mean the same thing and are different. To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/sys/kern/uipc_socket.c cvs rdiff -u -r1.159 -r1.160 src/sys/kern/uipc_syscalls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/usr.bin/nbperf
Module Name:src Committed By: jdc Date: Thu Feb 14 22:06:18 UTC 2013 Modified Files: src/usr.bin/nbperf [netbsd-6]: nbperf-bdz.c nbperf.1 nbperf.c nbperf.h Log Message: Pull up revisions: src/usr.bin/nbperf/nbperf-bdz.c revision 1.7 src/usr.bin/nbperf/nbperf.1 revision 1.6 src/usr.bin/nbperf/nbperf.c revision 1.5 src/usr.bin/nbperf/nbperf.h revision 1.4 (requested by joerg in ticket #819). bdz -> bpz to match the initials of the authors. To generate a diff of this commit: cvs rdiff -u -r1.4.4.1 -r1.4.4.2 src/usr.bin/nbperf/nbperf-bdz.c cvs rdiff -u -r1.3.4.2 -r1.3.4.3 src/usr.bin/nbperf/nbperf.1 cvs rdiff -u -r1.4 -r1.4.4.1 src/usr.bin/nbperf/nbperf.c cvs rdiff -u -r1.3 -r1.3.8.1 src/usr.bin/nbperf/nbperf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/dev/pci
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 ticket #820). Use 82580(and I350) specific PHY read/write functions. Fixes PR#47542. To generate a diff of this commit: cvs rdiff -u -r1.227.2.5 -r1.227.2.6 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.12.10.1 -r1.12.10.2 src/sys/dev/pci/if_wmvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/arch/sparc/include
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 Thomas. Fixes PR port-sparc64/47536. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.14.8.1 src/sys/arch/sparc/include/ieee.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/kern
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 by christos in ticket #822). PR/47569: Valery Ushakov: SOCK_NONBLOCK does not work because it does not set SS_NBIO. XXX: there are too many flags that mean the same thing in too many places= , and too many flags that mean the same thing and are different. To generate a diff of this commit: cvs rdiff -u -r1.209.2.1 -r1.209.2.2 src/sys/kern/uipc_socket.c cvs rdiff -u -r1.154.2.2 -r1.154.2.3 src/sys/kern/uipc_syscalls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: jdc Date: Thu Feb 14 22:21:09 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Tickets #819 to #822. To generate a diff of this commit: cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-6.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/utils/embedded
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 src/distrib/utils/embedded/mkimage Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/gen
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 where this causes an extra \000 to be added at the end of some tests. This error was showing in my own tests here, but I did not notice it yesterday. (I really need to add my tests to the test suite, catching every error by eye is hard.) To fix, I've now changed the code to increment mbslength only if mbslength == 1 to start with. (Note that this check for "== 1" is why the arg to strvisx() in vis(1) must be 1, not mbilen.) - The cast sequence when manually inserting bytes after a multibyte conversion error: *src = (wint_t)(u_char)*mbsrc; is wrong. This is causing problems in the case when an 8859-1 input string is processed in the UTF-8 locale. It needs to be: *src = (wint_t)*mbsrc; Without the (u_char) all the locale mismatch combinations then work. - The code: if (mblength < len) len = mblength; needs to be there. It resets len for the single character input case after we've actually processed two input characters (c and nextc) because we incremented mbslength at the start of the loop. Without this code, single character conversions end up with a \000 or other byte appended. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/lib/libc/gen/vis.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/vis
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 multibyte sequences, clearing it will avoid problems with a new input sequence possibly being confused by extra bytes still there from the last iteration. wctomb(), which is used to fill that buffer, does not append a NUL. - I have added a (char) cast when copying single bytes into the input buffer after a multibyte conversion error. - In the call to strvisx() the count must be 1, not mbilen which can be 2 or 3 etc for a multibyte character. This value is a count of characters - not bytes - to process. It even says characters in the man page. In vis(3) I am interpreting this value to mean multibyte characters. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.bin/vis/vis.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [matt-nb6-plus] src/sys/arch/arm/arm32
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 src/sys/arch/arm/arm32/bus_dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/arm32
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/arch/evbarm/rpi
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 src/sys/arch/evbarm/rpi/vcpm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
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 diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: christos Date: Fri Feb 15 03:55:51 UTC 2013 Modified Files: src/doc: CHANGES Log Message: newer openssl To generate a diff of this commit: cvs rdiff -u -r1.1789 -r1.1790 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
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 are subject to the copyright notices on the relevant files.
CVS commit: src/external/public-domain/sqlite/lib
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) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/public-domain/sqlite/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.