aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_net.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-11rarp: Condtionally compile rarp supportPeter Tyser1-0/+2
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-10/+6
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-12/+12
2009-09-22Remove deprecated 'autoscr' command/variablesPeter Tyser1-15/+0
2009-07-23Coding Style cleanup; update CHANGELOG.Wolfgang Denk1-1/+0
2009-07-22Add DNS supportRobin Getz1-0/+49
2009-06-12General help message cleanupWolfgang Denk1-6/+6
2009-04-04Fix quoting bug introduced by commit 74de7aefWolfgang Denk1-1/+1
2009-04-03Add "source" command; prepare removal of "autoscr" commandWolfgang Denk1-3/+4
2009-01-28Command usage cleanupPeter Tyser1-8/+8
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2008-12-04net: Fix download command parsingPeter Tyser1-8/+12
2008-08-26Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptionsPeter Tyser1-5/+5
2008-03-12[new uImage] Add new uImage format support to autoscript routineMarian Balakowicz1-2/+9
2008-02-05TFTP: add host ip addr supportJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-01-16Fix nfs command help to reflect that the serverip is optionalJean-Christophe PLAGNIOL-VILLARD1-1/+1
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-15/+17
2007-08-03Merge branch 'testing' into workingAndy Fleming1-15/+17
2007-07-13make show_boot_progress () weak.Heiko Schocher1-19/+9
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-6/+6
2007-07-09Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!Jon Loeliger1-3/+3
2007-07-08common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-8/+8
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-8/+10
2007-06-22[PCS440EP] upgrade the PCS440EP board:Heiko Schocher1-2/+24
2005-04-05* Patch by Ladislav Michl, 05 Apr 2005:wdenk1-2/+2
2005-04-02Fix problems with SNTP support;wdenk1-2/+2
2005-04-01* Patch by Masami Komiya, 30 Mar 2005:wdenk1-0/+51
2004-06-09Patch by Thomas Viehweger, 14 May 2004:wdenk1-5/+5
2004-04-18* Cleanup, minor fixeswdenk1-45/+33
2004-04-15Patches by Pantelis Antoniou, 30 Mar 2004:wdenk1-1/+54
2004-02-24* Patch by Masami Komiy, 22 Feb 2004:wdenk1-0/+13
2003-08-28- Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK.stroese1-0/+7
2003-07-15* Patches by Martin Krause, 14 Jul 2003:wdenk1-0/+6
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-8/+8
2003-06-29Fix some missing commands, cleanup header filesU-Boot-0_4_1wdenk1-1/+0
2003-06-28help text cleanupLABEL_2003_06_29_0145wdenk1-2/+1
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-4/+26
2003-06-05* Add support for RMU boardwdenk1-0/+27
2002-11-11* Patch by Andreas Oberritter, 09 Nov 2002:wdenk1-1/+5
2002-08-27Initial revisionwdenk1-0/+164