re: CVS commit: src/sys/dev/usb

2012-07-19 Thread matthew green
Module Name: src Committed By: christos Date: Fri Jul 20 02:23:35 UTC 2012 Modified Files: src/sys/dev/usb: usb.c Log Message: don't access memory outside the array bounds. and again, we have someone commiting code to usb.c that is wrong in the same way without asking

CVS commit: src/distrib/utils/sysinst

2012-07-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 19 06:07:21 UTC 2012 Modified Files: src/distrib/utils/sysinst: util.c Log Message: Ensure that bakname and tempname have a defined value, even if the first asprintf failed. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/npf/npfctl

2012-07-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 19 06:31:26 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: Add missing __dead. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/npf/npfctl/npfctl.c Please note that

CVS commit: src/lib/libukfs

2012-07-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 19 06:33:03 UTC 2012 Modified Files: src/lib/libukfs: ukfs.h Log Message: Always initialize part to avoid triggering uninitialized variable warnings. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/lib/libpthread_dbg

2012-07-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 19 06:33:49 UTC 2012 Modified Files: src/lib/libpthread_dbg: Makefile Log Message: Match ARCHSUBDIR logic from libpthread. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libpthread_dbg/Makefile

CVS commit: src/lib/libc/ssp

2012-07-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jul 19 06:44:12 UTC 2012 Modified Files: src/lib/libc/ssp: __builtin_object_size.3 Log Message: Minus (one) needs a backslash before the minus. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/share/man/man4

2012-07-19 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Jul 19 08:57:10 UTC 2012 Modified Files: src/share/man/man4: Makefile Added Files: src/share/man/man4: tdvfb.4 Log Message: Add man page for recently introduced tdvfb(4). To generate a diff of this commit: cvs

CVS commit: src/distrib/sets/lists/man

2012-07-19 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Jul 19 09:06:34 UTC 2012 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add tdvfb(4) man page do distr list. To generate a diff of this commit: cvs rdiff -u -r1.1398 -r1.1399 src/distrib/sets/lists/man/mi

CVS commit: src/sys/dev

2012-07-19 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Jul 19 09:09:46 UTC 2012 Modified Files: src/sys/dev: DEVNAMES Log Message: Add tdvfb. To generate a diff of this commit: cvs rdiff -u -r1.276 -r1.277 src/sys/dev/DEVNAMES Please note that diffs are not public domain;

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

2012-07-19 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Jul 19 09:20:41 UTC 2012 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: Add tdvfb (Voodoo2 driver) to GENERIC. To generate a diff of this commit: cvs rdiff -u -r1.300 -r1.301

CVS commit: src/libexec/httpd

2012-07-19 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 19 09:53:06 UTC 2012 Modified Files: src/libexec/httpd: CHANGES bozohttpd.c bozohttpd.h dir-index-bozo.c Log Message: when generating URIs escape various characters as specified in RFC 3986. this makes, among other things,

CVS commit: src/share/man/man4

2012-07-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jul 19 10:27:58 UTC 2012 Modified Files: src/share/man/man4: tdvfb.4 Log Message: Whitespace, wording, typos. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/tdvfb.4 Please note that diffs are

CVS commit: src/sys/dev/ic

2012-07-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jul 19 12:39:09 UTC 2012 Modified Files: src/sys/dev/ic: mvsata.c Log Message: Fix MVSATA_WDC_* macros to actually access the Shadow Register Block. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/sysmon

2012-07-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 19 13:30:01 UTC 2012 Modified Files: src/sys/dev/sysmon: sysmon_envsys_events.c Log Message: If previously there was only a dummy event entry (to force refresh for entropy gathering), allow it to be updated for the

CVS commit: src/sys/dev/sysmon

2012-07-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 19 13:31:06 UTC 2012 Modified Files: src/sys/dev/sysmon: sysmon_envsys.c Log Message: Make sure to re-add the sensor as an entropy source after user request to reset (via envstat -S) To generate a diff of this commit:

CVS commit: src/tests/dev/sysmon

2012-07-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 19 13:36:18 UTC 2012 Modified Files: src/tests/dev/sysmon: t_swsensor.sh Log Message: Add new test cases for entropy-providing sensors To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/share/mk

2012-07-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 19 15:16:32 UTC 2012 Modified Files: src/share/mk: bsd.own.mk Log Message: add xgi to the list of known Xorg drivers just to make sure I don't forget to add it here when I actually import it To generate a diff of this

CVS commit: xsrc/external/mit/xf86-video-xgi

