CVS commit: src/sys/dev/usb

2011-07-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Jul 22 07:40:57 UTC 2011

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

Log Message:
Add the Hauppauge WinTV Nova-T USB 2.0 DVB-T adapters with the DiB7700M,
DiB7700P, DIB7000PC, and DiB7070P bridges from DiBcom.


To generate a diff of this commit:
cvs rdiff -u -r1.587 -r1.588 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-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Jul 22 07:45:02 UTC 2011

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

Log Message:
Fix typo in the previous (HAUPPAUGE2 instead of HAUPPAUGE).


To generate a diff of this commit:
cvs rdiff -u -r1.588 -r1.589 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-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Jul 22 07:45:20 UTC 2011

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

Log Message:
Re-regen.


To generate a diff of this commit:
cvs rdiff -u -r1.581 -r1.582 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.582 -r1.583 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-22 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Jul 22 07:42:04 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.580 -r1.581 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.581 -r1.582 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/share/man/man4

2011-07-22 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jul 22 08:38:43 UTC 2011

Modified Files:
src/share/man/man4: urndis.4

Log Message:
Remove Xr to nonexisting intro(4), xref ifconfig.if(5) instead of non-existing 
hostname.if(5),
remove trailing empty line.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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/sbin/newfs_v7fs

2011-07-22 Thread UCHIYAMA Yasushi
Module Name:src
Committed By:   uch
Date:   Fri Jul 22 09:15:10 UTC 2011

Modified Files:
src/sbin/newfs_v7fs: main.c

Log Message:
Fixed the problem that partition size over 8GiB(v7fs filesystem limit) failed 
newfs.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sbin/newfs_v7fs/main.c

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



CVS commit: src/sys/compat/osf1

2011-07-22 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Fri Jul 22 10:02:08 UTC 2011

Modified Files:
src/sys/compat/osf1: osf1_file.c osf1_ioctl.c osf1_misc.c

Log Message:
Fix SYSCALL_DEBUG build.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/compat/osf1/osf1_file.c
cvs rdiff -u -r1.22 -r1.23 src/sys/compat/osf1/osf1_ioctl.c
cvs rdiff -u -r1.85 -r1.86 src/sys/compat/osf1/osf1_misc.c

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



CVS commit: src/lib/libc/sys

2011-07-22 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jul 22 11:02:39 UTC 2011

Modified Files:
src/lib/libc/sys: dup.2 pipe.2

Log Message:
Consistently mark up defined values with Dv.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/sys/dup.2 src/lib/libc/sys/pipe.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-22 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Fri Jul 22 12:40:55 UTC 2011

Modified Files:
src/sys/dev/usb: udl.c usbdevs

Log Message:
PR/45133: usb/udl(4): Add new device ID
Applied patch.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/udl.c
cvs rdiff -u -r1.589 -r1.590 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-22 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Fri Jul 22 12:41:52 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.582 -r1.583 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.583 -r1.584 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/kern

2011-07-22 Thread Emmanuel Dreyfus
Module Name:src
Committed By:   manu
Date:   Fri Jul 22 12:46:19 UTC 2011

Modified Files:
src/sys/kern: vfs_xattr.c

Log Message:
Add tracepoints for extended attribute names and values, so that
we can figure what is going on when looking at a ktrace output.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/kern/vfs_xattr.c

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



CVS commit: src/usr.sbin/makefs

2011-07-22 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Jul 22 13:04:01 UTC 2011

Modified Files:
src/usr.sbin/makefs: makefs.8

Log Message:
Bump date for previous, fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/makefs/makefs.8

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



CVS commit: src/sys/dev/sysmon

2011-07-22 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Fri Jul 22 14:21:40 UTC 2011

Modified Files:
src/sys/dev/sysmon: sysmon_power.c

Log Message:
Ensure events come off the list in the same order they went on.
Hotkey press/release events now happen in the correct order.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/sysmon/sysmon_power.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/pci

2011-07-22 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Fri Jul 22 14:34:39 UTC 2011

Modified Files:
src/sys/dev/pci: chipsfb.c

Log Message:
Fix CHIPSFB_DEBUG build


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/chipsfb.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/xf86-video-wsfb/dist/src

2011-07-22 Thread Izumi Tsutsui
Module Name:xsrc
Committed By:   tsutsui
Date:   Fri Jul 22 15:12:01 UTC 2011

Modified Files:
xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c

Log Message:
Make wsfb driver work with 1bpp wscons framebuffer on luna68k:
 - Pass proper args (a number of line dots, not byte of screen width)
   to fbScreenInit() in 1bpp case, as X11R6 Xhpc server did
 - handle luna68k quirk (fbstart has 8 byte offset) by WSDISPLAYIO_GTYPE
   (XXX wstype should be stored in pScrn?)
 - set rgbBits properly in 1bpp and 4bpp cases
   (XXX not sure if really necessary)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c

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



CVS commit: src/sbin/mount

2011-07-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jul 22 15:47:46 UTC 2011

Modified Files:
src/sbin/mount: mount.8

Log Message:
Clarify UFS2 superblock format stuff. Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sbin/mount/mount.8

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



CVS commit: src/sys/dev/acpi/wmi

2011-07-22 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Fri Jul 22 15:53:02 UTC 2011

Modified Files:
src/sys/dev/acpi/wmi: wmi_eeepc.c

