CVS commit: src/sys/dev/acpi

2010-07-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul 18 06:58:48 UTC 2010

Modified Files:
src/sys/dev/acpi: acpidevs

Log Message:
Shorten some of the descriptions.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/acpi/acpidevs

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



CVS commit: src/sys/dev/mii

2010-07-17 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sun Jul 18 03:00:39 UTC 2010

Modified Files:
src/sys/dev/mii: rgephy.c rgephyreg.h

Log Message:
Use standard MII register definitions from mii.h.  No binary change.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/mii/rgephy.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/mii/rgephyreg.h

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/include/xcb-proto

2010-07-17 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Jul 17 23:44:29 UTC 2010

Added Files:
src/external/mit/xorg/include/xcb-proto: Makefile

Log Message:
install the xcb-proto files; not used yet.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/include/xcb-proto/Makefile

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/lib/libxcb

2010-07-17 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Jul 17 23:43:32 UTC 2010

Added Files:
src/external/mit/xorg/lib/libxcb: Makefile xcb.mk
src/external/mit/xorg/lib/libxcb/bigreq: Makefile
src/external/mit/xorg/lib/libxcb/composite: Makefile
src/external/mit/xorg/lib/libxcb/damage: Makefile
src/external/mit/xorg/lib/libxcb/dpms: Makefile
src/external/mit/xorg/lib/libxcb/dri2: Makefile
src/external/mit/xorg/lib/libxcb/files: Makefile Makefile.xmlsrcs
bigreq.c bigreq.h composite.c composite.h config.h damage.c
damage.h dpms.c dpms.h dri2.c dri2.h glx.c glx.h randr.c randr.h
record.c record.h render.c render.h res.c res.h screensaver.c
screensaver.h shape.c shape.h shm.c shm.h sync.c sync.h xc_misc.c
xc_misc.h xevie.c xevie.h xf86dri.c xf86dri.h xfixes.c xfixes.h
xinerama.c xinerama.h xinput.c xinput.h xproto.c xproto.h
xselinux.c xselinux.h xtest.c xtest.h xv.c xv.h xvmc.c xvmc.h
src/external/mit/xorg/lib/libxcb/glx: Makefile
src/external/mit/xorg/lib/libxcb/libxcb: Makefile shlib_version
src/external/mit/xorg/lib/libxcb/randr: Makefile
src/external/mit/xorg/lib/libxcb/record: Makefile
src/external/mit/xorg/lib/libxcb/render: Makefile
src/external/mit/xorg/lib/libxcb/res: Makefile
src/external/mit/xorg/lib/libxcb/screensaver: Makefile
src/external/mit/xorg/lib/libxcb/shape: Makefile
src/external/mit/xorg/lib/libxcb/shm: Makefile
src/external/mit/xorg/lib/libxcb/sync: Makefile
src/external/mit/xorg/lib/libxcb/xc_misc: Makefile
src/external/mit/xorg/lib/libxcb/xevie: Makefile
src/external/mit/xorg/lib/libxcb/xf86dri: Makefile
src/external/mit/xorg/lib/libxcb/xfixes: Makefile
src/external/mit/xorg/lib/libxcb/xinerama: Makefile
src/external/mit/xorg/lib/libxcb/xinput: Makefile
src/external/mit/xorg/lib/libxcb/xproto: Makefile
src/external/mit/xorg/lib/libxcb/xtest: Makefile
src/external/mit/xorg/lib/libxcb/xv: Makefile
src/external/mit/xorg/lib/libxcb/xvmc: Makefile

Log Message:
build support for libxcb 1.6.  not yet used.

