1. 19 4月, 2015 5 次提交
  2. 25 6月, 2013 1 次提交
  3. 13 7月, 2012 1 次提交
  4. 24 5月, 2012 3 次提交
  5. 16 5月, 2012 1 次提交
  6. 07 12月, 2011 1 次提交
  7. 06 10月, 2011 1 次提交
    • M
      net: drop !NET_MULTI code · e2a53458
      Mike Frysinger 提交于
      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: NMike Frysinger <vapier@gentoo.org>
      e2a53458
  8. 13 5月, 2011 1 次提交
  9. 14 12月, 2009 1 次提交
  10. 08 12月, 2009 2 次提交
    • E
      nfs: NfsTimeout() updates · aabb8cb0
      Evan Samanas 提交于
      - 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: NEvan Samanas <esamanas@xes-inc.com>
      Signed-off-by: NPeter 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
    • E
      fix nfs symlink name corruption · f64ef9bb
      Ed Swarthout 提交于
      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: NEd Swarthout <Ed.Swarthout@freescale.com>
      f64ef9bb
  11. 08 8月, 2009 1 次提交
    • R
      minor debug cleanups in ./net · 0ebf04c6
      Robin Getz 提交于
       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: NRobin Getz <rgetz@blackfin.uclinux.org>
      Signed-off-by: NBen Warren <biggerbadderben@gmail.com>
      0ebf04c6
  12. 21 3月, 2009 1 次提交
  13. 19 10月, 2008 2 次提交
  14. 14 2月, 2008 1 次提交
  15. 18 11月, 2007 1 次提交
  16. 04 11月, 2007 1 次提交
  17. 12 7月, 2007 1 次提交
  18. 10 7月, 2007 1 次提交
  19. 04 7月, 2007 1 次提交
  20. 06 8月, 2005 1 次提交
  21. 04 8月, 2005 1 次提交
  22. 29 9月, 2004 1 次提交
  23. 01 7月, 2004 1 次提交
  24. 16 4月, 2004 1 次提交
  25. 24 3月, 2004 1 次提交
    • W
      * Patches by Thomas Viehweger, 16 Mar 2004: · 4b9206ed
      wdenk 提交于
        - show PCI clock frequency on MPC8260 systems
        - add FCC_PSMR_RMII flag for HiP7 processors
        - in do_jffs2_fsload(), take load address from load_addr if not set
          explicit, update load_addr otherwise
        - replaced printf by putc/puts when no formatting is needed
          (smaller code size, faster execution)
      4b9206ed
  26. 14 3月, 2004 1 次提交
    • W
      * Patch by Yuli Barcohen, 4 Mar 2004: · c3f9d493
      wdenk 提交于
        Fix problems with GCC 3.3.x which changed handling of global
        variables explicitly initialized to zero (now in .bss instead of
        .data as before).
      
      * Patch by Leon Kukovec, 02 Mar 2004:
        add strswab() to fix IDE LBA capacity, firmware and model numbers
        on little endian machines
      
      * Patch by Masami Komiya, 02 Mar 2004:
        - Remove get_ticks() from NFS code
        - Add verification of RPC transaction ID
      
      * Patch by Pierre Aubert, 02 Mar 2004:
        cleanup for IDE and USB drivers for MPC5200
      c3f9d493
  27. 27 2月, 2004 1 次提交
    • W
      * Patch by Steven Scholz, 25 Feb 2004: · 11dadd54
      wdenk 提交于
        - Timeouts in FPGA code should be based on CFG_HZ
        - Minor cleanup in code for Altera FPGA ACEX1K
      
      * Patch by Steven Scholz, 25 Feb 2004:
        Changed "Directory Hierarchy" section in README
      
      * Patch by Masami Komiya, 25 Feb 2004:
        Reduce copy count in nfs_read_reply() of NFS code
      11dadd54
  28. 25 2月, 2004 1 次提交
  29. 24 2月, 2004 1 次提交