Log Message:
Implement recognition of more wmieeepc(4) hotkey events.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/wmi/wmi_eeepc.c

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



CVS commit: src/sbin/mount

2011-07-22 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Jul 22 15:53:21 UTC 2011

Modified Files:
src/sbin/mount: mount.8

Log Message:
Improve previous; thanks to tsutsui-san for reminding me of the proper
reference. PR 45166


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sbin/mount/mount.8

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-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jul 22 18:17:12 UTC 2011

Modified Files:
src/sys/dev/pckbport: wskbdmap_mfii.c
src/sys/dev/wscons: wsksymdef.h

Log Message:
PR/35473: Wigcher Spanninga: Add Dutch keyboard support to wscons


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pckbport/wskbdmap_mfii.c
cvs rdiff -u -r1.64 -r1.65 src/sys/dev/wscons/wsksymdef.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/i2c

2011-07-22 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Fri Jul 22 18:21:10 UTC 2011

Modified Files:
src/sys/dev/i2c: xc3028.c

Log Message:
Fix printf format


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/xc3028.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-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jul 22 19:06:23 UTC 2011

Modified Files:
src/etc: wscons.conf
src/share/man/man4: pckbd.4

Log Message:
Sync keyboard list with reality.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/etc/wscons.conf
cvs rdiff -u -r1.19 -r1.20 src/share/man/man4/pckbd.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/pckbport

2011-07-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jul 22 19:20:29 UTC 2011

Modified Files:
src/sys/dev/pckbport: wskbdmap_mfii.c

Log Message:
fixes from OpenBSD


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pckbport/wskbdmap_mfii.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/evbmips/gdium

2011-07-22 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Fri Jul 22 20:41:37 UTC 2011

Modified Files:
src/sys/arch/evbmips/gdium: gdiumreg.h

Log Message:
RAM shows up in PCI space at 0x8000, not 0x
Now my Gdium finds USB devices and manages to get an IP via DHCP


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbmips/gdium/gdiumreg.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/evbmips/gdium

2011-07-22 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Fri Jul 22 20:41:58 UTC 2011

Modified Files:
src/sys/arch/evbmips/gdium: autoconf.c

Log Message:
voyagerfb wants properties too


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbmips/gdium/autoconf.c

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



CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch

2011-07-22 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Fri Jul 22 22:50:56 UTC 2011

Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386: aesni-586.S
aesni-x86.S
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64:
aesni-x86_64.S

Log Message:
Turn AES NI support code into something more readable.

i386 and amd64 both tested with their own chroot. No regression observed.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aesni-586.S
cvs rdiff -u -r1.2 -r1.3 \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aesni-x86.S
cvs rdiff -u -r1.1 -r1.2 \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-x86_64.S

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



CVS commit: src/lib/libc/stdio

2011-07-22 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Jul 22 23:12:30 UTC 2011

Modified Files:
src/lib/libc/stdio: getdelim.c

Log Message:
Set error indicator on invalid arguments. From Carsten Hey.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/stdio/getdelim.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/pckbport

2011-07-22 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Jul 22 23:22:38 UTC 2011

Modified Files:
src/sys/dev/pckbport: wskbdmap_mfii.c

Log Message:
fixes from gilbert dot fernandes at orange dot fr


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pckbport/wskbdmap_mfii.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/pci

2011-07-22 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Jul 23 03:09:41 UTC 2011

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
Add MARVELL2 vendor and 88SE9123 device.


To generate a diff of this commit:
cvs rdiff -u -r1.1087 -r1.1088 src/sys/dev/pci/pcidevs

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



CVS commit: src/sys/dev/pci

2011-07-22 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Jul 23 03:10:12 UTC 2011

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.1083 -r1.1084 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1082 -r1.1083 src/sys/dev/pci/pcidevs_data.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/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

U xsrc/external/mit/dri2proto/dist/dri2proto.pc.in
U xsrc/external/mit/dri2proto/dist/Makefile.in
U xsrc/external/mit/dri2proto/dist/INSTALL
U xsrc/external/mit/dri2proto/dist/config.guess
U xsrc/external/mit/dri2proto/dist/config.sub
U xsrc/external/mit/dri2proto/dist/COPYING
U xsrc/external/mit/dri2proto/dist/README
U xsrc/external/mit/dri2proto/dist/dri2proto.h
U xsrc/external/mit/dri2proto/dist/Makefile.am
U xsrc/external/mit/dri2proto/dist/ChangeLog
U xsrc/external/mit/dri2proto/dist/aclocal.m4
U xsrc/external/mit/dri2proto/dist/missing
U xsrc/external/mit/dri2proto/dist/configure
U xsrc/external/mit/dri2proto/dist/configure.ac
U xsrc/external/mit/dri2proto/dist/dri2proto.txt
U xsrc/external/mit/dri2proto/dist/install-sh
U xsrc/external/mit/dri2proto/dist/dri2tokens.h

No conflicts created by this import



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:   fixesproto-5-0

