aboutsummaryrefslogtreecommitdiff
path: root/bin/ls/ls.c
Commit message (Expand)AuthorAgeFilesLines
* ls: Make -, apply to -s as well as -l.Dag-Erling Smørgrav2024-08-011-1/+2
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* ls(1): add a -v flag to sort naturallyAymeric Wibo2022-12-241-7/+15
* ls(1): Allow LSCOLORS to specify an underlineCameron Katri2022-03-261-0/+2
* ls: prevent no-color build from complaining when COLORTERM is non-emptyPiotr Pawel Stefaniak2021-08-281-5/+3
* Simplify LS_COLWIDTHS processingStefan Eßer2020-12-271-72/+43
* fts_read: Handle error from a NULL return better.Bryan Drewery2020-12-081-1/+1
* ls: fix WITHOUT_LS_COLORS buildKyle Evans2020-05-211-0/+4
* ls(1): actually restore proper behaviorKyle Evans2020-05-211-0/+13
* ls: fix a --color regression from r337956Kyle Evans2020-05-211-1/+1
* ls(1): Fix trivial SEGV due to NULL deref in OOM pathConrad Meyer2020-05-051-0/+14
* ls(1): Gate the do_color_* definitions behind COLORLSKyle Evans2018-08-181-0/+2
* ls(1): Support other aliases for --color arguments used by GNU ls(1)Kyle Evans2018-08-181-3/+27
* ls(1): Add --color=whenKyle Evans2018-08-171-8/+59
* ls(1): Fix color env var checkingKyle Evans2018-08-161-2/+25
* ls(1): Enable colors with COLORTERM is set in the environmentKyle Evans2018-08-081-1/+1
* Convert ls(1) to not use libxo(3)Conrad Meyer2018-01-171-39/+18
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix some issues with the application of libxo to ls(1)Allan Jude2015-07-211-1/+2
* Prevent potential integer overflowBaptiste Daroussin2015-07-131-2/+6
* Convert ls(1) to use libxo(3).Marcel Moolenaar2015-06-101-17/+37
* It has been long time that when doing 'ls -G /path/to/a/symlink', instead ofXin LI2015-06-081-2/+7
* Make -f set -a, as required by the standard.Greg Lehey2014-04-031-3/+3
* Undo over-aggressive conversion of spaces to tabs. ie: those withinPeter Wemm2012-11-091-4/+4
* Replace spaces with tabs where appropriate.Greg Lehey2012-11-081-11/+11
* Add y flag and environment variable LS_SAMESORT to specify the sameGreg Lehey2012-11-081-6/+19
* Sort option parsing as far as practical.Greg Lehey2012-11-071-41/+42
* Fix bin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-5/+7
* If ls was invoked with -i but neither -l nor -s, blocksize was used inDag-Erling Smørgrav2011-10-191-2/+2
* When calculating the width of the blocksize column, ls(1) used 512-byteDag-Erling Smørgrav2011-10-181-2/+2
* Get rid of major/minor number distinction.Ed Schouten2011-09-281-25/+16
* Make sure that FTS_COMFOLLOW is not set when the -P option is in effect.Jaakko Heinonen2010-02-081-2/+6
* Fixes for ls(1) long format (-l) output:Jaakko Heinonen2010-01-241-8/+20
* Print full path in the error message. It's possible that fts(3)Jaakko Heinonen2010-01-241-1/+1
* ls: Make -p not inhibit following symlinks.Jilles Tjoelker2009-10-131-1/+1
* Add -D option to specify exact format of date and time output with ls -l.Greg Lehey2008-04-041-2/+6
* Change the -S and -t options to override each other so that the last oneJohn Baldwin2006-03-241-0/+3
* Fix a bug such that if you enabled sorting by size (-S) and enabled aJohn Baldwin2006-03-241-4/+4
* Add a new -U flag to instruct ls to use the birthtime for printing orJohn Baldwin2006-03-241-2/+14
* Having three options (-a, -A, -I) controlling the output of dottedRuslan Ermilov2005-11-161-11/+7
* Add a -I option to disable the automatic -A flag for the super-user.Maxime Henrion2005-11-101-8/+16
* Add the -S option to sort files by size. NetBSD and OpenBSD alreadyDima Dorfman2005-06-031-6/+15
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* If we are asked to print the total number of blocks, do so even if weDavid Schultz2004-06-081-12/+14
* Plug small memory leak.Lukas Ertl2004-06-031-0/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Do something sensible if both -h and -k are given.David E. O'Brien2003-12-011-0/+1
* Fix a bazillion warnings. This makes almost the whole of src/bin/*Mark Murray2003-05-031-34/+32
* When mac_from_text() fails with -Z, print "-" rather than "" so thatRobert Watson2003-04-261-1/+1