platform/upstream/xkill.git
10 years agoMerge branch 'devel/x11' into tizen accepted/tizen_3.0.2014.q3_common accepted/tizen_common accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common submit/tizen/20140818.084211 submit/tizen/20140818.144456 submit/tizen/20140819.234625 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release
Boram Park [Wed, 30 Jul 2014 09:11:30 +0000 (18:11 +0900)]
Merge branch 'devel/x11' into tizen

Change-Id: I6a17b7c144ead24736271a31ae2661187cbb3903

10 years agonot build without x 23/24923/1
Boram Park [Sat, 19 Jul 2014 03:22:27 +0000 (12:22 +0900)]
not build without x

Change-Id: I8ad23901a6904bfc6733457518560e57fab05ac3

10 years agonot build without x devel/x11 submit/devel/x11/20140719.032603
Boram Park [Sat, 19 Jul 2014 03:22:27 +0000 (12:22 +0900)]
not build without x

Change-Id: I31609b3b13aa32ee96c040d3f39079592115e583

10 years agoMerge branch 'devel/upgrade' into tizen 15/19715/1 accepted/tizen/mobile/20140519.083529 submit/devel/x11/20140718.035926 submit/tizen/20140417.073530
Changyeon Lee [Thu, 17 Apr 2014 05:39:56 +0000 (14:39 +0900)]
Merge branch 'devel/upgrade' into tizen

Change-Id: Ic83876c7170cbd1f9bd8c6d43702cd981a063bdf
Signed-off-by: Changyeon Lee <cyeon.lee@samsung.com>
10 years agopackage version up devel/upgrade submit/devel/upgrade/20140410.014603
Changyeon Lee [Wed, 9 Apr 2014 05:08:45 +0000 (14:08 +0900)]
package version up

10 years agoMerge branch 'upstream' into tizen
Changyeon Lee [Wed, 9 Apr 2014 05:07:32 +0000 (14:07 +0900)]
Merge branch 'upstream' into tizen

10 years agoImported Upstream version 1.0.4 upstream upstream/1.0.4
Changyeon Lee [Wed, 9 Apr 2014 05:07:23 +0000 (14:07 +0900)]
Imported Upstream version 1.0.4

10 years agoAdd a spec file for packaging 08/9608/1
Sung-Jin Park [Tue, 3 Sep 2013 08:24:53 +0000 (04:24 -0400)]
Add a spec file for packaging

Change-Id: I1dfe27af964c7eaf352405386bb6bfd64f1ea7a9

10 years agoUse man page sections in See Also references to libX11 man pages 25/9325/1 submit/tizen/20130910.024913
Alan Coopersmith [Sat, 3 Aug 2013 22:59:03 +0000 (15:59 -0700)]
Use man page sections in See Also references to libX11 man pages

Change-Id: I23e6fa43e7c8cbd6b3df912ef1e79a8975576de5
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoAdd -version option to print version 24/9324/1
Alan Coopersmith [Sat, 3 Aug 2013 22:57:06 +0000 (15:57 -0700)]
Add -version option to print version

Change-Id: I9b4703c54ddefb2011f321bf0e159a60f94e2b97
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoMark static string in verify_okay_to_kill as const 23/9323/1
Alan Coopersmith [Fri, 19 Jul 2013 06:27:40 +0000 (23:27 -0700)]
Mark static string in verify_okay_to_kill as const

Fixes gcc warning:
xkill.c: In function ‘verify_okay_to_kill’:
xkill.c:371:24: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]

Change-Id: Ie5bd3c46b7af2b4857c76de5a631480c4460301d
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoMark msg argument to get_window_id as const, since it's just printed out 22/9322/1
Alan Coopersmith [Sat, 23 Feb 2013 16:17:10 +0000 (08:17 -0800)]
Mark msg argument to get_window_id as const, since it's just printed out

Change-Id: I7f4d7c5bde62023b464a13a67cd3e04c2dbff284
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoUse strtoul instead of open coding it with sscanf 21/9321/1
Alan Coopersmith [Sat, 23 Feb 2013 07:13:45 +0000 (23:13 -0800)]
Use strtoul instead of open coding it with sscanf

Change-Id: I0a3318a09d3766996cdd6e2e8ba0bbb5f972bcc2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoMark Exit() and usage() as _X_NORETURN 20/9320/1
Alan Coopersmith [Sat, 23 Feb 2013 07:01:53 +0000 (23:01 -0800)]
Mark Exit() and usage() as _X_NORETURN

