CVS commit: src/sys/lib/libkern/arch/sh3

2011-07-05 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jul 6 01:29:54 UTC 2011 Modified Files: src/sys/lib/libkern/arch/sh3: sdivsi3.S udivsi3.S Log Message: add weak aliases for __sdivsi3_i4i and __udivsi3_i4i. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src

2011-07-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jul 6 09:01:36 UTC 2011 Modified Files: src/external/gpl3/binutils/dist/bfd: elf32-ppc.c src/gnu/dist/gdb6/bfd: elf32-ppc.c Log Message: cast to int as the fake relocs are not in enum elf_ppc_reloc_type, and GCC 4.5

CVS commit: src/sbin/mount_nfs

2011-07-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jul 6 09:02:54 UTC 2011 Modified Files: src/sbin/mount_nfs: getnfsargs_small.c Log Message: switch from an ugly cast and ntohl() usage to be32dec(). use sizeof. idea from dh, and fixes a GCC 4.5 warning. To generate a diff

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

2011-07-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 01:26:17 UTC 2011 Modified Files: src/sys/arch/macppc/macppc: machdep.c Log Message: add some (uintptr_t) between pointer and uint64_t casts To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159

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

2011-07-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 01:26:37 UTC 2011 Modified Files: src/sys/arch/macppc/macppc: pic_heathrow.c pic_ohare.c Log Message: mark heathrow_read_events() and ohare_read_events() static. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/arch/macppc/stand/ofwboot

2011-07-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 01:26:55 UTC 2011 Modified Files: src/sys/arch/macppc/stand/ofwboot: ofdev.c Log Message: avoid a multi-level cast issue To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/arch

2011-07-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 01:27:13 UTC 2011 Modified Files: src/sys/arch/alpha/include: stdarg.h src/sys/arch/hppa/include: stdarg.h Log Message: port to GCC 4.5. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2011-07-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 01:27:30 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/libgcc: config.host Log Message: add hppa-netbsd support. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

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

2011-07-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 01:27:47 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libgcc: Makefile.inc Log Message: add ${G_LIB2ADD:H:O:u} to the .PATH to find all headers To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/external/gpl3/gcc/lib/libiberty/arch/hppa

2011-07-06 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 05:58:11 UTC 2011 Added Files: src/external/gpl3/gcc/lib/libiberty/arch/hppa: config.h Log Message: add missed mknative-gcc hppa file To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/arch

2011-07-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 06:01:12 UTC 2011 Modified Files: src/sys/arch/prep/stand/boot: boot.h src/sys/arch/rs6000/stand/boot: boot.h Log Message: remove inline from some non-inline function prototypes. To generate a diff of this

CVS commit: src/sys/arch/ews4800mips/stand/boot

2011-07-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 06:01:30 UTC 2011 Modified Files: src/sys/arch/ews4800mips/stand/boot: Makefile Log Message: apply some -fno-strict-aliasing To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/cobalt/stand/boot

2011-07-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 06:01:51 UTC 2011 Modified Files: src/sys/arch/cobalt/stand/boot: wd.c Log Message: avoid pointer aliasing issues To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/cobalt/stand/boot/wd.c Please

CVS commit: src/sys/arch/amiga/dev

2011-07-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 06:02:07 UTC 2011 Modified Files: src/sys/arch/amiga/dev: sbic.c Log Message: apply some parens around an expression to get the desired behaviour, as suggested by gcc 4.5 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/lgpl3/gmp/lib/libgmp/arch

2011-07-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 06:30:03 UTC 2011 Modified Files: src/external/lgpl3/gmp/lib/libgmp/arch/alpha: config.m4 src/external/lgpl3/gmp/lib/libgmp/arch/hppa: config.m4 src/external/lgpl3/gmp/lib/libgmp/arch/i386: config.m4

CVS commit: src/lib

2011-07-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 07:33:40 UTC 2011 Modified Files: src/lib: Makefile Log Message: add .WAIT's between libgmp and libmpfr, and between libmpfr and libmpc. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/lib/Makefile

