Skip to content
Snippets Groups Projects
  1. May 16, 2014
  2. Apr 08, 2014
  3. Apr 07, 2014
  4. Jan 23, 2014
  5. Dec 16, 2013
  6. Dec 09, 2013
  7. Jul 15, 2013
  8. Jun 17, 2013
  9. May 06, 2013
  10. Apr 22, 2013
  11. Apr 09, 2013
  12. Feb 18, 2013
  13. Jan 22, 2013
  14. Jan 21, 2013
  15. Jan 15, 2013
  16. Dec 19, 2012
  17. Dec 17, 2012
  18. 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
  19. Sep 13, 2012
  20. Aug 13, 2012
  21. Jun 29, 2012
  22. Jun 17, 2012
  23. Jun 07, 2012
  24. May 29, 2012
  25. May 28, 2012
  26. Mar 20, 2012
  27. Mar 02, 2012
  28. Dec 01, 2011
  29. Mar 17, 2011
  30. Feb 20, 2011
  31. Nov 07, 2010
    • Jo-Philipp Wich's avatar
      Fix permissions for /etc and other dirs after clean flash (#6039) · a8efa34d
      Jo-Philipp Wich authored
      
      During the first OpenWrt boot after a clean flash (when the jffs2
      partition is not yet initialized) tmpfs is used instead of the usual
      jffs2 overlay filesystem.  If this tmpfs is mounted with default
      options, all directories created there (/etc, /etc/config, other
      subdirectories in /etc) get permissions 1777 by default, and these
      permissions then persist in the created jffs2 at least until
      subsequent sysupgrade.  Mounting tmpfs with mode=0755 fixes the
      permission problem.
      
      Signed-off-by: default avatarSergey Vlasov <vsu@altlinux.ru>
      
      SVN-Revision: 23906
      a8efa34d
Loading