1. 31 Jan, 2019 1 commit
  2. 11 Jan, 2019 3 commits
    • baujc's avatar
      New time to string conversion library for tools · 5510520d
      baujc authored
      This library is used by wr_mon and wrs_dump_shmem to avoid duplication
      of code.
      5510520d
    • baujc's avatar
      Bug fixes and new option in wr_date tool · 92caea35
      baujc authored
      - Add new option "stat" to display statistic about the evolution between
      WR and Unix time
      - When we set the WR time with the current UNIX time, the driver
      wr_clocksource must be removed first and then reinstalled when the time
      is set. If it is not done, the WR and Unix time are not well
      synchronized.
      - When the WR time is set, the sec and ns and set in one call. We don't
      need to call twice the wr_date tool.
      92caea35
    • baujc's avatar
      wr_clocksource: Fix bug due to clock adjustment · 005dade5
      baujc authored
      The WR time adjustment was not taken into account in the driver. The
      side effect was a big jump sometime of the monotonic clock used in PPSI
      for the calculation of the timeouts. The side effect was that many
      timeouts were firing too early.
      The driver registration take now into account the adjustment and also
      the calculation of the offset in the read() call.
      005dade5
  3. 03 Dec, 2018 1 commit
  4. 29 Nov, 2018 1 commit
  5. 28 Nov, 2018 1 commit
    • Jean-Claude BAU's avatar
      Limit the name size of a port instance · 0e2690c3
      Jean-Claude BAU authored
      The profile is included in the port instance name. With the new profile
      "custom", the port instance name become too big. So only the two first
      letters of the profile are now included in the name.
      0e2690c3
  6. 21 Nov, 2018 19 commits
  7. 20 Nov, 2018 10 commits
  8. 21 Sep, 2018 4 commits