XXX: i couldn't get the python/xml generator to run outside of
XXX: the libxcb build tree, so i just copied these from there,
XXX: but ideally files/Makefile could know how to do this.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/lib/libxcb/Makefile \
src/external/mit/xorg/lib/libxcb/xcb.mk
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/lib/libxcb/bigreq/Makefile
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/lib/libxcb/composite/Makefile
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/lib/libxcb/damage/Makefile
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/lib/libxcb/dpms/Makefile
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/lib/libxcb/dri2/Makefile
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/lib/libxcb/files/Makefile \
src/external/mit/xorg/lib/libxcb/files/Makefile.xmlsrcs \
src/external/mit/xorg/lib/libxcb/files/bigreq.c \
src/external/mit/xorg/lib/libxcb/files/bigreq.h \
src/external/mit/xorg/lib/libxcb/files/composite.c \
src/external/mit/xorg/lib/libxcb/files/composite.h \
src/external/mit/xorg/lib/libxcb/files/config.h \
src/external/mit/xorg/lib/libxcb/files/damage.c \
src/external/mit/xorg/lib/libxcb/files/damage.h \
src/external/mit/xorg/lib/libxcb/files/dpms.c \
src/external/mit/xorg/lib/libxcb/files/dpms.h \
src/external/mit/xorg/lib/libxcb/files/dri2.c \
src/external/mit/xorg/lib/libxcb/files/dri2.h \
src/external/mit/xorg/lib/libxcb/files/glx.c \
src/external/mit/xorg/lib/libxcb/files/glx.h \
src/external/mit/xorg/lib/libxcb/files/randr.c \
src/external/mit/xorg/lib/libxcb/files/randr.h \
src/external/mit/xorg/lib/libxcb/files/record.c \
src/external/mit/xorg/lib/libxcb/files/record.h \
src/external/mit/xorg/lib/libxcb/files/render.c \
src/external/mit/xorg/lib/libxcb/files/render.h \
src/external/mit/xorg/lib/libxcb/files/res.c \
src/external/mit/xorg/lib/libxcb/files/res.h \
src/external/mit/xorg/lib/libxcb/files/screensaver.c \
src/external/mit/xorg/lib/libxcb/files/screensaver.h \
src/external/mit/xorg/lib/libxcb/files/shape.c \
src/external/mit/xorg/lib/libxcb/files/shape.h \
src/external/mit/xorg/lib/libxcb/files/shm.c \
src/external/mit/xorg/lib/libxcb/files/shm.h \
src/external/mit/xorg/lib/libxcb/files/sync.c \
src/external/mit/xorg/lib/libxcb/files/sync.h \
src/external/mit/xorg/lib/libxcb/files/xc_misc.c \
src/external/mit/xorg/lib/libxcb/files/xc_misc.h \
src/external/mit/xorg/lib/libxcb/files/xevie.c \
src/external/mit/xorg/lib/libxcb/files/xevie.h \
src/external/mit/xorg/lib/libxcb/files/xf86dri.c \
src/external/mit/xorg/lib/libxcb/files/xf86dri.h \
src/external/mit/xorg/lib/libxc

CVS commit: src/share/mk

2010-07-17 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Jul 17 22:53:29 UTC 2010

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
- add X11SHAREDIR definition
- X11SRCDIR's for libxcb, xcb-proto and xcb-utils


To generate a diff of this commit:
cvs rdiff -u -r1.634 -r1.635 src/share/mk/bsd.own.mk

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



CVS commit: src/sys/dev/isa

2010-07-17 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Jul 17 21:51:43 UTC 2010

Modified Files:
src/sys/dev/isa: itesio_isa.c

Log Message:
Put the original NULL pmf handler establishment back where it started, so
as not to call it in some error paths.

Instead, if there is a watchdog present, deregister the NULL handler before
establishing the one for the watchdog.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/isa/itesio_isa.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/isa

2010-07-17 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Jul 17 21:36:26 UTC 2010

Modified Files:
src/sys/dev/isa: itesio_isa.c

Log Message:
If this itesio(4) has a watchdog, then set up a real suspend handler to
make sure we don't suspend when the wdog time is active.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/isa/itesio_isa.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/x86/x86

2010-07-17 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sat Jul 17 21:34:39 UTC 2010

Modified Files:
src/sys/arch/x86/x86: ipmi.c

Log Message:
Register ipmi(4) with power management subsystem so we might have a chance
of suspending.  Suspending will still be denied if the watchdog is active.

As discussed on tech-kern@

XXX The pmf handlers for this and all other watchdogs should be factored
XXX out into a common handler for a generic wdog(4) pseudo-device, but
XXX that's left for the future.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/x86/x86/ipmi.c

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



CVS commit: xsrc/external/mit/xcb-proto/dist

2010-07-17 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Jul 17 20:37:19 UTC 2010

Update of /cvsroot/xsrc/external/mit/xcb-proto/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv7548

Log Message:
initial import of xcb-proto-1.6

Status:

Vendor Tag: xorg
Release Tags:   xcb-proto-1-6

