aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_ext2.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-6/+4
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-2/+2
2009-07-28Fix ext2load return codeWolfgang Denk1-36/+38
2009-06-12General help message cleanupWolfgang Denk1-2/+2
2009-04-28cmd_ext2.c: fix compile warningsWolfgang Denk1-2/+2
2009-04-28fs: Fix the wrong type of varGao Guanhua1-1/+2
2009-01-28Command usage cleanupPeter Tyser1-2/+2
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-10-18CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.crichardretanubun1-2/+2
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-07-08common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-3/+3
2007-07-04common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-2/+2
2007-02-20[PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely1-37/+3
2005-10-17Merge with /home/sr/git/u-bootWolfgang Denk1-1/+1
2005-10-14Fix identification on ext2ls help entryStefan Roese1-1/+1
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-1/+1
2005-03-04* Fix get_partition_info() parameter error in all other callswdenk1-1/+4
2005-02-04* Patch by Cajus Hahn, 04 Feb 2005:wdenk1-1/+1
2004-12-16ext2fs support addedstroese1-0/+294