summaryrefslogtreecommitdiffstats
path: root/bin/ls/print.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If we are asked to print the total number of blocks, do so even ifmillert2020-10-071-4/+7
* dev_t is signed to permit passing -1 as an invalid condition, but thederaadt2019-02-051-2/+2
* Bring types of variables used with struct stat into the modern world.krw2016-08-161-7/+7
* %*qd -> %*lld + (long long) for off_t.krw2016-08-151-11/+12
* Support UTF-8: use wcwidth(3) for column adjustment and replaceschwarze2015-12-011-5/+6
* tzfile.h is an internal header that should never have been installed.millert2015-03-151-3/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* reallocarraytedu2014-05-061-2/+2
* Per POSIX, times in the future should be reported with the yearguenther2014-01-091-25/+20
* Fix column padding of inode numbers and block counts >2^32, as well asguenther2013-05-301-4/+4
* handle large ino_t; ok millertderaadt2013-04-231-3/+5
* With the -l option, only call time() once per run instead of once per fileguenther2012-07-121-3/+9
* remove trailing spaces and tabs from source code; no binary change.sobrado2010-09-121-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* Change the -g flag from a no-op to be POSIX conforming. We allow themillert2007-05-071-5/+6
* remove whiteout supportmillert2005-06-151-5/+2
* Remove unneccesary cast to long long and %llu format; print using %lu.otto2005-01-101-4/+3
* free(NULL) is validderaadt2003-09-261-4/+3
* realloc fixes: unallocate for next use if realloc fixes; do not incr size;deraadt2003-09-241-6/+11
* -h, human readable sizes. from a jonathon gray mail to tech@tedu2003-08-061-3/+17
* ansification, art okderaadt2003-06-111-24/+12
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* utmp.h not neededderaadt2002-08-011-3/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-7/+7
* In multi-column output, don't bother filling up last column before '\n'.espie2000-01-061-10/+14
* Remove bogus chcnt assignments.espie2000-01-051-4/+4
* Perform colwidth computation sooner, as there's no need for randomespie2000-01-051-5/+5
* Factor column width computation out.espie2000-01-051-35/+32
* defer conversion of unprintable filenames till final display, permittingderaadt1999-05-011-5/+6
* add -x, -p, and -m options, based on netbsd workderaadt1999-02-201-5/+83
* realloc bug fix and two other bugs found at the same timederaadt1998-08-151-4/+8
* MAXPATHLEN not MAXPATHLEN+1deraadt1998-05-181-3/+3
* i am bored enough to fix terminal space/tab ugliesderaadt1997-09-011-3/+3
* From NetBSD:millert1997-01-031-16/+12
* Get TAB expansion righttholo1996-12-171-3/+3
* -Wall'ing.mickey1996-12-141-5/+5
* extra utmp.h goes away; tom@haven.uniserve.com in freebsdderaadt1996-08-021-3/+2
* update rcsidderaadt1996-06-231-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+302