CVS commit: src

2011-07-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 07:47:11 UTC 2011 Modified Files: src/external/gpl3/binutils/dist/bfd: elf32-ppc.c src/gnu/dist/gdb6/bfd: elf32-ppc.c Log Message: apply a couple of (int) before r_type switch usage. To generate a diff of this

CVS commit: src/external/lgpl3/gmp/lib/libgmp/arch/powerpc

2011-07-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 08:02:52 UTC 2011 Modified Files: src/external/lgpl3/gmp/lib/libgmp/arch/powerpc: Makefile.inc Log Message: for now, compile all the powerpc asm files -DPIC. fix this properly by either compiling the dynamic version in a

CVS commit: src

2011-07-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 08:46:22 UTC 2011 Modified Files: src/distrib/sets/lists/comp: ad.arm ad.armeb ad.m68k ad.mips ad.mips64eb ad.mips64el ad.powerpc ad.sh3 md.amd64 md.i386 mi src/external/gpl3/gcc/usr.bin/include:

CVS commit: src/sys/conf

2011-07-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 08:47:22 UTC 2011 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: adb_kbd.c and adb_ms.c need -Wno-cast-qual due to sysctl const issue. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142

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

2011-07-07 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 7 08:48:34 UTC 2011 Modified Files: src/sys/arch/evbarm/gumstix: gumstix_machdep.c Log Message: fix an off by one array bounds issue, and also fix a potentially non nul-terminated string. To generate a diff of this

CVS commit: src/sys/dev/spi

2011-07-07 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 8 03:29:15 UTC 2011 Modified Files: src/sys/dev/spi: spi.c Log Message: initialise chuck_rptr as well, instead of chuck_read twice. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/spi/spi.c Please

CVS commit: src/share/mk

2011-07-07 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 8 03:29:53 UTC 2011 Modified Files: src/share/mk: bsd.sys.mk Log Message: # XXX GCC 4.5 for dreamcast is extra noisy for cases it should be better with workaround via: CFLAGS+= -Wno-uninitialized To generate a diff

CVS commit: src/external/lgpl3/gmp/lib/libgmp/arch/sparc

2011-07-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 8 09:21:17 UTC 2011 Modified Files: src/external/lgpl3/gmp/lib/libgmp/arch/sparc: Makefile.inc Log Message: XXX: like ppc, build sparc gmp files with -DPIC for now. now /usr/bin/cc in a gcc 4.5.3 world works on a sparc.

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

2011-07-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 8 09:31:35 UTC 2011 Modified Files: src/distrib/sets/lists/comp: ad.m68k Log Message: add gcc-4.5/tgmath.h To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/distrib/sets/lists/comp/ad.m68k Please note

CVS commit: src/sys

2011-07-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 8 09:32:45 UTC 2011 Modified Files: src/sys/dev/pud: pud.c src/sys/kern: sys_module.c Log Message: avoid some uninitialised variable warnings. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2011-07-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 8 09:34:51 UTC 2011 Modified Files: src/sys/arch/sun3/conf: Makefile.sun3 Log Message: don't use -msoft-float for GCC 4.5. -msoft-float passes down -mno-float to the assembler, which barfs, and i can't see any way to

CVS commit: src/sys/arch/amiga/dev

2011-07-08 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jul 8 09:42:16 UTC 2011 Modified Files: src/sys/arch/amiga/dev: grfabs_cc.c Log Message: avoid uninitialised variable warnings. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/amiga/dev/grfabs_cc.c

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

2011-07-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 9 14:57:29 UTC 2011 Modified Files: src/common/lib/libc/arch/m68k/string: ffs.S Log Message: add a weak alias for __ffssi2 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2011-07-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 9 14:57:48 UTC 2011 Modified Files: src/distrib/sets/lists/comp: md.sparc md.sparc64 Log Message: add gcc-4.5/tgmath.h To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/distrib/sets/lists/comp/md.sparc cvs

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-07-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 9 14:58:34 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: take MASK_64BIT out of the default target flags. how this did not break all sorts of stuff i don't know! To generate a diff of

