aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
AgeCommit message (Expand)Author
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-19ls: stop doing time() for each file in "ls -l"Denis Vlasenko
2007-01-19ls: use get_cached_username/groupnameDenis Vlasenko
2006-12-26style fixesDenis Vlasenko
2006-11-29fix support for globally disabling --long-options.Denis Vlasenko
2006-11-24header_verbose_list: stop truncating file size in listingDenis Vlasenko
2006-11-21httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko
2006-10-28ls: silly comment fixesDenis Vlasenko
2006-10-28ls: cleanup part 2. ifdef forest is much less scary now :)Denis Vlasenko
2006-10-28ls: cleanup part 1Denis Vlasenko
2006-10-26silly size savings and capitalization fixesDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-08-03Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-06-20I broke allbareconfig with half-finished cleanups I'd forgotten weren't done.Rob Landley
2006-06-18skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley
2006-06-15Patch from Rich Felker:Rob Landley
2006-05-29- ls: remove unused variableBernhard Reutner-Fischer
2006-05-28Fix some warnings in allbareconfig.Rob Landley
2006-05-03Patch from Rich Felker to make ls use libc's qsort.Rob Landley
2006-05-02Patch from Shaun Jackman:Rob Landley
2006-04-12- add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer
2006-03-13Patch from Denis Vlasenko to add xstat() and use it.Rob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-03-01Selinux fix from Jan Kiszka.Rob Landley
2006-01-30clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen
2006-01-25just whitespaceTim Riker
2005-10-20another more const"Vladimir N. Oleynik"
2005-09-20- rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley
2005-09-05- usage fresh bb_getopt_ulflags for ls -- very size reduce."Vladimir N. Oleynik"
2005-08-01commiting patch from bug 71:Paul Fox
2005-05-03A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley
2004-09-24Patch from David Daney to make the -i option work with -l.Glenn L McGrath
2004-08-26Tito writes:Eric Andersen
2004-07-26BusyBox has no business hard coding the number of major and minor bits for aEric Andersen
2004-03-27s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen
2004-03-23Brian Pomerantz writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-08Fix broken sort order flags.Manuel Novoa III
2004-03-06Patch from Matt Kraai to fix debian bug number 231994.Glenn L McGrath
2004-02-05Vladimir N. Oleynik writes:Eric Andersen
2004-01-18Fix a bug where `ls -le` would print the time twice.Glenn L McGrath
2004-01-18Use bb_getopt_ulflags, save 200-300 bytesGlenn L McGrath
2003-11-04Fix oversight with CONFIG_FEATURE_AUTOWIDTH handlingEric Andersen
2003-09-15Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen
2003-07-14Michael Sternberg writes:Eric Andersen
2003-07-03Patch from Russell Coker:Eric Andersen