U xsrc/external/mit/fixesproto/dist/fixesproto.pc.in
U xsrc/external/mit/fixesproto/dist/xfixeswire.h
U xsrc/external/mit/fixesproto/dist/configure
U xsrc/external/mit/fixesproto/dist/config.sub
U xsrc/external/mit/fixesproto/dist/COPYING
U xsrc/external/mit/fixesproto/dist/install-sh
U xsrc/external/mit/fixesproto/dist/xfixesproto.h
U xsrc/external/mit/fixesproto/dist/aclocal.m4
U xsrc/external/mit/fixesproto/dist/ChangeLog
U xsrc/external/mit/fixesproto/dist/Makefile.am
U xsrc/external/mit/fixesproto/dist/fixesproto.txt
U xsrc/external/mit/fixesproto/dist/configure.ac
U xsrc/external/mit/fixesproto/dist/Makefile.in
U xsrc/external/mit/fixesproto/dist/INSTALL
U xsrc/external/mit/fixesproto/dist/config.guess
U xsrc/external/mit/fixesproto/dist/README
U xsrc/external/mit/fixesproto/dist/AUTHORS
U xsrc/external/mit/fixesproto/dist/missing

No conflicts created by this import



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

U xsrc/external/mit/glproto/dist/glproto.pc.in
U xsrc/external/mit/glproto/dist/Makefile.in
U xsrc/external/mit/glproto/dist/glxint.h
U xsrc/external/mit/glproto/dist/glxmd.h
U xsrc/external/mit/glproto/dist/INSTALL
U xsrc/external/mit/glproto/dist/config.guess
U xsrc/external/mit/glproto/dist/glcore.h
U xsrc/external/mit/glproto/dist/config.sub
U xsrc/external/mit/glproto/dist/COPYING
U xsrc/external/mit/glproto/dist/README
U xsrc/external/mit/glproto/dist/glxproto.h
U xsrc/external/mit/glproto/dist/Makefile.am
U xsrc/external/mit/glproto/dist/ChangeLog
U xsrc/external/mit/glproto/dist/aclocal.m4
U xsrc/external/mit/glproto/dist/missing
U xsrc/external/mit/glproto/dist/configure
U xsrc/external/mit/glproto/dist/configure.ac
U xsrc/external/mit/glproto/dist/install-sh
U xsrc/external/mit/glproto/dist/glxtokens.h

No conflicts created by this import



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:   inputproto-2-0-2

U xsrc/external/mit/inputproto/dist/inputproto.pc.in
U xsrc/external/mit/inputproto/dist/XI.h
U xsrc/external/mit/inputproto/dist/configure.ac
U xsrc/external/mit/inputproto/dist/config.guess
U xsrc/external/mit/inputproto/dist/Makefile.in
U xsrc/external/mit/inputproto/dist/config.sub
U xsrc/external/mit/inputproto/dist/INSTALL
U xsrc/external/mit/inputproto/dist/install-sh
U xsrc/external/mit/inputproto/dist/XIproto.txt
U xsrc/external/mit/inputproto/dist/ChangeLog
U xsrc/external/mit/inputproto/dist/XIproto.h
U xsrc/external/mit/inputproto/dist/README
U xsrc/external/mit/inputproto/dist/aclocal.m4
U xsrc/external/mit/inputproto/dist/XI2.h
U xsrc/external/mit/inputproto/dist/missing
U xsrc/external/mit/inputproto/dist/XI2proto.h
U xsrc/external/mit/inputproto/dist/COPYING
U xsrc/external/mit/inputproto/dist/configure
U xsrc/external/mit/inputproto/dist/XI2proto.txt
U xsrc/external/mit/inputproto/dist/Makefile.am

No conflicts created by this import



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:   resourceproto-1-2-0

U xsrc/external/mit/resourceproto/dist/Makefile.am
N xsrc/external/mit/resourceproto/dist/README
U xsrc/external/mit/resourceproto/dist/Makefile.in
N xsrc/external/mit/resourceproto/dist/INSTALL
U xsrc/external/mit/resourceproto/dist/resourceproto.pc.in
N xsrc/external/mit/resourceproto/dist/resproto.txt
N xsrc/external/mit/resourceproto/dist/config.guess
U xsrc/external/mit/resourceproto/dist/install-sh
U xsrc/external/mit/resourceproto/dist/aclocal.m4
U xsrc/external/mit/resourceproto/dist/ChangeLog
U xsrc/external/mit/resourceproto/dist/COPYING
U xsrc/external/mit/resourceproto/dist/configure.ac
U xsrc/external/mit/resourceproto/dist/XResproto.h
U xsrc/external/mit/resourceproto/dist/configure
N xsrc/external/mit/resourceproto/dist/config.sub
U xsrc/external/mit/resourceproto/dist/missing

No conflicts created by this import



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:   xextproto-7-2-0