N xsrc/external/mit/xcb-proto/dist/aclocal.m4
N xsrc/external/mit/xcb-proto/dist/COPYING
N xsrc/external/mit/xcb-proto/dist/TODO
N xsrc/external/mit/xcb-proto/dist/README
N xsrc/external/mit/xcb-proto/dist/NEWS
N xsrc/external/mit/xcb-proto/dist/xcb-proto.pc.in
N xsrc/external/mit/xcb-proto/dist/py-compile
N xsrc/external/mit/xcb-proto/dist/configure.ac
N xsrc/external/mit/xcb-proto/dist/missing
N xsrc/external/mit/xcb-proto/dist/configure
N xsrc/external/mit/xcb-proto/dist/Makefile.am
N xsrc/external/mit/xcb-proto/dist/Makefile.in
N xsrc/external/mit/xcb-proto/dist/INSTALL
N xsrc/external/mit/xcb-proto/dist/install-sh
N xsrc/external/mit/xcb-proto/dist/doc/xml-xcb.txt
N xsrc/external/mit/xcb-proto/dist/xcbgen/__init__.py
N xsrc/external/mit/xcb-proto/dist/xcbgen/state.py
N xsrc/external/mit/xcb-proto/dist/xcbgen/matcher.py
N xsrc/external/mit/xcb-proto/dist/xcbgen/error.py
N xsrc/external/mit/xcb-proto/dist/xcbgen/Makefile.am
N xsrc/external/mit/xcb-proto/dist/xcbgen/Makefile.in
N xsrc/external/mit/xcb-proto/dist/xcbgen/xtypes.py
N xsrc/external/mit/xcb-proto/dist/xcbgen/expr.py
N xsrc/external/mit/xcb-proto/dist/src/screensaver.xml
N xsrc/external/mit/xcb-proto/dist/src/xevie.xml
N xsrc/external/mit/xcb-proto/dist/src/xinput.xml
N xsrc/external/mit/xcb-proto/dist/src/xinerama.xml
N xsrc/external/mit/xcb-proto/dist/src/shm.xml
N xsrc/external/mit/xcb-proto/dist/src/xprint.xml
N xsrc/external/mit/xcb-proto/dist/src/xselinux.xml
N xsrc/external/mit/xcb-proto/dist/src/xcb.xsd
N xsrc/external/mit/xcb-proto/dist/src/composite.xml
N xsrc/external/mit/xcb-proto/dist/src/xproto.xml
N xsrc/external/mit/xcb-proto/dist/src/res.xml
N xsrc/external/mit/xcb-proto/dist/src/xtest.xml
N xsrc/external/mit/xcb-proto/dist/src/damage.xml
N xsrc/external/mit/xcb-proto/dist/src/dpms.xml
N xsrc/external/mit/xcb-proto/dist/src/sync.xml
N xsrc/external/mit/xcb-proto/dist/src/xc_misc.xml
N xsrc/external/mit/xcb-proto/dist/src/randr.xml
N xsrc/external/mit/xcb-proto/dist/src/dri2.xml
N xsrc/external/mit/xcb-proto/dist/src/Makefile.am
N xsrc/external/mit/xcb-proto/dist/src/record.xml
N xsrc/external/mit/xcb-proto/dist/src/Makefile.in
N xsrc/external/mit/xcb-proto/dist/src/xf86dri.xml
N xsrc/external/mit/xcb-proto/dist/src/shape.xml
N xsrc/external/mit/xcb-proto/dist/src/xvmc.xml
N xsrc/external/mit/xcb-proto/dist/src/glx.xml
N xsrc/external/mit/xcb-proto/dist/src/render.xml
N xsrc/external/mit/xcb-proto/dist/src/xv.xml
N xsrc/external/mit/xcb-proto/dist/src/xfixes.xml
N xsrc/external/mit/xcb-proto/dist/src/bigreq.xml

No conflicts created by this import



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

2010-07-17 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Jul 17 20:37:18 UTC 2010

Update of /cvsroot/xsrc/external/mit/libxcb/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv14186

Log Message:
initial import of libxcb-1.6

Status:

Vendor Tag: xorg
Release Tags:   libxcb-1-6

