summaryrefslogtreecommitdiff
path: root/bin/ls
AgeCommit message (Expand)Author
2024-03-27printtime: use the Unix epoch if the file's timestamp is invalidTodd C. Miller
2023-10-07Simplify the display() function by getting rid of a useless bufferIngo Schwarze
2023-10-07Improve horizontal alignment in long format when printing minorIngo Schwarze
2023-08-08Replace use of the old BSD st_*timensec members in struct stat withPhilip Guenther
2020-10-07If we are asked to print the total number of blocks, do so even ifTodd C. Miller
2020-07-06Always print the directory name in -R mode; matches historical behavior.Todd C. Miller
2020-07-06Fix skipping of directories that begin with a '.' in -R mode.Todd C. Miller
2019-02-05dev_t is signed to permit passing -1 as an invalid condition, but theTheo de Raadt
2018-09-13Fix warnings caused by user_from_uid() and group_from_gid() nowTodd C. Miller
2018-02-04use sizeof, rather than the constant. on change in binary.Theo de Raadt
2018-02-04repair ugly indentsTheo de Raadt
2016-10-24Unify wording for LC_CTYPE in ENVIRONMENT:Ingo Schwarze
2016-09-08it seems we hyphenate it set-group-id;Jason McIntyre
2016-08-16Nuke some erroneous leading whitespace.Kenneth R Westerback
2016-08-16Bring types of variables used with struct stat into the modern world.Kenneth R Westerback
2016-08-15%*qd -> %*lld + (long long) for off_t.Kenneth R Westerback
2016-08-10fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>;Ingo Schwarze
2016-03-28remove unused variableCharles Longeau
2016-03-17simplify previous; ok bentleyJason McIntyre
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.Anthony J. Bentley
2016-03-11Mark up COLUMNS as an environment variable.Anthony J. Bentley
2016-01-18Fix a regression (and POSIX violation) introduced with UTF-8 support:Ingo Schwarze
2015-12-01Support UTF-8: use wcwidth(3) for column adjustment and replaceIngo Schwarze
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-04ls can use tame "stdio rpath getpw". It does uid/gid lookups, usingTheo de Raadt
2015-06-25Put fts_close() where missing.Masao Uebayashi
2015-04-24improve wording.Igor Sobrado
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-05-06reallocarrayTed Unangst
2014-04-01slightly reword -f; ok sobrado schwarzeJason McIntyre
2014-03-31restore the traditional behavior of -f implying -a; apparently Keith BosticIgor Sobrado
2014-03-31revert previous: i was wrong;Jason McIntyre
2014-03-30a pesky comma rendered the text describing how output is sorted relevantJason McIntyre
2014-03-28expand STANDARDS somewhat; ok millertJason McIntyre
2014-01-09Per POSIX, times in the future should be reported with the yearPhilip Guenther
2013-11-21add unsigned char casts for specific calls to ctype.h macros.Theo de Raadt
2013-05-30Fix column padding of inode numbers and block counts >2^32, as well asPhilip Guenther
2013-04-23handle large ino_t; ok millertTheo de Raadt
2012-12-04remove some unnecessary sys/cdefs.h inclusionsTheo de Raadt
2012-07-12With the -l option, only call time() once per run instead of once per filePhilip Guenthe
2011-08-31use the same format/text, as far as possible, for date strings;Jason McIntyre
2011-03-05fix description of -g; from Pascal StumpfJason McIntyre
2011-03-05tweak; ok okanJason McIntyre
2011-03-04add support for the (POSIX) -H flagOkan Demirmen
2010-09-12remove trailing spaces and tabs from source code; no binary change.Igor Sobrado
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-21- more opaque removalJason McIntyre