CVS commit: src/sys/arch/mac68k/dev

2011-07-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 9 15:02:15 UTC 2011 Modified Files: src/sys/arch/mac68k/dev: mac68k5380.c Log Message: avoid inconsistent inline usage to appease gcc 4.5. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

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

2011-07-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 9 15:02:49 UTC 2011 Modified Files: src/sys/arch/sparc/sparc: db_interface.c Log Message: avoid array bounds violation and use fr_fp and fr_pc. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89

CVS commit: src/sys/arch/sparc64/sparc64

2011-07-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 9 15:03:35 UTC 2011 Modified Files: src/sys/arch/sparc64/sparc64: autoconf.c Log Message: apply some (uintptr_t) between pointer and int assignments. To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183

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

2011-07-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 9 15:04:06 UTC 2011 Modified Files: src/sys/arch/sun3/conf: Makefile.sun3 Log Message: fix previous and use a correct make construct To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103

CVS commit: src/sys/arch/x68k/stand/libsa

2011-07-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 9 15:04:35 UTC 2011 Modified Files: src/sys/arch/x68k/stand/libsa: sdcd.c Log Message: don't assign sc-sc_partinfo.size to itself. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2011-07-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 10 02:39:57 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile src/external/gpl3/gcc/lib/libgcc/libgcc_s: Makefile Log Message: add a hack for emips libgcc (32 bit mips with softfloat.) To

CVS commit: src/external/lgpl3/gmp/lib/libgmp/arch

2011-07-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 10 02:41:50 UTC 2011 Modified Files: src/external/lgpl3/gmp/lib/libgmp/arch/arm: Makefile.inc src/external/lgpl3/gmp/lib/libgmp/arch/armeb: Makefile.inc Log Message: make these look more like the sparc/powerpc ones.

CVS commit: src

2011-07-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 10 03:05:34 UTC 2011 Modified Files: src/compat/mips64/64: bsd.64.mk src/compat/mips64/o32: bsd.o32.mk src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb: Makefile.inc gmp-mparam.h gmp.h

CVS commit: src/sys/arch

2011-07-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 10 08:42:56 UTC 2011 Modified Files: src/sys/arch/cobalt/stand/boot: Makefile src/sys/arch/pmax/stand: Makefile.booters Log Message: don't set MACHINE_ARCH. the CPUFLAGS/etc. is enough, and otherwise this doesn't

CVS commit: src

2011-07-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 10 08:43:51 UTC 2011 Modified Files: src/tools: Makefile src/usr.bin/elf2ecoff: Makefile Log Message: install elf2ecoff for all mips64 systems. it's needed for stand. To generate a diff of this commit: cvs rdiff

CVS commit: src

2011-07-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 10 08:51:24 UTC 2011 Modified Files: src/distrib/sparc64/instfs: Makefile src/sys/arch/sparc64/conf: INSTALL Log Message: sparc64 with GCC 4.5 has about a 2% code bloat, unfortunately. bump the instfs size to 9MB.

CVS commit: src

2011-07-10 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 10 15:28:26 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/gcc/arch/sparc64: auto-host.h src/tools/gcc: Makefile Log Message: force HAVE_AS_SPARC_GOTDATA_OP to false, since those relocs seem busted with our

CVS commit: src/sys/arch/amiga/stand/bootblock

2011-07-10 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 11 01:24:34 UTC 2011 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile src/sys/arch/amiga/stand/bootblock/bootxx_ffs: Makefile src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message:

CVS commit: src/external/gpl3/gcc/dist/gcc

2011-07-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 11 08:22:49 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: use m68k/t-floatlib on netbsd m68* platforms. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-07-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 11 08:23:16 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: fpgnulib.c Log Message: XXX: add a prototype for __cmpdf2() so this compiles with -Werror. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc/dist/gcc/config/m68k

2011-07-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 11 08:23:48 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/gcc/config/m68k: netbsd-elf.h Log Message: make this look more like the (working) gcc 4.1 configuration, and make this actually work on netbsd/sun2. To

CVS commit: src/external/gpl3/gcc

2011-07-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 11 08:25:09 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libgcc/arch: m68000.mk src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000: c++config.h config.h

CVS commit: src/sys/arch/amiga/stand/bootblock

2011-07-11 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jul 12 03:09:03 UTC 2011 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile src/sys/arch/amiga/stand/bootblock/bootxx_ffs: Makefile Log Message: fix previous and only force the failure if reloc2bb already

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

2011-07-11 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jul 12 05:31:03 UTC 2011 Modified Files: src/distrib/sets/lists/comp: ad.sh3 Log Message: mark gcc-4.5/tgmath.h as gcccmds,gcc=45. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

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

2011-07-11 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jul 12 05:31:49 UTC 2011 Modified Files: src/sys/arch/sun68k/include: bus.h Log Message: mark bus functions as static inline, not just plain inline. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src

2011-07-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jul 12 07:51:34 UTC 2011 Modified Files: src/lib/libc/arch/sparc64/string: memcpy.S src/lib/libc/compat/arch/sparc64/sys: compat___sigtramp1.S src/sys/arch/sparc64/include: db_machdep.h psl.h reg.h

CVS commit: src/sys/arch/arc/stand/boot

2011-07-13 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jul 13 14:09:36 UTC 2011 Modified Files: src/sys/arch/arc/stand/boot: Makefile Log Message: build this as a o32 application. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arc/stand/boot/Makefile

CVS commit: src/sys/lib/libkern/arch/sh3

2011-07-14 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 14 09:48:04 UTC 2011 Modified Files: src/sys/lib/libkern/arch/sh3: sdivsi3.S udivsi3.S Log Message: revert the _i4i aliases. they are not the right thing. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/sun3/dev

2011-07-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 16 20:25:29 UTC 2011 Modified Files: src/sys/arch/sun3/dev: fd.c Log Message: apply some static. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/sun3/dev/fd.c Please note that diffs are not

CVS commit: src/lib/csu/sparc64

2011-07-16 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 16 23:07:50 UTC 2011 Modified Files: src/lib/csu/sparc64: Makefile Log Message: revert the previous. it didn't help and wasn't the problem anyway. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/sparc

2011-07-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 17 23:18:23 UTC 2011 Modified Files: src/sys/arch/sparc/dev: fd.c power.c src/sys/arch/sparc/sparc: autoconf.c auxreg.c cpu.c cpuunit.c iommu.c memecc.c timer.c timer_msiiep.c timer_sun4.c timer_sun4m.c

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

2011-07-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 17 23:32:37 UTC 2011 Modified Files: src/sys/arch/sparc/sparc: auxiotwo.c clkctrl.c eeprom.c memreg.c msiiep.c msiiepvar.h Log Message: convert all the empty softc (just struct device) drivers to using

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

2011-07-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 17 23:34:17 UTC 2011 Modified Files: src/sys/arch/sparc/sparc: msiiep.c Log Message: actually use CFATTACH_DECL_NEW() and device_private() for mspcic. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

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

2011-07-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 18 00:05:35 UTC 2011 Modified Files: src/sys/arch/sparc/dev: cgeight.c cgfour.c cgtwo.c Log Message: convert to use device_t, cfdata_t and CFATTACH_DECL_NEW(). XXX: compile time tested only. To generate a diff of this

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

2011-07-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 18 00:31:13 UTC 2011 Modified Files: src/sys/arch/sparc/dev: bootbus.c cgsix_obio.c ebus.c rtc.c tctrl.c vme_machdep.c Log Message: convert the remaining sparc drivers to CFATTACH_DECL_NEW/cfdata_t/device_t.

CVS commit: src/sys/dev

