Skip to content
Snippets Groups Projects
  1. Jan 17, 2015
  2. Jan 08, 2015
  3. Dec 15, 2014
    • John Crispin's avatar
      add "preinit_regular" diag.sh set_state argument · 019ea725
      John Crispin authored
      
      This new argument is used right after starting regular preinit (which
      happens if failsafe wasn't triggered). The main purpose of "preinit"
      argument is to indicate that failsafe can be triggered, however we were
      missing a way to inform user that we don't wait for a trigger anymore.
      With this change it's clear when failsafe mode can be triggered.
      
      Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
      
      SVN-Revision: 43715
      019ea725
  4. Oct 14, 2014
    • John Crispin's avatar
      scripts: fix wrong usage of '==' operator · 20940138
      John Crispin authored
      
      [base-files] shell-scripting: fix wrong usage of '==' operator
      
      normally the '==' is used for invoking a regex parser and is a bashism.
      all of the fixes just want to compare a string. the used busybox-ash
      will silently "ignore" this mistake, but make it portable/clean at least.
      
      this patch does not change the behavior/logic of the scripts.
      
      Signed-off-by: default avatarBastian Bittorf <bittorf@bluebottle.com>
      
      SVN-Revision: 42911
      20940138
  5. Oct 09, 2014
  6. Oct 08, 2014
  7. Sep 25, 2014
  8. Sep 14, 2014
  9. Aug 18, 2014
  10. Aug 11, 2014
  11. Jul 14, 2014
  12. Jun 19, 2014
  13. Jun 02, 2014
  14. May 16, 2014
  15. Apr 08, 2014
  16. Apr 07, 2014
  17. Jan 23, 2014
  18. Dec 16, 2013
  19. Dec 09, 2013
  20. Jul 15, 2013
  21. Jun 17, 2013
  22. May 06, 2013
  23. Apr 22, 2013
  24. Apr 09, 2013
  25. Feb 18, 2013
  26. Jan 22, 2013
  27. Jan 21, 2013
  28. Jan 15, 2013
  29. Dec 19, 2012
  30. Dec 17, 2012
  31. Dec 16, 2012
    • Jo-Philipp Wich's avatar
      base-files: rework cache handling in network.sh to keep the entire parsed... · 17acf9bf
      Jo-Philipp Wich authored
      base-files: rework cache handling in network.sh to keep the entire parsed ifstatus, use jshn namespaces to support using it concurrently with other jshn users
      
      SVN-Revision: 34725
      17acf9bf
    • Jo-Philipp Wich's avatar
      base-files: various enhancements to network.sh · 1600ba99
      Jo-Philipp Wich authored
      	- support reading inactive gateways and DNS information in
      	  network_get_gateway(), network_get_dnsserver() and network_get_dnssearch()
      	  by passing "true" as optional last argument
      	- internally cache fetched values to speed up subsequent accesses to the same
      	  data, introduce network_flush_cache() to clear them
      	- add some inline function documentation
      
      SVN-Revision: 34722
      1600ba99
  32. Sep 13, 2012
  33. Aug 13, 2012
  34. Jun 29, 2012
  35. Jun 17, 2012
Loading