aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ls: w/o -l follow symlinks to dirs for commandline argsDenis Vlasenko2007-02-281-8/+10
* syslogd: fix "readpath bug" by using readlink insteadDenis Vlasenko2007-02-111-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* ls: stop doing time() for each file in "ls -l"Denis Vlasenko2007-01-191-1/+14
* ls: use get_cached_username/groupnameDenis Vlasenko2007-01-191-9/+5
* style fixesDenis Vlasenko2006-12-261-2/+2
* fix support for globally disabling --long-options.Denis Vlasenko2006-11-291-0/+4
* header_verbose_list: stop truncating file size in listingDenis Vlasenko2006-11-241-2/+2
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!Denis Vlasenko2006-11-211-1/+1
* ls: silly comment fixesDenis Vlasenko2006-10-281-9/+9
* ls: cleanup part 2. ifdef forest is much less scary now :)Denis Vlasenko2006-10-281-188/+138
* ls: cleanup part 1Denis Vlasenko2006-10-281-269/+179
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-4/+4
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-4/+4
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-10/+2
* I broke allbareconfig with half-finished cleanups I'd forgotten weren't done.Rob Landley2006-06-201-23/+18
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-85/+27
* Patch from Rich Felker:Rob Landley2006-06-151-10/+9
* - ls: remove unused variableBernhard Reutner-Fischer2006-05-291-10/+5
* Fix some warnings in allbareconfig.Rob Landley2006-05-281-0/+2
* Patch from Rich Felker to make ls use libc's qsort.Rob Landley2006-05-031-26/+10
* Patch from Shaun Jackman:Rob Landley2006-05-021-7/+11
* - add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer2006-04-121-15/+2
* Patch from Denis Vlasenko to add xstat() and use it.Rob Landley2006-03-131-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Selinux fix from Jan Kiszka.Rob Landley2006-03-011-5/+1
* clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen2006-01-301-1/+1
* just whitespaceTim Riker2006-01-251-31/+31
* another more const"Vladimir N. Oleynik"2005-10-201-1/+1
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-2/+2
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+1
* - usage fresh bb_getopt_ulflags for ls -- very size reduce."Vladimir N. Oleynik"2005-09-051-77/+64
* commiting patch from bug 71:Paul Fox2005-08-011-2/+61
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-031-24/+24
* Patch from David Daney to make the -i option work with -l.Glenn L McGrath2004-09-241-1/+1
* Tito writes:Eric Andersen2004-08-261-2/+2
* BusyBox has no business hard coding the number of major and minor bits for aEric Andersen2004-07-261-7/+3
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-4/+4
* Brian Pomerantz writes:Eric Andersen2004-03-231-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Fix broken sort order flags.Manuel Novoa III2004-03-081-3/+2
* Patch from Matt Kraai to fix debian bug number 231994.Glenn L McGrath2004-03-061-4/+7
* Vladimir N. Oleynik writes:Eric Andersen2004-02-051-2/+2
* Fix a bug where `ls -le` would print the time twice.Glenn L McGrath2004-01-181-13/+13
* Use bb_getopt_ulflags, save 200-300 bytesGlenn L McGrath2004-01-181-89/+131
* Fix oversight with CONFIG_FEATURE_AUTOWIDTH handlingEric Andersen2003-11-041-0/+2
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-151-10/+5