2011-07-17 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jul 18 00:58:52 UTC 2011 Modified Files: src/sys/dev/ic: cd18xxvar.h midway.c midwayvar.h src/sys/dev/pci: if_en_pci.c src/sys/dev/sbus: if_en.c qe.c sio16.c spif.c spifvar.h stp4020.c xbox.c Log

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2011-07-18 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jul 19 01:38:00 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: merge the common CPPFLAGS and HOST_CPPFLAGS. put -DGENERATOR_FILE into HOST_CPPFLAGS, and remove the hacky list of files to

CVS commit: src/external/gpl3/gcc/usr.bin/backend

2011-07-20 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 21 03:01:26 UTC 2011 Modified Files: src/external/gpl3/gcc/usr.bin/backend: Makefile Log Message: add some missing dependancies. there are probably a bunch more make hasn't spat at me yet. To generate a diff of this

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

2011-07-20 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 21 03:05:13 UTC 2011 Modified Files: src/distrib/sets/lists/comp: ad.armeb Log Message: obsolete arm/bus.h for armeb as well. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/comp/ad.armeb

CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax

2011-07-20 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 21 03:10:24 UTC 2011 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax: c++config.h config.h Log Message: regenerate. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/x11/lib/GLU

2011-07-20 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Jul 21 03:36:29 UTC 2011 Modified Files: src/x11/lib/GLU: Makefile Log Message: apply some -Wno-error. there are char * vs. const char * issues that GCC 4.5 complains about, that are fixed in newer eg, MesaLib. To generate a

CVS commit: xsrc/external/mit/dri2proto/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 04:44:23 UTC 2011 Update of /cvsroot/xsrc/external/mit/dri2proto/dist In directory ivanova.netbsd.org:/tmp/cvs-serv4752 Log Message: initial import of dri2proto-2.6 Status: Vendor Tag: xorg Release Tags: dri2proto-2-6

CVS commit: xsrc/external/mit/fixesproto/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 04:44:33 UTC 2011 Update of /cvsroot/xsrc/external/mit/fixesproto/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24567 Log Message: initial import of fixesproto-5.0 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit/glproto/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 04:44:42 UTC 2011 Update of /cvsroot/xsrc/external/mit/glproto/dist In directory ivanova.netbsd.org:/tmp/cvs-serv29786 Log Message: initial import of glproto-1.4.14 Status: Vendor Tag: xorg Release Tags: glproto-1-4-14

CVS commit: xsrc/external/mit/inputproto/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 04:44:53 UTC 2011 Update of /cvsroot/xsrc/external/mit/inputproto/dist In directory ivanova.netbsd.org:/tmp/cvs-serv19590 Log Message: initial import of inputproto-2.0.2 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit/resourceproto/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 04:44:58 UTC 2011 Update of /cvsroot/xsrc/external/mit/resourceproto/dist In directory ivanova.netbsd.org:/tmp/cvs-serv1159 Log Message: initial import of resourceproto-1.2.0 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit/xextproto/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 04:45:09 UTC 2011 Update of /cvsroot/xsrc/external/mit/xextproto/dist In directory ivanova.netbsd.org:/tmp/cvs-serv2457 Log Message: initial import of xextproto-7.2.0 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit/xproto/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 04:46:18 UTC 2011 Update of /cvsroot/xsrc/external/mit/xproto/dist In directory ivanova.netbsd.org:/tmp/cvs-serv29359 Log Message: initial import of xproto 7.0.22. mostly just adds support for some new keysyms: Add two

CVS commit: xsrc/external/mit/xextproto/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 04:54:39 UTC 2011 Modified Files: xsrc/external/mit/xextproto/dist: shmstr.h syncstr.h Removed Files: xsrc/external/mit/xextproto/dist/specs: appgroup.xml Log Message: merge xextproto 7.2.0 To generate a diff

