| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+1 |
* | Fix my braindamage -- remove termios and sighandling since they are not | Eric Andersen | 2001-01-26 | 1 | -1/+1 |
* | I am an idiot. Looking over my patch, ls doesn't need to do anything | Eric Andersen | 2001-01-26 | 1 | -51/+1 |
* | Make cin be static | Eric Andersen | 2001-01-26 | 1 | -1/+1 |
* | Make ls understand termios. | Eric Andersen | 2001-01-26 | 1 | -1/+60 |
* | more bugs fixed -- found doing regression testing | Eric Andersen | 2001-01-24 | 1 | -2/+6 |
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -35/+40 |
* | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | Richard June | 2001-01-22 | 1 | -2/+29 |
* | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | Matt Kraai | 2001-01-18 | 1 | -23/+23 |
* | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai | 2000-12-18 | 1 | -3/+3 |
* | Fix from Matt Kraai -- a better way to NULL terminate strings for the | Eric Andersen | 2000-12-13 | 1 | -2/+0 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -4/+4 |
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -1/+0 |
* | Patch from Matt Kraai to fix an infinate loop with ls -aR | Eric Andersen | 2000-11-29 | 1 | -6/+32 |
* | Fixed user and group name listing. | Matt Kraai | 2000-11-18 | 1 | -22/+13 |
* | This was redundant | Eric Andersen | 2000-10-29 | 1 | -1/+0 |
* | Make features independent. | Matt Kraai | 2000-10-28 | 1 | -5/+21 |
* | We also need to declare info if the USERNAMES feature is enabled. | Matt Kraai | 2000-10-28 | 1 | -2/+4 |
* | Consolidate stat(2) and lstat(2) calls and error handling. | Matt Kraai | 2000-10-13 | 1 | -34/+25 |
* | Exit with failure status if we are unable to list any files or | Matt Kraai | 2000-10-13 | 1 | -1/+8 |
* | Apply a patch from Matt Kraai to fix buffer overrun and convert to | Eric Andersen | 2000-10-12 | 1 | -19/+15 |
* | Apply a patch from Matt Kraai: | Eric Andersen | 2000-10-09 | 1 | -1/+11 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
* | Add support for the -L option to ls. | Matt Kraai | 2000-09-22 | 1 | -0/+19 |
* | Large file >2Gib support. | Eric Andersen | 2000-09-21 | 1 | -0/+8 |
* | New ls sorting patch, as written by Sterling Huxley, and then updated | Eric Andersen | 2000-09-07 | 1 | -472/+642 |
* | Fixed a warning about a label not being used | Pavel Roskin | 2000-08-22 | 1 | -4/+4 |
* | Add optional ls file sorting, thanks to a patch from | Eric Andersen | 2000-08-11 | 1 | -0/+86 |
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -1/+0 |
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -57/+0 |
* | Comment on kernel stuff | Eric Andersen | 2000-07-10 | 1 | -4/+0 |
* | Update files to reduce dependance on kernel version... | Eric Andersen | 2000-07-08 | 1 | -4/+4 |
* | Remove MAXNAMLEN and use BUFSIZ instead. | Eric Andersen | 2000-07-06 | 1 | -1/+1 |
* | Added support for ignoring '-g' per GNU ls, thanks to David Vrabel | Eric Andersen | 2000-07-03 | 1 | -0/+2 |
* | * Fixed 'swapon -a' and 'swapoff -a', which were broken. | Eric Andersen | 2000-06-07 | 1 | -7/+44 |
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -1/+4 |
* | Latest and greatest. Some effort at libc5 (aiming towards newlib) | Erik Andersen | 2000-04-28 | 1 | -1/+1 |
* | More doc updates for BusyBox, with fixes to apps for bugs revealed | Erik Andersen | 2000-04-13 | 1 | -9/+26 |
* | The new tar for busybox is now done, and works just fine | Erik Andersen | 2000-03-24 | 1 | -0/+5 |
* | My latest ramblings. | Erik Andersen | 2000-03-23 | 1 | -5/+0 |
* | Updates | Erik Andersen | 2000-02-11 | 1 | -7/+21 |
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -129/+168 |
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -1/+1 |
* | Fixed ls formatting for 8 char user names. | Erik Andersen | 2000-01-27 | 1 | -1/+1 |
* | * sed now supports addresses (numeric or regexp, with negation) and | Erik Andersen | 1999-12-29 | 1 | -11/+15 |
* | Stuf | Eric Andersen | 1999-11-23 | 1 | -10/+17 |
* | Stuf | Eric Andersen | 1999-11-19 | 1 | -28/+23 |
* | Stuf | Eric Andersen | 1999-11-19 | 1 | -1/+1 |
* | Stuff | Eric Andersen | 1999-11-09 | 1 | -48/+13 |
* | init and ls -l fixes | Eric Andersen | 1999-11-07 | 1 | -5/+5 |