CVS commit: src/games/hack

2011-07-20 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Wed Jul 20 07:04:30 UTC 2011

Modified Files:
src/games/hack: hack.bones.c hack.do.c

Log Message:
Include system headers before private headers. Avoids various possible
symbol conflicts.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/games/hack/hack.bones.c
cvs rdiff -u -r1.9 -r1.10 src/games/hack/hack.do.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/sparc64/dev

2011-07-20 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Jul 20 10:39:43 UTC 2011

Modified Files:
src/sys/arch/sparc64/dev: schizo.c

Log Message:
some malloc() -> kmem_alloc()


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sparc64/dev/schizo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2011-07-20 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Wed Jul 20 11:52:00 UTC 2011

Modified Files:
src/sys/fs/msdosfs: msdosfs_vnops.c
src/tests/fs/vfs: t_vnops.c

Log Message:
Even though msdosfs never truncates file names it advertises _PC_NO_TRUNC
as zero.  Make it advertise one (no_trunc == true).

Names longer than NAME_MAX (255) will never pass namei() btw.

Fixes PR #43670 (msdosfs claims support for filenames longer than {NAME_MAX},
 but fails)


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/fs/msdosfs/msdosfs_vnops.c
cvs rdiff -u -r1.24 -r1.25 src/tests/fs/vfs/t_vnops.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/luna68k/conf

2011-07-20 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Jul 20 12:00:04 UTC 2011

Modified Files:
src/sys/arch/luna68k/conf: Makefile.luna68k

Log Message:
Fix thinko.  src/sys/conf/mkldscript.sh requires $OBJDUMP, not $ELF2AOUT.
(note generated faked a.out kernels can still be loaded and work fine)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/luna68k/conf/Makefile.luna68k

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sparc64

2011-07-20 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Jul 20 12:06:00 UTC 2011

Modified Files:
src/sys/arch/sparc64/dev: ebus.c psycho.c sbus.c schizo.c
src/sys/arch/sparc64/include: cpu.h
src/sys/arch/sparc64/sparc64: genassym.cf intr.c locore.s

Log Message:
add per ivec event counters


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/sparc64/dev/ebus.c
cvs rdiff -u -r1.108 -r1.109 src/sys/arch/sparc64/dev/psycho.c
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/sparc64/dev/sbus.c
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/sparc64/dev/schizo.c
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/sparc64/include/cpu.h
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/sparc64/sparc64/genassym.cf
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/sparc64/sparc64/intr.c
cvs rdiff -u -r1.335 -r1.336 src/sys/arch/sparc64/sparc64/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-07-20 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Jul 20 13:20:26 UTC 2011

Modified Files:
src/sys/arch/evbppc/conf: P2020RDB

Log Message:
Flash is only 16MB in size.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbppc/conf/P2020RDB

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/evbppc/mpc85xx

2011-07-20 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Jul 20 13:21:12 UTC 2011

Modified Files:
src/sys/arch/evbppc/mpc85xx: machdep.c

Log Message:
Suppress a GCC 4.5 warning.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbppc/mpc85xx/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-07-20 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Wed Jul 20 14:38:05 UTC 2011

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
Add Huawei E1820 "Mobile Broadband" USB cellular data adapter


To generate a diff of this commit:
cvs rdiff -u -r1.585 -r1.586 src/sys/dev/usb/usbdevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-07-20 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Wed Jul 20 14:41:39 UTC 2011

Modified Files:
src/sys/dev/usb: u3g.c

Log Message:
Make u3g driver recognise Huawei E1820.
(u3ginit already recognised it.)


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/usb/u3g.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-07-20 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Wed Jul 20 14:40:23 UTC 2011

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen for Huawei E1820


To generate a diff of this commit:
cvs rdiff -u -r1.578 -r1.579 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.579 -r1.580 src/sys/dev/usb/usbdevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Jul 20 16:53:27 UTC 2011

Modified Files:
src/sys/dev/usb: usb.h

Log Message:
Add UIPROTO_RNDIS.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/dev/usb/usb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Jul 20 17:06:01 UTC 2011

Modified Files:
src/sys/dev/usb: usbdevs

Log Message:
Add vendor HTC, and HTC and Samsung Android products.


To generate a diff of this commit:
cvs rdiff -u -r1.586 -r1.587 src/sys/dev/usb/usbdevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Jul 20 17:07:03 UTC 2011

Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
regen.


To generate a diff of this commit:
cvs rdiff -u -r1.579 -r1.580 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.580 -r1.581 src/sys/dev/usb/usbdevs_data.h

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

2011-07-20 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Wed Jul 20 17:51:25 UTC 2011

Modified Files:
src/lib/libc/sys: getdents.2

