CVS Update: xc (branch: trunk)

Marc Aurele La France <[email protected]> Thu, 24 Apr 2008 12:41:08 -0700 (PDT)
Newsgroups gmane.comp.xfree86.cvs
Message-ID <[email protected]>
CVSROOT:	/home/x-cvs
Module name:	xc
Changes by:	[email protected].	08/04/24 12:41:08

Log message:
    38. Avoid screen corruption that occurs upon /dev/console output while the
        X server is running on SunOS, by redirecting this output into a file.
        The file is copied back to /dev/console on server exit.  Note that screen
        corruption still occurs on output to /dev/wscons because wscons cannot be
        redirected in this fashion.  (Marc La France).

Modified files:
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/programs/Xserver/hw/xfree86/os-support/sunos/:
        sun_init.c 
  
  Revision      Changes    Path
  3.3949        +6 -1      xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.13          +140 -1    xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c