CVS commit: xsrc/external/mit/iceauth/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 05:54:02 UTC 2011 Update of /cvsroot/xsrc/external/mit/iceauth/dist In directory ivanova.netbsd.org:/tmp/cvs-serv17292 Log Message: initial import of iceauth-1.0.5. important changes include: support filesystems without

CVS commit: xsrc/external/mit/mkfontscale/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 05:54:24 UTC 2011 Update of /cvsroot/xsrc/external/mit/mkfontscale/dist In directory ivanova.netbsd.org:/tmp/cvs-serv4436 Log Message: initial import of mkfontscale-1.0.9. important changes include: various static

CVS commit: xsrc/external/mit/smproxy/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 05:54:31 UTC 2011 Update of /cvsroot/xsrc/external/mit/smproxy/dist In directory ivanova.netbsd.org:/tmp/cvs-serv19535 Log Message: initial import of smproxy-1.0.5 Status: Vendor Tag: xorg Release Tags: smproxy-1-0-5

CVS commit: xsrc/external/mit/xauth/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 05:55:45 UTC 2011 Update of /cvsroot/xsrc/external/mit/xauth/dist In directory ivanova.netbsd.org:/tmp/cvs-serv12513 Log Message: initial import of xauth-1.0.6 support filesystems without link() support Status:

CVS commit: xsrc/external/mit/xlsclients/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 05:55:53 UTC 2011 Update of /cvsroot/xsrc/external/mit/xlsclients/dist In directory ivanova.netbsd.org:/tmp/cvs-serv10416 Log Message: initial import of xlsclients-1.1.2 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit/xman/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 05:56:05 UTC 2011 Update of /cvsroot/xsrc/external/mit/xman/dist In directory ivanova.netbsd.org:/tmp/cvs-serv15465 Log Message: initial import of xman-1.1.2 Status: Vendor Tag: xorg Release Tags: xman-1-1-2

CVS commit: xsrc/external/mit/xprop/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 05:56:14 UTC 2011 Update of /cvsroot/xsrc/external/mit/xprop/dist In directory ivanova.netbsd.org:/tmp/cvs-serv15140 Log Message: initial import of xprop-1.2.1 Status: Vendor Tag: xorg Release Tags: xprop-1-2-1

CVS commit: xsrc/external/mit/xrandr/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 05:56:31 UTC 2011 Update of /cvsroot/xsrc/external/mit/xrandr/dist In directory ivanova.netbsd.org:/tmp/cvs-serv26652 Log Message: initial import of xrandr-1.3.5 various static checker fixes Status: Vendor Tag:

CVS commit: xsrc/external/mit/xwininfo/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 05:56:37 UTC 2011 Update of /cvsroot/xsrc/external/mit/xwininfo/dist In directory ivanova.netbsd.org:/tmp/cvs-serv25518 Log Message: initial import of xwininfo-1.1.2 Status: Vendor Tag: xorg Release Tags: xwininfo-1-1-2

CVS commit: xsrc/external/mit/iceauth/dist

2011-07-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 05:59:48 UTC 2011 Removed Files: xsrc/external/mit/iceauth/dist: autogen.sh iceauth.man Log Message: merge iceauth 1.0.5 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r0

CVS commit: xsrc/external/mit

2011-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 06:01:10 UTC 2011 Removed Files: xsrc/external/mit/mkfontscale/dist: mkfontscale.man xsrc/external/mit/smproxy/dist: smproxy.man xsrc/external/mit/xauth/dist: xauth.man

CVS commit: xsrc/external/mit/xman/dist

2011-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 06:01:42 UTC 2011 Modified Files: xsrc/external/mit/xman/dist: misc.c Removed Files: xsrc/external/mit/xman/dist: xman.man Log Message: merge xman 1.1.2 To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: xsrc/external/mit/xrandr/dist

2011-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 06:01:57 UTC 2011 Modified Files: xsrc/external/mit/xrandr/dist: xrandr.c Removed Files: xsrc/external/mit/xrandr/dist: xrandr.man Log Message: merge xrandr 1.3.5 To generate a diff of this commit: cvs rdiff -u