C xsrc/external/mit/xextproto/dist/shmstr.h
U xsrc/external/mit/xextproto/dist/xextproto.pc.in
U xsrc/external/mit/xextproto/dist/dbeproto.h
U xsrc/external/mit/xextproto/dist/mitmiscconst.h
U xsrc/external/mit/xextproto/dist/dbe.h
U xsrc/external/mit/xextproto/dist/Makefile.am
U xsrc/external/mit/xextproto/dist/shmproto.h
U xsrc/external/mit/xextproto/dist/geproto.h
U xsrc/external/mit/xextproto/dist/shm.h
U xsrc/external/mit/xextproto/dist/mitmiscproto.h
U xsrc/external/mit/xextproto/dist/configure
U xsrc/external/mit/xextproto/dist/dpmsproto.h
U xsrc/external/mit/xextproto/dist/aclocal.m4
U xsrc/external/mit/xextproto/dist/lbx.h
U xsrc/external/mit/xextproto/dist/EVI.h
U xsrc/external/mit/xextproto/dist/cup.h
U xsrc/external/mit/xextproto/dist/INSTALL
U xsrc/external/mit/xextproto/dist/secur.h
U xsrc/external/mit/xextproto/dist/agproto.h
U xsrc/external/mit/xextproto/dist/xtestproto.h
U xsrc/external/mit/xextproto/dist/ChangeLog
U xsrc/external/mit/xextproto/dist/syncproto.h
U xsrc/external/mit/xextproto/dist/multibufconst.h
U xsrc/external/mit/xextproto/dist/lbxproto.h
U xsrc/external/mit/xextproto/dist/ag.h
U xsrc/external/mit/xextproto/dist/ge.h
U xsrc/external/mit/xextproto/dist/dpmsconst.h
U xsrc/external/mit/xextproto/dist/xtestext1proto.h
U xsrc/external/mit/xextproto/dist/shapestr.h
U xsrc/external/mit/xextproto/dist/xtestconst.h
U xsrc/external/mit/xextproto/dist/config.guess
U xsrc/external/mit/xextproto/dist/COPYING
U xsrc/external/mit/xextproto/dist/syncconst.h
U xsrc/external/mit/xextproto/dist/cupproto.h
U xsrc/external/mit/xextproto/dist/xtestext1const.h
U xsrc/external/mit/xextproto/dist/config.sub
U xsrc/external/mit/xextproto/dist/EVIproto.h
U xsrc/external/mit/xextproto/dist/README
U xsrc/external/mit/xextproto/dist/multibufproto.h
U xsrc/external/mit/xextproto/dist/missing
U xsrc/external/mit/xextproto/dist/shapeproto.h
U xsrc/external/mit/xextproto/dist/shapeconst.h
U xsrc/external/mit/xextproto/dist/configure.ac
U xsrc/external/mit/xextproto/dist/install-sh
U xsrc/external/mit/xextproto/dist/Makefile.in
U xsrc/external/mit/xextproto/dist/securproto.h
C xsrc/external/mit/xextproto/dist/syncstr.h
U xsrc/external/mit/xextproto/dist/specs/Makefile.am
U xsrc/external/mit/xextproto/dist/specs/evi.xml
N xsrc/external/mit/xextproto/dist/specs/appgrp.xml
U xsrc/external/mit/xextproto/dist/specs/xtest.xml
U xsrc/external/mit/xextproto/dist/specs/dpms.xml
U xsrc/external/mit/xextproto/dist/specs/tog-cup.xml
U xsrc/external/mit/xextproto/dist/specs/security.xml
N xsrc/external/mit/xextproto/dist/specs/appendix.xml
U xsrc/external/mit/xextproto/dist/specs/dbe.xml
N xsrc/external/mit/xextproto/dist/specs/lbx.xml
U xsrc/external/mit/xextproto/dist/specs/shape.xml
U xsrc/external/mit/xextproto/dist/specs/multibuf.xml
U xsrc/external/mit/xextproto/dist/specs/sync.xml
U xsrc/external/mit/xextproto/dist/specs/geproto.xml
U xsrc/external/mit/xextproto/dist/specs/shm.xml
U xsrc/external/mit/xextproto/dist/specs/Makefile.in

2 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jxorg:yesterday -jxorg xsrc/external/mit/xextproto/dist



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 more symbols for logging grab and window trees 

Status:

Vendor Tag: xorg
Release Tags:   xproto-7-0-22

