[xserver-commit] xfree86/os-support README.OS-lib,3.10,3.11 assyntax.h,3.13,3.14 int10Defines.h,1.4,1.5 xf86OSKbd.h,1.6,1.7 xf86OSmouse.h,1.24,1.25 xf86OSpriv.h,1.6,1.7 xf86_OSlib.h,3.95,3.96 xf86_OSproc.h,3.57,3.58 xf86_ansic.h,3.53,3.54 xf86_libc.h,3.63,3.64 xf86drm.h,1.27,1.28 xf86drmCompat.h,1.1,1.2
Daniel Stone
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xfree86/int10 INT10.HOWTO,1.3,1.4 generic.c,1.29,1.30 helper_exec.c,1.27,1.28 helper_mem.c,1.26,1.27 pci.c,1.12,1.13 stub.c,1.4,1.5 xf86int10.c,1.11,1.12 xf86int10.h,1.24,1.25 xf86int10module.c,1.2,1.3 xf86x86emu.c,1.13,1.14 xf86x86emu.h,1.2,1.3
- Next message: [xserver-commit] xfree86/dummylib README,1.1,1.2 dummylib.h,1.2,1.3 fatalerror.c,1.1,1.2 getvalidbios.c,1.3,1.4 logvwrite.c,1.1,1.2 pcitestmulti.c,1.1,1.2 verrorf.c,1.1,1.2 xalloc.c,1.2,1.3 xf86addrestolist.c,1.3,1.4 xf86allocscripi.c,1.1,1.2 xf86drvmsg.c,1.2,1.3 xf86drvmsgverb.c,1.2,1.3 xf86errorf.c,1.3,1.4 xf86errorfverb.c,1.2,1.3 xf86getpagesize.c,1.1,1.2 xf86getverb.c,1.1,1.2 xf86info.c,1.1,1.2 xf86msg.c,1.2,1.3 xf86msgverb.c,1.2,1.3 xf86opt.c,1.2,1.3 xf86screens.c,1.1,1.2 xf86servisinit.c,1.1,1.2 xf86verbose.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: daniel
Update of /cvs/xserver/xfree86/os-support
In directory pdx:/home/daniel/src/xserver/hw/xfree86/os-support
Modified Files:
README.OS-lib assyntax.h int10Defines.h xf86OSKbd.h
xf86OSmouse.h xf86OSpriv.h xf86_OSlib.h xf86_OSproc.h
xf86_ansic.h xf86_libc.h xf86drm.h xf86drmCompat.h
Log Message:
Checkin stage #4: everything else we've changed.
Index: README.OS-lib
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/README.OS-lib,v
retrieving revision 3.10
retrieving revision 3.11
diff -u -d -r3.10 -r3.11
--- a/README.OS-lib 17 Dec 2001 20:00:45 -0000 3.10
+++ b/README.OS-lib 19 Feb 2004 03:51:37 -0000 3.11
@@ -497,7 +497,7 @@
-$XFree86: xc/programs/Xserver/hw/xfree86/os-support/README.OS-lib,v 3.9 2001/07/23 13:15:48 dawes Exp $
+$XFree86: xc/programs/Xserver/hw/xfree86/os-support/README.OS-lib,v 3.10 2001/12/17 20:00:45 dawes Exp $
Index: assyntax.h
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/assyntax.h,v
retrieving revision 3.13
retrieving revision 3.14
diff -u -d -r3.13 -r3.14
--- a/assyntax.h 24 Aug 2003 17:37:03 -0000 3.13
+++ b/assyntax.h 19 Feb 2004 03:51:37 -0000 3.14
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/assyntax.h,v 3.12 1999/12/27 00:39:46 robin Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/assyntax.h,v 3.13 2003/08/24 17:37:03 dawes Exp $ */
#ifndef __ASSYNTAX_H__
#define __ASSYNTAX_H__
Index: int10Defines.h
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/int10Defines.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/int10Defines.h 24 Aug 2003 17:37:03 -0000 1.4
+++ b/int10Defines.h 19 Feb 2004 03:51:37 -0000 1.5
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/int10Defines.h,v 1.3 2001/06/30 21:54:03 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/int10Defines.h,v 1.4 2003/08/24 17:37:03 dawes Exp $ */
/*
* Copyright (c) 2000-2001 by The XFree86 Project, Inc.
*
Index: xf86OSKbd.h
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/xf86OSKbd.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/xf86OSKbd.h 3 Nov 2003 05:11:51 -0000 1.6
+++ b/xf86OSKbd.h 19 Feb 2004 03:51:37 -0000 1.7
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86OSKbd.h,v 1.5tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86OSKbd.h,v 1.6 2003/11/03 05:11:51 tsi Exp $ */
/*
* Copyright (c) 2002-2003 by The XFree86 Project, Inc.
*
Index: xf86OSmouse.h
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/xf86OSmouse.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- a/xf86OSmouse.h 3 Nov 2003 05:11:51 -0000 1.24
+++ b/xf86OSmouse.h 19 Feb 2004 03:51:37 -0000 1.25
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86OSmouse.h,v 1.23tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86OSmouse.h,v 1.24 2003/11/03 05:11:51 tsi Exp $ */
/*
* Copyright (c) 1999-2003 by The XFree86 Project, Inc.
*
Index: xf86OSpriv.h
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/xf86OSpriv.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/xf86OSpriv.h 24 Aug 2003 17:37:03 -0000 1.6
+++ b/xf86OSpriv.h 19 Feb 2004 03:51:37 -0000 1.7
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86OSpriv.h,v 1.5 2000/10/28 01:42:24 mvojkovi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86OSpriv.h,v 1.6 2003/08/24 17:37:03 dawes Exp $ */
/*
* Copyright (c) 1999-2000 by The XFree86 Project, Inc.
*
Index: xf86_OSlib.h
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/xf86_OSlib.h,v
retrieving revision 3.95
retrieving revision 3.96
diff -u -d -r3.95 -r3.96
--- a/xf86_OSlib.h 17 Nov 2003 22:20:40 -0000 3.95
+++ b/xf86_OSlib.h 19 Feb 2004 03:51:37 -0000 3.96
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h,v 3.94 2003/11/03 05:11:51 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h,v 3.95 2003/11/17 22:20:40 dawes Exp $ */
/*
* Copyright 1990, 1991 by Thomas Roell, Dinkelscherben, Germany
* Copyright 1992 by David Dawes <dawes@XFree86.org>
Index: xf86_OSproc.h
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/xf86_OSproc.h,v
retrieving revision 3.57
retrieving revision 3.58
diff -u -d -r3.57 -r3.58
--- a/xf86_OSproc.h 7 Oct 2003 23:14:54 -0000 3.57
+++ b/xf86_OSproc.h 19 Feb 2004 03:51:37 -0000 3.58
@@ -64,7 +64,7 @@
*
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86_OSproc.h,v 3.56 2003/08/24 17:37:03 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86_OSproc.h,v 3.57 2003/10/07 23:14:54 herrb Exp $ */
#ifndef _XF86_OSPROC_H
#define _XF86_OSPROC_H
Index: xf86_ansic.h
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/xf86_ansic.h,v
retrieving revision 3.53
retrieving revision 3.54
diff -u -d -r3.53 -r3.54
--- a/xf86_ansic.h 28 Oct 2003 18:36:37 -0000 3.53
+++ b/xf86_ansic.h 19 Feb 2004 03:51:37 -0000 3.54
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86_ansic.h,v 3.52tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86_ansic.h,v 3.53 2003/10/28 18:36:37 tsi Exp $ */
/*
* Copyright 1997-2003 by The XFree86 Project, Inc
*
Index: xf86_libc.h
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/xf86_libc.h,v
retrieving revision 3.63
retrieving revision 3.64
diff -u -d -r3.63 -r3.64
--- a/xf86_libc.h 8 Dec 2003 21:46:55 -0000 3.63
+++ b/xf86_libc.h 19 Feb 2004 03:51:37 -0000 3.64
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h,v 3.62 2003/12/02 22:29:23 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86_libc.h,v 3.63 2003/12/08 21:46:55 alanh Exp $ */
/*
* Copyright (c) 1997-2003 by The XFree86 Project, Inc.
*
@@ -44,7 +44,7 @@
#ifndef XF86_LIBC_H
#define XF86_LIBC_H 1
-#include "Xfuncs.h"
+#include <X11/Xfuncs.h>
#include <stddef.h>
/*
Index: xf86drm.h
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/xf86drm.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- a/xf86drm.h 29 Oct 2003 10:57:47 -0000 1.27
+++ b/xf86drm.h 19 Feb 2004 03:51:37 -0000 1.28
@@ -31,7 +31,7 @@
*
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86drm.h,v 1.26 2003/08/16 19:26:37 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86drm.h,v 1.27 2003/10/29 10:57:47 alanh Exp $ */
#ifndef _XF86DRM_H_
#define _XF86DRM_H_
Index: xf86drmCompat.h
===================================================================
RCS file: /cvs/xserver/xfree86/os-support/xf86drmCompat.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/xf86drmCompat.h 30 Oct 2002 12:52:23 -0000 1.1
+++ b/xf86drmCompat.h 19 Feb 2004 03:51:37 -0000 1.2
@@ -32,7 +32,7 @@
* Backwards compatability modules broken out by:
* Jens Owen <jens@tungstengraphics.com>
*
- * $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86drmRadeon.h,v 1.6 2001/04/16 15:02:13 tsi Exp $
+ * $XFree86: xc/programs/Xserver/hw/xfree86/os-support/xf86drmCompat.h,v 1.1 2002/10/30 12:52:23 alanh Exp $
*
*/
- Previous message: [xserver-commit] xfree86/int10 INT10.HOWTO,1.3,1.4 generic.c,1.29,1.30 helper_exec.c,1.27,1.28 helper_mem.c,1.26,1.27 pci.c,1.12,1.13 stub.c,1.4,1.5 xf86int10.c,1.11,1.12 xf86int10.h,1.24,1.25 xf86int10module.c,1.2,1.3 xf86x86emu.c,1.13,1.14 xf86x86emu.h,1.2,1.3
- Next message: [xserver-commit] xfree86/dummylib README,1.1,1.2 dummylib.h,1.2,1.3 fatalerror.c,1.1,1.2 getvalidbios.c,1.3,1.4 logvwrite.c,1.1,1.2 pcitestmulti.c,1.1,1.2 verrorf.c,1.1,1.2 xalloc.c,1.2,1.3 xf86addrestolist.c,1.3,1.4 xf86allocscripi.c,1.1,1.2 xf86drvmsg.c,1.2,1.3 xf86drvmsgverb.c,1.2,1.3 xf86errorf.c,1.3,1.4 xf86errorfverb.c,1.2,1.3 xf86getpagesize.c,1.1,1.2 xf86getverb.c,1.1,1.2 xf86info.c,1.1,1.2 xf86msg.c,1.2,1.3 xf86msgverb.c,1.2,1.3 xf86opt.c,1.2,1.3 xf86screens.c,1.1,1.2 xf86servisinit.c,1.1,1.2 xf86verbose.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]