aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* ls: stop doing time() for each file in "ls -l"vda2007-01-191-1/+14
* ls: use get_cached_username/groupnamevda2007-01-191-9/+5
* style fixesvda2006-12-261-2/+2
* fix support for globally disabling --long-options.vda2006-11-291-0/+4
* header_verbose_list: stop truncating file size in listingvda2006-11-241-2/+2
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!vda2006-11-211-1/+1
* ls: silly comment fixesvda2006-10-281-9/+9
* ls: cleanup part 2. ifdef forest is much less scary now :)vda2006-10-281-188/+138
* ls: cleanup part 1vda2006-10-281-269/+179
* silly size savings and capitalization fixesvda2006-10-261-1/+1
* attempt to regularize atoi mess.vda2006-10-081-4/+4
* getopt_ulflags -> getopt32.vda2006-10-031-4/+4
* whitespace cleanupvda2006-09-171-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-10/+2
* I broke allbareconfig with half-finished cleanups I'd forgotten weren't done.landley2006-06-201-23/+18
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowlandley2006-06-181-85/+27
* Patch from Rich Felker:landley2006-06-151-10/+9
* - ls: remove unused variablealdot2006-05-291-10/+5
* Fix some warnings in allbareconfig.landley2006-05-281-0/+2
* Patch from Rich Felker to make ls use libc's qsort.landley2006-05-031-26/+10
* Patch from Shaun Jackman:landley2006-05-021-7/+11
* - add and use bb_opendir(), bb_xopendir().aldot2006-04-121-15/+2
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-131-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Selinux fix from Jan Kiszka.landley2006-03-011-5/+1
* clean up yet more annoying signed/unsigned mismatches and fixupandersen2006-01-301-1/+1
* just whitespacetimr2006-01-251-31/+31
* another more constvodz2005-10-201-1/+1
* - rename libbb's password helpers as suggested in libbb.haldot2005-09-201-2/+2
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+1
* - usage fresh bb_getopt_ulflags for ls -- very size reduce.vodz2005-09-051-77/+64
* commiting patch from bug 71:pgf2005-08-011-2/+61
* A patch from Takeharu KATO to update/fix SE-Linux support.landley2005-05-031-24/+24
* Patch from David Daney to make the -i option work with -l.bug12004-09-241-1/+1
* Tito writes:andersen2004-08-261-2/+2
* BusyBox has no business hard coding the number of major and minor bits for aandersen2004-07-261-7/+3
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-271-4/+4
* Brian Pomerantz writes:andersen2004-03-231-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-2/+2
* Fix broken sort order flags.mjn32004-03-081-3/+2
* Patch from Matt Kraai to fix debian bug number 231994.bug12004-03-061-4/+7
* Vladimir N. Oleynik writes:andersen2004-02-051-2/+2
* Fix a bug where `ls -le` would print the time twice.bug12004-01-181-13/+13
* Use bb_getopt_ulflags, save 200-300 bytesbug12004-01-181-89/+131
* Fix oversight with CONFIG_FEATURE_AUTOWIDTH handlingandersen2003-11-041-0/+2
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)andersen2003-09-151-10/+5
* Michael Sternberg writes:andersen2003-07-141-0/+4
* Patch from Russell Coker:andersen2003-07-031-13/+81