1. 18 Jun, 2015 6 commits
  2. 04 Jun, 2015 1 commit
  3. 20 Apr, 2015 5 commits
  4. 19 Mar, 2015 1 commit
    • Alessandro Rubini's avatar
      white-rabbit: change the wr-servo string being reported · 0250bb3b
      Alessandro Rubini authored
      When the servo is tracking, it oscillates between two states:
      track_phase and wait_sync_idle.  Users should better not see
      the "wait_sync_idle", becuase it look problematic but it is not
      (earlier, the state was entered in the same way but not shown).
      
      We are going to change the thing, and speed-up the servo as a side
      effect, but meanwhile we'd better do this so ppsi's master can be
      picked as the wrpc-sw submodule
      
      Please note that state reported as number and string via SNMP may be
      inconsistent.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      0250bb3b
  5. 13 Mar, 2015 4 commits
  6. 26 Feb, 2015 9 commits
  7. 11 Feb, 2015 4 commits
  8. 05 Feb, 2015 1 commit
  9. 16 Jan, 2015 5 commits
  10. 09 Jan, 2015 1 commit
  11. 08 Jan, 2015 1 commit
    • Alessandro Rubini's avatar
      time-wrs: fix for a mishap when WR time starts at 0. · 4dbc6b0b
      Alessandro Rubini authored
      System time is used for log messages and nothing critical, so we'd
      better have it different from WR time, when WR time is clearly wrong.
      This commit avoids setting Unix time from WR time when WR time is
      clearly wrong (i.e. earlier than today).
      
      This, among other things, fixes a "fatal error" startup failure when
      two free-running WRS devices are turned one at the same time
      (noted by Adam Wujek).
      
      This is because the master was counting from zero and the slave,
      was setting system time accordingly; but the slave's boot procedure
      already used wr_date to set the utc/tai offset, and system time
      as a result  was being set to a negative value -- tai's being small,
      "tai - 35" was negative.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      4dbc6b0b
  12. 03 Jan, 2015 1 commit
  13. 18 Dec, 2014 1 commit