N xsrc/external/mit/libxcb/dist/xcb-dri2.pc.in
N xsrc/external/mit/libxcb/dist/configure.ac
N xsrc/external/mit/libxcb/dist/xcb-composite.pc.in
N xsrc/external/mit/libxcb/dist/xcb-xprint.pc.in
N xsrc/external/mit/libxcb/dist/xcb-damage.pc.in
N xsrc/external/mit/libxcb/dist/xcb-xfixes.pc.in
N xsrc/external/mit/libxcb/dist/Makefile.in
N xsrc/external/mit/libxcb/dist/configure
N xsrc/external/mit/libxcb/dist/NEWS
N xsrc/external/mit/libxcb/dist/xcb-sync.pc.in
N xsrc/external/mit/libxcb/dist/autogen.sh
N xsrc/external/mit/libxcb/dist/xcb-xselinux.pc.in
N xsrc/external/mit/libxcb/dist/xcb-randr.pc.in
N xsrc/external/mit/libxcb/dist/xcb-screensaver.pc.in
N xsrc/external/mit/libxcb/dist/xcb-xevie.pc.in
N xsrc/external/mit/libxcb/dist/xcb.pc.in
N xsrc/external/mit/libxcb/dist/xcb-render.pc.in
N xsrc/external/mit/libxcb/dist/xcb-xinerama.pc.in
N xsrc/external/mit/libxcb/dist/xcb-res.pc.in
N xsrc/external/mit/libxcb/dist/xcb-record.pc.in
N xsrc/external/mit/libxcb/dist/xcb-shape.pc.in
N xsrc/external/mit/libxcb/dist/xcb-glx.pc.in
N xsrc/external/mit/libxcb/dist/missing
N xsrc/external/mit/libxcb/dist/xcb-xtest.pc.in
N xsrc/external/mit/libxcb/dist/depcomp
N xsrc/external/mit/libxcb/dist/xcb-xinput.pc.in
N xsrc/external/mit/libxcb/dist/README
N xsrc/external/mit/libxcb/dist/INSTALL
N xsrc/external/mit/libxcb/dist/config.guess
N xsrc/external/mit/libxcb/dist/xcb-xv.pc.in
N xsrc/external/mit/libxcb/dist/COPYING
N xsrc/external/mit/libxcb/dist/aclocal.m4
N xsrc/external/mit/libxcb/dist/Makefile.am
N xsrc/external/mit/libxcb/dist/ltmain.sh
N xsrc/external/mit/libxcb/dist/acinclude.m4
N xsrc/external/mit/libxcb/dist/xcb-xf86dri.pc.in
N xsrc/external/mit/libxcb/dist/xcb-dpms.pc.in
N xsrc/external/mit/libxcb/dist/xcb-shm.pc.in
N xsrc/external/mit/libxcb/dist/xcb-xvmc.pc.in
N xsrc/external/mit/libxcb/dist/config.sub
N xsrc/external/mit/libxcb/dist/install-sh
N xsrc/external/mit/libxcb/dist/tools/constants
N xsrc/external/mit/libxcb/dist/tools/README
N xsrc/external/mit/libxcb/dist/tools/api_conv.pl
N xsrc/external/mit/libxcb/dist/src/xcb_list.c
N xsrc/external/mit/libxcb/dist/src/xcb_in.c
N xsrc/external/mit/libxcb/dist/src/Makefile.in
N xsrc/external/mit/libxcb/dist/src/xcb_auth.c
N xsrc/external/mit/libxcb/dist/src/xcb_ext.c
N xsrc/external/mit/libxcb/dist/src/c_client.py
N xsrc/external/mit/libxcb/dist/src/xcbint.h
N xsrc/external/mit/libxcb/dist/src/xcb_conn.c
N xsrc/external/mit/libxcb/dist/src/xcb_util.c
N xsrc/external/mit/libxcb/dist/src/xcb_out.c
N xsrc/external/mit/libxcb/dist/src/xcb.h
N xsrc/external/mit/libxcb/dist/src/xcbext.h
N xsrc/external/mit/libxcb/dist/src/Makefile.am
N xsrc/external/mit/libxcb/dist/src/config.h.in
N xsrc/external/mit/libxcb/dist/src/xcb_xid.c
N xsrc/external/mit/libxcb/dist/tests/check_public.c
N xsrc/external/mit/libxcb/dist/tests/Makefile.in
N xsrc/external/mit/libxcb/dist/tests/CheckLog.xsl
N xsrc/external/mit/libxcb/dist/tests/check_all.c
N xsrc/external/mit/libxcb/dist/tests/check_suites.h
N xsrc/external/mit/libxcb/dist/tests/Makefile.am
N xsrc/external/mit/libxcb/dist/doc/Makefile.in
N xsrc/external/mit/libxcb/dist/doc/xcb.doxygen.in
N xsrc/external/mit/libxcb/dist/doc/Makefile.am
N xsrc/external/mit/libxcb/dist/doc/tutorial/index.html
N xsrc/external/mit/libxcb/dist/doc/tutorial/xcb.css

