Skip to content
Snippets Groups Projects
  1. Jan 21, 2016
  2. Jan 20, 2016
  3. Oct 30, 2015
  4. Oct 27, 2015
  5. Oct 13, 2015
  6. Sep 07, 2015
  7. Sep 01, 2015
  8. Jul 26, 2015
    • 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: default 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: default avatarAlessandro Rubini <rubini@gnudd.com>
      3a58720e
    • Alessandro Rubini's avatar
      general cleanup of wrong prototypes · be2bd234
      Alessandro Rubini authored
      
      I added -Wstrict-prototypes, that used to be included in -Wall settings
      but is not.  Actually, I think it should be an error to not specify an
      argument list by now.  If any, -traditional is there for old timers.
      
      Fortunately no bug was exposed by the missing prototypes.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      be2bd234
  9. Jul 24, 2015
  10. Jun 30, 2015
  11. Feb 12, 2014
  12. Feb 11, 2014
  13. Dec 16, 2013
  14. Nov 07, 2013
  15. Nov 01, 2013
  16. Oct 01, 2013
  17. May 09, 2013
  18. Apr 26, 2013