Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed df.c so that nfs volumes will display properly (fixing bug #1113). | Eric Andersen | 2001-03-09 | 1 | -6/+10 | |
| | | | | | | | 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 | |||||
* | Patch from Jeff Garzik marking a few 'getopt not needed' apps. | Eric Andersen | 2001-03-09 | 2 | -0/+4 | |
| | ||||||
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 7 | -28/+28 | |
| | | | | namespace polluting things that really should be static. | |||||
* | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen | 2001-03-09 | 7 | -1/+8 | |
| | | | | | warnings with glibc 2.2 and use always use xfopen -Erik | |||||
* | Eliminate superfluous test. | Matt Kraai | 2001-03-07 | 1 | -2/+0 | |
| | ||||||
* | Some minor cleanups to df.c. Also, with Erik's blessing, changed name of | Mark Whitley | 2001-03-07 | 3 | -39/+42 | |
| | | | | 'format' function to 'make_human_readable_str'. | |||||
* | Static-ify a variable. make du work with all the human-readable variants | Eric Andersen | 2001-03-07 | 2 | -6/+17 | |
| | | | | since my last pass only fixed 'du -h' but left the others broken. | |||||
* | Fix up du so it behaves itself also. | Eric Andersen | 2001-03-07 | 1 | -2/+2 | |
| | | | | -Erik | |||||
* | Fix up df so it works properly | Eric Andersen | 2001-03-07 | 1 | -10/+5 | |
| | | | | -Erik | |||||
* | Fix up ls.c to ensure human readable works properly in all cases | Eric Andersen | 2001-03-07 | 1 | -5/+5 | |
| | ||||||
* | I made these little simplifications a while back, bug forgot to | Eric Andersen | 2001-03-06 | 2 | -7/+3 | |
| | | | | | check this stuff in. -Erik | |||||
* | Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour in | Mark Whitley | 2001-03-02 | 1 | -249/+301 | |
| | | | | recovery_mode and changed option processing. | |||||
* | Patch from Vladimir N. Oleynik to save 128 bytes by moving error | Eric Andersen | 2001-02-27 | 1 | -3/+0 | |
| | | | | checking for some my_* functions to utility.c | |||||
* | Add in kent robotti's updated dos2unix.c | Eric Andersen | 2001-02-22 | 1 | -38/+144 | |
| | ||||||
* | Make md5sum not display filename when reading stdin | Eric Andersen | 2001-02-22 | 1 | -1/+6 | |
| | | | | -Erik | |||||
* | Oops! I left in my debug noise. | Eric Andersen | 2001-02-21 | 1 | -3/+0 | |
| | ||||||
* | df was totally broken. So I fixed it. | Eric Andersen | 2001-02-21 | 1 | -11/+32 | |
| | | | | -Erik | |||||
* | Small patch from Kent Robotti to show megabytes in human-readable output. | Mark Whitley | 2001-02-20 | 1 | -1/+2 | |
| | ||||||
* | Minor cleanup. | Eric Andersen | 2001-02-20 | 1 | -13/+11 | |
| | ||||||
* | Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPS | Eric Andersen | 2001-02-20 | 1 | -4/+4 | |
| | | | | -Erik | |||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 43 | -61/+62 | |
| | | | | | | 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 | |||||
* | Another patch from Vladimir to eliminate obsolete junk. | Eric Andersen | 2001-02-18 | 2 | -9/+2 | |
| | ||||||
* | Get rid of long stale usage message code. | Eric Andersen | 2001-02-17 | 1 | -6/+3 | |
| | | | | -Erik | |||||
* | Fix compile error, sync() always returns 0 anyway. | Glenn L McGrath | 2001-02-16 | 1 | -1/+3 | |
| | ||||||
* | use perror_msg instead of perror to print the applet name. | Eric Andersen | 2001-02-15 | 1 | -18/+31 | |
| | | | | -Erik | |||||
* | Fixed 'ls -s' so it actually displays block sizes again. | Eric Andersen | 2001-02-15 | 1 | -3/+3 | |
| | | | | -Erik | |||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 37 | -52/+52 | |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||||
* | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen | 2001-02-14 | 1 | -0/+1392 | |
| | | | | -Erik | |||||
* | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai | 2001-02-05 | 2 | -3/+3 | |
| | ||||||
* | Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. | Mark Whitley | 2001-02-01 | 1 | -6/+5 | |
| | ||||||
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 13 | -56/+56 | |
| | ||||||
* | Cleanup patch from Vladimir N. Oleynik. | Eric Andersen | 2001-01-31 | 1 | -8/+4 | |
| | | | | | | * mkdir: remove 3 lines in source code. * mkfs_minix: save 32 bytes, remove 4 bugs. * mkswap: save 64 bytes, remove 1 bug. | |||||
* | Fix a stupid typo -- bug found by Larry Doolittle. | Eric Andersen | 2001-01-30 | 1 | -1/+1 | |
| | ||||||
* | Fix ls behavior for broken or very narrow terminals. Fix my_* | Eric Andersen | 2001-01-30 | 1 | -17/+25 | |
| | | | | | | functions so they comply with the original interface (i.e. don't exit on error, stringify uids and gids when no amtching name found). -Erik | |||||
* | Fix missing header file. | Matt Kraai | 2001-01-29 | 1 | -0/+1 | |
| | ||||||
* | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen | 2001-01-27 | 16 | -17/+17 | |
| | | | | | a release. Update the website with release details. -Erik | |||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 37 | -7/+72 | |
| | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | |||||
* | Add in a patch to make busybox use the normal pwd.h and grp.h | Eric Andersen | 2001-01-27 | 4 | -5/+0 | |
| | | | | | | functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik | |||||
* | Fix my braindamage -- remove termios and sighandling since they are not | Eric Andersen | 2001-01-26 | 1 | -1/+1 | |
| | | | | | needed at all. My bad. -Erik | |||||
* | I am an idiot. Looking over my patch, ls doesn't need to do anything | Eric Andersen | 2001-01-26 | 1 | -51/+1 | |
| | | | | | | more then the ioctl to get the win size. None of the termios handling crap is needed. -Erik | |||||
* | Make cin be static | Eric Andersen | 2001-01-26 | 1 | -1/+1 | |
| | ||||||
* | Make ls understand termios. | Eric Andersen | 2001-01-26 | 1 | -1/+60 | |
| | | | | -Erik | |||||
* | Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. | Eric Andersen | 2001-01-25 | 1 | -4/+5 | |
| | | | | -Erik | |||||
* | Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add | Eric Andersen | 2001-01-25 | 1 | -6/+18 | |
| | | | | | 'id -n' support. -Erik | |||||
* | more bugs fixed -- found doing regression testing | Eric Andersen | 2001-01-24 | 1 | -2/+6 | |
| | | | | -Erik | |||||
* | Remove the warning messages. By consensus, netkit-tiny doesn't | Eric Andersen | 2001-01-24 | 1 | -4/+0 | |
| | | | | need to happen. | |||||
* | Fix spelling. s/maintainence/maintenance/ | Eric Andersen | 2001-01-24 | 1 | -1/+1 | |
| | ||||||
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 6 | -62/+79 | |
| | ||||||
* | Fix silly typo | Eric Andersen | 2001-01-22 | 1 | -1/+1 | |
| | ||||||
* | Warn about apps that will be going away in release 0.50 | Eric Andersen | 2001-01-22 | 1 | -0/+4 | |
| | | | | -Erik |