No conflicts created by this import



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

2010-07-17 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Jul 17 20:28:32 UTC 2010

Update of /cvsroot/xsrc/external/mit/xcb-util/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv18550

Log Message:
initial import of xcb-util-0.3.6

Status:

Vendor Tag: xorg
Release Tags:   xcb-util-0-3-6

N xsrc/external/mit/xcb-util/dist/xcb-util-common.h
N xsrc/external/mit/xcb-util/dist/aclocal.m4
N xsrc/external/mit/xcb-util/dist/acinclude.m4
N xsrc/external/mit/xcb-util/dist/depcomp
N xsrc/external/mit/xcb-util/dist/config.sub
N xsrc/external/mit/xcb-util/dist/README
N xsrc/external/mit/xcb-util/dist/xcb_util_intro.in
N xsrc/external/mit/xcb-util/dist/ltmain.sh
N xsrc/external/mit/xcb-util/dist/missing
N xsrc/external/mit/xcb-util/dist/configure.ac
N xsrc/external/mit/xcb-util/dist/configure
N xsrc/external/mit/xcb-util/dist/config.guess
N xsrc/external/mit/xcb-util/dist/Makefile.am
N xsrc/external/mit/xcb-util/dist/Makefile.in
N xsrc/external/mit/xcb-util/dist/install-sh
N xsrc/external/mit/xcb-util/dist/reply/xcb-reply.pc.in
N xsrc/external/mit/xcb-util/dist/reply/reply.c
N xsrc/external/mit/xcb-util/dist/reply/test_reply.c
N xsrc/external/mit/xcb-util/dist/reply/xcb_reply.h
N xsrc/external/mit/xcb-util/dist/reply/Makefile.am
N xsrc/external/mit/xcb-util/dist/reply/Makefile.in
N xsrc/external/mit/xcb-util/dist/image/test_bitmap.c
N xsrc/external/mit/xcb-util/dist/image/xcb_image.h
N xsrc/external/mit/xcb-util/dist/image/test_xcb_image_shm.c
N xsrc/external/mit/xcb-util/dist/image/xcb-image.pc.in
N xsrc/external/mit/xcb-util/dist/image/test_swap.c
N xsrc/external/mit/xcb-util/dist/image/xcb_pixel.h
N xsrc/external/mit/xcb-util/dist/image/xcb_image.c
N xsrc/external/mit/xcb-util/dist/image/Makefile.am
N xsrc/external/mit/xcb-util/dist/image/test_formats.c
N xsrc/external/mit/xcb-util/dist/image/test_xcb_image.c
N xsrc/external/mit/xcb-util/dist/image/Makefile.in
N xsrc/external/mit/xcb-util/dist/icccm/Makefile.am
N xsrc/external/mit/xcb-util/dist/icccm/icccm.c
N xsrc/external/mit/xcb-util/dist/icccm/xcb-icccm.pc.in
N xsrc/external/mit/xcb-util/dist/icccm/xcb_icccm.h
N xsrc/external/mit/xcb-util/dist/icccm/Makefile.in
N xsrc/external/mit/xcb-util/dist/keysyms/xcb-keysyms.pc.in
N xsrc/external/mit/xcb-util/dist/keysyms/keysyms.c
N xsrc/external/mit/xcb-util/dist/keysyms/xcb_keysyms.h
N xsrc/external/mit/xcb-util/dist/keysyms/Makefile.am
N xsrc/external/mit/xcb-util/dist/keysyms/Makefile.in
N xsrc/external/mit/xcb-util/dist/property/xcb-property.pc.in
N xsrc/external/mit/xcb-util/dist/property/xcb_property.h
N xsrc/external/mit/xcb-util/dist/property/property.c
N xsrc/external/mit/xcb-util/dist/property/Makefile.am
N xsrc/external/mit/xcb-util/dist/property/Makefile.in
N xsrc/external/mit/xcb-util/dist/renderutil/xcb-renderutil.pc.in
N xsrc/external/mit/xcb-util/dist/renderutil/glyph.c
N xsrc/external/mit/xcb-util/dist/renderutil/util.c
N xsrc/external/mit/xcb-util/dist/renderutil/cache.c
N xsrc/external/mit/xcb-util/dist/renderutil/xcb_renderutil.h
N xsrc/external/mit/xcb-util/dist/renderutil/Makefile.am
N xsrc/external/mit/xcb-util/dist/renderutil/Makefile.in
N xsrc/external/mit/xcb-util/dist/event/xcb-event.pc.in
N xsrc/external/mit/xcb-util/dist/event/xcb_event.h
N xsrc/external/mit/xcb-util/dist/event/Makefile.am
N xsrc/external/mit/xcb-util/dist/event/event.c
N xsrc/external/mit/xcb-util/dist/event/Makefile.in
N xsrc/external/mit/xcb-util/dist/aux/xcb-aux.pc.in
N xsrc/external/mit/xcb-util/dist/aux/xcb_aux.c
N xsrc/external/mit/xcb-util/dist/aux/xcb_aux.h
N xsrc/external/mit/xcb-util/dist/aux/Makefile.am
N xsrc/external/mit/xcb-util/dist/aux/Makefile.in
N xsrc/external/mit/xcb-util/dist/aux/xcb_bitops.h
N xsrc/external/mit/xcb-util/dist/atom/xcb_atom.h.m4
N xsrc/external/mit/xcb-util/dist/atom/atomlist.m4
N xsrc/external/mit/xcb-util/dist/atom/xcb_atom.h
N xsrc/external/mit/xcb-util/dist/atom/atoms.gperf.m4
N xsrc/external/mit/xcb-util/dist/atom/Makefile.am
N xsrc/external/mit/xcb-util/dist/atom/Makefile.in
N xsrc/external/mit/xcb-util/dist/atom/xcb-atom.pc.in
N xsrc/external/mit/xcb-util/dist/atom/atoms.c

