CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       03/07/24 06:50:27

Log message:
   326. Removed ru_yawerty xkb symbols file as it is misleading as suggested
        by Ivan Pasacal (Bugzilla #516, Ivan Pascal).
   325. Fixed two bounds errors in rman
        (Bugzilla #505, Dan Nelson, Bugzilla #506,  Eric Anholt).
   324. Cleaned up MMIO map/unmap in RADEONPreInit(), unmapped MMIO in
        CloseScreen() even when server is switched away (Bugzilla #504,
        Hui Yu, Egbert Eich).
   323. Modified transport code so that a bind to an IPv4 socket fails silently
        when the bind to an IPv6 socket for the same port was successful.
        This works around a problem in theIPv6 implementation on some OSes
        that also handle IPv4 calls over IPv6 sockets (Egbert Eich).
   322. Simplified handling of the -nolisten option as suggested by
        Alan Coopersmith. This option can now be issued multiple times.
   321. Added code to unmap sysMem when freeing int10 (Bugzilla #504,
        Frank Giessler).
   320. Fix generic rootless crash while resizing when CopyBytes is not defined
        by the implementation (Torrey T. Lyons).

Modified files:
      xc/extras/rman/:
        rman.c 
      xc/lib/xtrans/:
        Xtrans.c Xtrans.h Xtransint.h Xtranssock.c 
      xc/programs/Xserver/:
        Xserver.man 
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/programs/Xserver/hw/xfree86/drivers/ati/:
        radeon_driver.c 
      xc/programs/Xserver/hw/xfree86/int10/:
        generic.c 
      xc/programs/Xserver/include/:
        opaque.h 
      xc/programs/Xserver/os/:
        connection.c utils.c 
      xc/programs/xkbcomp/symbols/:
        Imakefile 
Removed files:
      xc/programs/xkbcomp/symbols/:
        ru_yawerty 
  
  Revision      Changes    Path
  1.17          +4 -2      xc/extras/rman/rman.c
  3.32          +20 -6     xc/lib/xtrans/Xtrans.c
  3.22          +3 -2      xc/lib/xtrans/Xtrans.h
  3.36          +4 -1      xc/lib/xtrans/Xtransint.h
  3.60          +12 -7     xc/lib/xtrans/Xtranssock.c
  3.27          +3 -1      xc/programs/Xserver/Xserver.man
  3.2784        +16 -1     xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.103         +41 -78    xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.27          +7 -0      xc/programs/Xserver/hw/xfree86/int10/generic.c
  1.13          +1 -2      xc/programs/Xserver/include/opaque.h
  3.62          +1 -8      xc/programs/Xserver/os/connection.c
  3.90          +7 -4      xc/programs/Xserver/os/utils.c
  3.61          +2 -2      xc/programs/xkbcomp/symbols/Imakefile

_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit

Reply via email to