U xsrc/external/mit/xproto/dist/DECkeysym.h
U xsrc/external/mit/xproto/dist/ap_keysym.h
U xsrc/external/mit/xproto/dist/keysymdef.h
U xsrc/external/mit/xproto/dist/X.h
U xsrc/external/mit/xproto/dist/keysym.h
U xsrc/external/mit/xproto/dist/configure.ac
U xsrc/external/mit/xproto/dist/config.guess
U xsrc/external/mit/xproto/dist/Xfuncproto.h.in
U xsrc/external/mit/xproto/dist/Xwinsock.h
N xsrc/external/mit/xproto/dist/docbook.am
U xsrc/external/mit/xproto/dist/Xmd.h
U xsrc/external/mit/xproto/dist/Xprotostr.h
U xsrc/external/mit/xproto/dist/AUTHORS
U xsrc/external/mit/xproto/dist/Xw32defs.h
U xsrc/external/mit/xproto/dist/Xproto.h
U xsrc/external/mit/xproto/dist/Makefile.in
U xsrc/external/mit/xproto/dist/config.sub
U xsrc/external/mit/xproto/dist/Xdefs.h
U xsrc/external/mit/xproto/dist/Xwindows.h
U xsrc/external/mit/xproto/dist/XF86keysym.h
U xsrc/external/mit/xproto/dist/INSTALL
U xsrc/external/mit/xproto/dist/install-sh
U xsrc/external/mit/xproto/dist/Sunkeysym.h
U xsrc/external/mit/xproto/dist/XWDFile.h
U xsrc/external/mit/xproto/dist/ChangeLog
U xsrc/external/mit/xproto/dist/Xpoll.h.in
U xsrc/external/mit/xproto/dist/HPkeysym.h
U xsrc/external/mit/xproto/dist/Xalloca.h
U xsrc/external/mit/xproto/dist/README
U xsrc/external/mit/xproto/dist/Xos.h
U xsrc/external/mit/xproto/dist/aclocal.m4
U xsrc/external/mit/xproto/dist/Xos_r.h
U xsrc/external/mit/xproto/dist/do-not-use-config.h.in
U xsrc/external/mit/xproto/dist/missing
U xsrc/external/mit/xproto/dist/xproto.pc.in
U xsrc/external/mit/xproto/dist/Xthreads.h
U xsrc/external/mit/xproto/dist/Xfuncs.h
U xsrc/external/mit/xproto/dist/Xatom.h
U xsrc/external/mit/xproto/dist/COPYING
U xsrc/external/mit/xproto/dist/configure
U xsrc/external/mit/xproto/dist/Xosdefs.h
U xsrc/external/mit/xproto/dist/Makefile.am
U xsrc/external/mit/xproto/dist/Xarch.h
U xsrc/external/mit/xproto/dist/specs/x11protocol.xml
U xsrc/external/mit/xproto/dist/specs/sect1-9.xml
U xsrc/external/mit/xproto/dist/specs/Makefile.in
U xsrc/external/mit/xproto/dist/specs/keysyms.xml
U xsrc/external/mit/xproto/dist/specs/encoding.xml
U xsrc/external/mit/xproto/dist/specs/glossary.xml
U xsrc/external/mit/xproto/dist/specs/Makefile.am
N xsrc/external/mit/xproto/dist/specs/SIAddresses/localuser.txt
N xsrc/external/mit/xproto/dist/specs/SIAddresses/Makefile.in
N xsrc/external/mit/xproto/dist/specs/SIAddresses/README
N xsrc/external/mit/xproto/dist/specs/SIAddresses/hostname.txt
N xsrc/external/mit/xproto/dist/specs/SIAddresses/IPv6.txt
N xsrc/external/mit/xproto/dist/specs/SIAddresses/Makefile.am

No conflicts created by this import



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 of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xextproto/dist/shmstr.h \
xsrc/external/mit/xextproto/dist/syncstr.h
cvs rdiff -u -r1.1.1.1 -r0 \
xsrc/external/mit/xextproto/dist/specs/appgroup.xml

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



CVS commit: src/sys/fs/v7fs

2011-07-22 Thread UCHIYAMA Yasushi
Module Name:src
Committed By:   uch
Date:   Sat Jul 23 05:10:30 UTC 2011

Modified Files:
src/sys/fs/v7fs: v7fs_vfsops.c

Log Message:
remove partition check from v7fs_mount. problem on rump implementation.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/v7fs/v7fs_vfsops.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/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 link() support

Status:

Vendor Tag: xorg
Release Tags:   iceauth-1-0-5

U xsrc/external/mit/iceauth/dist/missing
U xsrc/external/mit/iceauth/dist/aclocal.m4
U xsrc/external/mit/iceauth/dist/ChangeLog
U xsrc/external/mit/iceauth/dist/config.guess
U xsrc/external/mit/iceauth/dist/config.h.in
U xsrc/external/mit/iceauth/dist/config.sub
U xsrc/external/mit/iceauth/dist/configure
U xsrc/external/mit/iceauth/dist/configure.ac
U xsrc/external/mit/iceauth/dist/COPYING
U xsrc/external/mit/iceauth/dist/depcomp
U xsrc/external/mit/iceauth/dist/iceauth.c
U xsrc/external/mit/iceauth/dist/iceauth.h
U xsrc/external/mit/iceauth/dist/INSTALL
U xsrc/external/mit/iceauth/dist/install-sh
U xsrc/external/mit/iceauth/dist/Makefile.am
U xsrc/external/mit/iceauth/dist/Makefile.in
U xsrc/external/mit/iceauth/dist/process.c
U xsrc/external/mit/iceauth/dist/README
N xsrc/external/mit/iceauth/dist/man/iceauth.man
N xsrc/external/mit/iceauth/dist/man/Makefile.am
N xsrc/external/mit/iceauth/dist/man/Makefile.in

No conflicts created by this import



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 checker fixes

Status:

Vendor Tag: xorg
Release Tags:   mkfontscale-1-0-9

U xsrc/external/mit/mkfontscale/dist/mkfontscale.c
U xsrc/external/mit/mkfontscale/dist/configure
U xsrc/external/mit/mkfontscale/dist/Makefile.am
U xsrc/external/mit/mkfontscale/dist/ident.h
U xsrc/external/mit/mkfontscale/dist/ChangeLog
U xsrc/external/mit/mkfontscale/dist/INSTALL
U xsrc/external/mit/mkfontscale/dist/configure.ac
U xsrc/external/mit/mkfontscale/dist/aclocal.m4
U xsrc/external/mit/mkfontscale/dist/Makefile.in
U xsrc/external/mit/mkfontscale/dist/install-sh
U xsrc/external/mit/mkfontscale/dist/hash.c
U xsrc/external/mit/mkfontscale/dist/list.c
U xsrc/external/mit/mkfontscale/dist/README
U xsrc/external/mit/mkfontscale/dist/config.guess
U xsrc/external/mit/mkfontscale/dist/COPYING
U xsrc/external/mit/mkfontscale/dist/ident.c
U xsrc/external/mit/mkfontscale/dist/config.sub
U xsrc/external/mit/mkfontscale/dist/data.h
U xsrc/external/mit/mkfontscale/dist/config.h.in
U xsrc/external/mit/mkfontscale/dist/hash.h
U xsrc/external/mit/mkfontscale/dist/list.h
U xsrc/external/mit/mkfontscale/dist/missing
U xsrc/external/mit/mkfontscale/dist/depcomp
N xsrc/external/mit/mkfontscale/dist/man/mkfontscale.man
N xsrc/external/mit/mkfontscale/dist/man/Makefile.am
N xsrc/external/mit/mkfontscale/dist/man/Makefile.in

