aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ls: allow backslashes to be replaced in displayed pathsfix_backslashRon Yorston2020-08-191-0/+15
* ls: treat hidden files as if their names begin with a dotRon Yorston2020-07-091-0/+12
* Merge branch 'busybox' into mergeRon Yorston2019-05-271-1/+1
|\
| * ls: fix SEGV when --color is used and ENABLE_LS_COLOR=nDenys Vlasenko2019-05-261-1/+1
* | win32: implement readlink(2)Ron Yorston2019-03-061-1/+1
* | ls: use correct column width for WIN32 inodesRon Yorston2019-03-041-0/+4
* | win32: make stat(2) fetch additional metadataRon Yorston2019-02-161-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-2/+2
|\|
| * ls: make -i compatible with coreutils: don't follow symlink by defaultMartijn Dekker2019-01-041-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-10-081-2/+2
|\|
| * unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-09-101-1/+9
|\|
| * ls: When -h is passed, the total should also be in human unitsLauri Kasanen2018-08-011-1/+9
* | ls, stat: don't try to read symlinksRon Yorston2018-04-101-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-3/+2
|\|
| * randomconfig fixesDenys Vlasenko2017-12-311-3/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-4/+6
|\|
| * *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-131-4/+6
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-30/+31
|\|
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-29/+31
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-11/+11
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-10/+10
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-181-1/+1
|/
* ls: fix support for long options when FEATURE_LS_COLOR is deselectedLaurent Bercot2017-05-261-6/+8
* ftpd/ls: show directories firstDenys Vlasenko2017-01-251-1/+6
* ls: convert DISP_DIRNAME to a bool variableDenys Vlasenko2017-01-231-9/+3
* ls: get rid of opt_flags[], handle -l1c through option_mask32Denys Vlasenko2017-01-231-67/+33
* ls: handle -x through option_mask32, remove default -C from --helpDenys Vlasenko2017-01-231-8/+7
* ls: handle -d and -R through option_mask32Denys Vlasenko2017-01-231-29/+17
* ls: handle -p and -F through option_mask32Denys Vlasenko2017-01-231-18/+16
* ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONGDenys Vlasenko2017-01-231-43/+36
* ls: make -Z output compatible with GNU coreutils 8.25Denys Vlasenko2017-01-231-19/+24
* ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPTDenys Vlasenko2017-01-231-34/+30
* ls: handle -s through option_mask32Denys Vlasenko2017-01-231-16/+16
* ls: handle -i through option_mask32Denys Vlasenko2017-01-231-6/+5
* ls: handle -a and -A through option_mask32Denys Vlasenko2017-01-231-12/+10
* ls: handle all sort options through option_mask32Denys Vlasenko2017-01-231-71/+42
* ls: -1 should be ignored by -l (and options which imply -l)Denys Vlasenko2017-01-221-12/+12
* ls: more correct handling of -c, -uDenys Vlasenko2017-01-221-59/+50
* ls: replace -e with --full-time, add --group-directories-first, delete -KDenys Vlasenko2017-01-221-56/+74
* Move FEATURE_AUTOWIDTH config option to two applets which use itDenys Vlasenko2017-01-111-11/+16
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-6/+0
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-1/+69
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* ls: fix columnar output. Closes 8731Denys Vlasenko2016-03-061-3/+3
* libbb: factor out code which queries screen widthDenys Vlasenko2015-10-231-1/+1
* ls: heed compiler warningDenys Vlasenko2015-02-231-1/+1