| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix silly combinitorial oversight | andersen | 2002-04-27 | 1 | -5/+3 |
* | ls could mis-color certain entries when previous commands | andersen | 2002-04-17 | 1 | -0/+2 |
* | Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provide | andersen | 2002-03-20 | 1 | -2/+63 |
* | list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined. | kraai | 2002-03-08 | 1 | -0/+2 |
* | * fileutils/ls.c (showfiles): Display multiple short names on a line. | kraai | 2002-03-08 | 1 | -6/+1 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | kraai | 2001-12-20 | 1 | -1/+1 |
* | Major rework of the directory structure and the entire build system. | andersen | 2001-10-24 | 1 | -58/+58 |
* | Make formatting match GNU ls (we were including a spare ' ') | andersen | 2001-07-31 | 1 | -1/+1 |
* | Some patches to make dietlibc work... | andersen | 2001-07-22 | 1 | -0/+1 |
* | Some adjustments, mostly from David McCullough <davidm@lineo.com> to | andersen | 2001-07-19 | 1 | -0/+2 |
* | Pad the human readable output for 'ls -sh' to 6 chars, since we will | andersen | 2001-06-30 | 1 | -1/+1 |
* | ls -s was reporting bytes instead of blocks. | mjn3 | 2001-06-30 | 1 | -1/+1 |
* | Fix up some warnings that show up on ppc | andersen | 2001-06-25 | 1 | -1/+1 |
* | I reworked make_human_readable_str so it now has a sane interface, | andersen | 2001-06-13 | 1 | -6/+5 |
* | Patch from larry to fix some grammar errors. | andersen | 2001-05-23 | 1 | -1/+1 |
* | Made new xreadlink function for libbb and changed applets to use it instead of | markw | 2001-04-30 | 1 | -6/+6 |
* | Simplify pathname building, in which a bug was noted by Larry Doolittle, | kraai | 2001-04-23 | 1 | -9/+9 |
* | more FILE_OFFSET_BITS == 64 adjustments. | andersen | 2001-04-05 | 1 | -1/+1 |
* | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | andersen | 2001-04-05 | 1 | -1/+1 |
* | Place a temporary bandaid on the ls/du/df human-readable issue. This method is | andersen | 2001-04-03 | 1 | -6/+9 |
* | Fix ls so it uses make_human_readable_str() the same way already | andersen | 2001-03-28 | 1 | -1/+1 |
* | Applied patch from David Douthitt to fix problem where ls reports half the | markw | 2001-03-27 | 1 | -2/+2 |
* | A cleanup patch from Jeff Garzik to static-ify a number of | andersen | 2001-03-09 | 1 | -16/+16 |
* | Some minor cleanups to df.c. Also, with Erik's blessing, changed name of | markw | 2001-03-07 | 1 | -2/+4 |
* | Fix up ls.c to ensure human readable works properly in all cases | andersen | 2001-03-07 | 1 | -5/+5 |
* | I made these little simplifications a while back, bug forgot to | andersen | 2001-03-06 | 1 | -3/+1 |
* | Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPS | andersen | 2001-02-20 | 1 | -4/+4 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | andersen | 2001-02-20 | 1 | -1/+1 |
* | Fixed 'ls -s' so it actually displays block sizes again. | andersen | 2001-02-15 | 1 | -3/+3 |
* | This patch, put together by Manuel Novoa III, is a merge of work | andersen | 2001-02-14 | 1 | -1/+1 |
* | Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. | markw | 2001-02-01 | 1 | -6/+5 |
* | Fix a stupid typo -- bug found by Larry Doolittle. | andersen | 2001-01-30 | 1 | -1/+1 |
* | Fix ls behavior for broken or very narrow terminals. Fix my_* | andersen | 2001-01-30 | 1 | -17/+25 |
* | Fix header file usage -- there were many unnecessary header files included in | andersen | 2001-01-27 | 1 | -0/+1 |
* | Fix my braindamage -- remove termios and sighandling since they are not | andersen | 2001-01-26 | 1 | -1/+1 |
* | I am an idiot. Looking over my patch, ls doesn't need to do anything | andersen | 2001-01-26 | 1 | -51/+1 |
* | Make cin be static | andersen | 2001-01-26 | 1 | -1/+1 |
* | Make ls understand termios. | andersen | 2001-01-26 | 1 | -1/+60 |
* | more bugs fixed -- found doing regression testing | andersen | 2001-01-24 | 1 | -2/+6 |
* | #define -> static const int. Also got rid of some big static buffers. | markw | 2001-01-23 | 1 | -35/+40 |
* | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | rjune | 2001-01-22 | 1 | -2/+29 |
* | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | kraai | 2001-01-18 | 1 | -23/+23 |
* | Change calls to error_msg.* and strerror to use perror_msg.*. | kraai | 2000-12-18 | 1 | -3/+3 |
* | Fix from Matt Kraai -- a better way to NULL terminate strings for the | andersen | 2000-12-13 | 1 | -2/+0 |
* | Changed names of functions in utility.c and all affected files, to make | markw | 2000-12-07 | 1 | -4/+4 |
* | Stop using TRUE and FALSE for exit status. | kraai | 2000-12-01 | 1 | -1/+0 |
* | Patch from Matt Kraai to fix an infinate loop with ls -aR | andersen | 2000-11-29 | 1 | -6/+32 |
* | Fixed user and group name listing. | kraai | 2000-11-18 | 1 | -22/+13 |
* | This was redundant | andersen | 2000-10-29 | 1 | -1/+0 |
* | Make features independent. | kraai | 2000-10-28 | 1 | -5/+21 |