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