Skip to content
Snippets Groups Projects
  1. Jun 13, 2018
  2. Sep 09, 2016
  3. Aug 22, 2016
  4. Jul 06, 2016
  5. Jun 21, 2016
  6. Apr 18, 2015
  7. Jun 25, 2013
  8. Jul 12, 2012
  9. May 23, 2012
  10. May 15, 2012
  11. Dec 06, 2011
  12. Oct 05, 2011
    • Mike Frysinger's avatar
      net: drop !NET_MULTI code · e2a53458
      Mike Frysinger authored
      
      This is long over due.  All but two net drivers have been converted, but
      those have now been dropped.
      
      The only thing left to do is actually delete all references to NET_MULTI
      and code that is compiled when that is not defined.  So here we scrub the
      core code.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      e2a53458
  13. May 12, 2011
  14. Dec 14, 2009
  15. Dec 07, 2009
    • Evan Samanas's avatar
      nfs: NfsTimeout() updates · aabb8cb0
      Evan Samanas authored
      
      - NfsTimeout() does not correctly update the NFS timeout value which
        results in NfsTimeout() only being called once in certain situations.
        This can result in the 'nfs' command hanging indefinetly.  For
        example, the command:
      
          nfs 192.168.0.1:/home/user/file
      
        will not exit until ctrl-c is pressed if 192.168.0.1 does not have an
        NFS server running.
      
        This issue is resolved by reinitializting the NFS timeout value inside
        NfsTimeout() when a timeout occurs.
      
      - Make the 'nfs' command print the 'T' character when a timeout occurs.
        Previously there was no indication that timeouts were occuring.
      
      - Mimic the 'tftpboot' command and when a download fails print "Retry
        count exceeded; starting again", and restart the download taking the
        'netretry' environment variable into account.
      
      Signed-off-by: default avatarEvan Samanas <esamanas@xes-inc.com>
      Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
      
      Tested on TQM8xxL.
      
      Tested by: Wolfgang Denk <wd@denx.de>
      
      Tested on MPC8527DS.
      
      Tested by: Ed Swarthout <Ed.Swarthout@freescale.com>
      aabb8cb0
    • Ed Swarthout's avatar
      fix nfs symlink name corruption · f64ef9bb
      Ed Swarthout authored
      
      An off by one error may cause nfs readlink lookup fail if
      nfs_path_buff has non-zero data from a previous use.
      
      Loading: *** ERROR: File lookup fail
      
      Signed-off-by: default avatarEd Swarthout <Ed.Swarthout@freescale.com>
      f64ef9bb
  16. Aug 08, 2009
    • Robin Getz's avatar
      minor debug cleanups in ./net · 0ebf04c6
      Robin Getz authored
      
       Minor ./net cleanups - no functional changes
        - change #ifdef DEBUG printf(); #endif to just debug()
        - changed __FUNCTION__ to __func__
        - got rid of extra whitespace between function and opening brace
        - removed unnecessary braces on if statements
      
       gcc dead code elimination should make this functionally/size equivalent
       when DEBUG is not defined. (confirmed on Blackfin, with gcc 4.3.3).
      
      Signed-off-by: default avatarRobin Getz <rgetz@blackfin.uclinux.org>
      
      Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
      0ebf04c6
  17. Mar 20, 2009
  18. Oct 18, 2008
  19. Feb 14, 2008
  20. Nov 18, 2007
  21. Nov 03, 2007
Loading