Skip to content
Snippets Groups Projects
  1. Aug 25, 2009
  2. Aug 24, 2009
  3. Aug 19, 2009
  4. Aug 18, 2009
  5. Aug 14, 2009
    • Ray Strode's avatar
      [window] Reopen tty if disconnected · 72b13eb7
      Ray Strode authored
      Some init implementations forcefully take over the tty after rc.sysinit
      with the TIOCSCTTY ioctl, forcing plymouth's connection to the tty
      to get dropped.  This comment just reopens the tty if it gets taken
      over.
      
      It may make sense at some point to use /dev/input for catching input
      events instead of the tty, to side step these kinds of problems.
      72b13eb7
  6. Aug 11, 2009
  7. Aug 10, 2009
    • Ray Strode's avatar
      [main] Log debug messages more aggressively · 40705967
      Ray Strode authored
      Previously, we'd only log messages to a file if plymouth
      crashed and it was started with --debug.  Now we log
      messages to a file if it's started with --debug, or run with
      plymouth:debug or plymouth:debug=file:/var/log/plymouth/foo.log
      40705967
    • Ray Strode's avatar
      [buffer] Increase the upper limit on buffer sizes · b003b2cf
      Ray Strode authored
      This should really be configurable per buffer, I think,
      but for now set the upper limit to much higher than it is now.
      b003b2cf
    • Ray Strode's avatar
      [window] Handle disconnected tty fd better · 106ee550
      Ray Strode authored
      Right now if we ever get a hangup from the mainloop
      on the tty fd then the window's fd watch on the tty
      becomes invalid and we will ultimately crash when
      trying to disconnect the watch later.
      
      This commit sets the watch to NULL if a hang up happens,
      and adds some debug spew.
      106ee550
  8. Aug 07, 2009
  9. Aug 06, 2009
Loading