1. 26 7月, 2013 3 次提交
    • Travis Cross's avatar
      Handle signals better with -reincarnate · 94b6cfb2
      Travis Cross 提交于
      If we receive SIGTERM or SIGILL we should propagate the signal to the
      child FS process.  As FS normally handles these signals, we need to
      restore the handler before we refork.
      
      FS may also add a handler for SIGCHLD; we need the default action
      here instead for the parent.
      94b6cfb2
    • Travis Cross's avatar
      Add -reincarnate flag to FS · 2398950f
      Travis Cross 提交于
      When FS is given the -reincarnate flag, FS will be automatically
      restarted after any uncontrolled exit.
      2398950f
    • Travis Cross's avatar
      Fix memset invocation in mod_skypopen · 22dd4bff
      Travis Cross 提交于
      We were previously clearing a pointer's worth of memory rather than
      clearing a full element.
      
      This also fixes the build as gcc-4.8 catches this error.
      22dd4bff
  2. 25 7月, 2013 6 次提交
  3. 24 7月, 2013 12 次提交
  4. 23 7月, 2013 5 次提交
  5. 22 7月, 2013 1 次提交
  6. 21 7月, 2013 2 次提交
  7. 20 7月, 2013 3 次提交
  8. 19 7月, 2013 8 次提交