aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2025-11-111-2/+1
|\
| * ls: restore functionality of --colorDenys Vlasenko2025-11-081-1/+1
* | ls: restore functionality of --colorRon Yorston2025-09-161-1/+2
* | ls: add '-g' and '-C' to usage messageRon Yorston2025-08-261-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2025-08-151-79/+167
|\|
| * ls: don't do unnecessary tty operations when called from ftpdDenys Vlasenko2025-08-011-5/+13
| * ls: code shrinkDenys Vlasenko2025-08-011-19/+20
| * ls: fix -Q to match GNUDenys Vlasenko2025-08-011-12/+38
| * ls: lack of -q should not suppress -QDenys Vlasenko2025-07-311-4/+6
| * ls: implement -q, fix -w0, reduce startup timeDenys Vlasenko2025-07-311-60/+111
* | Merge branch 'busybox' into mergeRon Yorston2024-06-231-2/+2
|\|
| * ls: do not truncate username/groupname to 8 charsDenys Vlasenko2024-02-251-2/+2
* | ls: support NO_COLOR environment variableRon Yorston2024-01-301-0/+5
* | ls: code shrinkRon Yorston2023-06-071-10/+11
* | ls: check whether link is hiddenRon Yorston2023-06-061-0/+17
* | ls: allow hidden system files to be omittedRon Yorston2023-06-011-2/+14
* | win32: only count subdirectories if necessaryRon Yorston2023-01-231-0/+6
* | Merge busybox into mergeRon Yorston2022-01-131-3/+10
|\|
| * ls: implement ls -sh (human-readable allocated blocks)Denys Vlasenko2022-01-081-3/+10
* | Merge branch 'busybox' into mergeRon Yorston2021-09-211-1/+2
|\|
| * libbb: clarify what bb_mode_string() generatesDenys Vlasenko2021-09-171-1/+1
| * libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko2021-09-171-1/+2
| * ls: revert last change (short name must be allocated)Denys Vlasenko2021-06-251-1/+1
| * ls: code shrinkDenys Vlasenko2021-06-241-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-06-071-13/+17
|\|
| * ls: trim --help textDenys Vlasenko2021-06-051-9/+9
| * ls: don't output any colors with TERM=dumbSören Tempel2021-06-041-4/+8
* | win32: make readlink(2) implementation unconditionalRon Yorston2021-02-121-2/+0
* | Merge branch 'busybox' into mergeRon Yorston2021-02-051-1/+1
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* | ash, ls: improve support for 'c:path'Ron Yorston2020-08-281-0/+5
* | 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
|\|