summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* miiphy: Add missing lseek functionSascha Hauer2009-10-191-0/+1
* remove unused directory toolsSascha Hauer2009-10-1956-7418/+0
* remove unused header fileSascha Hauer2009-10-191-246/+0
* remove obsolete and broken command 'splash'Sascha Hauer2009-10-193-143/+0
* cat: return error if file is not readableSascha Hauer2009-10-191-0/+1
* call getopt_reset only onceSascha Hauer2009-10-1912-21/+3
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-1933-156/+78
* commands: add defines for command errors/successSascha Hauer2009-10-192-1/+11
* remove unused typedefSascha Hauer2009-10-191-10/+0
* consolidate command calling in execute_commandSascha Hauer2009-10-194-35/+22
* remove global variable BootFileSascha Hauer2009-10-193-7/+2
* nfs: allow only serveripSascha Hauer2009-10-191-9/+1
* pass filename to nfs and tftp start functionsSascha Hauer2009-10-193-8/+6
* nfs: no default filename, we always have a filenameSascha Hauer2009-10-191-21/+8
* ping: shorten usage infoSascha Hauer2009-10-191-1/+1
* ping: do not return -1 in commandSascha Hauer2009-10-191-5/+2
* tftp: use debug macroSascha Hauer2009-10-191-6/+2
* tftp: coding styleSascha Hauer2009-10-191-47/+32
* tftp: reorder to get rid of static function declarationsSascha Hauer2009-10-191-15/+7
* tftp: remove never reached state STATE_BAD_MAGICSascha Hauer2009-10-171-13/+1
* tftp: remove never reached state STATE_TOO_LARGESascha Hauer2009-10-171-14/+2
* tftp: remove volatile from variablesSascha Hauer2009-10-171-4/+4
* remove unused codeSascha Hauer2009-10-171-11/+0
* tftp: consolidate different puts to printfSascha Hauer2009-10-171-7/+6
* tftp: remove unnecessary gateway informationSascha Hauer2009-10-171-11/+0
* remove unused variable NetBootFileSizeSascha Hauer2009-10-174-12/+0
* tftp: remove default filename. We always have a filename givenSascha Hauer2009-10-171-15/+1
* make locally used funtion staticSascha Hauer2009-10-171-1/+1
* stringlist: Fix printing on smaller consolesSascha Hauer2009-10-151-3/+4
* remove sntp support. Has been broken for long enoughSascha Hauer2009-10-137-186/+1
* imxfb: make framebuffer base address configurableSascha Hauer2009-10-132-4/+13
* do not abuse the received packet to send back another packetSascha Hauer2009-10-131-1/+2
* net: remove unnecessary ifSascha Hauer2009-10-131-17/+11
* only the ping code is interested in the ping ipSascha Hauer2009-10-133-16/+2
* net: remove dead codeSascha Hauer2009-10-131-9/+0
* net: cleanup header fileSascha Hauer2009-10-136-98/+68
* rename bootp.c to dhcp.cSascha Hauer2009-10-132-1/+1
* net: refactor dhcp supportSascha Hauer2009-10-134-350/+23
* make netboot_common a global functionSascha Hauer2009-10-132-1/+3
* net: do not use netboot_common for rarpSascha Hauer2009-10-131-1/+17
* ping.c: refactorSascha Hauer2009-10-131-9/+3
* net: remove switch/case in NetLoop()Sascha Hauer2009-10-138-61/+31
* bootp: remove unnecessary counterSascha Hauer2009-10-133-5/+1
* net: check prerequisites in NetLoopIinit()Sascha Hauer2009-10-131-52/+49
* return is not a functionSascha Hauer2009-10-131-11/+11
* net: split NetLoop in NetLoop and NetLoopInitSascha Hauer2009-10-135-2/+24
* net: remove unused state NETLOOP_RESTARTSascha Hauer2009-10-132-8/+2
* net: remove NetStartAgain()Sascha Hauer2009-10-134-60/+7
* tftp: do not call NetStartAgain()Sascha Hauer2009-10-131-13/+5
* fec_imx: do not typedef structSascha Hauer2009-10-131-7/+7