summaryrefslogtreecommitdiff
path: root/bin/ls/print.c
AgeCommit message (Expand)Author
2020-05-17No ACL support for install media (SMALLPROG)christos
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2014-05-10PR bin/48798: fix format for ino_t.martin
2014-02-22fix -w outputmlelstv
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-06-29handle realloc failureyamt
2011-03-15- use printf(3) "'" format to do thousands grouping instead of custom version.christos
2011-03-15PR#7540, add a -M option to ls which causes sizes (and number of blocks) to beerh
2010-08-18Fix broken indentation. No functional change.enami
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
2006-12-14Pass lint. From Anon Ymouschristos
2005-10-31Somehow missed this in the last commit, where I only changed the commentaryjschauma
2004-11-17Print some future timestamps with HH:MM rather than YYYY, so that we getmycroft
2004-08-09If a files date is any time in the future (not six months or more),jschauma
2003-12-26implement -h(umanize).grant
2003-09-22After last weeks addition of the '-b' flag, add '-B' and '-w' flags,jschauma
2003-09-14Implement '-b' option, which, following FreeBSD, Linux and (I think) Solarisjschauma
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-07make -g behave as it should according to SUSv3 (long listing withoutgrant
2002-11-09Cosmetic changes.enami
2002-08-01don't include utmp.hchristos
2001-02-04fix nested extern.christos
2000-07-29convert to new KNFlukem
2000-06-22make sure to print file names consistenly in column modeassar
2000-06-17Do not modify the file name when not printing non-printables, also doassar
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-02-17Add support for the XCU5 -p option (-F restricted to directories).kleink
1999-02-12Implement 1003.2 -m option (stream output format).kleink
1998-11-04%q -> %llchristos
1998-11-04conservative casts for printfs.christos
1998-07-28Delint.mycroft
1998-05-16* blocks can be 64bit (not u_long), so calculate and display accordinglylukem
1998-01-21If a time stamp is 6 months or more in the future, display the year in themycroft
1998-01-18* implement -x; sort columns across the page rather than down the pagelukem
1998-01-17Automatically resize the major and minor number fields, and DTRT if the sizemycroft
1997-07-30Add some casts to printf args to keep the compiler happy on the Alpha.thorpej
1997-07-20Fix compiler warnings.christos
1996-12-11Do multicolumn output in a way that's a little more likely to alwaysthorpej
1995-09-07Sync with 4.4lite2jtc
1995-03-21convert to new RCS id conventions.cgd
1994-12-27Sync with CSRG.mycroft
1994-09-23Merge with 4.4-Lite version.mycroft
1994-04-04"yet" on quad_t/off_t things. (not noticed on i386 becuase of endian I guess.)chopps
1994-03-27off_t exp.cgd
1994-01-25(1) fixup getbsize() callscgd