No conflicts created by this import



CVS commit: src/doc

2010-07-17 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Sat Jul 17 19:31:47 UTC 2010

Modified Files:
src/doc: CHANGES

Log Message:
Note the conversion of the include and csu tests to atf.


To generate a diff of this commit:
cvs rdiff -u -r1.1416 -r1.1417 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/regress

2010-07-17 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Sat Jul 17 19:29:38 UTC 2010

Modified Files:
src/regress: Makefile
src/regress/lib: Makefile
Removed Files:
src/regress/include: Makefile Makefile.inc
src/regress/include/bitstring: Makefile bitstring_test.c
src/regress/include/bitstring/good: 27 32 49 64 67 8
src/regress/include/bootblock: Makefile bootblock_test.c
src/regress/include/okheaders: Makefile symbolcheck.c
src/regress/include/stdarg: Makefile
src/regress/include/stdint: Makefile stdint.c
src/regress/include/varargs: Makefile
src/regress/lib/csu: Makefile Makefile.inc
src/regress/lib/csu/initfini: Makefile expected initfini.c
src/regress/lib/csu/initfini/arch/alpha: initfini_asm.S
src/regress/lib/csu/initfini/arch/arm: initfini_asm.S
src/regress/lib/csu/initfini/arch/hppa: initfini_asm.S
src/regress/lib/csu/initfini/arch/i386: initfini_asm.S
src/regress/lib/csu/initfini/arch/m68k: initfini_asm.S
src/regress/lib/csu/initfini/arch/mips: initfini_asm.S
src/regress/lib/csu/initfini/arch/powerpc: initfini_asm.S
src/regress/lib/csu/initfini/arch/sh3: initfini_asm.S
src/regress/lib/csu/initfini/arch/sparc: initfini_asm.S
src/regress/lib/csu/initfini/arch/sparc64: initfini_asm.S
src/regress/lib/csu/initfini/arch/vax: initfini_asm.S
src/regress/lib/csu/initfini/arch/x86_64: initfini_asm.S