Change-Id: I34ed29c32dfd93ca7ae0d95b01e0c9e474b9832a
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoGet rid of dpy global so we don't get shadow warnings from every function 19/9319/1
Alan Coopersmith [Sat, 23 Feb 2013 06:59:56 +0000 (22:59 -0800)]
Get rid of dpy global so we don't get shadow warnings from every function

Change-Id: I5fb57ede19f401cc9c7694c96acc98493883f557
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoremove unused variable cpp 18/9318/1
Alan Coopersmith [Sat, 23 Feb 2013 06:55:00 +0000 (22:55 -0800)]
remove unused variable cpp

Accidentally left behind by ea276533fbc9

Change-Id: If1c7e2088c3aa24f22ed17bc979d414757fd00c6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoconfig: move man pages into their own directory 17/9317/1
Gaetan Nadon [Wed, 19 Jan 2011 15:06:56 +0000 (10:06 -0500)]
config: move man pages into their own directory

Use services provided by XORG_MANPAGE_SECTIONS.
Use standard Makefile for man pages.

Change-Id: I224ea897c6159f2a0934b4132776bd2c3eef082f
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
10 years agoman: replace hard coded man page section with substitution strings 16/9316/1
Gaetan Nadon [Thu, 13 Jan 2011 22:15:36 +0000 (17:15 -0500)]
man: replace hard coded man page section with substitution strings

Change-Id: Ib7c3112e875840b23ffbf62a9671a847c774bba3
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
10 years agoman: remove trailing spaces and tabs 15/9315/1
Gaetan Nadon [Thu, 13 Jan 2011 16:15:47 +0000 (11:15 -0500)]
man: remove trailing spaces and tabs

Using s/[ \t]*$//

Change-Id: I5ad59966ccb622d17fc75777baa51ec2508debb3
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
10 years agoxkill 1.0.3 14/9314/1
Alan Coopersmith [Thu, 11 Nov 2010 03:26:12 +0000 (19:26 -0800)]
xkill 1.0.3

Change-Id: Ie57d9a4adf45b80d9fe52070e53b389d826cb22c
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoSimplify options list for usage from array to constant string 13/9313/1
Alan Coopersmith [Tue, 9 Nov 2010 18:30:07 +0000 (10:30 -0800)]
Simplify options list for usage from array to constant string

Change-Id: I8401328f520b80be7d4552a7d6ca850f33bca24d
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoconfig: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 12/9312/1
Alan Coopersmith [Tue, 9 Nov 2010 18:22:57 +0000 (10:22 -0800)]
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS

Regroup AC statements under the Autoconf initialization section.
Regroup AM sttaements under the Automake initialization section.
Add missing AC_CONFIG_SRCDIR

Change-Id: I4d918a84dd9d9a3cfbf2c94034a07707d4d895de
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoconfig: Remove unnecessary calls from configure.ac 11/9311/1
Alan Coopersmith [Tue, 9 Nov 2010 18:20:25 +0000 (10:20 -0800)]
config: Remove unnecessary calls from configure.ac

AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables

Change-Id: Id2c7517fb4963a8e45053ecfc01d08fba7b6f1bf
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoconfig: upgrade to util-macros 1.8 for additional man page support 10/9310/1
Alan Coopersmith [Tue, 9 Nov 2010 18:19:46 +0000 (10:19 -0800)]
config: upgrade to util-macros 1.8 for additional man page support

Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.

Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
Enables use of platform appropriate version of sed.

Change-Id: I7d9cc938449145dec457ff9f8caff23bd43399c1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoconfig: update AC_PREREQ statement to 2.60 09/9309/1
Gaetan Nadon [Tue, 9 Nov 2010 18:19:29 +0000 (10:19 -0800)]
config: update AC_PREREQ statement to 2.60

Unrelated to the previous patches, the new value simply reflects
the reality that the minimum level for autoconf to configure
all x.org modules is 2.60 dated June 2006.

ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz

Change-Id: Id91e1a2bbcef02ed5e4db7660561bf7b87fa5390
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
10 years agoPurge cvs tags. 08/9308/1
Jesse Adkins [Tue, 28 Sep 2010 20:29:49 +0000 (13:29 -0700)]
Purge cvs tags.

Change-Id: If02bd38d5c24154d2db8ba5c059743004f72e590
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
10 years agoMakefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 07/9307/1
Gaetan Nadon [Thu, 26 Nov 2009 14:19:54 +0000 (09:19 -0500)]
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES

Now that the INSTALL file is generated.
Allows running make maintainer-clean.

Change-Id: I1e9c8b762f130c4607dec412818002dbad7a2a7f

10 years agoINSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 06/9306/1
Gaetan Nadon [Wed, 28 Oct 2009 18:09:08 +0000 (14:09 -0400)]
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206

Add missing INSTALL file. Use standard GNU file on building tarball
README may have been updated
Remove AUTHORS file as it is empty and no content available yet.
Remove NEWS file as it is empty and no content available yet.

Change-Id: I2b8fb0a25c747776aee878b6e1d7030174cdb923

10 years agoMakefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 05/9305/1
Gaetan Nadon [Tue, 27 Oct 2009 02:08:39 +0000 (22:08 -0400)]
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432

ChangeLog filename is known to Automake and requires no further
coding in the makefile.

Change-Id: Id0385a58971287dc4e432345d81868146c18f09a

10 years ago.gitignore: use common defaults with custom section # 24239 04/9304/1
Gaetan Nadon [Thu, 22 Oct 2009 16:34:15 +0000 (12:34 -0400)]
.gitignore: use common defaults with custom section # 24239

Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.

Change-Id: I8330e391f63c5356c8962990c19b77c82b500819

10 years agoThis is not a GNU project, so declare it foreign. 03/9303/1
Jeremy Huddleston [Wed, 21 Oct 2009 19:47:21 +0000 (12:47 -0700)]
This is not a GNU project, so declare it foreign.

On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
> On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
> > I noticed an INSTALL file in xlsclients and libXvMC today, and it
> > was quite annoying to work around since 'autoreconf -fvi' replaces
> > it and git wants to commit it.  Should these files even be in git?
> > Can I nuke them for the betterment of humanity and since they get
> > created by autoreconf anyways?
>
> See https://bugs.freedesktop.org/show_bug.cgi?id=24206

As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
of the INSTALL file. It is also part of the 24206 solution.

Change-Id: I6a876b1a66a34dc99502a18783022c6ee7a052ee
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
10 years agoxkill 1.0.2 02/9302/1
Alan Coopersmith [Tue, 13 Oct 2009 04:01:06 +0000 (21:01 -0700)]
xkill 1.0.2

Change-Id: Ieee0e43a5319c370db0cf34da85e39bf29a1042a
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
10 years agoMigrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 01/9301/1
Alan Coopersmith [Tue, 13 Oct 2009 03:53:28 +0000 (20:53 -0700)]
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS

Change-Id: Ifcd78dda26afdc61c3e4e9d9ce4524760d518b9c
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
10 years agoFill in COPYING with notice from xkill.c 00/9300/1
Alan Coopersmith [Tue, 13 Oct 2009 03:53:13 +0000 (20:53 -0700)]
Fill in COPYING with notice from xkill.c

Change-Id: I683f91a970d55f76422180717f9906a864e7a80a
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
10 years agoAdd README with pointers to mailing lists, bugzilla, & git 99/9299/1
Alan Coopersmith [Thu, 1 Oct 2009 21:54:25 +0000 (14:54 -0700)]
Add README with pointers to mailing lists, bugzilla, & git

Change-Id: I4369af2c0b0ee46cf1b6ebda307457de9da74c40
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
10 years agoCorrect make distcheck and sparse warnings. 98/9298/1
Paulo Cesar Pereira de Andrade [Thu, 22 Jan 2009 17:24:07 +0000 (15:24 -0200)]
Correct make distcheck and sparse warnings.

Change-Id: I1b424afd4a6c71b958e37de0c2935989dd0c3659

10 years agoReplace static ChangeLog with dist-hook to generate from git log 97/9297/1
James Cloos [Thu, 6 Dec 2007 21:37:20 +0000 (16:37 -0500)]
Replace static ChangeLog with dist-hook to generate from git log

Change-Id: Ib81a78f18c813de4978c3f1a0da0040b39a926c7

10 years agoAdd *~ to .gitignore to skip patch/emacs droppings 96/9296/1
James Cloos [Mon, 3 Sep 2007 09:51:29 +0000 (05:51 -0400)]
Add *~ to .gitignore to skip patch/emacs droppings

Change-Id: I51d68c6aa2ccfb3a1421008171a28ac3907ba52d

10 years agoRename .cvsignore to .gitignore 95/9295/1
James Cloos [Thu, 23 Aug 2007 23:24:55 +0000 (19:24 -0400)]
Rename .cvsignore to .gitignore