No conflicts created by this import



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

U xsrc/external/mit/smproxy/dist/INSTALL
U xsrc/external/mit/smproxy/dist/smproxy.h
U xsrc/external/mit/smproxy/dist/README
U xsrc/external/mit/smproxy/dist/config.guess
U xsrc/external/mit/smproxy/dist/Makefile.in
U xsrc/external/mit/smproxy/dist/depcomp
U xsrc/external/mit/smproxy/dist/missing
U xsrc/external/mit/smproxy/dist/save.c
U xsrc/external/mit/smproxy/dist/COPYING
U xsrc/external/mit/smproxy/dist/Makefile.am
U xsrc/external/mit/smproxy/dist/config.sub
U xsrc/external/mit/smproxy/dist/config.h.in
U xsrc/external/mit/smproxy/dist/smproxy.c
U xsrc/external/mit/smproxy/dist/install-sh
U xsrc/external/mit/smproxy/dist/configure
U xsrc/external/mit/smproxy/dist/aclocal.m4
U xsrc/external/mit/smproxy/dist/configure.ac
U xsrc/external/mit/smproxy/dist/ChangeLog
N xsrc/external/mit/smproxy/dist/man/Makefile.in
N xsrc/external/mit/smproxy/dist/man/Makefile.am
N xsrc/external/mit/smproxy/dist/man/smproxy.man

No conflicts created by this import



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:

Vendor Tag: xorg
Release Tags:   xauth-1-0-6

U xsrc/external/mit/xauth/dist/missing
U xsrc/external/mit/xauth/dist/aclocal.m4
U xsrc/external/mit/xauth/dist/ChangeLog
U xsrc/external/mit/xauth/dist/config.guess
U xsrc/external/mit/xauth/dist/config.h.in
U xsrc/external/mit/xauth/dist/config.sub
U xsrc/external/mit/xauth/dist/configure
U xsrc/external/mit/xauth/dist/configure.ac
U xsrc/external/mit/xauth/dist/COPYING
U xsrc/external/mit/xauth/dist/depcomp
U xsrc/external/mit/xauth/dist/gethost.c
U xsrc/external/mit/xauth/dist/INSTALL
U xsrc/external/mit/xauth/dist/install-sh
U xsrc/external/mit/xauth/dist/Makefile.am
U xsrc/external/mit/xauth/dist/Makefile.in
U xsrc/external/mit/xauth/dist/parsedpy.c
U xsrc/external/mit/xauth/dist/process.c
U xsrc/external/mit/xauth/dist/README
U xsrc/external/mit/xauth/dist/xauth.c
U xsrc/external/mit/xauth/dist/xauth.h
N xsrc/external/mit/xauth/dist/man/Makefile.am
N xsrc/external/mit/xauth/dist/man/Makefile.in
N xsrc/external/mit/xauth/dist/man/xauth.man

No conflicts created by this import



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:   xlsclients-1-1-2

U xsrc/external/mit/xlsclients/dist/INSTALL
U xsrc/external/mit/xlsclients/dist/aclocal.m4
U xsrc/external/mit/xlsclients/dist/install-sh
U xsrc/external/mit/xlsclients/dist/configure.ac
U xsrc/external/mit/xlsclients/dist/config.h.in
U xsrc/external/mit/xlsclients/dist/README
U xsrc/external/mit/xlsclients/dist/strnlen.h
U xsrc/external/mit/xlsclients/dist/xlsclients.c
U xsrc/external/mit/xlsclients/dist/ChangeLog
U xsrc/external/mit/xlsclients/dist/configure
U xsrc/external/mit/xlsclients/dist/strnlen.c
U xsrc/external/mit/xlsclients/dist/Makefile.in
U xsrc/external/mit/xlsclients/dist/COPYING
U xsrc/external/mit/xlsclients/dist/config.sub
U xsrc/external/mit/xlsclients/dist/Makefile.am
U xsrc/external/mit/xlsclients/dist/config.guess
U xsrc/external/mit/xlsclients/dist/depcomp
U xsrc/external/mit/xlsclients/dist/missing
N xsrc/external/mit/xlsclients/dist/man/xlsclients.man
N xsrc/external/mit/xlsclients/dist/man/Makefile.am
N xsrc/external/mit/xlsclients/dist/man/Makefile.in

No conflicts created by this import



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

