Skip to content
Snippets Groups Projects
  1. Nov 23, 2021
  2. Jan 10, 2021
  3. Dec 17, 2020
  4. Dec 14, 2020
    • Erik von Reis's avatar
      rtcds: read in environment before setting flags and change flag tests to... · c7693389
      Erik von Reis authored
      rtcds: read in environment before setting flags and change flag tests to explictly look for non-empty strings.
      
      The entire block of code for initializing environment variables has been moved before the command line flag checks.
      The USERLAND_FLAG and NO_KERNELSPACE_FLAG default values are determined by the environment, but the /etc/advligorts files need to be read in first.
      
      Command line flags are cleared if empty string, or set if not empty.  This wasn't obvious originally since the test for flags was
      just [[ $SOME_FLAG ]].
      
      The tests have been changed to [[ -n $SOME_FLAG ]] or in the negative case [[ -z $SOME_FLAG ]].
      This doesn't change the behavior but is less ambigous to the eye.
      c7693389
    • Erik von Reis's avatar
  5. Dec 11, 2020
  6. Dec 09, 2020
  7. Dec 03, 2020
  8. Dec 01, 2020
  9. Nov 30, 2020
  10. Nov 19, 2020
  11. Nov 16, 2020
  12. Nov 11, 2020
  13. Oct 20, 2020
  14. Oct 19, 2020
  15. Oct 16, 2020
  16. Oct 08, 2020
  17. Sep 29, 2020
  18. Sep 12, 2020
  19. Sep 10, 2020
  20. Aug 25, 2020
  21. Aug 21, 2020
  22. Aug 14, 2020
  23. Jul 30, 2020
  24. Jul 20, 2020
  25. Jul 17, 2020
  26. Jul 15, 2020
    • Jonathan Hanks's avatar
      Cleanups and fixes for the standalone_edc · 896ef164
      Jonathan Hanks authored
       * fix the systemd unit to use the corect argument for the listen interface 'l' instead of 'I'
       * convert the standalone_edc to use the args library, and update the documentation
       * add a '_daq' to the end of the edc's mbuf name, so that it is similar to the models
         * Note this is transparent to the user, the '_daq' should not be added on (either to the name passed into the edc or to local_dc)
       * Updated the edc test to not specify '_daq' anywhere.
      896ef164
  27. Jul 14, 2020
  28. Jun 15, 2020
Loading