Change-Id: Ie7e39d42220e8feedb8e394a0e81090a83c80d5b

10 years agoUpdate package version for X11R7 release. 94/9294/1
Kevin E Martin [Wed, 21 Dec 2005 02:29:51 +0000 (02:29 +0000)]
Update package version for X11R7 release.

Change-Id: I9a2af38d8488f386cb684dca6b42386b138fd639

10 years agoStub COPYING files 93/9293/1
Adam Jackson [Mon, 19 Dec 2005 16:22:45 +0000 (16:22 +0000)]
Stub COPYING files

Change-Id: I1790bc77806f037f237648395815b3c0d881b394

10 years agoUpdate package version number for final X11R7 release candidate. 92/9292/1
Kevin E Martin [Thu, 15 Dec 2005 00:24:08 +0000 (00:24 +0000)]
Update package version number for final X11R7 release candidate.

Change-Id: I481a8706aa79932d5c3a7311f2b2e441126e079d

10 years agoChange *man_SOURCES ==> *man_PRE to fix autotools warnings. 91/9291/1
Kevin E Martin [Tue, 6 Dec 2005 22:48:23 +0000 (22:48 +0000)]
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

Change-Id: I247415f682e38cc0767dac4e6056407042a96354

10 years agoUpdate package version number for X11R7 RC3 release. 90/9290/1
Kevin E Martin [Sat, 3 Dec 2005 05:49:25 +0000 (05:49 +0000)]
Update package version number for X11R7 RC3 release.

Change-Id: Icd36d4237adb4b0bb326d8dabf1ac55dd257b7c0

10 years agoChange *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 update... 89/9289/1
Alan Coopersmith [Mon, 28 Nov 2005 22:01:43 +0000 (22:01 +0000)]
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

Change-Id: I7b287280285352b251fa7b258cdb04f860c914bf

10 years agoAnother pass at .cvsignores for apps. 88/9288/1
Eric Anholt [Mon, 21 Nov 2005 10:35:02 +0000 (10:35 +0000)]
Another pass at .cvsignores for apps.

Change-Id: Iac7752f664ef75c0924bfd62387e8edd20492d15

