CVS Update: xc (branch: trunk)

Marc Aurele La France <[email protected]> Thu, 1 May 2008 09:13:24 -0700 (PDT)
Newsgroups gmane.comp.xfree86.cvs
Message-ID <[email protected]>
CVSROOT:	/home/x-cvs
Module name:	xc
Changes by:	[email protected].	08/05/01 09:13:24

Log message:
    43. Mitigate brokenness in /dev/console redirection on Solaris.  Should this
        redirection fail, redirect the server's stderr to the log to avoid screen
        corruption due to the server's own console output.  (Marc La France).

Modified files:
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/programs/Xserver/hw/xfree86/common/:
        xf86Config.c 
      xc/programs/Xserver/hw/xfree86/os-support/sunos/:
        sun_init.c 
      xc/programs/Xserver/include/:
        os.h 
      xc/programs/Xserver/os/:
        log.c 
  
  Revision      Changes    Path
  3.3954        +4 -1      xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.296         +1 -2      xc/programs/Xserver/hw/xfree86/common/xf86Config.c
  1.15          +44 -4     xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c
  3.72          +4 -3      xc/programs/Xserver/include/os.h
  1.18          +34 -12    xc/programs/Xserver/os/log.c