summaryrefslogtreecommitdiffstats
path: root/bin/ls (follow)
Commit message (Expand)AuthorAgeFilesLines
* Always print the directory name in -R mode; matches historical behavior.millert2020-07-061-2/+2
* Fix skipping of directories that begin with a '.' in -R mode.millert2020-07-061-2/+4
* dev_t is signed to permit passing -1 as an invalid condition, but thederaadt2019-02-051-2/+2
* Fix warnings caused by user_from_uid() and group_from_gid() nowmillert2018-09-131-2/+3
* use sizeof, rather than the constant. on change in binary.deraadt2018-02-041-3/+3
* repair ugly indentsderaadt2018-02-041-3/+3
* Unify wording for LC_CTYPE in ENVIRONMENT:schwarze2016-10-241-7/+10
* it seems we hyphenate it set-group-id;jmc2016-09-081-3/+3
* Nuke some erroneous leading whitespace.krw2016-08-161-2/+2
* Bring types of variables used with struct stat into the modern world.krw2016-08-162-13/+16
* %*qd -> %*lld + (long long) for off_t.krw2016-08-151-11/+12
* fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>;schwarze2016-08-101-3/+3
* remove unused variablechl2016-03-281-2/+2
* simplify previous; ok bentleyjmc2016-03-171-2/+1
* Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.bentley2016-03-172-21/+19
* Mark up COLUMNS as an environment variable.bentley2016-03-111-3/+3
* Fix a regression (and POSIX violation) introduced with UTF-8 support:schwarze2016-01-181-5/+11
* Support UTF-8: use wcwidth(3) for column adjustment and replaceschwarze2015-12-017-16/+85
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* ls can use tame "stdio rpath getpw". It does uid/gid lookups, usingderaadt2015-10-041-1/+4
* Put fts_close() where missing.uebayasi2015-06-251-1/+3
* improve wording.sobrado2015-04-241-3/+3
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-6/+12
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-3/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* reallocarraytedu2014-05-061-2/+2
* slightly reword -f; ok sobrado schwarzejmc2014-04-011-3/+3
* restore the traditional behavior of -f implying -a; apparently Keith Bosticsobrado2014-03-312-8/+8
* revert previous: i was wrong;jmc2014-03-311-5/+4
* a pesky comma rendered the text describing how output is sorted relevantjmc2014-03-301-4/+5
* expand STANDARDS somewhat; ok millertjmc2014-03-281-11/+18
* Per POSIX, times in the future should be reported with the yearguenther2014-01-091-25/+20
* add unsigned char casts for specific calls to ctype.h macros.deraadt2013-11-211-2/+2
* Fix column padding of inode numbers and block counts >2^32, as well asguenther2013-05-303-10/+13
* handle large ino_t; ok millertderaadt2013-04-231-3/+5
* remove some unnecessary sys/cdefs.h inclusionsderaadt2012-12-041-3/+1
* With the -l option, only call time() once per run instead of once per fileguenther2012-07-121-3/+9
* use the same format/text, as far as possible, for date strings;jmc2011-08-311-3/+3
* fix description of -g; from Pascal Stumpfjmc2011-03-051-3/+3
* tweak; ok okanjmc2011-03-051-3/+3
* add support for the (POSIX) -H flagokan2011-03-043-7/+17
* remove trailing spaces and tabs from source code; no binary change.sobrado2010-09-122-5/+5
* add an EXIT STATUS section for /bin;jmc2010-09-031-4/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-274-42/+4
* - more opaque removaljmc2009-08-211-10/+8
* replace ".Ar file ..." with ".Ar" whenever possible.sobrado2009-08-161-3/+3
* remove a sentence from COLUMNS that says nothing; ok ottojmc2009-05-121-9/+2
* do not ignore COLUMNS in -C mode, even if !isatty(STDOUT_FILENO)todd2009-05-061-3/+7
* updates to IEEE Std 1003.1-2008;jmc2009-02-081-2/+2
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-5/+5