Log Message:
Remove the lib/csu/ and include/ tests; they have been converted to atf.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/regress/Makefile
cvs rdiff -u -r1.10 -r0 src/regress/include/Makefile
cvs rdiff -u -r1.2 -r0 src/regress/include/Makefile.inc
cvs rdiff -u -r1.10 -r0 src/regress/include/bitstring/Makefile
cvs rdiff -u -r1.9 -r0 src/regress/include/bitstring/bitstring_test.c
cvs rdiff -u -r1.1 -r0 src/regress/include/bitstring/good/27 \
src/regress/include/bitstring/good/32 \
src/regress/include/bitstring/good/49 \
src/regress/include/bitstring/good/64 \
src/regress/include/bitstring/good/67 \
src/regress/include/bitstring/good/8
cvs rdiff -u -r1.1 -r0 src/regress/include/bootblock/Makefile
cvs rdiff -u -r1.3 -r0 src/regress/include/bootblock/bootblock_test.c
cvs rdiff -u -r1.4 -r0 src/regress/include/okheaders/Makefile
cvs rdiff -u -r1.29 -r0 src/regress/include/okheaders/symbolcheck.c
cvs rdiff -u -r1.7 -r0 src/regress/include/stdarg/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/include/stdint/Makefile \
src/regress/include/stdint/stdint.c
cvs rdiff -u -r1.7 -r0 src/regress/include/varargs/Makefile
cvs rdiff -u -r1.24 -r1.25 src/regress/lib/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/lib/csu/Makefile \
src/regress/lib/csu/Makefile.inc
cvs rdiff -u -r1.7 -r0 src/regress/lib/csu/initfini/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/lib/csu/initfini/expected
cvs rdiff -u -r1.2 -r0 src/regress/lib/csu/initfini/initfini.c
cvs rdiff -u -r1.2 -r0 src/regress/lib/csu/initfini/arch/alpha/initfini_asm.S
cvs rdiff -u -r1.2 -r0 src/regress/lib/csu/initfini/arch/arm/initfini_asm.S
cvs rdiff -u -r1.2 -r0 src/regress/lib/csu/initfini/arch/hppa/initfini_asm.S
cvs rdiff -u -r1.1 -r0 src/regress/lib/csu/initfini/arch/i386/initfini_asm.S
cvs rdiff -u -r1.1 -r0 src/regress/lib/csu/initfini/arch/m68k/initfini_asm.S
cvs rdiff -u -r1.3 -r0 src/regress/lib/csu/initfini/arch/mips/initfini_asm.S
cvs rdiff -u -r1.1 -r0 \
src/regress/lib/csu/initfini/arch/powerpc/initfini_asm.S
cvs rdiff -u -r1.1 -r0 src/regress/lib/csu/initfini/arch/sh3/initfini_asm.S
cvs rdiff -u -r1.2 -r0 src/regress/lib/csu/initfini/arch/sparc/initfini_asm.S
cvs rdiff -u -r1.2 -r0 \
src/regress/lib/csu/initfini/arch/sparc64/initfini_asm.S
cvs rdiff -u -r1.1 -r0 src/regress/lib/csu/initfini/arch/vax/initfini_asm.S
cvs rdiff -u -r1.1 -r0 \
src/regress/lib/csu/initfini/arch/x86_64/initfini_asm.S

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/tests

2010-07-17 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Sat Jul 17 19:27:39 UTC 2010

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
Add tests for lib/csu/ and include/.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/distrib/sets/lists/tests/mi

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



CVS commit: src/etc/mtree

2010-07-17 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Sat Jul 17 19:26:51 UTC 2010

Modified Files:
src/etc/mtree: NetBSD.dist.base

Log Message:
Add directories for the lib/csu/ and include/ tests.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/etc/mtree/NetBSD.dist.base

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



CVS commit: src/tests

2010-07-17 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Sat Jul 17 19:26:28 UTC 2010

Modified Files:
src/tests: Makefile
Added Files:
src/tests/include: Makefile d_bitstring_27.out d_bitstring_32.out
d_bitstring_49.out d_bitstring_64.out d_bitstring_67.out
d_bitstring_8.out t_bitstring.c t_inttypes.c t_limits.c t_stdint.c
src/tests/include/sys: Makefile t_bootblock.c

Log Message:
Convert the include tests to atf.
Initial work from the GSoC 2008 project by Lukasz Strzygowski.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/tests/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/include/Makefile \
src/tests/include/d_bitstring_27.out src/tests/include/d_bitstring_32.out \
src/tests/include/d_bitstring_49.out src/tests/include/d_bitstring_64.out \
src/tests/include/d_bitstring_67.out src/tests/include/d_bitstring_8.out \
src/tests/include/t_bitstring.c src/tests/include/t_inttypes.c \
src/tests/include/t_limits.c src/tests/include/t_stdint.c
cvs rdiff -u -r0 -r1.1 src/tests/include/sys/Makefile \
src/tests/include/sys/t_bootblock.c

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



CVS commit: src/tests/lib

2010-07-17 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Sat Jul 17 19:25:29 UTC 2010