2012-07-19 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 19 15:24:47 UTC 2012 Update of /cvsroot/xsrc/external/mit/xf86-video-xgi In directory ivanova.netbsd.org:/tmp/cvs-serv5746 Log Message: initial import of xf86-video-xgi-1.6.0 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit/xf86-video-xgi/dist/autom4te.cache

2012-07-19 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 19 15:29:26 UTC 2012 Removed Files: xsrc/external/mit/xf86-video-xgi/dist/autom4te.cache: output.0 output.1 requests traces.0 traces.1 Log Message: remove accitentially imported garbage To generate a diff

CVS commit: src/share/man/man9

2012-07-19 Thread Julian Fagir
Module Name:src Committed By: jdf Date: Thu Jul 19 17:48:55 UTC 2012 Modified Files: src/share/man/man9: bus_space.9 Log Message: Added missing newline, as proposed by Petri Laakso in PR kern/46721. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/sys/dev/acpi

2012-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 19 18:03:32 UTC 2012 Modified Files: src/sys/dev/acpi: acpi_tz.c Log Message: Treat empty package returned from _ALn method the same as non-existent. From jmcneill. To generate a diff of this commit: cvs rdiff -u

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

2012-07-19 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 19 19:18:20 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: vb_ext.c vb_i2c.c vb_i2c.h vb_init.c vb_setmode.c vb_table.h vgatypes.h xgi.h xgi_accel.c xgi_driver.c xgi_driver.h

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-xgi

2012-07-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 19 19:21:50 UTC 2012 Added Files: src/external/mit/xorg/server/drivers/xf86-video-xgi: Makefile Log Message: reachover for xf86-video-xgi To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \

CVS commit: src/external/mit/xorg/server/drivers

2012-07-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 19 19:23:52 UTC 2012 Modified Files: src/external/mit/xorg/server/drivers: Makefile Log Message: build the xf86-video-xgi driver on i386 and amd64 To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/distrib/sets/lists/xserver

2012-07-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 19 19:30:39 UTC 2012 Modified Files: src/distrib/sets/lists/xserver: md.amd64 md.i386 Log Message: add files belonging to the xf86-video-xgi driver To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src

2012-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 19 19:34:27 UTC 2012 Modified Files: src/external/bsd/file/dist: config.guess src/external/gpl3/binutils/dist: config.guess src/external/gpl3/gcc/dist: config.guess src/external/lgpl2/mpc/dist:

CVS commit: src/share/mk

2012-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 19 19:42:45 UTC 2012 Modified Files: src/share/mk: bsd.gcc.mk bsd.lib.mk Log Message: From pooka: Fix EXTERNAL_TOOLCHAIN compilation where crti/crtn are not in the same directory as crtbegin To generate a diff of this

CVS commit: src/sys/netinet

2012-07-19 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Thu Jul 19 20:57:43 UTC 2012 Modified Files: src/sys/netinet: icmp6.h Log Message: this commit contains two sets of unrelated changes: while I was here I checked other KAME implementations for their icmp6.h version, and thus: -

CVS commit: src/sys/netinet

2012-07-19 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Thu Jul 19 21:08:43 UTC 2012 Modified Files: src/sys/netinet: icmp6.h Log Message: grmblwhitespace/grmbl To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/netinet/icmp6.h Please note that diffs are not public

CVS commit: src

2012-07-19 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Thu Jul 19 21:52:29 UTC 2012 Modified Files: src/sys/net/npf: npf.h npf_alg_icmp.c npf_impl.h npf_inet.c npf_instr.c npf_ncode.h npf_processor.c npf_session.c src/usr.sbin/npf/npfctl: npf_build.c npf_data.c

CVS commit: src/usr.sbin/npf/npfctl

2012-07-19 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Jul 19 22:22:53 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf_data.c npfctl.c Log Message: - npfctl_print_stats: beautification a la French style. - npfctl_icmpcode: fix the build break. To generate a diff of this

CVS commit: src/sys/sys

2012-07-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 19 22:34:54 UTC 2012 Modified Files: src/sys/sys: stdarg.h Log Message: Make the condition for __builtin_va_start more accurate. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/sys/stdarg.h Please

CVS commit: src/sys/sys

2012-07-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 19 22:46:41 UTC 2012 Modified Files: src/sys/sys: stdarg.h Log Message: ... aaand re-add lint compat. I still got it. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/sys/stdarg.h Please note that

CVS commit: src/sys/dev/raidframe

2012-07-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 19 22:47:52 UTC 2012 Modified Files: src/sys/dev/raidframe: rf_disks.c Log Message: Initialize values to squelch gcc. from Greg Oster To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83

CVS commit: src/sys/dev/pci

