summaryrefslogtreecommitdiffstats
path: root/net/nfs.c
Commit message (Collapse)AuthorAgeFilesLines
* print_size() -> size_human_readable()Sascha Hauer2007-09-261-4/+5
| | | | return a pointer to a human readable string rather than printingit directly
* move dirname() and basename() to lib/libgen.c and add header fileSascha Hauer2007-09-241-27/+1
|
* svn_rev_108Sascha Hauer2007-07-051-26/+4
| | | | removed ifdefs, moved ping to own file, fix timeout handler
* svn_rev_025Sascha Hauer2007-07-051-1/+0
| | | | remove get_tbclk from architectures other than powerpc
* Fix return code of NFS commandWolfgang Denk2005-08-061-5/+9
| | | | Patch by Hiroshi Ito, 11 Dec 2004
* Fix endianess problem in TFTP / NFS default filenamesWolfgang Denk2005-08-041-6/+4
| | | | Patch by Hiroshi Ito, 06 Dec 2004
* * Patch by Ganapathi C, 04 Aug 2004:wdenk2004-09-281-7/+9
| | | | Fix NFS timeout issue
* * Fix "cls" command when used with splash screenwdenk2004-06-301-1/+1
| | | | | * Increase NFS download timeout (now 1 min - 10 sec is to short for a slow download of a big image)
* Patches by Pantelis Antoniou, 30 Mar 2004:wdenk2004-04-151-1/+1
| | | | add networking support for VLANs (802.1q), and CDP (Cisco Discovery Protocol)
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-231-8/+3
| | | | | | | | | - 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)
* * Patch by Yuli Barcohen, 4 Mar 2004:wdenk2004-03-141-14/+21
| | | | | | | | | | | | | | | | | 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
* * Patch by Steven Scholz, 25 Feb 2004:wdenk2004-02-271-2/+2
| | | | | | | | | | | - 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
* * Patch by Masami Komiya, 24 Feb 2004:wdenk2004-02-241-6/+6
| | | | | | | Update NetBootFileXferSize in NFS code * Patch by Scott McNutt, 24 Feb 2004: fix packet length in NFS code
* * Patch by Masami Komiy, 22 Feb 2004:wdenk2004-02-241-0/+772
Add support for NFS for file download * Minor code cleanup