CVS Update: xc (branch: trunk)

2006-06-27 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/27 11:41:23

Log message:
37. Fix for loader R_ALPHA_GPRELHIGH fatal error (Bugzilla #1665,
David Dawes, reported by Will L G).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/loader/:
elfloader.c 
  
  Revision  ChangesPath
  3.3764+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.73  +26 -8 xc/programs/Xserver/hw/xfree86/loader/elfloader.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-27 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/27 11:42:34

Log message:
  make some local data static

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
radeon_video.c 
  
  Revision  ChangesPath
  1.33  +3 -3  
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-27 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/27 11:43:59

Log message:
38. Allow finer control of loader debugging (David Dawes).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Init.c 
  xc/programs/Xserver/hw/xfree86/loader/:
loader.c loader.h loaderProcs.h loadmod.c 
  
  Revision  ChangesPath
  3.3765+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.244 +7 -1  xc/programs/Xserver/hw/xfree86/common/xf86Init.c
  1.81  +46 -2 xc/programs/Xserver/hw/xfree86/loader/loader.c
  1.34  +2 -1  xc/programs/Xserver/hw/xfree86/loader/loader.h
  1.27  +2 -1  xc/programs/Xserver/hw/xfree86/loader/loaderProcs.h
  1.80  +2 -1  xc/programs/Xserver/hw/xfree86/loader/loadmod.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-27 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/27 19:31:48