U xsrc/external/mit/xman/dist/ChangeLog
U xsrc/external/mit/xman/dist/config.guess
U xsrc/external/mit/xman/dist/help.c
U xsrc/external/mit/xman/dist/Makefile.in
U xsrc/external/mit/xman/dist/defs.h
U xsrc/external/mit/xman/dist/globals.c
U xsrc/external/mit/xman/dist/ScrollByL.h
U xsrc/external/mit/xman/dist/search.c
U xsrc/external/mit/xman/dist/icon_help.h
U xsrc/external/mit/xman/dist/vendor.h
U xsrc/external/mit/xman/dist/configure
U xsrc/external/mit/xman/dist/icon_open.h
U xsrc/external/mit/xman/dist/Makefile.am
U xsrc/external/mit/xman/dist/man.h
U xsrc/external/mit/xman/dist/INSTALL
U xsrc/external/mit/xman/dist/buttons.c
U xsrc/external/mit/xman/dist/ScrollByLP.h
U xsrc/external/mit/xman/dist/handler.c
U xsrc/external/mit/xman/dist/install-sh
U xsrc/external/mit/xman/dist/xman.help
U xsrc/external/mit/xman/dist/aclocal.m4
U xsrc/external/mit/xman/dist/vendor.c
U xsrc/external/mit/xman/dist/ScrollByL.c
U xsrc/external/mit/xman/dist/depcomp
U xsrc/external/mit/xman/dist/README
U xsrc/external/mit/xman/dist/missing
U xsrc/external/mit/xman/dist/tkfuncs.c
C xsrc/external/mit/xman/dist/misc.c
U xsrc/external/mit/xman/dist/globals.h
U xsrc/external/mit/xman/dist/config.h.in
U xsrc/external/mit/xman/dist/main.c
U xsrc/external/mit/xman/dist/config.sub
U xsrc/external/mit/xman/dist/COPYING
U xsrc/external/mit/xman/dist/man.c
U xsrc/external/mit/xman/dist/iconclosed.h
U xsrc/external/mit/xman/dist/configure.ac
U xsrc/external/mit/xman/dist/app-defaults/Xman
N xsrc/external/mit/xman/dist/man/Makefile.am
N xsrc/external/mit/xman/dist/man/Makefile.in
N xsrc/external/mit/xman/dist/man/xman.man

1 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jxorg:yesterday -jxorg xsrc/external/mit/xman/dist



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

U xsrc/external/mit/xprop/dist/configure.ac
U xsrc/external/mit/xprop/dist/install-sh
U xsrc/external/mit/xprop/dist/ChangeLog
U xsrc/external/mit/xprop/dist/config.h.in
U xsrc/external/mit/xprop/dist/aclocal.m4
U xsrc/external/mit/xprop/dist/configure
U xsrc/external/mit/xprop/dist/clientwin.h
U xsrc/external/mit/xprop/dist/xprop.c
U xsrc/external/mit/xprop/dist/README
U xsrc/external/mit/xprop/dist/INSTALL
U xsrc/external/mit/xprop/dist/dsimple.h
U xsrc/external/mit/xprop/dist/Makefile.in
U xsrc/external/mit/xprop/dist/depcomp
U xsrc/external/mit/xprop/dist/missing
U xsrc/external/mit/xprop/dist/config.sub
U xsrc/external/mit/xprop/dist/COPYING
U xsrc/external/mit/xprop/dist/dsimple.c
U xsrc/external/mit/xprop/dist/clientwin.c
U xsrc/external/mit/xprop/dist/config.guess
U xsrc/external/mit/xprop/dist/Makefile.am
N xsrc/external/mit/xprop/dist/man/Makefile.am
N xsrc/external/mit/xprop/dist/man/Makefile.in
N xsrc/external/mit/xprop/dist/man/xprop.man

No conflicts created by this import



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: xorg
Release Tags:   xrandr-1-3-5

U xsrc/external/mit/xrandr/dist/config.guess
U xsrc/external/mit/xrandr/dist/README
U xsrc/external/mit/xrandr/dist/xrandr_test.pl
U xsrc/external/mit/xrandr/dist/install-sh
U xsrc/external/mit/xrandr/dist/aclocal.m4
U xsrc/external/mit/xrandr/dist/keystone.5c
U xsrc/external/mit/xrandr/dist/config.h.in
U xsrc/external/mit/xrandr/dist/INSTALL
C xsrc/external/mit/xrandr/dist/xrandr.c
U xsrc/external/mit/xrandr/dist/COPYING
U xsrc/external/mit/xrandr/dist/Makefile.in
U xsrc/external/mit/xrandr/dist/config.sub
U xsrc/external/mit/xrandr/dist/depcomp
U xsrc/external/mit/xrandr/dist/configure
U xsrc/external/mit/xrandr/dist/missing
U xsrc/external/mit/xrandr/dist/ChangeLog
U xsrc/external/mit/xrandr/dist/Makefile.am
U xsrc/external/mit/xrandr/dist/configure.ac
N xsrc/external/mit/xrandr/dist/man/xrandr.man
N xsrc/external/mit/xrandr/dist/man/Makefile.am
N xsrc/external/mit/xrandr/dist/man/Makefile.in

1 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jxorg:yesterday -jxorg xsrc/external/mit/xrandr/dist



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

