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