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