CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       08/10/15 13:59:14

Log message:
    67. When using BSD authentication in xdm, wipe out the password as soon as
        possible to prevent it from showing up in the address space of
        subsequently forked child processes (Matthieu Herrb).
    66. Ensure XVidModeGetMonitor() always returns dynamically allocated data, 
as
        documented in its man page (Marc La France).
    65. Fix potential crash in DBE (Dave Arlie).
    64. Import X.Org fixes for CVE-2008-1377, CVE-2008-1379, CVE-2008-2360 and
        CVE-2008-2361 security advisories.
    63. Various x86emu changes:
        - Fix various halfword overflow issues (Scitech).
        - Add RDTSC emulation (Aaron Plattner).
        - Fix JNL emulation (David Wong).
        - Add emulation of CPUID, levels 0 & 1.  If the host architecture
          supports CPUID, pass that implementation's results to the emulation.
          If running on a 386 or 486 that does not support CPUID, provide a
          reasonable simulation (instead of SIGILL'ing).  On all other host
          architectures, the emulator will report itself as a 486DX
          (Marc La France).
        - Add BTS emulation (Felix Kuehling).
        - Fix BSF & BSR emulations (Aaron Plattner).
        - Fix MUL and IMUL emulations in the 64-bit case (Matthias Hopf).
    62. xf86sym.c build fix when RandR is disabled (Pat Kane, Bugzilla #1693).
    61. Spruce up implementation of pthread_key_create(), pthread_key_delete()
        pthread_getspecific() and pthread_setspecific() stubs in libXThrStub
        library.  Inspired by a change found in OpenBSD repository
        (Marc La France).
    60. When opening display, if LOCALCONN fails, fall back to UNIXCOMM, then
        TCPCONN (Alex Chen).
    59. Improve uniqueness of XDM-AUTHORIZATION-1 cookies.  (Egbert Eich).
    58. Fix possible segfault when using XDM-AUTHORIZATION-1 keys for remote
        clients over IPv6.  (Christian Weisgerber)

Modified files:
      xc/extras/x86emu/src/x86emu/:
        decode.c ops.c ops2.c prim_ops.c 
      xc/extras/x86emu/src/x86emu/x86emu/:
        prim_ops.h 
      xc/lib/X11/:
        ConnDis.c 
      xc/lib/XThrStub/:
        UIThrStubs.c 
      xc/lib/Xp/:
        XpJob.c 
      xc/lib/Xxf86vm/:
        XF86VMode.c 
      xc/programs/Xserver/Xext/:
        security.c shm.c 
      xc/programs/Xserver/dbe/:
        dbe.c 
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/programs/Xserver/hw/xfree86/loader/:
        xf86sym.c 
      xc/programs/Xserver/record/:
        record.c 
      xc/programs/Xserver/render/:
        glyph.c glyphstr.h render.c 
      xc/programs/xdm/greeter/:
        verify.c 
  
  Revision      Changes    Path
  1.14          +27 -22    xc/extras/x86emu/src/x86emu/decode.c
  1.12          +9 -3      xc/extras/x86emu/src/x86emu/ops.c
  1.8           +72 -26    xc/extras/x86emu/src/x86emu/ops2.c
  1.4           +161 -3    xc/extras/x86emu/src/x86emu/prim_ops.c
  1.2           +3 -1      xc/extras/x86emu/src/x86emu/x86emu/prim_ops.h
  3.35          +66 -14    xc/lib/X11/ConnDis.c
  3.9           +134 -29   xc/lib/XThrStub/UIThrStubs.c
  1.8           +4 -1      xc/lib/Xp/XpJob.c
  3.36          +3 -3      xc/lib/Xxf86vm/XF86VMode.c
  1.23          +6 -3      xc/programs/Xserver/Xext/security.c
  3.50          +7 -3      xc/programs/Xserver/Xext/shm.c
  3.17          +29 -27    xc/programs/Xserver/dbe/dbe.c
  3.3980        +32 -1     xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.268         +3 -1      xc/programs/Xserver/hw/xfree86/loader/xf86sym.c
  1.16          +16 -4     xc/programs/Xserver/record/record.c
  1.8           +9 -5      xc/programs/Xserver/render/glyph.c
  1.7           +1 -3      xc/programs/Xserver/render/glyphstr.h
  1.37          +4 -3      xc/programs/Xserver/render/render.c
  3.30          +27 -9     xc/programs/xdm/greeter/verify.c

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

Reply via email to