2012-07-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jul 20 01:26:19 UTC 2012 Modified Files: src/sys/dev/pci: ehci_pci.c Log Message: EHCI_USBINTR is 4 bytes wide, use proper access ops. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/dev/pci/ehci_pci.c

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

2012-07-19 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Jul 20 01:35:41 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: xgi_setup.c Log Message: some more gcc appeasing ( now why did that fire a warning on i386 but not amd64? ) To generate a diff of this

CVS commit: src/sys/dev/sdmmc

2012-07-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 02:04:13 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdhc.c sdhcreg.h sdmmc_mem.c sdmmcreg.h Log Message: Add use of watermark register when PIO to an ESDHC. After every kill or drain of watermask words, pause a bit to

CVS commit: src/sys/arch

2012-07-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 02:14:02 UTC 2012 Modified Files: src/sys/arch/arm/gemini: obio_ehci.c src/sys/arch/arm/imx: imxusb.c src/sys/arch/arm/omap: omap3_ehci.c src/sys/arch/mips/atheros/dev: ehci_arbus.c

CVS commit: src/sys/dev/usb

2012-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 20 02:23:35 UTC 2012 Modified Files: src/sys/dev/usb: usb.c Log Message: don't access memory outside the array bounds. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/sys/dev/usb/usb.c Please note

CVS commit: src/sys/compat/netbsd32

2012-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 20 02:27:36 UTC 2012 Modified Files: src/sys/compat/netbsd32: netbsd32_lwp.c Log Message: always allocate a full ucontext structure so that we don't corrupt memory. XXX: needs pullup to 6? To generate a diff of this

CVS commit: src/sys/dev/pci

2012-07-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 20 04:13:06 UTC 2012 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some Intel's devices. To generate a diff of this commit: cvs rdiff -u -r1.1120 -r1.1121 src/sys/dev/pci/pcidevs Please note that diffs are

CVS commit: src/distrib/utils/sysinst

2012-07-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 19 06:07:21 UTC 2012 Modified Files: src/distrib/utils/sysinst: util.c Log Message: Ensure that bakname and tempname have a defined value, even if the first asprintf failed. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/npf/npfctl

2012-07-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 19 06:31:26 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: Add missing __dead. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/npf/npfctl/npfctl.c Please note that

CVS commit: src/lib/libc/ssp

2012-07-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jul 19 06:44:12 UTC 2012 Modified Files: src/lib/libc/ssp: __builtin_object_size.3 Log Message: Minus (one) needs a backslash before the minus. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/share/man/man4

2012-07-19 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Jul 19 08:57:10 UTC 2012 Modified Files: src/share/man/man4: Makefile Added Files: src/share/man/man4: tdvfb.4 Log Message: Add man page for recently introduced tdvfb(4). To generate a diff of this commit: cvs

CVS commit: src/distrib/sets/lists/man

2012-07-19 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Jul 19 09:06:34 UTC 2012 Modified Files: src/distrib/sets/lists/man: mi Log Message: Add tdvfb(4) man page do distr list. To generate a diff of this commit: cvs rdiff -u -r1.1398 -r1.1399 src/distrib/sets/lists/man/mi

CVS commit: src/sys/dev

2012-07-19 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Jul 19 09:09:46 UTC 2012 Modified Files: src/sys/dev: DEVNAMES Log Message: Add tdvfb. To generate a diff of this commit: cvs rdiff -u -r1.276 -r1.277 src/sys/dev/DEVNAMES Please note that diffs are not public domain;

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

2012-07-19 Thread Radoslaw Kujawa
Module Name:src Committed By: rkujawa Date: Thu Jul 19 09:20:41 UTC 2012 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: Add tdvfb (Voodoo2 driver) to GENERIC. To generate a diff of this commit: cvs rdiff -u -r1.300 -r1.301

CVS commit: src/sys/dev/acpi

2012-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 19 18:03:32 UTC 2012 Modified Files: src/sys/dev/acpi: acpi_tz.c Log Message: Treat empty package returned from _ALn method the same as non-existent. From jmcneill. To generate a diff of this commit: cvs rdiff -u

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

2012-07-19 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 19 19:18:20 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: vb_ext.c vb_i2c.c vb_i2c.h vb_init.c vb_setmode.c vb_table.h vgatypes.h xgi.h xgi_accel.c xgi_driver.c xgi_driver.h

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-xgi

2012-07-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 19 19:21:50 UTC 2012 Added Files: src/external/mit/xorg/server/drivers/xf86-video-xgi: Makefile Log Message: reachover for xf86-video-xgi To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \

