Age | Commit message (Expand) | Author |
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 |
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 |
2001-03-09 | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen |
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 |
2001-03-07 | Static-ify a variable. make du work with all the human-readable variants | Eric Andersen |
2001-03-07 | Fix up du so it behaves itself also. | Eric Andersen |
2001-03-07 | Fix up df so it works properly | Eric Andersen |
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 |
2001-03-02 | Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour in | Mark Whitley |
2001-02-27 | Patch from Vladimir N. Oleynik to save 128 bytes by moving error | Eric Andersen |
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 |
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 |
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 |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
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 |
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 |
2001-02-15 | Fixed 'ls -s' so it actually displays block sizes again. | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-02-14 | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen |
2001-02-05 | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai |
2001-02-01 | Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. | Mark Whitley |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2001-01-31 | Cleanup patch from Vladimir N. Oleynik. | Eric Andersen |
2001-01-30 | Fix a stupid typo -- bug found by Larry Doolittle. | Eric Andersen |
2001-01-30 | Fix ls behavior for broken or very narrow terminals. Fix my_* | Eric Andersen |
2001-01-29 | Fix missing header file. | Matt Kraai |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for | Eric Andersen |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-27 | Add in a patch to make busybox use the normal pwd.h and grp.h | Eric Andersen |
2001-01-26 | Fix my braindamage -- remove termios and sighandling since they are not | Eric Andersen |
2001-01-26 | I am an idiot. Looking over my patch, ls doesn't need to do anything | Eric Andersen |
2001-01-26 | Make cin be static | Eric Andersen |
2001-01-26 | Make ls understand termios. | Eric Andersen |
2001-01-25 | Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. | Eric Andersen |
2001-01-25 | Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add | Eric Andersen |
2001-01-24 | more bugs fixed -- found doing regression testing | Eric Andersen |
2001-01-24 | Remove the warning messages. By consensus, netkit-tiny doesn't | Eric Andersen |