| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley | 2006-03-13 | 1 | -1/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | Selinux fix from Jan Kiszka. | Rob Landley | 2006-03-01 | 1 | -5/+1 |
* | clean up yet more annoying signed/unsigned mismatches and fixup | Eric Andersen | 2006-01-30 | 1 | -1/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -31/+31 |
* | another more const | "Vladimir N. Oleynik" | 2005-10-20 | 1 | -1/+1 |
* | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | 2005-09-20 | 1 | -2/+2 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 1 | -1/+1 |
* | - usage fresh bb_getopt_ulflags for ls -- very size reduce. | "Vladimir N. Oleynik" | 2005-09-05 | 1 | -77/+64 |
* | commiting patch from bug 71: | Paul Fox | 2005-08-01 | 1 | -2/+61 |
* | A patch from Takeharu KATO to update/fix SE-Linux support. | Rob Landley | 2005-05-03 | 1 | -24/+24 |
* | Patch from David Daney to make the -i option work with -l. | Glenn L McGrath | 2004-09-24 | 1 | -1/+1 |
* | Tito writes: | Eric Andersen | 2004-08-26 | 1 | -2/+2 |
* | BusyBox has no business hard coding the number of major and minor bits for a | Eric Andersen | 2004-07-26 | 1 | -7/+3 |
* | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | 2004-03-27 | 1 | -4/+4 |
* | Brian Pomerantz writes: | Eric Andersen | 2004-03-23 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
* | Fix broken sort order flags. | Manuel Novoa III | 2004-03-08 | 1 | -3/+2 |
* | Patch from Matt Kraai to fix debian bug number 231994. | Glenn L McGrath | 2004-03-06 | 1 | -4/+7 |
* | Vladimir N. Oleynik writes: | Eric Andersen | 2004-02-05 | 1 | -2/+2 |
* | Fix a bug where `ls -le` would print the time twice. | Glenn L McGrath | 2004-01-18 | 1 | -13/+13 |
* | Use bb_getopt_ulflags, save 200-300 bytes | Glenn L McGrath | 2004-01-18 | 1 | -89/+131 |
* | Fix oversight with CONFIG_FEATURE_AUTOWIDTH handling | Eric Andersen | 2003-11-04 | 1 | -0/+2 |
* | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | Eric Andersen | 2003-09-15 | 1 | -10/+5 |
* | Michael Sternberg writes: | Eric Andersen | 2003-07-14 | 1 | -0/+4 |
* | Patch from Russell Coker: | Eric Andersen | 2003-07-03 | 1 | -13/+81 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -289/+268 |
* | last_patch75_2 from vodz, | Eric Andersen | 2003-01-14 | 1 | -2/+4 |
* | Correct column width for tab completion and ls | Glenn L McGrath | 2003-01-06 | 1 | -114/+82 |
* | Change if(x)free(x); to free(x); | Aaron Lehmann | 2002-11-28 | 1 | -2/+1 |
* | Use printf instead of fprintf(stdout | Glenn L McGrath | 2002-11-28 | 1 | -7/+3 |
* | Run through indent, fix BB_ define | Glenn L McGrath | 2002-08-22 | 1 | -355/+441 |
* | Fix silly combinitorial oversight | Eric Andersen | 2002-04-27 | 1 | -5/+3 |
* | ls could mis-color certain entries when previous commands | Eric Andersen | 2002-04-17 | 1 | -0/+2 |
* | Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provide | Eric Andersen | 2002-03-20 | 1 | -2/+63 |
* | list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined. | Matt Kraai | 2002-03-08 | 1 | -0/+2 |
* | * fileutils/ls.c (showfiles): Display multiple short names on a line. | Matt Kraai | 2002-03-08 | 1 | -6/+1 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | 2001-12-20 | 1 | -1/+1 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -58/+58 |
* | Make formatting match GNU ls (we were including a spare ' ') | Eric Andersen | 2001-07-31 | 1 | -1/+1 |
* | Some patches to make dietlibc work... | Eric Andersen | 2001-07-22 | 1 | -0/+1 |
* | Some adjustments, mostly from David McCullough <davidm@lineo.com> to | Eric Andersen | 2001-07-19 | 1 | -0/+2 |
* | Pad the human readable output for 'ls -sh' to 6 chars, since we will | Eric Andersen | 2001-06-30 | 1 | -1/+1 |
* | ls -s was reporting bytes instead of blocks. | Manuel Novoa III | 2001-06-30 | 1 | -1/+1 |
* | Fix up some warnings that show up on ppc | Eric Andersen | 2001-06-25 | 1 | -1/+1 |
* | I reworked make_human_readable_str so it now has a sane interface, | Eric Andersen | 2001-06-13 | 1 | -6/+5 |
* | Patch from larry to fix some grammar errors. | Eric Andersen | 2001-05-23 | 1 | -1/+1 |
* | Made new xreadlink function for libbb and changed applets to use it instead of | Mark Whitley | 2001-04-30 | 1 | -6/+6 |
* | Simplify pathname building, in which a bug was noted by Larry Doolittle, | Matt Kraai | 2001-04-23 | 1 | -9/+9 |
* | more FILE_OFFSET_BITS == 64 adjustments. | Eric Andersen | 2001-04-05 | 1 | -1/+1 |