Skip to content
Snippets Groups Projects
  1. Apr 15, 2022
  2. Mar 07, 2022
  3. Mar 02, 2022
  4. Feb 23, 2022
  5. Nov 23, 2021
  6. Jan 10, 2021
  7. Dec 17, 2020
  8. 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
  9. Dec 11, 2020
  10. Dec 09, 2020
  11. Dec 03, 2020
  12. Dec 01, 2020
  13. Nov 30, 2020
  14. Nov 19, 2020
  15. Nov 16, 2020
  16. Nov 11, 2020
  17. Oct 20, 2020
  18. Oct 19, 2020
  19. Oct 16, 2020
  20. Oct 08, 2020
  21. Sep 29, 2020
  22. Sep 12, 2020
  23. Sep 10, 2020
  24. Aug 25, 2020
  25. Aug 21, 2020
  26. Aug 14, 2020
  27. Jul 30, 2020
  28. Jul 20, 2020
  29. Jul 17, 2020
Loading