summaryrefslogtreecommitdiffstats
path: root/commands/ls.c
Commit message (Expand)AuthorAgeFilesLines
* ls: Adjust amount of space allocated for filesizeAndrey Smirnov2019-01-241-1/+11
* ls: Do not depend on normalise_path()Sascha Hauer2018-04-061-6/+3
* ls: Fix showing links to directoriesSascha Hauer2017-05-111-10/+16
* commands: exit on invalid optionEnrico Jorns2016-09-161-0/+2
* ls: fix exitcodeSascha Hauer2015-11-171-2/+5
* commands: ls: use 14 digits for filesizeAntony Pavlov2015-10-021-1/+1
* ls: sort files with -lSascha Hauer2014-07-031-26/+28
* commands: ls: add ll as an alias for ls -lJan Luebbe2014-06-231-0/+11
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-4/+8
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* ls command: call stat() only when necessarySascha Hauer2012-12-031-4/+5
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* ls: add symlink support to -lJean-Christophe PLAGNIOL-VILLARD2012-09-051-10/+21
* make st_size in struct stat 64 bitSascha Hauer2012-06-301-1/+1
* Make errno a positive valueSascha Hauer2012-05-141-3/+3
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* commands/ls: add to use sorted-insertAlexander Aring2011-12-211-2/+2
* Cosmetic fixes, including format attributes for printf() and friends.Krzysztof Halasa2010-12-211-2/+2
* doc: remove ..., confuses doxygenRobert Schwebel2010-11-021-1/+1
* doc: unify documentation for 'ls'Robert Schwebel2010-11-011-4/+5
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-3/+3
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* call getopt_reset only onceSascha Hauer2009-10-191-2/+0
* ls: fix stat failure, print errorSascha Hauer2009-10-131-1/+3
* ls: beautify outputSascha Hauer2009-09-251-9/+51
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-1/+1
* add ls -c and -lSascha Hauer2008-03-111-3/+21
* use 10 digits for filesize in lsMarc Kleine-Budde2007-11-121-1/+1
* use unsigned for filesize in lsMarc Kleine-Budde2007-11-121-1/+1
* various small typos fixedJuergen Beisert2007-10-161-0/+1
* fix usage of normalise_pathSascha Hauer2007-09-271-9/+12
* remove u-boot command paramter flagSascha Hauer2007-09-241-1/+1
* svn_rev_706Sascha Hauer2007-07-051-0/+21
* svn_rev_653Sascha Hauer2007-07-051-0/+122