| Age | Commit message (Expand) | Author |
| 2014-02-22 | fix -w output | mlelstv |
| 2014-02-22 | add u option to getopt again. | mlelstv |
| 2014-02-21 | Add -X (don't cross mount points when recursing) from tls@ | christos |
| 2014-02-20 | Use .Nm for 'ls'. | wiz |
| 2014-02-20 | Add -O (only leaf files) and -P (print full path), from tls@ | christos |
| 2013-05-02 | remove whitespace from end of file. | zafer |
| 2012-11-20 | PR/47167 | abs |
| 2012-10-21 | Use more markup. | wiz |
| 2012-10-21 | clarify that BLOCKSIZE also influences the total in long output | jschauma |
| 2012-06-29 | handle realloc failure | yamt |
| 2011-08-29 | Move usage and mark it static+dead | joerg |
| 2011-04-02 | Wording fixes from Ryo HAYASAKA, thanks. | mbalmer |
| 2011-03-15 | - use printf(3) "'" format to do thousands grouping instead of custom version. | christos |
| 2011-03-15 | Add -M to usage. | wiz |
| 2011-03-15 | Remove trailing whitespace. Add -M to usage. | wiz |
| 2011-03-15 | PR#7540, add a -M option to ls which causes sizes (and number of blocks) to be | erh |
| 2010-12-17 | Fix cross-reference, dir(5) -> dirent(3). | njoly |
| 2010-08-18 | Fix broken indentation. No functional change. | enami |
| 2010-07-08 | Add #include <sys/param.h> for howmany(). | rmind |
| 2010-05-14 | Reorder sections to canonical order. Use .Ex -std | joerg |
| 2010-04-05 | \\ -> \e | joerg |
| 2010-04-02 | make it obvious to grep that we are checking ctime. | christos |
| 2010-04-01 | handle ctime returning NULL | christos |
| 2009-02-14 | fix -Wsign-compare issues | lukem |
| 2008-12-28 | prepare for 64 bit dev_t | christos |
| 2008-11-02 | Implement a printtotal function to avoid code repetition. | ahoka |
| 2008-09-25 | Change '-n' so that it implies '-l' rather than requires '-l'. | lukem |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-06-06 | modify a comment in previous change | soda |
| 2007-06-05 | Apply SODA Nuriyuki's patch for multibyte support. | wiz |
| 2006-12-14 | Complete the move of string_to_flags() and flags_to_string() from the | he |
| 2006-12-14 | The "#ifdef UNUSED_BLOCK" in stat_flags.c wasn't so unused after | he |
| 2006-12-14 | Pass lint. From Anon Ymous | christos |
| 2006-09-23 | PR/34499: mac at S dot culver dot net: ls allocates more memory than needed | elad |
| 2006-09-22 | PR/33635: Anne Bennett: Document 'a' and 'A' flags in ls(1). | elad |
| 2006-08-21 | from zafer: you can have either -k or -h but not both since it does not make | christos |
| 2006-04-08 | Fix date (no leading zero), fix xref: sticky(7) not (8). | wiz |
| 2006-04-08 | Address PR 30374 as suggested in there: | jschauma |
| 2006-04-08 | s/non-graphic/non-printable/ to match with the code. | yamt |
| 2006-03-22 | Coverity CID 1755: Add fts_close() in traverse. | christos |
| 2005-10-31 | Somehow missed this in the last commit, where I only changed the commentary | jschauma |
| 2005-10-26 | Rather than '-h' suppressing '-s' when using '-l', make it display | jschauma |
| 2005-10-23 | document that -h makes -l suppress -s. | jschauma |
| 2005-10-14 | Honor the COLUMNS variable even when producing output not to a terminal, | jschauma |
| 2005-10-10 | Bump date for previous. | wiz |
| 2005-10-10 | Document that '-g' overrides -1, -C, -m, and -x, but is _always_ | jschauma |
| 2005-08-13 | Document -L correctly. PR #30430. | elad |
| 2005-06-17 | Sort options (description). | hira |
| 2005-06-17 | - Add -h to usage. | hira |