summaryrefslogtreecommitdiffstats
path: root/bin/ls
AgeCommit message (Expand)AuthorFilesLines
2020-10-07If we are asked to print the total number of blocks, do so even ifmillert2-17/+22
2020-07-06Always print the directory name in -R mode; matches historical behavior.millert1-2/+2
2020-07-06Fix skipping of directories that begin with a '.' in -R mode.millert1-2/+4
2019-02-05dev_t is signed to permit passing -1 as an invalid condition, but thederaadt1-2/+2
2018-09-13Fix warnings caused by user_from_uid() and group_from_gid() nowmillert1-2/+3
2018-02-04use sizeof, rather than the constant. on change in binary.deraadt1-3/+3
2018-02-04repair ugly indentsderaadt1-3/+3
2016-10-24Unify wording for LC_CTYPE in ENVIRONMENT:schwarze1-7/+10
2016-09-08it seems we hyphenate it set-group-id;jmc1-3/+3
2016-08-16Nuke some erroneous leading whitespace.krw1-2/+2
2016-08-16Bring types of variables used with struct stat into the modern world.krw2-13/+16
2016-08-15%*qd -> %*lld + (long long) for off_t.krw1-11/+12
2016-08-10fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>;schwarze1-3/+3
2016-03-28remove unused variablechl1-2/+2
2016-03-17simplify previous; ok bentleyjmc1-2/+1
2016-03-17Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.bentley2-21/+19
2016-03-11Mark up COLUMNS as an environment variable.bentley1-3/+3
2016-01-18Fix a regression (and POSIX violation) introduced with UTF-8 support:schwarze1-5/+11
2015-12-01Support UTF-8: use wcwidth(3) for column adjustment and replaceschwarze7-16/+85
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-3/+3
2015-10-04ls can use tame "stdio rpath getpw". It does uid/gid lookups, usingderaadt1-1/+4
2015-06-25Put fts_close() where missing.uebayasi1-1/+3
2015-04-24improve wording.sobrado1-3/+3
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failurederaadt1-6/+12
2015-03-15tzfile.h is an internal header that should never have been installed.millert1-3/+4
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-3/+4
2014-05-06reallocarraytedu1-2/+2
2014-04-01slightly reword -f; ok sobrado schwarzejmc1-3/+3
2014-03-31restore the traditional behavior of -f implying -a; apparently Keith Bosticsobrado2-8/+8
2014-03-31revert previous: i was wrong;jmc1-5/+4
2014-03-30a pesky comma rendered the text describing how output is sorted relevantjmc1-4/+5
2014-03-28expand STANDARDS somewhat; ok millertjmc1-11/+18
2014-01-09Per POSIX, times in the future should be reported with the yearguenther1-24/+19
2013-11-21add unsigned char casts for specific calls to ctype.h macros.deraadt1-2/+2
2013-05-30Fix column padding of inode numbers and block counts >2^32, as well asguenther3-10/+13
2013-04-23handle large ino_t; ok millertderaadt1-3/+5
2012-12-04remove some unnecessary sys/cdefs.h inclusionsderaadt1-3/+1
2012-07-12With the -l option, only call time() once per run instead of once per fileguenther1-3/+9
2011-08-31use the same format/text, as far as possible, for date strings;jmc1-3/+3
2011-03-05fix description of -g; from Pascal Stumpfjmc1-3/+3
2011-03-05tweak; ok okanjmc1-3/+3
2011-03-04add support for the (POSIX) -H flagokan3-7/+17
2010-09-12remove trailing spaces and tabs from source code; no binary change.sobrado2-5/+5
2010-09-03add an EXIT STATUS section for /bin;jmc1-4/+4
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt4-42/+4
2009-08-21- more opaque removaljmc1-10/+8
2009-08-16replace ".Ar file ..." with ".Ar" whenever possible.sobrado1-3/+3
2009-05-12remove a sentence from COLUMNS that says nothing; ok ottojmc1-9/+2
2009-05-06do not ignore COLUMNS in -C mode, even if !isatty(STDOUT_FILENO)todd1-3/+7
2009-02-08updates to IEEE Std 1003.1-2008;jmc1-2/+2