Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-11 | Vladimir's patch to reverse previous patch | Glenn L McGrath | |
2001-04-09 | Apply Vladimir's latest cleanup patch. | Eric Andersen | |
-Erik | |||
2001-04-05 | more FILE_OFFSET_BITS == 64 adjustments. | Eric Andersen | |
2001-04-05 | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen | |
shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can handle them sanely and all at once. -Erik | |||
2001-04-03 | Place a temporary bandaid on the ls/du/df human-readable issue. This method is | Eric Andersen | |
not going to scale up as well as I would like, and Matt Kraai and I have discussed a better long term solution. But for now this will at least make all the human-readable apps give correct answers. Please test the human readable/non-human readable options on your systems!!! -Erik | |||
2001-03-29 | Add in a new standalone env applet for fixing up app's environments | Eric Andersen | |
-Erik | |||
2001-03-28 | Fix ls so it uses make_human_readable_str() the same way already | Eric Andersen | |
used by 'du' and 'df'. Now we just need to fix make_human_readable_str so it behaves they way it used to before Matt fixed it. | |||
2001-03-27 | Applied patch from David Douthitt to fix problem where ls reports half the | Mark Whitley | |
file size. Should close bug #1140. | |||
2001-03-23 | -Wshadow tr fix from Jeff Garzik | Eric Andersen | |
2001-03-21 | A nice patch from Larry Doolittle that adds -Wshadow and | Eric Andersen | |
cleans up most of the now-revealed problems. | |||
2001-03-19 | Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> | Eric Andersen | |
2001-03-19 | Simpify detection of no options. | Eric Andersen | |
2001-03-19 | locale correction patch from Vladimir | Eric Andersen | |
2001-03-19 | Should exclude "i" option when not enabled. | Eric Andersen | |
2001-03-19 | Doesn't need a "-" option -- getopt does that for us. | Eric Andersen | |
2001-03-19 | Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUE | Eric Andersen | |
2001-03-19 | getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will work | Eric Andersen | |
2001-03-13 | Credited Christophe Boyaniqu for interactive patch to rm. | Mark Whitley | |
2001-03-13 | Applied patch from Christophe Boyanique to add -i support to rm. | Mark Whitley | |
2001-03-10 | /* getopt not needed */ | Mark Whitley | |
2001-03-09 | Added some more '/* getopt not needed */' lines. | Mark Whitley | |
2001-03-09 | Fixed df.c so that nfs volumes will display properly (fixing bug #1113). | Eric Andersen | |
Problem was 512/1024 = 0 if you use longs, so I cast KILOBYTE to a double, then cast the result back to an int after the math is done, letting C's type promotion do its magic for the rest. -Erik | |||
2001-03-09 | Patch from Jeff Garzik marking a few 'getopt not needed' apps. | Eric Andersen | |
2001-03-09 | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | |
namespace polluting things that really should be static. | |||
2001-03-09 | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen | |
warnings with glibc 2.2 and use always use xfopen -Erik | |||
2001-03-07 | Eliminate superfluous test. | Matt Kraai | |
2001-03-07 | Some minor cleanups to df.c. Also, with Erik's blessing, changed name of | Mark Whitley | |
'format' function to 'make_human_readable_str'. | |||
2001-03-07 | Static-ify a variable. make du work with all the human-readable variants | Eric Andersen | |
since my last pass only fixed 'du -h' but left the others broken. | |||
2001-03-07 | Fix up du so it behaves itself also. | Eric Andersen | |
-Erik | |||
2001-03-07 | Fix up df so it works properly | Eric Andersen | |
-Erik | |||
2001-03-07 | Fix up ls.c to ensure human readable works properly in all cases | Eric Andersen | |
2001-03-06 | I made these little simplifications a while back, bug forgot to | Eric Andersen | |
check this stuff in. -Erik | |||
2001-03-02 | Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour in | Mark Whitley | |
recovery_mode and changed option processing. | |||
2001-02-27 | Patch from Vladimir N. Oleynik to save 128 bytes by moving error | Eric Andersen | |
checking for some my_* functions to utility.c | |||
2001-02-22 | Add in kent robotti's updated dos2unix.c | Eric Andersen | |
2001-02-22 | Make md5sum not display filename when reading stdin | Eric Andersen | |
-Erik | |||
2001-02-21 | Oops! I left in my debug noise. | Eric Andersen | |
2001-02-21 | df was totally broken. So I fixed it. | Eric Andersen | |
-Erik | |||
2001-02-20 | Small patch from Kent Robotti to show megabytes in human-readable output. | Mark Whitley | |
2001-02-20 | Minor cleanup. | Eric Andersen | |
2001-02-20 | Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPS | Eric Andersen | |
-Erik | |||
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | |||
2001-02-18 | Another patch from Vladimir to eliminate obsolete junk. | Eric Andersen | |
2001-02-17 | Get rid of long stale usage message code. | Eric Andersen | |
-Erik | |||
2001-02-16 | Fix compile error, sync() always returns 0 anyway. | Glenn L McGrath | |
2001-02-15 | use perror_msg instead of perror to print the applet name. | Eric Andersen | |
-Erik | |||
2001-02-15 | Fixed 'ls -s' so it actually displays block sizes again. | Eric Andersen | |
-Erik | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2001-02-14 | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen | |
-Erik | |||
2001-02-05 | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai | |