1. 13 Oct, 2015 22 commits
  2. 08 Oct, 2015 2 commits
  3. 02 Oct, 2015 3 commits
  4. 30 Sep, 2015 2 commits
  5. 28 Sep, 2015 1 commit
  6. 21 Sep, 2015 1 commit
  7. 18 Sep, 2015 1 commit
  8. 08 Sep, 2015 1 commit
  9. 07 Sep, 2015 1 commit
  10. 01 Sep, 2015 3 commits
  11. 26 Jul, 2015 3 commits
    • Alessandro Rubini's avatar
      wr_sockaddr_t: remove field if_name (it had no effect) · 223c36c5
      Alessandro Rubini authored
      The function wrpc_get_port_state() still receives two arguments, because
      it is being called by ppsi, and I'd better not change the API in small
      steps in there.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      223c36c5
    • Alessandro Rubini's avatar
      ptpd_netif.h: remove prototypes and comment for unexisting code · 3a58720e
      Alessandro Rubini authored
      The function are not there:
      
       * ptpd_netif_poll()
            it never existed
      
       * ptpd_netif_select()
            nobody called it, and it only returned 0
      
       * ptpd_netif_locking_enable()
       * ptpd_netif_locking_disable()
       * ptpd_netif_locking_poll()
       * ptpd_netif_adjust_counters()
       * ptpd_netif_adjust_phase()
       * ptpd_netif_adjust_in_progress()
       * ptpd_netif_enable_timing_output()
       * ptpd_netif_enable_phase_tracking()
       * ptpd_netif_read_calibration_data()
            they were part of ptp-noposix-wrappers.c, removed in January 2015.
            The features are now part of the wr_ops in ppsi.
      
       * ptpd_netif_get_ifName()
            same (ptp-noposix-wrappers.c), it returned a constant name, and
            ppsi does it differently because based on arch-wrs/arch-wrpc
      
       * ptpd_netif_calibrating_enable()
       * ptpd_netif_calibrating_disable()
       * ptpd_netif_extsrc_detection()
            same, but in addition they were already doing nothing when removed
      
       * ptpd_netif_calibrating_poll()
       * ptpd_netif_calibration_pattern_enable()
       * ptpd_netif_calibration_pattern_disable()
            same, but they wer not actually used since calibration was gone
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      3a58720e
    • Alessandro Rubini's avatar
      0169ef61