CVS commit: src/external/mit/xorg/server/drivers

2012-07-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 19 19:23:52 UTC 2012 Modified Files: src/external/mit/xorg/server/drivers: Makefile Log Message: build the xf86-video-xgi driver on i386 and amd64 To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/distrib/sets/lists/xserver

2012-07-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 19 19:30:39 UTC 2012 Modified Files: src/distrib/sets/lists/xserver: md.amd64 md.i386 Log Message: add files belonging to the xf86-video-xgi driver To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src/share/mk

2012-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 19 19:42:45 UTC 2012 Modified Files: src/share/mk: bsd.gcc.mk bsd.lib.mk Log Message: From pooka: Fix EXTERNAL_TOOLCHAIN compilation where crti/crtn are not in the same directory as crtbegin To generate a diff of this

CVS commit: src/sys/netinet

2012-07-19 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Thu Jul 19 20:57:43 UTC 2012 Modified Files: src/sys/netinet: icmp6.h Log Message: this commit contains two sets of unrelated changes: while I was here I checked other KAME implementations for their icmp6.h version, and thus: -

CVS commit: src/sys/netinet

2012-07-19 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Thu Jul 19 21:08:43 UTC 2012 Modified Files: src/sys/netinet: icmp6.h Log Message: grmblwhitespace/grmbl To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/netinet/icmp6.h Please note that diffs are not public

CVS commit: src

2012-07-19 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Thu Jul 19 21:52:29 UTC 2012 Modified Files: src/sys/net/npf: npf.h npf_alg_icmp.c npf_impl.h npf_inet.c npf_instr.c npf_ncode.h npf_processor.c npf_session.c src/usr.sbin/npf/npfctl: npf_build.c npf_data.c

CVS commit: src/usr.sbin/npf/npfctl

2012-07-19 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Jul 19 22:22:53 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf_data.c npfctl.c Log Message: - npfctl_print_stats: beautification a la French style. - npfctl_icmpcode: fix the build break. To generate a diff of this

CVS commit: src/sys/sys

2012-07-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 19 22:34:54 UTC 2012 Modified Files: src/sys/sys: stdarg.h Log Message: Make the condition for __builtin_va_start more accurate. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/sys/stdarg.h Please

CVS commit: src/sys/sys

2012-07-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 19 22:46:41 UTC 2012 Modified Files: src/sys/sys: stdarg.h Log Message: ... aaand re-add lint compat. I still got it. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/sys/stdarg.h Please note that

CVS commit: src/sys/dev/pci

2012-07-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jul 20 01:26:19 UTC 2012 Modified Files: src/sys/dev/pci: ehci_pci.c Log Message: EHCI_USBINTR is 4 bytes wide, use proper access ops. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/dev/pci/ehci_pci.c

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

2012-07-19 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Jul 20 01:35:41 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-xgi/dist/src: xgi_setup.c Log Message: some more gcc appeasing ( now why did that fire a warning on i386 but not amd64? ) To generate a diff of this

CVS commit: src/sys/dev/sdmmc

2012-07-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 02:04:13 UTC 2012 Modified Files: src/sys/dev/sdmmc: sdhc.c sdhcreg.h sdmmc_mem.c sdmmcreg.h Log Message: Add use of watermark register when PIO to an ESDHC. After every kill or drain of watermask words, pause a bit to

CVS commit: src/sys/arch

2012-07-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 20 02:14:02 UTC 2012 Modified Files: src/sys/arch/arm/gemini: obio_ehci.c src/sys/arch/arm/imx: imxusb.c src/sys/arch/arm/omap: omap3_ehci.c src/sys/arch/mips/atheros/dev: ehci_arbus.c

CVS commit: src/sys/dev/usb

2012-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 20 02:23:35 UTC 2012 Modified Files: src/sys/dev/usb: usb.c Log Message: don't access memory outside the array bounds. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/sys/dev/usb/usb.c Please note

CVS commit: src/sys/compat/netbsd32

2012-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 20 02:27:36 UTC 2012 Modified Files: src/sys/compat/netbsd32: netbsd32_lwp.c Log Message: always allocate a full ucontext structure so that we don't corrupt memory. XXX: needs pullup to 6? To generate a diff of this

CVS commit: src/sys/dev/pci

2012-07-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 20 04:13:06 UTC 2012 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some Intel's devices. To generate a diff of this commit: cvs rdiff -u -r1.1120 -r1.1121 src/sys/dev/pci/pcidevs Please note that diffs are

CVS commit: src/sys/dev/pci

2012-07-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 20 04:13:30 UTC 2012 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.1114 -r1.1115 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1113