Log Message:
Remove unneeded `Either' word in EFAULT error description.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/sys/getdents.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-07-20 Thread Ryo ONODERA
Module Name:src
Committed By:   ryoon
Date:   Wed Jul 20 19:27:54 UTC 2011

Modified Files:
src/sys/dev/usb: ugraphire_rdesc.h uhidev.c

Log Message:
Fix PR kern/42570

* Graphire uses the descriptor as same as Graphire 3.
  This is confirmed by USB analysis on Windows.
  That is done with Wacom's official device driver and USB Snoopy.

* Old rev. 1.1 descriptor supports stylus only, probably 4D mouse
  is not supported. Graphire 3's one probably supports 4D mouse.

* Graphire also needs 0x0202 sending.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/ugraphire_rdesc.h
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/usb/uhidev.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/cddl/osnet/dev/dtrace/i386

2011-07-20 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Jul 20 19:51:57 UTC 2011

Modified Files:
src/external/cddl/osnet/dev/dtrace/i386: dis_tables.c

Log Message:
Fix uninitialized variables reported by GCC 4.5.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/dev/dtrace/i386/dis_tables.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Jul 20 19:59:50 UTC 2011

Added Files:
src/sys/dev/usb: if_urndis.c if_urndisreg.h

Log Message:
Add urndis(4) driver for USB networking devices implementing the
Microsoft RNDIS specification.  From OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/if_urndis.c \
src/sys/dev/usb/if_urndisreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Jul 20 20:00:29 UTC 2011

Modified Files:
src/sys/dev/usb: files.usb

Log Message:
Add urndis(4).


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/dev/usb/files.usb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Jul 20 20:27:42 UTC 2011

Modified Files:
src/sys/arch/amd64/conf: XEN3_DOM0
src/sys/arch/i386/conf: XEN3_DOM0

Log Message:
Add urndis(4).


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/i386/conf/XEN3_DOM0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Jul 20 20:29:54 UTC 2011

Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: ALL GENERIC

Log Message:
Add cxdtv(4) and urndis(4).  Also, two slight cosmetic changes.


To generate a diff of this commit:
cvs rdiff -u -r1.323 -r1.324 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.313 -r1.314 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1039 -r1.1040 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Jul 20 20:38:29 UTC 2011

Modified Files:
src/doc: CHANGES

Log Message:
Note the two new drivers I recently worked on.


To generate a diff of this commit:
cvs rdiff -u -r1.1580 -r1.1581 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/sys/arch/hpcsh

2011-07-20 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Jul 20 20:46:50 UTC 2011

Modified Files:
src/sys/arch/hpcsh/dev/hd64461: hd64461pcmcia.c
src/sys/arch/hpcsh/hpcsh: bus_space.c
Added Files:
src/sys/arch/hpcsh/include: bus_util.h

Log Message:
Move macros _BUS_SPACE_WRITE(), _BUS_SPACE_WRITE_MULTI(), et
cetera, into  for both hpcsh/bus_space.c and
dev/hd64461/hd64461pcmcia.c to use them.

(I haven't had a close look at what hd64461pcmcia.c is doing, but I have
a hunch that it is a good use for bus_space_tag_create(9).)


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/hpcsh/dev/hd64461/hd64461pcmcia.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hpcsh/hpcsh/bus_space.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/hpcsh/include/bus_util.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Jul 20 20:51:12 UTC 2011

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: urndis.4

Log Message:
Add urndis(4) manual page.


To generate a diff of this commit:
cvs rdiff -u -r1.1324 -r1.1325 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.561 -r1.562 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/urndis.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Jul 20 20:54:24 UTC 2011

Modified Files:
src/sys/dev: DEVNAMES

Log Message:
Note urndis(4).


To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 src/sys/dev/DEVNAMES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Jul 20 21:08:30 UTC 2011

Modified Files:
src/sys/dev/usb: usbdevices.config

Log Message:
Start making usbdevices.config more generically useful by commenting out the
MD host controller attachments.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/usbdevices.config

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sh3

2011-07-20 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed Jul 20 21:30:13 UTC 2011

Modified Files:
src/sys/arch/sh3/include: bus_funcs.h
src/sys/arch/sh3/sh3: sh3_machdep.c

Log Message:
Remove redundant, static inline bus_space(9) declarations
from sh3/bus_funcs.h and move the non-inline definitions to
sh3/sh3_machdep.c.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/sh3/include/bus_funcs.h
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/sh3/sh3/sh3_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Jul 20 22:33:46 UTC 2011

Modified Files:
src/sys/dev/usb: usbdevices.config

Log Message:
Bring usbdevices.config in line with i386 GENERIC (this is now a superset).
uhmodem(4) and xboxcontroller(4) have been left commented out, as they do
no appear in GENERIC.  However some ucom(4) drivers that are not in GENERIC
have been added for no particular reason.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/usb/usbdevices.config

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/bluetooth

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Jul 20 22:42:59 UTC 2011

Added Files:
src/sys/dev/bluetooth: bluetoothdevices.config

Log Message:
Add config(5) fragment for MI bluetooth(4) drivers.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/dev/bluetooth/bluetoothdevices.config

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Wed Jul 20 22:53:38 UTC 2011

Added Files:
src/sys/arch/evbarm/conf: MV2120 mk.mv2120 std.mv2120

Log Message:
Add support for HP Media Vault MV2100/MV5100 series Marvell Orion board.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/MV2120 \
src/sys/arch/evbarm/conf/mk.mv2120 src/sys/arch/evbarm/conf/std.mv2120

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc/sys

2011-07-20 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Wed Jul 20 22:53:44 UTC 2011

Modified Files:
src/tests/lib/libc/sys: t_mprotect.c

Log Message:
Modify exec test to be more resilient regarding partial exec protection:
skip test instead of returning a failure that could be misinterpreted.

Suggested by Jukka in private mail.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/sys/t_mprotect.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/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 commit:
cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gcc/usr.bin/backend/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

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/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 \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax/c++config.h \
src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2011-07-20 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Jul 21 03:13:32 UTC 2011

Modified Files:
src/compat/amd64/i386: bsd.i386.mk
src/compat/mips64/64: bsd.64.mk
src/compat/mips64/o32: bsd.o32.mk
src/compat/sparc64/sparc: bsd.sparc.mk
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
md.sparc64
src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64
md.sparc64 mi shl.mi
src/external/gpl3/gcc/usr.bin: Makefile.backend Makefile.inc
src/external/gpl3/gcc/usr.bin/cc1: Makefile
src/external/gpl3/gcc/usr.bin/cc1obj: Makefile
src/external/gpl3/gcc/usr.bin/cc1plus: Makefile
src/external/lgpl2/mpc/lib/libmpc: Makefile
src/external/lgpl3/gmp/lib/libgmp: Makefile
src/external/lgpl3/mpfr/lib/libmpfr: Makefile
src/lib: Makefile

Log Message:
build GMP, MPFR and MPC as private libraries just for GCC.  don't
install the headers or librarys into the system.

someone who really cares could make them shlibs again and have them
installed into eg, /usr/lib/gcc.  not convinced it is worth it.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/compat/amd64/i386/bsd.i386.mk
cvs rdiff -u -r1.7 -r1.8 src/compat/mips64/64/bsd.64.mk
cvs rdiff -u -r1.7 -r1.8 src/compat/mips64/o32/bsd.o32.mk
cvs rdiff -u -r1.3 -r1.4 src/compat/sparc64/sparc/bsd.sparc.mk
cvs rdiff -u -r1.59 -r1.60 src/distrib/sets/lists/base/ad.mips64eb
cvs rdiff -u -r1.56 -r1.57 src/distrib/sets/lists/base/ad.mips64el
cvs rdiff -u -r1.129 -r1.130 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.123 -r1.124 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.44 -r1.45 src/distrib/sets/lists/comp/ad.mips64eb \
src/distrib/sets/lists/comp/ad.mips64el
cvs rdiff -u -r1.125 -r1.126 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.111 -r1.112 src/distrib/sets/lists/comp/md.sparc64
cvs rdiff -u -r1.1645 -r1.1646 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.180 -r1.181 src/distrib/sets/lists/comp/shl.mi
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/Makefile.backend
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gcc/usr.bin/Makefile.inc
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/usr.bin/cc1/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/usr.bin/cc1obj/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/usr.bin/cc1plus/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/lgpl2/mpc/lib/libmpc/Makefile
cvs rdiff -u -r1.9 -r1.10 src/external/lgpl3/gmp/lib/libgmp/Makefile
cvs rdiff -u -r1.7 -r1.8 src/external/lgpl3/mpfr/lib/libmpfr/Makefile
cvs rdiff -u -r1.172 -r1.173 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/x11/lib/GLU/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Thu Jul 21 04:00:26 UTC 2011

Modified Files:
src/sys/arch/amd64/conf: GENERIC

Log Message:
Add dtv* at dtvbus? because I'll get weird looks if I introduce a #if NDTV > 0,
and also if I don't un-Break the build.


To generate a diff of this commit:
cvs rdiff -u -r1.324 -r1.325 src/sys/arch/amd64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2011-07-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Thu Jul 21 04:05:14 UTC 2011

Modified Files:
src/sys/arch/amd64/conf: GENERIC

Log Message:
Add wmieeepc(4) to amd64 GENERIC.


To generate a diff of this commit:
cvs rdiff -u -r1.325 -r1.326 src/sys/arch/amd64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.