U xsrc/external/mit/xwininfo/dist/COPYING
U xsrc/external/mit/xwininfo/dist/strnlen.c
U xsrc/external/mit/xwininfo/dist/dsimple.c
U xsrc/external/mit/xwininfo/dist/config.h.in
U xsrc/external/mit/xwininfo/dist/configure.ac
U xsrc/external/mit/xwininfo/dist/missing
U xsrc/external/mit/xwininfo/dist/depcomp
U xsrc/external/mit/xwininfo/dist/install-sh
U xsrc/external/mit/xwininfo/dist/aclocal.m4
U xsrc/external/mit/xwininfo/dist/clientwin.h
U xsrc/external/mit/xwininfo/dist/INSTALL
U xsrc/external/mit/xwininfo/dist/Makefile.in
U xsrc/external/mit/xwininfo/dist/strnlen.h
U xsrc/external/mit/xwininfo/dist/dsimple.h
C xsrc/external/mit/xwininfo/dist/xwininfo.c
U xsrc/external/mit/xwininfo/dist/README
U xsrc/external/mit/xwininfo/dist/config.guess
U xsrc/external/mit/xwininfo/dist/clientwin.c
U xsrc/external/mit/xwininfo/dist/config.sub
U xsrc/external/mit/xwininfo/dist/configure
U xsrc/external/mit/xwininfo/dist/Makefile.am
U xsrc/external/mit/xwininfo/dist/ChangeLog
N xsrc/external/mit/xwininfo/dist/man/Makefile.am
N xsrc/external/mit/xwininfo/dist/man/Makefile.in
N xsrc/external/mit/xwininfo/dist/man/xwininfo.man

1 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jxorg:yesterday -jxorg xsrc/external/mit/xwininfo/dist



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 xsrc/external/mit/iceauth/dist/autogen.sh
cvs rdiff -u -r1.1.1.2 -r0 xsrc/external/mit/iceauth/dist/iceauth.man

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



CVS commit: xsrc/external/mit

2011-07-22 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
xsrc/external/mit/xlsclients/dist: xlsclients.man
xsrc/external/mit/xprop/dist: xprop.man

Log Message:
merge mkfontscale 1.0.9, smproxy 1.0.5, xauth 1.0.6, xlsclients 1.1.2
and xprop 1.2.1.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r0 xsrc/external/mit/mkfontscale/dist/mkfontscale.man
cvs rdiff -u -r1.1.1.3 -r0 xsrc/external/mit/smproxy/dist/smproxy.man
cvs rdiff -u -r1.1.1.2 -r0 xsrc/external/mit/xauth/dist/xauth.man
cvs rdiff -u -r1.1.1.1 -r0 xsrc/external/mit/xlsclients/dist/xlsclients.man
cvs rdiff -u -r1.1.1.3 -r0 xsrc/external/mit/xprop/dist/xprop.man

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



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

2011-07-22 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 -r1.4 xsrc/external/mit/xman/dist/misc.c
cvs rdiff -u -r1.1.1.1 -r0 xsrc/external/mit/xman/dist/xman.man

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



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

2011-07-22 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 -r1.5 -r1.6 xsrc/external/mit/xrandr/dist/xrandr.c
cvs rdiff -u -r1.1.1.5 -r0 xsrc/external/mit/xrandr/dist/xrandr.man

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



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

2011-07-22 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 commit:
cvs rdiff -u -r1.1.1.1 -r0 xsrc/external/mit/xwininfo/dist/autogen.sh
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xwininfo/dist/xwininfo.c
cvs rdiff -u -r1.1.1.3 -r0 xsrc/external/mit/xwininfo/dist/xwininfo.man

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

2011-07-22 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
src/external/mit/xorg/bin/xprop: Makefile
src/external/mit/xorg/bin/xrandr: Makefile

Log Message:
add .../man to the .PATH to find moved manuals.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/mkfontscale/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/smproxy/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/bin/xman/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/xprop/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/xrandr/Makefile

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



CVS commit: src/sys/dev/nor

2011-07-22 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Jul 23 06:24:54 UTC 2011

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

Log Message:
- add option flags CFI_DEBUG_QRY CFI_DEBUG_JEDEC in opt_cfi.h


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/nor/files.nor

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



CVS commit: src/sys/dev/nor

2011-07-22 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Jul 23 06:26:26 UTC 2011

Modified Files:
src/sys/dev/nor: cfi_0002.c

Log Message:
- names changed: erase_chiptime_* --> erase_chip_time_*


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/nor/cfi_0002.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/nor

2011-07-22 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Jul 23 06:27:09 UTC 2011

Modified Files:
src/sys/dev/nor: cfi.h

Log Message:
- names changed: erase_chiptime_* --> erase_chip_time_*
- define CFI_IFCODE_* and use those instead of literals
- add field 'cfi_emulated' to struct cfi;
use when the cfi query info are synthesized/faked
based on table lookup, i.e. for a non CFI chip.
- add field 'cfi_name' to struct cfi;
- add struct cfi_jedec_tab to allow creating lookup table
to obtain chip parameters given JEDEC ID.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/nor/cfi.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/nor

2011-07-22 Thread Cliff Neighbors
Module Name:src
Committed By:   cliff
Date:   Sat Jul 23 06:27:40 UTC 2011

Modified Files:
src/sys/dev/nor: cfi.c

Log Message:
- dump raw QRY and/or JEDEC data depending on CFI_DEBUG_QRY, CFI_DEBUG_JEDEC
- add ability to emulate CFI based on table lookup keyed by JEDEC IDs.
- warn if CFI command set is unknown


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/nor/cfi.c

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



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

2011-07-22 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Jul 23 06:41:09 UTC 2011

Modified Files:
src/external/mit/xorg/bin/iceauth: Makefile
src/external/mit/xorg/bin/xauth: Makefile

Log Message:
add .../man to .PATH to find moved manuals.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/iceauth/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/xauth/Makefile

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