Log message:
40. Make sure that there is a one-to-one correspondence between
successful getaddrinfo() calls and freeaddrdinfo() calls (#10660,
Peter Breitenlohner).
39. Fix the problem where xdm compiled with IPv6 support failed to accept
any chooser connections (#10660, Peter Breitenlohner).

Modified files:
  xc/lib/SM/:
sm_genid.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/os/:
xdmcp.c 
  xc/programs/lbxproxy/di/:
pm.c 
  xc/programs/proxymngr/:
main.c 
  xc/programs/xdm/:
access.c chooser.c xdmcp.c 
  
  Revision  ChangesPath
  3.20  +6 -2  xc/lib/SM/sm_genid.c
  3.3766+6 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.35  +5 -1  xc/programs/Xserver/os/xdmcp.c
  1.18  +2 -2  xc/programs/lbxproxy/di/pm.c
  1.11  +1 -3  xc/programs/proxymngr/main.c
  3.18  +25 -4 xc/programs/xdm/access.c
  3.31  +2 -1  xc/programs/xdm/chooser.c
  3.29  +35 -16xc/programs/xdm/xdmcp.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-27 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/27 19:56:16

Log message:
  Allow xalloc/xfree to be used early in the server's lifetime.

Modified files:
  xc/programs/Xserver/dix/:
main.c 
  
  Revision  ChangesPath
  3.51  +4 -1  xc/programs/Xserver/dix/main.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-27 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/27 20:20:28

Log message:
42. Avoid memory leaks in command line processing (David Dawes).
41. Improve support for the XFree86CustomVersion imake parmeter,
and customisation of some initial server messages (David Dawes).
  plus some typo fixes

Modified files:
  ./:
Imakefile Makefile 
  xc/config/cf/:
xfree86.cf 
  xc/config/util/:
printver.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG Imakefile 
  xc/programs/Xserver/hw/xfree86/common/:
Imakefile xf86Globals.c xf86Init.c xf86PM.c 
  
  Revision  ChangesPath
  3.36  +6 -2  xc/Imakefile
  3.31  +17 -2 xc/Makefile
  3.514 +3 -3  xc/config/cf/xfree86.cf
  1.4   +8 -3  xc/config/util/printver.c
  3.3767+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.93  +11 -2 xc/programs/Xserver/hw/xfree86/Imakefile
  3.168 +10 -2 xc/programs/Xserver/hw/xfree86/common/Imakefile
  1.48  +4 -4  xc/programs/Xserver/hw/xfree86/common/xf86Globals.c
  3.245 +31 -28xc/programs/Xserver/hw/xfree86/common/xf86Init.c
  3.12  +2 -2  xc/programs/Xserver/hw/xfree86/common/xf86PM.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-26 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/26 17:43:54

Log message:
33. Don't limit imake's gcc stack protector test to OpenBSD.
32. Make imake's methods of finding the cc (gcc) command to use
for its internal tests consistent, and thus fix bad PostIncDir
settings when using a compiler from other than the built-in set of paths
(David Dawes).
31. Add an option to imake to save the temporary .c file that it generates.

Modified files:
  xc/config/imake/:
Imakefile imake.c imake.man 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.21  +6 -2  xc/config/imake/Imakefile
  3.70  +59 -48xc/config/imake/imake.c
  1.13  +5 -1  xc/config/imake/imake.man
  3.3761+8 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-26 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/26 17:52:50

Log message:
35. Don't disable gcc stack protector for modules (David Dawes).
34. Basic support for building on DragonFly (David Dawes).

Modified files:
  xc/config/cf/:
Imake.cf xf86.tmpl 
  xc/config/imake/:
imake.c imakemdep.h 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/loader/:
os.c xf86sym.c 
Added files:
  xc/config/cf/:
DragonFly.cf 
  
  Revision  ChangesPath
  3.94  +31 -1 xc/config/cf/Imake.cf
  3.39  +3 -1  xc/config/cf/xf86.tmpl
  3.71  +3 -3  xc/config/imake/imake.c
  3.83  +14 -6 xc/config/imake/imakemdep.h
  3.3762+6 -3  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.8   +3 -1  xc/programs/Xserver/hw/xfree86/loader/os.c
  1.262 +19 -4 xc/programs/Xserver/hw/xfree86/loader/xf86sym.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-26 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/26 18:00:49

Log message:
36. Fix mga_hal build problem (#10659, Peter Breitenlohner).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/mga/:
mga_halmod.c 
  
  Revision  ChangesPath
  3.3763+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.2   +2 -2  
xc/programs/Xserver/hw/xfree86/drivers/mga/mga_halmod.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-21 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/21 04:03:02

Log message:
  Snapshot: 4.6.99.2

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG xf86Date.h xf86Version.h 
  
  Revision  ChangesPath
  3.3760+4 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.116 +2 -2  xc/programs/Xserver/hw/xfree86/xf86Date.h
  3.630 +2 -2  xc/programs/Xserver/hw/xfree86/xf86Version.h

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-21 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/21 10:05:39

Log message:
  Build fix

Modified files:
  xc/programs/Xserver/cfb/:
cfbrrop.h 
  
  Revision  ChangesPath
  3.14  +2 -1  xc/programs/Xserver/cfb/cfbrrop.h

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-20 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/20 18:13:07

Log message:
  Fix typo

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86Bus.c 
  
  Revision  ChangesPath
  1.96  +2 -2  xc/programs/Xserver/hw/xfree86/common/xf86Bus.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-20 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/20 18:25:24

Log message:
27. Fix -configure's re-ordering of device sections (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Configure.c 
  
  Revision  ChangesPath
  3.3757+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.91  +19 -22xc/programs/Xserver/hw/xfree86/common/xf86Configure.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-20 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/20 18:35:50

Log message:
28. Make the server on OpenBSD look harder for a wscons console
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/bsd/:
bsd_init.c 
  
  Revision  ChangesPath
  3.3758+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.27  +17 -10
xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_init.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-20 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/20 21:03:18

Log message:
29. Add support for UPA and SBUS devices on OpenBSD (Marc La France).

Modified files:
  xc/config/cf/:
Imake.cf OpenBSD.cf xfree86.cf 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
Imakefile xf86AutoConfig.c xf86Bus.c xf86Configure.c 
xf86sbusBus.c 
  xc/programs/Xserver/hw/xfree86/loader/:
xf86sym.c 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Sbus.c sparcPci.c xf86Sbus.h 
  
  Revision  ChangesPath
  3.93  +10 -6 xc/config/cf/Imake.cf
  3.120 +32 -21xc/config/cf/OpenBSD.cf
  3.513 +3 -98 xc/config/cf/xfree86.cf
  3.3759+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.167 +1 -3  xc/programs/Xserver/hw/xfree86/common/Imakefile
  1.12  +2 -2  
xc/programs/Xserver/hw/xfree86/common/xf86AutoConfig.c
  1.97  +4 -4  xc/programs/Xserver/hw/xfree86/common/xf86Bus.c
  3.92  +5 -5  xc/programs/Xserver/hw/xfree86/common/xf86Configure.c
  3.12  +118 -37   xc/programs/Xserver/hw/xfree86/common/xf86sbusBus.c
  1.261 +3 -3  xc/programs/Xserver/hw/xfree86/loader/xf86sym.c
  1.12  +13 -0 xc/programs/Xserver/hw/xfree86/os-support/bus/Sbus.c
  1.24  +7 -1  
xc/programs/Xserver/hw/xfree86/os-support/bus/sparcPci.c
  1.11  +17 -3 
xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Sbus.h

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/19 06:43:27

Log message:
15. Fix uname(2) usage throughout the source tree.  This is an extension of
Alan Coopersmith's response to X.Org Bugzilla #2123 (Marc La France).

Modified files:
  xc/config/imake/:
imake.c 
  xc/lib/FS/:
FSlibInt.c 
  xc/lib/X11/:
XlibInt.c 
  xc/lib/Xmu/:
CvtStdSel.c GetHost.c 
  xc/lib/Xt/:
Initialize.c 
  xc/lib/dps/:
cslibint.c 
  xc/lib/xtrans/:
Xtrans.c 
  xc/programs/Xserver/hw/dmx/:
dmxinit.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Init.c 
  xc/programs/Xserver/hw/xfree86/os-support/bsd/:
bsd_init.c 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Sbus.c 
  xc/programs/Xserver/os/:
access.c 
  xc/programs/lbxproxy/di/:
wire.c 
  xc/programs/xdm/:
auth.c 
  xc/programs/xrx/rx/:
XUrls.c 
  
  Revision  ChangesPath
  3.69  +2 -2  xc/config/imake/imake.c
  3.13  +15 -7 xc/lib/FS/FSlibInt.c
  3.41  +10 -7 xc/lib/X11/XlibInt.c
  3.22  +2 -2  xc/lib/Xmu/CvtStdSel.c
  3.10  +15 -6 xc/lib/Xmu/GetHost.c
  3.25  +10 -10xc/lib/Xt/Initialize.c
  1.7   +16 -7 xc/lib/dps/cslibint.c
  3.37  +16 -7 xc/lib/xtrans/Xtrans.c
  1.10  +4 -4  xc/programs/Xserver/hw/dmx/dmxinit.c
  3.3745+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.242 +2 -2  xc/programs/Xserver/hw/xfree86/common/xf86Init.c
  3.26  +3 -3  
xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_init.c
  1.8   +2 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/Sbus.c
  3.61  +3 -2  xc/programs/Xserver/os/access.c
  1.19  +3 -2  xc/programs/lbxproxy/di/wire.c
  3.39  +5 -3  xc/programs/xdm/auth.c
  1.14  +3 -2  xc/programs/xrx/rx/XUrls.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/19 06:56:47

Log message:
16. Fix bug I inadvertently introduced over two years ago that could cause
PCI VGA routing to be incorrectly restored on server exit or switchout.
This also ensures only one VGA per domain is enabled while the server is
switched in despite buggy firmware or OSes that leave more than one VGA
enabled on server entry (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Bus.c 
  
  Revision  ChangesPath
  3.3746+6 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.94  +7 -3  xc/programs/Xserver/hw/xfree86/common/xf86Bus.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/19 07:01:23

Log message:
17. Always validate PCI resource assignment, even on Linux/Alpha and
OpenBSD/sparc64.  If the OS does the right thing, this validation will
end up being a no-op anyway (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Bus.c 
  
  Revision  ChangesPath
  3.3747+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.95  +1 -8  xc/programs/Xserver/hw/xfree86/common/xf86Bus.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/19 07:23:20

Log message:
  Move generic SBUS hardware cursor handling functions from
  os-support/bus/Sbus.c to common/xf86sbusBus.c in preparation
  for future changes.

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86sbusBus.c 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Sbus.c 
  
  Revision  ChangesPath
  3.11  +54 -4 xc/programs/Xserver/hw/xfree86/common/xf86sbusBus.c
  1.9   +1 -44 xc/programs/Xserver/hw/xfree86/os-support/bus/Sbus.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/19 07:41:03

Log message:
19. Replace atimisc's transfers into, and out of, VGA memory with byte-wise
copies.  This avoids (and stays well away from) 64-bit accesses because
some VGA aperture implementations are not designed to reliably implement
them (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atimode.c ativersion.h 
  
  Revision  ChangesPath
  3.3749+5 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.26  +8 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atimode.c
  1.87  +2 -2  
xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/19 07:44:14

Log message:
20. Fix window move performance issue on OpenBSD (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/sunffb/:
VISmoveImage.s 
  
  Revision  ChangesPath
  3.3750+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.4   +3 -3  
xc/programs/Xserver/hw/xfree86/drivers/sunffb/VISmoveImage.s

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/19 07:59:14

Log message:
21. Close SBUS device file descriptors when all mmap(2)'s against them have
been unmapped (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86sbusBus.h 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Sbus.c 
  
  Revision  ChangesPath
  3.3751+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.9   +2 -1  xc/programs/Xserver/hw/xfree86/common/xf86sbusBus.h
  1.10  +8 -1  xc/programs/Xserver/hw/xfree86/os-support/bus/Sbus.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/19 08:10:02

Log message:
23. Fix bug that occurs when the SPARC PCI scan code is compiled for 64-bit
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
sparcPci.c 
  
  Revision  ChangesPath
  3.3753+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.23  +2 -2  
xc/programs/Xserver/hw/xfree86/os-support/bus/sparcPci.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/19 08:14:57

Log message:
24. Allow for 32-bit PCI I/O ranges on Linux/MIPS (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/linux/:
lnxResource.c 
  
  Revision  ChangesPath
  3.3754+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.21  +9 -1  
xc/programs/Xserver/hw/xfree86/os-support/linux/lnxResource.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/19 09:56:49

Log message:
  Remove duplicate ident tag

Modified files:
  xc/lib/FS/:
FSlibInt.c 
  
  Revision  ChangesPath
  3.14  +1 -2  xc/lib/FS/FSlibInt.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/19 12:57:09

Log message:
25. Add an interface to SPARC openprom for OpenBSD and NetBSD, but, for now,
only enable it for OpenBSD (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Imakefile Sbus.c 
  
  Revision  ChangesPath
  3.3755+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.36  +11 -5 
xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile
  1.11  +89 -16xc/programs/Xserver/hw/xfree86/os-support/bus/Sbus.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-19 Thread Thomas Dickey
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/19 17:42:39

Log message:
26. Xterm patch #215 (Thomas Dickey).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/xterm/:
charproc.c main.c version.h xterm.log.html xterm.man 
  
  Revision  ChangesPath
  3.3756+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.185 +3 -3  xc/programs/xterm/charproc.c
  3.212 +36 -23xc/programs/xterm/main.c
  3.126 +3 -3  xc/programs/xterm/version.h
  1.151 +15 -4 xc/programs/xterm/xterm.log.html
  3.126 +3 -3  xc/programs/xterm/xterm.man

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-16 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/16 18:17:22

Log message:
  Reformat/indent in preparation for later changes.

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86Init.c 
  
  Revision  ChangesPath
  3.241 +1369 -1376xc/programs/Xserver/hw/xfree86/common/xf86Init.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-15 Thread Mark Vojkovich
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/15 17:19:33

Log message:
 New chip support.  New PCI IDs.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/nv/:
nv.man nv_driver.c nv_hw.c 
  
  Revision  ChangesPath
  1.30  +10 -12xc/programs/Xserver/hw/xfree86/drivers/nv/nv.man
  1.144 +33 -3 xc/programs/Xserver/hw/xfree86/drivers/nv/nv_driver.c
  1.21  +10 -5 xc/programs/Xserver/hw/xfree86/drivers/nv/nv_hw.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-13 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/13 15:06:36

Log message:
13. Make sure the thread stub library is built when needed (David Dawes).

Modified files:
  xc/config/cf/:
X11.tmpl 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  1.296 +48 -42xc/config/cf/X11.tmpl
  3.3743+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-06-07 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/06/07 04:03:39

Log message:
  Snapshot: 4.6.99.1

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG xf86Date.h xf86Version.h 
  
  Revision  ChangesPath
  3.3742+4 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.115 +2 -2  xc/programs/Xserver/hw/xfree86/xf86Date.h
  3.629 +3 -3  xc/programs/Xserver/hw/xfree86/xf86Version.h

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-05-16 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/05/16 06:51:40

Log message:
 2. On the *BSD's, if the OS disallows r/w access to PCI configuration 
space,
attempt to proceed with read-only access.  Also, do not FatalError 
should
read-only access not be allowed either.  This allows, for example,
scanpci to function despite the likes of OpenBSD's securelevel
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
freebsdPci.c netbsdPci.c 
  
  Revision  ChangesPath
  3.3733+6 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.8   +14 -3 
xc/programs/Xserver/hw/xfree86/os-support/bus/freebsdPci.c
  1.6   +14 -3 
xc/programs/Xserver/hw/xfree86/os-support/bus/netbsdPci.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-05-16 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/05/16 07:10:50

Log message:
 5. Allow servers generated by non-XFree86 builds to support GLX
(Marc La France).

Modified files:
  xc/programs/Xserver/fb/:
fbcmap.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  1.9   +9 -2  xc/programs/Xserver/fb/fbcmap.c
  3.3736+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-05-16 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/05/16 07:57:10

Log message:
 7. Merge in OpenBSD's lndir back in.  (An audit for misused functions of
the entire tree to be done later.)  (Marc La France).
 6. Fix misuse of S_IF* stat(2) macros throughout the source tree
(Modeled after X.Org bugzilla #5003).

Modified files:
  xc/config/util/:
Imakefile checktree.c lndir.c lndir.man 
  xc/lib/X11/:
XKBCvt.c 
  xc/lib/Xt/:
Intrinsic.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.52  +1 -3  xc/config/util/Imakefile
  1.6   +5 -5  xc/config/util/checktree.c
  3.21  +67 -31xc/config/util/lndir.c
  1.8   +37 -42xc/config/util/lndir.man
  3.37  +2 -2  xc/lib/X11/XKBCvt.c
  3.27  +2 -2  xc/lib/Xt/Intrinsic.c
  3.3737+5 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-05-11 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/05/11 18:51:27

Log message:
  prepare for post-4.6.0

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.3731+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-05-09 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/05/09 17:25:38

Log message:
  Update version/date for 4.6.0.

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG xf86Date.h xf86Version.h 
  xc/programs/Xserver/hw/xfree86/etc/:
Xinstall.sh 
  
  Revision  ChangesPath
  3.3730+2 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.114 +2 -2  xc/programs/Xserver/hw/xfree86/xf86Date.h
  3.628 +4 -4  xc/programs/Xserver/hw/xfree86/xf86Version.h
  1.96  +4 -4  xc/programs/Xserver/hw/xfree86/etc/Xinstall.sh

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-05-07 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/05/07 18:40:24

Log message:
  build fix

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/linux/:
lnx_agp.c 
  
  Revision  ChangesPath
  3.18  +5 -4  
xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-05-07 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/05/07 19:54:57

Log message:
  build fix

Modified files:
  xc/programs/Xserver/hw/xfree86/loader/:
dlloader.h 
  
  Revision  ChangesPath
  1.8   +6 -2  xc/programs/Xserver/hw/xfree86/loader/dlloader.h

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-05-07 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/05/07 20:13:59

Log message:
  build fix

Modified files:
  xc/programs/Xserver/hw/tinyx/linux/:
agp.c 
  
  Revision  ChangesPath
  1.5   +5 -4  xc/programs/Xserver/hw/tinyx/linux/agp.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-28 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/28 20:19:36

Log message:
  avoid apparent optimisation problem with sparc/gcc

Modified files:
  xc/programs/Xserver/GL/mesa/X/:
Imakefile 
  
  Revision  ChangesPath
  1.10  +5 -1  xc/programs/Xserver/GL/mesa/X/Imakefile

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-28 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/28 20:32:58

Log message:
  Add xterm entries (Thomas Dickey).

Modified files:
  xc/programs/Xserver/hw/xfree86/doc/sgml/:
RELNOTES.sgml 
  
  Revision  ChangesPath
  1.141 +277 -2xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTES.sgml

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-28 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/28 20:38:01

Log message:
  update formatted docs

Modified files:
  ./:
RELNOTES.txt 
  xc/programs/Xserver/hw/xfree86/doc/:
RELNOTES 
  
  Revision  ChangesPath
  1.7   +266 -15   xc/RELNOTES.txt
  3.152 +266 -15   xc/programs/Xserver/hw/xfree86/doc/RELNOTES

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-25 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/25 17:28:16

Log message:
   280. Build fix for static server on sparc (David Dawes).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/config/cf/:
xfree86.cf 
  
  Revision  ChangesPath
  3.3728+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.511 +5 -1  xc/config/cf/xfree86.cf

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-24 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/24 19:50:27

Log message:
   278. Fix some errors in change #231 that prevent
'#define InstallManPageSource NO' from working (Bernd Ernesti).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/config/cf/:
NetBSD.cf 
  
  Revision  ChangesPath
  3.3726+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.131 +3 -3  xc/config/cf/NetBSD.cf

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-23 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/23 10:02:44

Log message:
  Add Xsun man pages.

Modified files:
  xc/doc/man/misc/:
Imakefile 
  
  Revision  ChangesPath
  1.10  +14 -2 xc/doc/man/misc/Imakefile

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-23 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/23 10:03:52

Log message:
  Update version strings, and XFree86Devel updates.

Modified files:
  xc/programs/Xserver/hw/xfree86/doc/sgml/:
Imakefile add.sh defs.ent 
  xc/programs/Xserver/hw/xfree86/etc/:
Xinstall.sh 
  
  Revision  ChangesPath
  3.92  +19 -1 xc/programs/Xserver/hw/xfree86/doc/sgml/Imakefile
  1.5   +21 -3 xc/programs/Xserver/hw/xfree86/doc/sgml/add.sh
  1.50  +2 -2  xc/programs/Xserver/hw/xfree86/doc/sgml/defs.ent
  1.94  +2 -2  xc/programs/Xserver/hw/xfree86/etc/Xinstall.sh

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-23 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/23 10:16:31

Log message:
  Snapshot: 4.5.99.904

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG xf86Date.h xf86Version.h 
  
  Revision  ChangesPath
  3.3724+4 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.113 +2 -2  xc/programs/Xserver/hw/xfree86/xf86Date.h
  3.627 +2 -2  xc/programs/Xserver/hw/xfree86/xf86Version.h

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-23 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/23 12:45:20

Log message:
  Previous change requires more output slots.

Modified files:
  xc/programs/xgc/:
lex.l 
  
  Revision  ChangesPath
  1.8   +2 -1  xc/programs/xgc/lex.l

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-23 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/23 21:06:05

Log message:
   277. Various bindist fixes/updates (David Dawes).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/etc/:
Xinstall.sh 
  xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/:
prog-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/:
prog-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/:
bin-list 
  
  Revision  ChangesPath
  3.3725+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.95  +20 -6 xc/programs/Xserver/hw/xfree86/etc/Xinstall.sh
  1.3   +2 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/prog-list
  1.3   +2 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/prog-list
  1.23  +2 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/bin-list

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-19 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/19 06:02:38

Log message:
   275. Fix an array overrun that resulted in a server crash on exit on some
platforms (David Dawes, reported by Takaaki Nomura).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86KbdLnx.c 
  xc/programs/Xserver/hw/xfree86/os-support/linux/:
lnx_KbdMap.c 
  
  Revision  ChangesPath
  3.3723+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.22  +3 -3  xc/programs/Xserver/hw/xfree86/common/xf86KbdLnx.c
  1.5   +2 -2  
xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_KbdMap.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-18 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/18 08:48:47

Log message:
   273. Fix xgc's parsing of font names (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/xgc/:
lex.l 
  
  Revision  ChangesPath
  3.3720+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.7   +3 -3  xc/programs/xgc/lex.l

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-18 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/18 08:52:57

Log message:
   274. Avoid isprint(3) when generating atimisc debugging output or mmapr's
prettyprints (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atiprint.c 
  xc/programs/Xserver/hw/xfree86/etc/:
mmapr.c 
  
  Revision  ChangesPath
  3.3721+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.38  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atiprint.c
  1.15  +2 -2  xc/programs/Xserver/hw/xfree86/etc/mmapr.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-18 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/18 08:57:26

Log message:
  Preliminary build tweaks for OpenBSD/sparc64.

Modified files:
  xc/config/cf/:
OpenBSD.cf X11.tmpl 
  xc/programs/Xserver/hw/xfree86/common/:
Imakefile 
  xc/programs/Xserver/hw/xfree86/os-support/bsd/:
sparc64_video.c 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.h freebsdPci.c 
  
  Revision  ChangesPath
  3.118 +3 -1  xc/config/cf/OpenBSD.cf
  1.295 +2 -2  xc/config/cf/X11.tmpl
  3.166 +3 -1  xc/programs/Xserver/hw/xfree86/common/Imakefile
  1.6   +2 -2  
xc/programs/Xserver/hw/xfree86/os-support/bsd/sparc64_video.c
  1.53  +2 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h
  1.7   +2 -1  
xc/programs/Xserver/hw/xfree86/os-support/bus/freebsdPci.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-18 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/18 10:07:24

Log message:
  documentation updates

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG XFree86.man 
  xc/programs/Xserver/hw/xfree86/doc/sgml/:
LICENSE.sgml RELNOTES.sgml 
  
  Revision  ChangesPath
  3.3722+5 -5  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.74  +69 -2 xc/programs/Xserver/hw/xfree86/XFree86.man
  1.43  +6 -5  xc/programs/Xserver/hw/xfree86/doc/sgml/LICENSE.sgml
  1.138 +523 -631  xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTES.sgml

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-18 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/18 10:13:22

Log message:
  fix typos

Modified files:
  xc/programs/Xserver/hw/xfree86/doc/sgml/:
DESIGN.sgml RELNOTES.sgml 
  
  Revision  ChangesPath
  1.62  +5 -5  xc/programs/Xserver/hw/xfree86/doc/sgml/DESIGN.sgml
  1.139 +9 -9  xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTES.sgml

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-13 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/13 17:50:39

Log message:
   272. Rename the ast driver to aspeed (Bugzilla #1664, requested by
Y.C. Chen).

Modified files:
  xc/config/cf/:
xfree86.cf 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/doc/sgml/:
RELNOTES.sgml 
  xc/programs/Xserver/hw/xfree86/etc/:
Xinstall.sh 
Added files:
  xc/programs/Xserver/hw/xfree86/drivers/aspeed/:
Imakefile ast.h ast_2dtool.c ast_2dtool.h ast_accel.c 
ast_accel.h ast_cursor.c ast_cursor.h ast_driver.c 
ast_mode.c ast_mode.h ast_tool.c ast_tool.h ast_vgatool.c 
ast_vgatool.h 
Removed files:
  xc/programs/Xserver/hw/xfree86/drivers/ast/:
Imakefile ast.h ast_2dtool.c ast_2dtool.h ast_accel.c 
ast_accel.h ast_cursor.c ast_cursor.h ast_driver.c 
ast_mode.c ast_mode.h ast_tool.c ast_tool.h ast_vgatool.c 
ast_vgatool.h 
  
  Revision  ChangesPath
  3.510 +7 -7  xc/config/cf/xfree86.cf
  3.3719+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.137 +2 -2  xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTES.sgml
  1.93  +2 -1  xc/programs/Xserver/hw/xfree86/etc/Xinstall.sh

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-13 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/13 18:03:13

Log message:
  Update default id/driver mappings (David Dawes).

Modified files:
  xc/programs/Xserver/hw/xfree86/getconfig/:
getconfig.pl 
  
  Revision  ChangesPath
  1.5   +20 -4 xc/programs/Xserver/hw/xfree86/getconfig/getconfig.pl

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-11 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/11 18:07:31

Log message:
   271. Resync with pci.ids file, and add entries for AST.

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/etc/:
extrapci.ids pci.ids 
  xc/programs/Xserver/hw/xfree86/scanpci/:
xf86PciStdIds.h 
  xc/programs/Xserver/hw/xfree86/common/:
xf86PciInfo.h 
  
  Revision  ChangesPath
  3.3718+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.16  +5 -1  xc/programs/Xserver/hw/xfree86/etc/extrapci.ids
  1.12  +1923 -405 xc/programs/Xserver/hw/xfree86/etc/pci.ids
  1.24  +25260 
-8212xc/programs/Xserver/hw/xfree86/scanpci/xf86PciStdIds.h
  1.165 +3 -1  xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-11 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/11 18:39:22

Log message:
  some doc updates

Modified files:
  xc/programs/Xserver/hw/xfree86/:
xf86Date.h xf86Version.h 
  xc/programs/Xserver/hw/xfree86/doc/sgml/:
BUILD.sgml LynxOS.sgml NetBSD.sgml OpenBSD.sgml 
README.sgml RELNOTES.sgml defs.ent index.pre 
  xc/programs/Xserver/hw/xfree86/drivers/xgi/:
xgi.man 
  
  Revision  ChangesPath
  1.112 +2 -2  xc/programs/Xserver/hw/xfree86/xf86Date.h
  3.626 +2 -2  xc/programs/Xserver/hw/xfree86/xf86Version.h
  3.20  +2 -3  xc/programs/Xserver/hw/xfree86/doc/sgml/BUILD.sgml
  3.22  +1 -5  xc/programs/Xserver/hw/xfree86/doc/sgml/LynxOS.sgml
  3.70  +2 -8  xc/programs/Xserver/hw/xfree86/doc/sgml/NetBSD.sgml
  1.36  +2 -6  xc/programs/Xserver/hw/xfree86/doc/sgml/OpenBSD.sgml
  3.149 +15 -6 xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml
  1.136 +19 -30xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTES.sgml
  1.49  +16 -16xc/programs/Xserver/hw/xfree86/doc/sgml/defs.ent
  1.30  +2 -2  xc/programs/Xserver/hw/xfree86/doc/sgml/index.pre
  1.2   +4 -387xc/programs/Xserver/hw/xfree86/drivers/xgi/xgi.man

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-11 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/11 18:50:33

Log message:
  update formatted docs

Modified files:
  ./:
BUILD.txt Install.txt LICENSE.txt README.txt RELNOTES.txt 
  xc/programs/Xserver/hw/xfree86/doc/:
BUILD Install LICENSE README README.DECtga README.Darwin 
README.LynxOS README.NetBSD README.OpenBSD README.ati 
README.chips README.mouse README.s3virge RELNOTES 
Versions 
  
  Revision  ChangesPath
  1.3   +35 -36xc/BUILD.txt
  1.3   +11 -11xc/Install.txt
  1.5   +3 -3  xc/LICENSE.txt
  1.5   +52 -42xc/README.txt
  1.5   +32 -41xc/RELNOTES.txt
  3.35  +35 -36xc/programs/Xserver/hw/xfree86/doc/BUILD
  1.39  +11 -11xc/programs/Xserver/hw/xfree86/doc/Install
  1.48  +3 -3  xc/programs/Xserver/hw/xfree86/doc/LICENSE
  3.152 +52 -42xc/programs/Xserver/hw/xfree86/doc/README
  3.37  +1 -1  xc/programs/Xserver/hw/xfree86/doc/README.DECtga
  1.27  +1 -1  xc/programs/Xserver/hw/xfree86/doc/README.Darwin
  3.49  +8 -11 xc/programs/Xserver/hw/xfree86/doc/README.LynxOS
  3.101 +8 -10 xc/programs/Xserver/hw/xfree86/doc/README.NetBSD
  1.56  +7 -9  xc/programs/Xserver/hw/xfree86/doc/README.OpenBSD
  3.71  +4 -4  xc/programs/Xserver/hw/xfree86/doc/README.ati
  3.59  +2 -2  xc/programs/Xserver/hw/xfree86/doc/README.chips
  1.35  +1 -1  xc/programs/Xserver/hw/xfree86/doc/README.mouse
  1.28  +1 -1  xc/programs/Xserver/hw/xfree86/doc/README.s3virge
  3.150 +32 -41xc/programs/Xserver/hw/xfree86/doc/RELNOTES
  1.21  +2 -2  xc/programs/Xserver/hw/xfree86/doc/Versions

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-10 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/10 07:58:25

Log message:
  Remove any copy of the sunffb driver from its old install location.

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/:
Xinstall.sh 
  
  Revision  ChangesPath
  1.92  +3 -1  xc/programs/Xserver/hw/xfree86/etc/Xinstall.sh

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-09 Thread Thomas Dickey
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/09 17:34:38

Log message:
   270. Xterm patch #212 (Thomas Dickey).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/xterm/:
Imakefile MANIFEST Makefile.in XTerm.ad aclocal.m4 
button.c charproc.c configure configure.in main.c menu.c 
minstall.sh misc.c os2main.c version.h xterm.log.html 
xterm.man 
  
  Revision  ChangesPath
  3.3717+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.73  +2 -2  xc/programs/xterm/Imakefile
  1.48  +1 -1  xc/programs/xterm/MANIFEST
  3.54  +4 -4  xc/programs/xterm/Makefile.in
  3.37  +4 -4  xc/programs/xterm/XTerm.ad
  3.64  +64 -4 xc/programs/xterm/aclocal.m4
  3.87  +18 -5 xc/programs/xterm/button.c
  3.182 +27 -8 xc/programs/xterm/charproc.c
  3.92  +957 -809  xc/programs/xterm/configure
  3.76  +3 -2  xc/programs/xterm/configure.in
  3.210 +13 -15xc/programs/xterm/main.c
  3.68  +3 -2  xc/programs/xterm/menu.c
  1.5   +4 -2  xc/programs/xterm/minstall.sh
  3.106 +4 -4  xc/programs/xterm/misc.c
  3.86  +2 -2  xc/programs/xterm/os2main.c
  3.123 +3 -3  xc/programs/xterm/version.h
  1.148 +43 -2 xc/programs/xterm/xterm.log.html
  3.123 +21 -8 xc/programs/xterm/xterm.man

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-08 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/08 10:53:40

Log message:
  loader/trace cleanups

Modified files:
  xc/config/cf/:
xfree86.cf 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Events.c 
  xc/programs/Xserver/hw/xfree86/loader/:
elfloader.c hash.c loader.c loaderProcs.h 
  xc/util/memleak/:
getretgcc.c 
  
  Revision  ChangesPath
  3.509 +2 -3  xc/config/cf/xfree86.cf
  3.174 +3 -2  xc/programs/Xserver/hw/xfree86/common/xf86Events.c
  1.71  +1 -2  xc/programs/Xserver/hw/xfree86/loader/elfloader.c
  1.29  +10 -3 xc/programs/Xserver/hw/xfree86/loader/hash.c
  1.80  +3 -2  xc/programs/Xserver/hw/xfree86/loader/loader.c
  1.26  +2 -2  xc/programs/Xserver/hw/xfree86/loader/loaderProcs.h
  1.2   +2 -2  xc/util/memleak/getretgcc.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-08 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/08 11:30:26

Log message:
   268. Build fixes for OS/2 (Bugzilla #1663, Frank Giessler).

Modified files:
  xc/config/cf/:
os2.cf os2Lib.rules os2def.db 
  xc/config/util/:
makedef.cmd 
  xc/extras/fontconfig/src/:
fontconfig-def.cpp 
  xc/lib/GL/GL/:
GL-def.cpp 
  xc/lib/Xft/:
Xft-def.cpp 
  xc/lib/font/fontfile/:
decompress.c 
  xc/lib/freetype2/:
freetype-def.cpp 
  xc/programs/Xserver/:
XFree86.def Xdmx.def Xnest.def Xvfb.def 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Init.c 
  xc/programs/Xserver/hw/xfree86/loader/:
Imakefile 
  xc/programs/Xserver/hw/xfree86/os-support/:
xf86_ansic.h 
  xc/programs/Xserver/hw/xfree86/os-support/os2/:
os2_init.c os2_select.c 
  xc/programs/xinit/:
xinit.def 
  xc/programs/xterm/:
os2main.c 
  
  Revision  ChangesPath
  3.48  +10 -5 xc/config/cf/os2.cf
  3.24  +2 -2  xc/config/cf/os2Lib.rules
  1.12  +19 -1 xc/config/cf/os2def.db
  1.8   +3 -3  xc/config/util/makedef.cmd
  1.3   +6 -1  xc/extras/fontconfig/src/fontconfig-def.cpp
  1.4   +5 -1  xc/lib/GL/GL/GL-def.cpp
  1.9   +6 -1  xc/lib/Xft/Xft-def.cpp
  1.9   +4 -1  xc/lib/font/fontfile/decompress.c
  1.10  +7 -1  xc/lib/freetype2/freetype-def.cpp
  1.7   +1 -1  xc/programs/Xserver/XFree86.def
  1.2   +1 -1  xc/programs/Xserver/Xdmx.def
  3.7   +1 -1  xc/programs/Xserver/Xnest.def
  3.6   +1 -1  xc/programs/Xserver/Xvfb.def
  3.3714+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.240 +2 -2  xc/programs/Xserver/hw/xfree86/common/xf86Init.c
  1.47  +3 -1  xc/programs/Xserver/hw/xfree86/loader/Imakefile
  3.63  +4 -1  
xc/programs/Xserver/hw/xfree86/os-support/xf86_ansic.h
  3.22  +9 -2  
xc/programs/Xserver/hw/xfree86/os-support/os2/os2_init.c
  3.13  +2 -5  
xc/programs/Xserver/hw/xfree86/os-support/os2/os2_select.c
  3.5   +1 -1  xc/programs/xinit/xinit.def
  3.85  +4 -1  xc/programs/xterm/os2main.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-08 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/08 11:33:01

Log message:
   269. Add a config switch for building xdm (Bugzilla #1662. Frank Giessler).

Modified files:
  xc/config/cf/:
X11.tmpl xf86site.def 
  xc/programs/:
Imakefile 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  1.294 +4 -1  xc/config/cf/X11.tmpl
  3.193 +7 -1  xc/config/cf/xf86site.def
  3.60  +3 -1  xc/programs/Imakefile
  3.3715+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-08 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/08 12:10:51

Log message:
  Snapshot: 4.5.99.903

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG xf86Date.h xf86Version.h 
  
  Revision  ChangesPath
  3.3716+4 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.111 +2 -2  xc/programs/Xserver/hw/xfree86/xf86Date.h
  3.625 +2 -2  xc/programs/Xserver/hw/xfree86/xf86Version.h

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-04 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/04 09:37:31

Log message:
  Pacify IRIX make

Modified files:
  xc/programs/xterm/:
Imakefile 
  
  Revision  ChangesPath
  3.72  +11 -10xc/programs/xterm/Imakefile

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-03 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/03 08:59:09

Log message:
  Fix bug introduced recently.

Modified files:
  xc/config/cf/:
Imake.rules 
  
  Revision  ChangesPath
  3.149 +2 -2  xc/config/cf/Imake.rules

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-03 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/03 08:59:56

Log message:
  fix list

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-amd64/:
bin-list 
  
  Revision  ChangesPath
  1.5   +0 -3  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-amd64/bin-list

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-03 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/03 09:04:13

Log message:
  updates for RC3

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/:
Xinstall.sh 
  
  Revision  ChangesPath
  1.91  +8 -5  xc/programs/Xserver/hw/xfree86/etc/Xinstall.sh

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-03 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/03 10:52:00

Log message:
   262. Stop at the first successful probe on each autoconfig retry, minimising
unnecessary probes (David Dawes).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Init.c 
  
  Revision  ChangesPath
  3.3711+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.239 +6 -2  xc/programs/Xserver/hw/xfree86/common/xf86Init.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-03 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/03 11:08:03

Log message:
   266. Fix exectable loading on FreeBSD/a.out (David Dawes).
   265. Fix some stack trace problems for a.out executables (David Dawes).
   264. Fix some problems with the a.out header macros used by the loader.
   263. Fix dladdr test for a.out FreeBSD and OpenBSD platforms (David Dawes).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/loader/:
aout.h aoutloader.c dlloader.c dlloader.h hash.c loader.c 
  
  Revision  ChangesPath
  3.3712+5 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.10  +48 -35xc/programs/Xserver/hw/xfree86/loader/aout.h
  1.24  +3 -3  xc/programs/Xserver/hw/xfree86/loader/aoutloader.c
  1.19  +3 -1  xc/programs/Xserver/hw/xfree86/loader/dlloader.c
  1.6   +11 -1 xc/programs/Xserver/hw/xfree86/loader/dlloader.h
  1.28  +3 -3  xc/programs/Xserver/hw/xfree86/loader/hash.c
  1.79  +9 -8  xc/programs/Xserver/hw/xfree86/loader/loader.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-03 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/03 17:30:36

Log message:
  refine test for dladdr support on OpenBSD

Modified files:
  xc/programs/Xserver/hw/xfree86/loader/:
dlloader.h 
  
  Revision  ChangesPath
  1.7   +7 -2  xc/programs/Xserver/hw/xfree86/loader/dlloader.h

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-02 Thread Thomas Dickey
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/02 16:12:49

Log message:
   261. Integrate xterm's setgid feature into imake definitions (Thomas Dickey).

Modified files:
  xc/config/cf/:
Imake.tmpl OpenBSD.cf README X11.tmpl linux.cf 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/xterm/:
Imakefile 
  
  Revision  ChangesPath
  3.175 +4 -1  xc/config/cf/Imake.tmpl
  3.117 +2 -1  xc/config/cf/OpenBSD.cf
  1.27  +9 -1  xc/config/cf/README
  1.293 +5 -2  xc/config/cf/X11.tmpl
  3.241 +2 -1  xc/config/cf/linux.cf
  3.3710+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.71  +31 -20xc/programs/xterm/Imakefile

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-04-01 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/04/01 16:16:52

Log message:
  fix for stack trace on some platforms

Modified files:
  xc/util/memleak/:
getreti386.c 
  
  Revision  ChangesPath
  3.7   +3 -10 xc/util/memleak/getreti386.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-30 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/30 14:35:42

Log message:
  move ddc module unload to after calls to it

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/i810/:
i830_driver.c 
  
  Revision  ChangesPath
  1.94  +4 -3  
xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-30 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/30 15:19:46

Log message:
  updates for 4.6.0

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/:
bin-list update-upd 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-amd64/:
bin-list update-upd 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/:
bin-list update-upd 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/:
bin-list update-upd 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/:
bin-list update-upd 
  xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/:
bin-list update-upd 
  xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-aout-ix86/:
bin-list update-upd 
  xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/:
bin-list update-upd 
  xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/:
bin-list update-upd 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/:
bin-list update-upd 
  xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris-sparc/:
bin-list 
  xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/:
bin-list update-upd 
  
  Revision  ChangesPath
  1.17  +2 -0  
xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/bin-list
  1.17  +3 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/bin-list
  1.5   +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD-aout/update-upd
  1.4   +5 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-amd64/bin-list
  1.2   +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-amd64/update-upd
  1.19  +5 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/bin-list
  1.5   +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-axp/update-upd
  1.17  +5 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/bin-list
  1.5   +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ix86/update-upd
  1.18  +5 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-m68k/bin-list
  1.15  +5 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-mips/bin-list
  1.15  +5 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/Linux-ppc/bin-list
  1.14  +3 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/bin-list
  1.5   +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/update-upd
  1.19  +5 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/bin-list
  1.5   +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/update-upd
  1.5   +3 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-aout-ix86/bin-list
  1.2   +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-aout-ix86/update-upd
  1.22  +1 -0  
xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/bin-list
  1.5   +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/update-upd
  1.18  +4 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/bin-list
  1.5   +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/SVR4.0/update-upd
  1.18  +4 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/bin-list
  1.5   +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris/update-upd
  1.2   +4 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/Solaris-sparc/bin-list
  1.18  +4 -2  
xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/bin-list
  1.5   +1 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/UnixWare/update-upd

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-28 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/28 17:35:43

Log message:
   260. Fix Solaris/sparc 64-bit library build for libGL (David Dawes).

Modified files:
  xc/config/cf/:
Imake.rules sv4Lib.rules 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.148 +5 -5  xc/config/cf/Imake.rules
  3.16  +2 -2  xc/config/cf/sv4Lib.rules
  3.3709+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-27 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/27 10:56:44

Log message:
  Fix xterm install rule again (Andrew C Aitchison).

Modified files:
  xc/programs/xterm/:
Imakefile 
  
  Revision  ChangesPath
  3.70  +2 -2  xc/programs/xterm/Imakefile

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-26 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/26 17:32:48

Log message:
   259. Fix a double-free problem in fontconfig (David Dawes).

Modified files:
  xc/extras/fontconfig/src/:
fccfg.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  1.4   +2 -1  xc/extras/fontconfig/src/fccfg.c
  3.3708+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-25 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/25 18:25:08

Log message:
   258. Workaround for finding moduleData with dlopen modules (David Dawes).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/loader/:
loadmod.c 
  
  Revision  ChangesPath
  3.3707+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.79  +12 -1 xc/programs/Xserver/hw/xfree86/loader/loadmod.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-23 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/23 13:10:57

Log message:
   257. Yet another attempt at dealing with xterm's setgid issue
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/etc/:
Xinstall.sh 
  xc/programs/xterm/:
Imakefile 
  
  Revision  ChangesPath
  3.3706+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.90  +49 -1 xc/programs/Xserver/hw/xfree86/etc/Xinstall.sh
  3.69  +12 -9 xc/programs/xterm/Imakefile

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-20 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/20 19:56:27

Log message:
   256. Add a stack trace function, callable from modules and elsewhere, which
can be useful for development/debugging (David Dawes).
   255. Make sure that DGAShutdown() is always called before HW state is
restored on exit and reset, and make sure that it is not called after
the HW state is restored (David Dawes).
   254. Trap re-entry into AbortServer() (David Dawes).

Modified files:
  xc/programs/Xserver/Xext/:
xf86dga2.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86.h xf86DGA.c xf86Events.c xf86Init.c 
  xc/programs/Xserver/hw/xfree86/loader/:
xf86sym.c 
  xc/programs/Xserver/os/:
utils.c 
  
  Revision  ChangesPath
  1.25  +2 -1  xc/programs/Xserver/Xext/xf86dga2.c
  3.3705+7 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.193 +2 -1  xc/programs/Xserver/hw/xfree86/common/xf86.h
  1.52  +6 -2  xc/programs/Xserver/hw/xfree86/common/xf86DGA.c
  3.173 +35 -25xc/programs/Xserver/hw/xfree86/common/xf86Events.c
  3.238 +6 -5  xc/programs/Xserver/hw/xfree86/common/xf86Init.c
  1.260 +3 -1  xc/programs/Xserver/hw/xfree86/loader/xf86sym.c
  3.110 +12 -5 xc/programs/Xserver/os/utils.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/19 09:34:44

Log message:
  Build fix

Modified files:
  xc/programs/Xserver/hw/xfree86/xf8_32wid/:
cfb8_32widmodule.c 
  
  Revision  ChangesPath
  1.2   +2 -2  
xc/programs/Xserver/hw/xfree86/xf8_32wid/cfb8_32widmodule.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/19 11:06:35

Log message:
  Fix formatting and resync list of exported symbols.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atiload.h atimisc.c atimodule.c atiprint.c atiprobe.c 
ativersion.h ativgaio.c 
  
  Revision  ChangesPath
  1.13  +3 -3  xc/programs/Xserver/hw/xfree86/drivers/ati/atiload.h
  1.15  +4 -4  xc/programs/Xserver/hw/xfree86/drivers/ati/atimisc.c
  1.22  +10 -4 
xc/programs/Xserver/hw/xfree86/drivers/ati/atimodule.c
  1.37  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atiprint.c
  1.73  +4 -4  xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c
  1.85  +2 -2  
xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h
  1.9   +3 -3  xc/programs/Xserver/hw/xfree86/drivers/ati/ativgaio.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-19 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/19 13:18:53

Log message:
   252. More work on the ast driver (derived from Bugzilla #1628, Y.C. Chen).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/ast/:
ast.h ast_2dtool.c ast_2dtool.h ast_accel.c ast_driver.c 
ast_vgatool.c ast_vgatool.h 
  
  Revision  ChangesPath
  3.3702+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.5   +7 -2  xc/programs/Xserver/hw/xfree86/drivers/ast/ast.h
  1.3   +37 -430   
xc/programs/Xserver/hw/xfree86/drivers/ast/ast_2dtool.c
  1.3   +70 -10
xc/programs/Xserver/hw/xfree86/drivers/ast/ast_2dtool.h
  1.3   +9 -9  
xc/programs/Xserver/hw/xfree86/drivers/ast/ast_accel.c
  1.5   +20 -16
xc/programs/Xserver/hw/xfree86/drivers/ast/ast_driver.c
  1.4   +72 -1 
xc/programs/Xserver/hw/xfree86/drivers/ast/ast_vgatool.c
  1.3   +2 -1  
xc/programs/Xserver/hw/xfree86/drivers/ast/ast_vgatool.h

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-19 Thread Thomas Dickey
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/19 16:36:20

Log message:
   253. Xterm patch #211 (Thomas Dickey).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/xterm/:
Imakefile MANIFEST Makefile.in main.c ptyx.h version.h 
wcwidth.c xterm.h xterm.log.html 
  
  Revision  ChangesPath
  3.3703+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.68  +5 -2  xc/programs/xterm/Imakefile
  1.47  +2 -2  xc/programs/xterm/MANIFEST
  3.53  +7 -6  xc/programs/xterm/Makefile.in
  3.209 +9 -6  xc/programs/xterm/main.c
  3.132 +4 -2  xc/programs/xterm/ptyx.h
  3.122 +3 -3  xc/programs/xterm/version.h
  1.8   +35 -30xc/programs/xterm/wcwidth.c
  3.115 +10 -3 xc/programs/xterm/xterm.h
  1.147 +25 -2 xc/programs/xterm/xterm.log.html

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-19 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/19 18:22:55

Log message:
  Snapshot: 4.5.99.902

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG xf86Date.h xf86Version.h 
  
  Revision  ChangesPath
  3.3704+4 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.110 +2 -2  xc/programs/Xserver/hw/xfree86/xf86Date.h
  3.624 +2 -2  xc/programs/Xserver/hw/xfree86/xf86Version.h

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-18 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/18 12:29:48

Log message:
  No version of FreeBSD has a utmp group.

Modified files:
  xc/programs/xterm/:
Imakefile 
  
  Revision  ChangesPath
  3.67  +2 -3  xc/programs/xterm/Imakefile

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-18 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/18 18:17:29

Log message:
   251. Xterm may overwrite the field adjacent to lastlog.ll_time on some 64-bit
Linux platforms.

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/xterm/:
main.c 
  
  Revision  ChangesPath
  3.3701+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.208 +2 -2  xc/programs/xterm/main.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-17 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/17 13:03:05

Log message:
  fix typo

Modified files:
  xc/config/cf/:
Imake.rules 
  
  Revision  ChangesPath
  3.147 +2 -2  xc/config/cf/Imake.rules

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-17 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/17 14:05:05

Log message:
   248. Fix typos in XErrorDB (David Dawes).

Modified files:
  xc/lib/X11/:
XErrorDB 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.43  +35 -35xc/lib/X11/XErrorDB
  3.3698+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-17 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/17 15:40:14

Log message:
   249. Fix client-side framebuffer mapping for DGA on NetBSD (David Dawes).

Modified files:
  xc/lib/Xxf86dga/:
XF86DGA2.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  1.30  +26 -13xc/lib/Xxf86dga/XF86DGA2.c
  3.3699+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-17 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/17 17:34:24

Log message:
  make sure fc cache files are up to date when installing fonts

Modified files:
  xc/config/cf/:
X11.tmpl 
  xc/fonts/bdf/100dpi/:
Imakefile 
  xc/fonts/bdf/75dpi/:
Imakefile 
  xc/fonts/bdf/cyrillic/:
Imakefile 
  xc/fonts/bdf/misc/:
Imakefile 
  xc/fonts/scaled/Ethiopic/:
Imakefile 
  xc/fonts/scaled/Meltho/:
Imakefile 
  xc/fonts/scaled/TTF/:
Imakefile 
  xc/fonts/scaled/Type1/:
Imakefile 
  xc/programs/fc-cache/:
Imakefile 
  
  Revision  ChangesPath
  1.292 +4 -2  xc/config/cf/X11.tmpl
  1.9   +3 -2  xc/fonts/bdf/100dpi/Imakefile
  1.9   +3 -2  xc/fonts/bdf/75dpi/Imakefile
  3.4   +2 -1  xc/fonts/bdf/cyrillic/Imakefile
  1.32  +3 -2  xc/fonts/bdf/misc/Imakefile
  1.3   +3 -8  xc/fonts/scaled/Ethiopic/Imakefile
  1.4   +1 -9  xc/fonts/scaled/Meltho/Imakefile
  1.7   +1 -10 xc/fonts/scaled/TTF/Imakefile
  1.20  +2 -10 xc/fonts/scaled/Type1/Imakefile
  1.2   +1 -6  xc/programs/fc-cache/Imakefile

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-16 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/16 08:50:36

Log message:
   242. Loader updates:
 - Improve the stack trace information.
 - Improve the handling of instance-specific req/ref symbols.
 - Use stronger typing for the module-visible instance-specific module
   descriptor.
 - No longer disable xf86UnloadSubModule(), since the loader now handles
   unloads and re-loads cleanly.
 - Update all modules to make use of the above, and fix some bugs
   that this exposed.
 - Some loader message cleanups.
(X-Oz Technologies, David Dawes).

Modified files:
  xc/lib/font/FreeType/module/:
ftmodule.c xttmodule.c 
  xc/lib/font/Speedo/module/:
speedomod.c 
  xc/lib/font/Type1/module/:
type1mod.c 
  xc/lib/font/bitmap/module/:
bitmapmod.c 
  xc/lib/font/include/:
fontmod.h 
  xc/programs/Xserver/GL/dri/:
drimodule.c 
  xc/programs/Xserver/GL/glx/:
glxmodule.c 
  xc/programs/Xserver/GL/mesa/GLcore/:
GLcoremodule.c 
  xc/programs/Xserver/XTrap/:
xf86XTrapModule.c 
  xc/programs/Xserver/Xext/extmod/:
modinit.c 
  xc/programs/Xserver/cfb/:
cfbmodule.c 
  xc/programs/Xserver/cfb16/:
cfbmodule.c 
  xc/programs/Xserver/cfb24/:
cfbmodule.c 
  xc/programs/Xserver/cfb32/:
cfbmodule.c 
  xc/programs/Xserver/dbe/:
dbemodule.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
Imakefile xf86.h xf86AutoConfig.c xf86Config.c 
xf86Events.c xf86Helper.c xf86Init.c xf86Module.h 
xf86Xinput.h xf86str.h 
  xc/programs/Xserver/hw/xfree86/ddc/:
xf86DDC.c 
  xc/programs/Xserver/hw/xfree86/drivers/apm/:
apm_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/ark/:
ark_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/ast/:
ast_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atiload.c atiload.h atimisc.c atimodule.c atiprobe.c 
r128_driver.c r128_misc.c r128_probe.c r128_probe.h 
radeon.h radeon_driver.c radeon_misc.c radeon_probe.c 
radeon_probe.h 
  xc/programs/Xserver/hw/xfree86/drivers/chips/:
ct_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/cirrus/:
alp_driver.c cir_driver.c lg_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/cyrix/:
cyrix_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/dummy/:
dummy_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/fbdev/:
fbdev.c 
  xc/programs/Xserver/hw/xfree86/drivers/glide/:
glide_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/glint/:
glint_driver.c pm3_dac.c 
  xc/programs/Xserver/hw/xfree86/drivers/i128/:
i128_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/i740/:
i740_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/i810/:
i810_driver.c i830_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/imstt/:
imstt_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/mga/:
mga_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/neomagic/:
neo_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/newport/:
newport_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/nsc/:
nsc_driver.c nsc_gx1_driver.c nsc_gx2_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/nv/:
nv_driver.c riva_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/rendition/:
rendition.c 
  xc/programs/Xserver/hw/xfree86/drivers/s3/:
s3_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/s3virge/:
s3v_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/savage/:
savage_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/:
smi_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/sis/:
sis_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/sunbw2/:
bw2_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/suncg14/:
cg14_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/suncg3/:
cg3_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/suncg6/:
cg6_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/sunffb/:
ffb_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/sunleo/:
leo_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/suntcx/:
tcx_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/tdfx/:
tdfx_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/tga/:
tga_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/trident/:
trident_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/tseng/:
tseng_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/v4l/:
v4l.c 

CVS Update: xc (branch: trunk)

2006-03-16 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/16 12:43:35

Log message:
   243. Fix the int10 module's interception of PCI config1 i/o to handle 8-bit
and 16-bit accesses.  This fixes problems that show up with the vesa
driver and vbe module with some video cards (David Dawes).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/int10/:
helper_exec.c 
  
  Revision  ChangesPath
  3.3693+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.32  +170 -60   xc/programs/Xserver/hw/xfree86/int10/helper_exec.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-16 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/16 13:44:00

Log message:
   244. Prevent SIGINT from causing the XFree86 to re-enter the CloseScreen
phase once it has begun (David Dawes).

Modified files:
  xc/programs/Xserver/dix/:
main.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/include/:
os.h 
  xc/programs/Xserver/os/:
osinit.c 
  
  Revision  ChangesPath
  3.50  +4 -1  xc/programs/Xserver/dix/main.c
  3.3694+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.68  +3 -1  xc/programs/Xserver/include/os.h
  3.34  +22 -2 xc/programs/Xserver/os/osinit.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-16 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/16 17:39:34

Log message:
   246. Don't make xterm setgid on FreeBSD prior to 5.x (Bugzilla #1655,
Alexander Pohoyda).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/xterm/:
Imakefile 
  
  Revision  ChangesPath
  3.3696+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.66  +2 -2  xc/programs/xterm/Imakefile

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-16 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/16 18:25:03

Log message:
   247. The new loader eliminates the need to defer unloading drivers when using
autoconfig (David Dawes).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86.h xf86Helper.c xf86Init.c 
  
  Revision  ChangesPath
  3.3697+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.192 +2 -2  xc/programs/Xserver/hw/xfree86/common/xf86.h
  1.156 +4 -29 xc/programs/Xserver/hw/xfree86/common/xf86Helper.c
  3.237 +4 -5  xc/programs/Xserver/hw/xfree86/common/xf86Init.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2006-03-12 Thread Thomas Dickey
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   06/03/12 16:54:47

Log message:
  fixes for xterm's manpage

Modified files:
  xc/extras/rman/:
rman.c 
  
  Revision  ChangesPath
  1.21  +19 -6 xc/extras/rman/rman.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


<    1   2   3   4   5   6   7   8   9   10   >