Modified Files:
src/tests/lib: Makefile
Added Files:
src/tests/lib/csu: Makefile h_initfini.c t_crt0.sh
src/tests/lib/csu/arch/alpha: initfini_asm.S
src/tests/lib/csu/arch/arm: initfini_asm.S
src/tests/lib/csu/arch/hppa: initfini_asm.S
src/tests/lib/csu/arch/i386: initfini_asm.S
src/tests/lib/csu/arch/m68k: initfini_asm.S
src/tests/lib/csu/arch/mips: initfini_asm.S
src/tests/lib/csu/arch/powerpc: initfini_asm.S
src/tests/lib/csu/arch/sh3: initfini_asm.S
src/tests/lib/csu/arch/sparc: initfini_asm.S
src/tests/lib/csu/arch/sparc64: initfini_asm.S
src/tests/lib/csu/arch/vax: initfini_asm.S
src/tests/lib/csu/arch/x86_64: initfini_asm.S

Log Message:
Convert the csu tests to atf.
Initial work from the GSoC 2008 project by Lukasz Strzygowski.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/Makefile \
src/tests/lib/csu/h_initfini.c src/tests/lib/csu/t_crt0.sh
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/alpha/initfini_asm.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/arm/initfini_asm.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/hppa/initfini_asm.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/i386/initfini_asm.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/m68k/initfini_asm.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/mips/initfini_asm.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/powerpc/initfini_asm.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/sh3/initfini_asm.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/sparc/initfini_asm.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/sparc64/initfini_asm.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/vax/initfini_asm.S
cvs rdiff -u -r0 -r1.1 src/tests/lib/csu/arch/x86_64/initfini_asm.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

2010-07-17 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Jul 17 15:25:57 UTC 2010

Modified Files:
src/sys/arch/bebox/include: types.h
src/sys/arch/mvmeppc/include: types.h
src/sys/arch/rs6000/include: types.h
src/sys/arch/sandpoint/include: types.h

Log Message:
Remove obsolete __HAVE_GENERIC_SOFT_INTERRUPTS,
which is mandatory since 2007/07:
http://mail-index.NetBSD.org/source-changes/2007/07/14/0039.html


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/bebox/include/types.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mvmeppc/include/types.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/rs6000/include/types.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sandpoint/include/types.h

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



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

2010-07-17 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Jul 17 15:13:18 UTC 2010

Modified Files:
src/sys/arch/hpcarm/include: disklabel.h types.h

Log Message:
Bump MAXPARTITIONS from 8 to 16 using __HAVE_OLD_DISKLABEL compat method
as i386 and hpcmips. PR port-hpcarm/18256


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hpcarm/include/disklabel.h
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hpcarm/include/types.h

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



CVS commit: src/sys/arch/sandpoint/stand/netboot

2010-07-17 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Jul 17 14:15:34 UTC 2010

Modified Files:
src/sys/arch/sandpoint/stand/netboot: pciide.c

Log Message:
Code to set PCI cfg xfer mode registers of 0680A IDE, to make sure the
chip is in PIO mode.
Patch submitted by Toru Nishimura.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sandpoint/stand/netboot/pciide.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/progress

2010-07-17 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Jul 17 10:51:04 UTC 2010

Modified Files:
src/usr.bin/progress: progress.c

Log Message:
Fix argument handling of the "-b" option on 64bit platforms. Using
"-b 1024k" would previously fail with this error message:

progress: buffer size 1048576 is greater than -1.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/progress/progress.c

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



CVS commit: xsrc/external/mit/libXrender/include

2010-07-17 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Jul 17 07:57:33 UTC 2010

Modified Files:
xsrc/external/mit/libXrender/include: config.h

Log Message:
this never got bumped properly for libXrender 0.9.6; do so now.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/libXrender/include/config.h

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-ati

2010-07-17 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Jul 17 07:55:35 UTC 2010

Modified Files:
xsrc/external/mit/xf86-video-ati/dist/src: r6xx_accel.c
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
(a) - don't enable KMS support
(b) - fix compile error when XF86_DRMMODE is not set


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
xsrc/external/mit/xf86-video-ati/dist/src/r6xx_accel.c
cvs rdiff -u -r1.7 -r1.8 xsrc/external/mit/xf86-video-ati/include/config.h

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



CVS commit: xsrc/external/mit

2010-07-17 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Jul 17 07:07:00 UTC 2010

Modified Files:
xsrc/external/mit/xf86-video-sis/include: config.h
xsrc/external/mit/xf86-video-tseng/include: config.h

Log Message:
regenerate these with the right thing.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/xf86-video-sis/include/config.h
cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/xf86-video-tseng/include/config.h

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-ati/include

2010-07-17 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Jul 17 07:03:56 UTC 2010

Modified Files:
xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
fix the previous; it wasn't the right one.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 xsrc/external/mit/xf86-video-ati/include/config.h

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