10 years agoChange dependency from xmu to xmuu since the full xmu (with all its baggage like... 87/9287/1
Alan Coopersmith [Mon, 21 Nov 2005 03:14:16 +0000 (03:14 +0000)]
Change dependency from xmu to xmuu since the full xmu (with all its baggage like Xt) is not needed here.

Change-Id: I2d17e03e94949b6d1557b17bfae48fad6b38c20f

10 years agoAdd/improve .cvsignore files for apps. 86/9286/1
Eric Anholt [Sun, 20 Nov 2005 22:08:53 +0000 (22:08 +0000)]
Add/improve .cvsignore files for apps.

Change-Id: I74f775968da9a466da17bdc342e430e09806ba18

10 years agoUpdate package version number for RC1 release. 85/9285/1
Kevin E Martin [Wed, 19 Oct 2005 02:47:55 +0000 (02:47 +0000)]
Update package version number for RC1 release.

Change-Id: If1731f3a0d7eb8ef3c03bb8f079aeda195db912e

10 years agoUse @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to work... 84/9284/1
Alan Coopersmith [Mon, 17 Oct 2005 23:56:23 +0000 (23:56 +0000)]
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to work better with BSD make

Change-Id: I3d9acad6aecf363985522ffdea86ec76d8daa58d

10 years agoUse sed to fill in variables in man page 83/9283/1
Alan Coopersmith [Fri, 14 Oct 2005 00:25:46 +0000 (00:25 +0000)]
Use sed to fill in variables in man page

Change-Id: I2554a79acc49949c3d11e9b32d3b03f05ee714b7

10 years agoInstall man pages to section 1 instead of section m (Patch from Donnie Berkholz) 82/9282/1
Alan Coopersmith [Mon, 1 Aug 2005 20:25:30 +0000 (20:25 +0000)]
Install man pages to section 1 instead of section m (Patch from Donnie Berkholz)

Change-Id: If2e0f2713f44a205bc5bd29418a7d16e46317368

10 years agoVarious changes preparing packages for RC0: - Verify and update package version numbe... 81/9281/1
Kevin E Martin [Fri, 29 Jul 2005 21:22:35 +0000 (21:22 +0000)]
Various changes preparing packages for RC0: - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version

Change-Id: Ib7585a7ee9b812cdc2243609709feea294c392ce

10 years agoUse a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global configure... 80/9280/1
Adam Jackson [Wed, 20 Jul 2005 19:31:57 +0000 (19:31 +0000)]
Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global configure cache, you cache it, and the cached value is probably wrong.

Change-Id: I27724c3184814233746219c320bf32498377abcc

10 years agobuild system for xkill 79/9279/1
Søren Sandmann Pedersen [Tue, 5 Jul 2005 21:13:49 +0000 (21:13 +0000)]
build system for xkill

Change-Id: I05820ec6af064533e224af14bd1a035b80d28a1a

10 years agoMade handling of DevelDrivers for x86-64 more conformant to other platforms. Compress... 78/9278/1
Egbert Eich [Mon, 18 Oct 2004 14:21:47 +0000 (14:21 +0000)]
Made handling of DevelDrivers for x86-64 more conformant to other platforms. Compress all font encodings (Stefan Dirsch). Fixed warnings. Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and Root mode (bugzilla #1580, James Su). Added another compose key combination for the Euro symbol (Stefan Dirsch). Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian). Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian). This is the encoding that is also used by glibc. We may break other libcs - lets see who complains. Added explanation for DESTDIR to install to a different directory than /. Added some early bailouts to atiprobe if PCI structure pointer is NULL to prevent sig11. XV support doesn't depend on 2D acceleration any more. This patch removes this limitation from the NSC driver. This is a patch that I have committed to XFree86 a while ago but never ported over to X.Org. Matthieu Herrb contributed some build fixes. Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate timer. This takes advantage of the fact that TimerSet() with a timeout argument 0 behaves like TimerCanel(). Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink). Create missing links for backward compatibility to XFree86 (Stefan Dirsch). Changed comment to mention xorg. Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If you don't like it we can change it back (original author unkown). Added 'pic' to the man page rendering command pipeline (Werner Fink). Added missing return value (Stefan Dirsch, Roland Mainz)

Change-Id: I4c1ffd7680d6b5691739c4791c571a6cdfccf066

10 years agoMerging XORG-CURRENT into trunk 77/9277/1
Egbert Eich [Fri, 23 Apr 2004 19:54:57 +0000 (19:54 +0000)]
Merging XORG-CURRENT into trunk

Change-Id: I8bf4e7308f597f6be315f7d6efa8ff25705e8766

10 years agoImporting vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 76/9276/1
Egbert Eich [Sun, 14 Mar 2004 08:35:37 +0000 (08:35 +0000)]
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

Change-Id: Ifd8cf9a3f44bd444d7ce118b99746e9ee76b188a

10 years agoImporting vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 75/9275/1
Egbert Eich [Wed, 3 Mar 2004 12:13:14 +0000 (12:13 +0000)]
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

Change-Id: I1928e35735b436baee6cdc46f983416aaf160959

10 years agoreadding XFree86's cvs IDs 74/9274/1
Egbert Eich [Thu, 26 Feb 2004 13:36:26 +0000 (13:36 +0000)]
readding XFree86's cvs IDs

Change-Id: Ic53fb581e970e2b6d058beae1db303b5af6dcab8

10 years agoImporting vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 73/9273/1
Egbert Eich [Thu, 26 Feb 2004 09:24:14 +0000 (09:24 +0000)]
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

Change-Id: I53fa4cff407d817ca44dde9c714f4b50292ef424

10 years agoXFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 72/9272/1
Kaleb Keithley [Tue, 25 Nov 2003 19:29:14 +0000 (19:29 +0000)]
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Change-Id: I977572afaa75f28cba59d022bdae58af11639b28

10 years agoXFree86 4.3.0.1 71/9271/1
Kaleb Keithley [Fri, 14 Nov 2003 16:49:23 +0000 (16:49 +0000)]
XFree86 4.3.0.1

Change-Id: Ibd38fdd5c7128f8dc540c10948ea7d4cb2aba63c

10 years agoR6.6 is the Xorg base-line 70/9270/1
Kaleb Keithley [Fri, 14 Nov 2003 15:54:54 +0000 (15:54 +0000)]
R6.6 is the Xorg base-line

Change-Id: I02b3a52e3a478888bb45d1f8e3c2780a4e3e7810

10 years agoInitial empty repository master
Sehong Na [Fri, 30 Aug 2013 07:01:30 +0000 (00:01 -0700)]
Initial empty repository