CVS commit: src/sys/dev/mii
Module Name:src Committed By: msaitoh Date: Tue Jun 11 07:22:08 UTC 2013 Modified Files: src/sys/dev/mii: ciphy.c ihphy.c tlphy.c Log Message: Update link status quickly. This change is a part of mii_physubr.c rev. 1.77-1.78. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/mii/ciphy.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/mii/ihphy.c cvs rdiff -u -r1.60 -r1.61 src/sys/dev/mii/tlphy.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
Module Name:src Committed By: msaitoh Date: Tue Jun 11 10:07:09 UTC 2013 Modified Files: src/sys/dev/pci: if_wm.c Log Message: The wm_linkintr_gmii() function is called from interrupt, so call mii_pollstat() instead of mii_tick(). To generate a diff of this commit: cvs rdiff -u -r1.253 -r1.254 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: roy Date: Tue Jun 11 12:08:29 UTC 2013 Modified Files: src/sys/net: if.c src/sys/netinet6: in6.c in6.h nd6_rtr.c Log Message: When an interface link state changes to down, mark all attached IPv6 addresses as detached. Likewise, when the link state changes to up, mark all detached IPv6 as tentative and start DAD on them. Advertised router reachability now checks that link state is not down. This means that when an interface link state changes, the default IPv6 router may change as well. To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 src/sys/net/if.c cvs rdiff -u -r1.163 -r1.164 src/sys/netinet6/in6.c cvs rdiff -u -r1.71 -r1.72 src/sys/netinet6/in6.h cvs rdiff -u -r1.87 -r1.88 src/sys/netinet6/nd6_rtr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netipsec
Module Name:src Committed By: christos Date: Tue Jun 11 13:30:20 UTC 2013 Modified Files: src/sys/netipsec: ipsec_netbsd.c Log Message: remove the last vestiges of fast_ipsec To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/netipsec/ipsec_netbsd.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
Module Name:src Committed By: msaitoh Date: Tue Jun 11 14:39:35 UTC 2013 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Disable LPLU when the device is WM_T_PCH_LPT series (I21[78]). This change fixes a bug that wm interface don't negotiate to 1000BaseT. To generate a diff of this commit: cvs rdiff -u -r1.254 -r1.255 src/sys/dev/pci/if_wm.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/postinstall
Module Name:src Committed By: christos Date: Tue Jun 11 14:39:07 UTC 2013 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: more thorough passwd/group checks. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/usr.sbin/postinstall/postinstall Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: apb Date: Tue Jun 11 15:11:49 UTC 2013 Modified Files: src/share/misc: bsd-family-tree Log Message: Add FreeBSD-8.4 (merge with FreeBSD svn revision 251501). To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/share/misc/bsd-family-tree Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: apb Date: Tue Jun 11 15:15:29 UTC 2013 Modified Files: src/share/misc: bsd-family-tree Log Message: Fix tab damage in previous To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/share/misc/bsd-family-tree 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
Module Name:src Committed By: msaitoh Date: Tue Jun 11 16:18:48 UTC 2013 Modified Files: src/sys/dev/mii: ukphy.c Log Message: Remove wrong autonegotiation check. The mii_phy_tick() checks about autonegotiation correctly. This change fixes the problem that the autonegotiation timer doesn't work correctly with "ifcongig xxx media 1000BaseT" To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/dev/mii/ukphy.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
Module Name:src Committed By: msaitoh Date: Tue Jun 11 16:37:10 UTC 2013 Modified Files: src/sys/dev/pci: if_sk.c Log Message: Remove an extra mii_pollstat() call. The PHY status should be updated by adjacent mii_tick() call. I suspect that this mii_pollstat() call was added to do workaround for broken MII_TICK code. A lot of MII PHY drivers had bugs in MII_TICK and those bugs were fixed. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/dev/pci/if_sk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: msaitoh Date: Tue Jun 11 16:57:05 UTC 2013 Modified Files: src/sys/arch/arm/gemini: if_gmc.c src/sys/dev/ic: smc91cxx.c Log Message: In interrupt function, use mii_pollstat() instead of mii_tick() to update PHY status. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/gemini/if_gmc.c cvs rdiff -u -r1.83 -r1.84 src/sys/dev/ic/smc91cxx.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/evbarm/beagle
Module Name:src Committed By: matt Date: Tue Jun 11 22:59:54 UTC 2013 Modified Files: src/sys/arch/evbarm/beagle: beagle_machdep.c Log Message: Make sure there is enough KVA to map all of memory if __HAVE_MM_MD_DIRECT_MAPPED_PHYS is defined. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/evbarm/beagle/beagle_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/arch/arm/arm
Module Name:src Committed By: matt Date: Wed Jun 12 00:35:34 UTC 2013 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: If the L1 instruction cache policy is PIPT, don't set the prefer_mask. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/sys/arch/arm/arm/cpufunc.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/arm/arm32
Module Name:src Committed By: matt Date: Wed Jun 12 00:44:39 UTC 2013 Modified Files: src/sys/arch/arm/arm32: cpu.c Log Message: Use the armreg_pfr?_read inlines. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/arch/arm/arm32/cpu.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/arm/cortex
Module Name:src Committed By: matt Date: Wed Jun 12 00:59:50 UTC 2013 Modified Files: src/sys/arch/arm/cortex: a9tmr.c Log Message: Don't attach a9tmr if the CPU supports the generic timer. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/cortex/a9tmr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [yamt-pagecache] src/bin/sh
Module Name:src Committed By: yamt Date: Wed Jun 12 01:08:16 UTC 2013 Modified Files: src/bin/sh [yamt-pagecache]: redir.c Log Message: constify To generate a diff of this commit: cvs rdiff -u -r1.32.2.1 -r1.32.2.2 src/bin/sh/redir.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [yamt-pagecache] src/lib/libutil
Module Name:src Committed By: yamt Date: Wed Jun 12 01:09:33 UTC 2013 Modified Files: src/lib/libutil [yamt-pagecache]: parsedate.y Log Message: add rcsid To generate a diff of this commit: cvs rdiff -u -r1.10.6.3 -r1.10.6.4 src/lib/libutil/parsedate.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm
Module Name:src Committed By: matt Date: Wed Jun 12 01:16:48 UTC 2013 Modified Files: src/sys/arch/arm/arm: cpufunc.c src/sys/arch/arm/arm32: cpu.c src/sys/arch/arm/include: cpufunc.h Log Message: Nuke cpu_pfr, just use the armreg_pfr?_read inlines To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/sys/arch/arm/arm/cpufunc.c cvs rdiff -u -r1.95 -r1.96 src/sys/arch/arm/arm32/cpu.c cvs rdiff -u -r1.63 -r1.64 src/sys/arch/arm/include/cpufunc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [yamt-pagecache] src/lib/libutil
Module Name:src Committed By: yamt Date: Wed Jun 12 01:30:22 UTC 2013 Modified Files: src/lib/libutil [yamt-pagecache]: parsedate.y Log Message: revert the previous (wrong branch) To generate a diff of this commit: cvs rdiff -u -r1.10.6.4 -r1.10.6.5 src/lib/libutil/parsedate.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libutil
Module Name:src Committed By: yamt Date: Wed Jun 12 01:31:25 UTC 2013 Modified Files: src/lib/libutil: parsedate.y Log Message: add rcsid To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libutil/parsedate.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [yamt-pagecache] src/bin/sh
Module Name:src Committed By: yamt Date: Wed Jun 12 01:36:09 UTC 2013 Modified Files: src/bin/sh [yamt-pagecache]: redir.c Log Message: revert the previous (wrong branch) To generate a diff of this commit: cvs rdiff -u -r1.32.2.2 -r1.32.2.3 src/bin/sh/redir.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/sh
Module Name:src Committed By: yamt Date: Wed Jun 12 01:36:52 UTC 2013 Modified Files: src/bin/sh: redir.c Log Message: constify To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/bin/sh/redir.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libutil
Module Name:src Committed By: yamt Date: Wed Jun 12 01:46:07 UTC 2013 Modified Files: src/lib/libutil: parsedate.y Log Message: fix timezone bugs in rev.1.11 and rev.1.13. PR/47916. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libutil/parsedate.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/include
Module Name:src Committed By: matt Date: Wed Jun 12 02:08:02 UTC 2013 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Add defines for ARM Generic Timer Add defines for PFR1 GTIMER and SEC extensions. Add VBAR inlines To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/arch/arm/include/armreg.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/mii
Module Name:src Committed By: msaitoh Date: Wed Jun 12 02:51:17 UTC 2013 Modified Files: src/sys/dev/mii: miidevs Log Message: Add some IC Plus Corp. devices. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/sys/dev/mii/miidevs 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
Module Name:src Committed By: msaitoh Date: Wed Jun 12 02:51:43 UTC 2013 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.106 -r1.107 src/sys/dev/mii/miidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/external/mit/xorg/lib/libX11
Module Name:src Committed By: msaitoh Date: Wed Jun 12 03:52:39 UTC 2013 Modified Files: src/external/mit/xorg/lib/libX11 [netbsd-6]: Makefile.libx11 Log Message: Pull up following revision(s) (requested by mrg in ticket #901): external/mit/xorg/lib/libX11/Makefile.libx11: revision 1.11 hack for old gcc. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.6.1 src/external/mit/xorg/lib/libX11/Makefile.libx11 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/external/mit/xorg/lib/libX11
Module Name:src Committed By: msaitoh Date: Wed Jun 12 04:05:36 UTC 2013 Modified Files: src/external/mit/xorg/lib/libX11 [netbsd-6-0]: Makefile.libx11 Log Message: Pull up following revision(s) (requested by mrg in ticket #901): external/mit/xorg/lib/libX11/Makefile.libx11: revision 1.11 hack for old gcc. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.10.1 \ src/external/mit/xorg/lib/libX11/Makefile.libx11 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc/dev
Module Name:src Committed By: macallan Date: Wed Jun 12 04:23:46 UTC 2013 Modified Files: src/sys/arch/sparc/dev: sxreg.h Log Message: fix serial type&pasto, while there add SX_ADD instructions To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sparc/dev/sxreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/external/mit/xorg/lib/libX11
Module Name:src Committed By: msaitoh Date: Wed Jun 12 04:28:30 UTC 2013 Modified Files: src/external/mit/xorg/lib/libX11 [netbsd-6-1]: Makefile.libx11 Log Message: Pull up following revision(s) (requested by mrg in ticket #901): external/mit/xorg/lib/libX11/Makefile.libx11: revision 1.11 hack for old gcc. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.12.1 \ src/external/mit/xorg/lib/libX11/Makefile.libx11 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/external/mit/xorg/lib/libXi
Module Name:src Committed By: msaitoh Date: Wed Jun 12 04:32:51 UTC 2013 Modified Files: src/external/mit/xorg/lib/libXi [netbsd-6]: Makefile Log Message: Pull up following revision(s) (requested by mrg in ticket #902): external/mit/xorg/lib/libXi/Makefile: revision 1.10 fix vax build issues - GCC 4.1 warns about always true comparisons more than GCC 4.5 does. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.4.1 src/external/mit/xorg/lib/libXi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/external/mit/xorg/lib/libXi
Module Name:src Committed By: msaitoh Date: Wed Jun 12 04:33:50 UTC 2013 Modified Files: src/external/mit/xorg/lib/libXi [netbsd-6-0]: Makefile Log Message: Pull up following revision(s) (requested by mrg in ticket #902): external/mit/xorg/lib/libXi/Makefile: revision 1.10 fix vax build issues - GCC 4.1 warns about always true comparisons more than GCC 4.5 does. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.10.1 src/external/mit/xorg/lib/libXi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/external/mit/xorg/lib/libXi
Module Name:src Committed By: msaitoh Date: Wed Jun 12 04:36:30 UTC 2013 Modified Files: src/external/mit/xorg/lib/libXi [netbsd-6-1]: Makefile Log Message: Pull up following revision(s) (requested by mrg in ticket #902): external/mit/xorg/lib/libXi/Makefile: revision 1.10 fix vax build issues - GCC 4.1 warns about always true comparisons more than GCC 4.5 does. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.16.1 src/external/mit/xorg/lib/libXi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: msaitoh Date: Wed Jun 12 04:43:49 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket 901 and 902. To generate a diff of this commit: cvs rdiff -u -r1.1.2.5 -r1.1.2.6 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/doc
Module Name:src Committed By: msaitoh Date: Wed Jun 12 04:46:04 UTC 2013 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.1 Log Message: Ticket 901 and 902. To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-6.1.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/doc
Module Name:src Committed By: msaitoh Date: Wed Jun 12 04:44:50 UTC 2013 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.3 Log Message: Ticket 901 and 902. To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-6.0.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/include
Module Name:src Committed By: matt Date: Wed Jun 12 05:25:58 UTC 2013 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Fix ARM_PRF1_SEC_MASK value. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/arch/arm/include/armreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src
Module Name:src Committed By: msaitoh Date: Wed Jun 12 06:05:52 UTC 2013 Modified Files: src/sys/arch/vax/boot/xxboot [netbsd-5]: start.S src/sys/sys [netbsd-5]: bootblock.h disklabel.h src/usr.sbin/installboot/arch [netbsd-5]: vax.c Log Message: Pull up following revision(s) (requested by martin in ticket #1856): sys/arch/vax/boot/xxboot/start.S: revision 1.5 sys/sys/bootblock.h: revision 1.55 sys/sys/disklabel.h: revision 1.113 usr.sbin/installboot/arch/vax.c: revision 1.14-1.15 Rearrange primary bootstrap slightly to free up all space between the disk label and the uVAX rom boot parameter block. Calculate the disklabel size (for asm code) dynamically based on MAXPARTITIONS. Adapt to new vax primary bootstrap layout. Fix installboot for VAX, as discussed on port-vax. Problem pointed out by Jonny Billquist, thanks to Marl Pizzolato for patiently explaining the various ways of booting a vax to me. Now VAX 780 can boot directly from VMB.EXE again. Provide an empty __CTASSERT() for toolbuilds To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.88.1 src/sys/arch/vax/boot/xxboot/start.S cvs rdiff -u -r1.45 -r1.45.10.1 src/sys/sys/bootblock.h cvs rdiff -u -r1.102 -r1.102.4.1 src/sys/sys/disklabel.h cvs rdiff -u -r1.12 -r1.12.6.1 src/usr.sbin/installboot/arch/vax.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/doc
Module Name:src Committed By: msaitoh Date: Wed Jun 12 06:07:09 UTC 2013 Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: Ticket 1856 To generate a diff of this commit: cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-5.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS import: xsrc/external/mit/libxcb/dist
Module Name:xsrc Committed By: mrg Date: Wed Jun 12 06:11:15 UTC 2013 Update of /cvsroot/xsrc/external/mit/libxcb/dist In directory ivanova.netbsd.org:/tmp/cvs-serv12577 Log Message: initial import of libxcb-1.9.1 Status: Vendor Tag: xorg Release Tags: libxcb-1-9-1 U xsrc/external/mit/libxcb/dist/xcb-xkb.pc.in U xsrc/external/mit/libxcb/dist/configure.ac U xsrc/external/mit/libxcb/dist/autogen.sh U xsrc/external/mit/libxcb/dist/INSTALL U xsrc/external/mit/libxcb/dist/xcb-shm.pc.in U xsrc/external/mit/libxcb/dist/NEWS U xsrc/external/mit/libxcb/dist/xcb-record.pc.in U xsrc/external/mit/libxcb/dist/xcb-dri2.pc.in U xsrc/external/mit/libxcb/dist/xcb-sync.pc.in U xsrc/external/mit/libxcb/dist/xcb-xtest.pc.in U xsrc/external/mit/libxcb/dist/xcb-dpms.pc.in U xsrc/external/mit/libxcb/dist/xcb-xprint.pc.in U xsrc/external/mit/libxcb/dist/xcb-xevie.pc.in U xsrc/external/mit/libxcb/dist/ltmain.sh U xsrc/external/mit/libxcb/dist/xcb-xselinux.pc.in U xsrc/external/mit/libxcb/dist/xcb-glx.pc.in U xsrc/external/mit/libxcb/dist/config.sub U xsrc/external/mit/libxcb/dist/acinclude.m4 U xsrc/external/mit/libxcb/dist/xcb.pc.in U xsrc/external/mit/libxcb/dist/xcb-render.pc.in U xsrc/external/mit/libxcb/dist/README U xsrc/external/mit/libxcb/dist/missing U xsrc/external/mit/libxcb/dist/xcb-xfixes.pc.in U xsrc/external/mit/libxcb/dist/depcomp U xsrc/external/mit/libxcb/dist/xcb-res.pc.in N xsrc/external/mit/libxcb/dist/test-driver U xsrc/external/mit/libxcb/dist/xcb-composite.pc.in U xsrc/external/mit/libxcb/dist/xcb-xinput.pc.in U xsrc/external/mit/libxcb/dist/Makefile.am U xsrc/external/mit/libxcb/dist/xcb-xinerama.pc.in U xsrc/external/mit/libxcb/dist/xcb-damage.pc.in U xsrc/external/mit/libxcb/dist/xcb-xf86dri.pc.in U xsrc/external/mit/libxcb/dist/xcb-xvmc.pc.in U xsrc/external/mit/libxcb/dist/xcb-randr.pc.in U xsrc/external/mit/libxcb/dist/aclocal.m4 U xsrc/external/mit/libxcb/dist/COPYING U xsrc/external/mit/libxcb/dist/xcb-screensaver.pc.in U xsrc/external/mit/libxcb/dist/xcb-xv.pc.in U xsrc/external/mit/libxcb/dist/install-sh U xsrc/external/mit/libxcb/dist/configure U xsrc/external/mit/libxcb/dist/Makefile.in U xsrc/external/mit/libxcb/dist/xcb-shape.pc.in U xsrc/external/mit/libxcb/dist/config.guess U xsrc/external/mit/libxcb/dist/doc/xcb.doxygen.in U xsrc/external/mit/libxcb/dist/doc/xkb_internals U xsrc/external/mit/libxcb/dist/doc/Makefile.in U xsrc/external/mit/libxcb/dist/doc/Makefile.am U xsrc/external/mit/libxcb/dist/doc/xkb_issues U xsrc/external/mit/libxcb/dist/doc/tutorial/index.html U xsrc/external/mit/libxcb/dist/doc/tutorial/xcb.css U xsrc/external/mit/libxcb/dist/tools/constants U xsrc/external/mit/libxcb/dist/tools/README U xsrc/external/mit/libxcb/dist/tools/api_conv.pl U xsrc/external/mit/libxcb/dist/src/xcb_windefs.h U xsrc/external/mit/libxcb/dist/src/xcb_out.c U xsrc/external/mit/libxcb/dist/src/xcb_conn.c C xsrc/external/mit/libxcb/dist/src/xcb_in.c U xsrc/external/mit/libxcb/dist/src/xcbint.h U xsrc/external/mit/libxcb/dist/src/xcb.h U xsrc/external/mit/libxcb/dist/src/xcb_ext.c U xsrc/external/mit/libxcb/dist/src/config.h.in U xsrc/external/mit/libxcb/dist/src/c_client.py U xsrc/external/mit/libxcb/dist/src/Makefile.am U xsrc/external/mit/libxcb/dist/src/xcb_list.c U xsrc/external/mit/libxcb/dist/src/xcb_xid.c U xsrc/external/mit/libxcb/dist/src/xcb_auth.c U xsrc/external/mit/libxcb/dist/src/Makefile.in U xsrc/external/mit/libxcb/dist/src/xcbext.h U xsrc/external/mit/libxcb/dist/src/xcb_util.c U xsrc/external/mit/libxcb/dist/src/man/xcb-requests.3 U xsrc/external/mit/libxcb/dist/src/man/xcb-examples.3 U xsrc/external/mit/libxcb/dist/tests/check_public.c U xsrc/external/mit/libxcb/dist/tests/check_suites.h U xsrc/external/mit/libxcb/dist/tests/check_all.c U xsrc/external/mit/libxcb/dist/tests/Makefile.am U xsrc/external/mit/libxcb/dist/tests/CheckLog.xsl U xsrc/external/mit/libxcb/dist/tests/Makefile.in 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xsrc/external/mit/libxcb/dist
CVS commit: xsrc/external/mit/libxcb/include
Module Name:xsrc Committed By: mrg Date: Wed Jun 12 06:14:31 UTC 2013 Modified Files: xsrc/external/mit/libxcb/include: config.h Log Message: udpate for libxcb 1.9.1. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/libxcb/include/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.