summaryrefslogtreecommitdiff
path: root/coreutils/ls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-2/+2
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-2/+2
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+3
* ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko2007-08-091-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-5/+4
* introduce and use bb_basename()Denis Vlasenko2007-06-301-7/+7
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* teach find_root_device to deal with /dev/ subdirsDenis Vlasenko2007-04-131-4/+4
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-1/+4
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-1/+1
* ls: fix segfault-if-standalone-shell, add big fat comment.Denis Vlasenko2007-03-191-2/+3
* selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko2007-03-101-1/+5
* 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