CVS commit: xsrc/external/mit/xwininfo/dist

2011-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 06:02:16 UTC 2011 Modified Files: xsrc/external/mit/xwininfo/dist: xwininfo.c Removed Files: xsrc/external/mit/xwininfo/dist: autogen.sh xwininfo.man Log Message: merge xwininfo 1.1.2 To generate a diff of this

CVS commit: src/external/mit/xorg/bin

2011-07-23 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 23 06:06:41 UTC 2011 Modified Files: src/external/mit/xorg/bin/mkfontscale: Makefile src/external/mit/xorg/bin/smproxy: Makefile src/external/mit/xorg/bin/xman: Makefile

CVS commit: xsrc/external/mit/util-macros/dist

2011-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 07:13:15 UTC 2011 Update of /cvsroot/xsrc/external/mit/util-macros/dist In directory ivanova.netbsd.org:/tmp/cvs-serv2541 Log Message: initial import of util-macros-1.15.0 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit/xkbcomp/dist

2011-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 07:27:32 UTC 2011 Update of /cvsroot/xsrc/external/mit/xkbcomp/dist In directory ivanova.netbsd.org:/tmp/cvs-serv5051 Log Message: initial import of xkbcomp-1.2.3 Status: Vendor Tag: xorg Release Tags: xkbcomp-1-2-3

CVS commit: xsrc/external/mit/xkbcomp/dist

2011-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 07:37:24 UTC 2011 Modified Files: xsrc/external/mit/xkbcomp/dist: utils.h Log Message: merge xkbcomp 1.2.3 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xkbcomp/dist/utils.h Please note

CVS commit: xsrc/external/mit/xf86-video-ast/dist

2011-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 08:10:43 UTC 2011 Update of /cvsroot/xsrc/external/mit/xf86-video-ast/dist In directory ivanova.netbsd.org:/tmp/cvs-serv19327 Log Message: initial import of xf86-video-ast-0.93.9 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit/xf86-video-ati/dist

2011-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 08:11:44 UTC 2011 Update of /cvsroot/xsrc/external/mit/xf86-video-ati/dist In directory ivanova.netbsd.org:/tmp/cvs-serv11945 Log Message: initial import of xf86-video-ati-6.14.2. important changes include: many

CVS commit: xsrc/external/mit/xf86-video-chips/dist

2011-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 08:11:48 UTC 2011 Update of /cvsroot/xsrc/external/mit/xf86-video-chips/dist In directory ivanova.netbsd.org:/tmp/cvs-serv1362 Log Message: initial import of xf86-video-chips-1.2.4 Status: Vendor Tag: xorg Release Tags:

CVS commit: xsrc/external/mit/xf86-video-mach64/dist

2011-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 08:12:02 UTC 2011 Update of /cvsroot/xsrc/external/mit/xf86-video-mach64/dist In directory ivanova.netbsd.org:/tmp/cvs-serv25954 Log Message: initial import of xf86-video-mach64-6.9.0. important changes include: fixes for

CVS commit: xsrc/external/mit/xf86-video-siliconmotion/dist

2011-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 08:12:12 UTC 2011 Update of /cvsroot/xsrc/external/mit/xf86-video-siliconmotion/dist In directory ivanova.netbsd.org:/tmp/cvs-serv29687 Log Message: initial import of xf86-video-siliconmotion-1.7.5. important changes include:

CVS commit: xsrc/external/mit/xf86-video-mach64/dist

2011-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 08:17:48 UTC 2011 Removed Files: xsrc/external/mit/xf86-video-mach64/dist: README.ati README.ati.sgml Log Message: merge xf86-video-mach64 6.9.0 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r0 \

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

2011-07-23 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Sat Jul 23 08:18:36 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-chips/dist/src: ct_driver.c Log Message: merge xf86-video-chips 1.2.4 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \

<    4   5   6   7   8   9   10   11   12   13   >