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