Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | |
* mkdir: remove 3 lines in source code. * mkfs_minix: save 32 bytes, remove 4 bugs. * mkswap: save 64 bytes, remove 1 bug. | |||
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 | |
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 | |||
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 | |
a release. Update the website with release details. -Erik | |||
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | |
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 | |||
2001-01-27 | Add in a patch to make busybox use the normal pwd.h and grp.h | Eric Andersen | |
functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik | |||
2001-01-26 | Fix my braindamage -- remove termios and sighandling since they are not | Eric Andersen | |
needed at all. My bad. -Erik | |||
2001-01-26 | I am an idiot. Looking over my patch, ls doesn't need to do anything | Eric Andersen | |
more then the ioctl to get the win size. None of the termios handling crap is needed. -Erik | |||
2001-01-26 | Make cin be static | Eric Andersen | |
2001-01-26 | Make ls understand termios. | Eric Andersen | |
-Erik | |||
2001-01-25 | Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. | Eric Andersen | |
-Erik | |||
2001-01-25 | Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add | Eric Andersen | |
'id -n' support. -Erik | |||
2001-01-24 | more bugs fixed -- found doing regression testing | Eric Andersen | |
-Erik | |||
2001-01-24 | Remove the warning messages. By consensus, netkit-tiny doesn't | Eric Andersen | |
need to happen. | |||
2001-01-24 | Fix spelling. s/maintainence/maintenance/ | Eric Andersen | |
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | |
2001-01-22 | Fix silly typo | Eric Andersen | |
2001-01-22 | Warn about apps that will be going away in release 0.50 | Eric Andersen | |
-Erik | |||
2001-01-22 | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | Richard June | |
Add support for -k in du, df, and ls(no define, it's for compatibliity with the GNU utils as bb does -k by default) Fix bug #1084 | |||
2001-01-18 | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | Matt Kraai | |
Vladimir N. Oleynik. | |||
2001-01-17 | Complicate truncate behavior. | Matt Kraai | |
2001-01-05 | Turned some #define constants into static const ints. | Mark Whitley | |
2001-01-05 | Rewrote tail. | Matt Kraai | |
2001-01-04 | Changed email address to codepoet.org, updated list of applets / docs I | Mark Whitley | |
maintain in AUTHORS. | |||
2000-12-30 | Improvements from Vladimir N. Oleynik. | Matt Kraai | |
2000-12-22 | Use busybox error handling functions wherever possible. | Matt Kraai | |
2000-12-20 | Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSE | Eric Andersen | |
and wasnever updated when TRUE and FALSE were fixed. So kludge it by doing an #undef TRUE, then define it backwards... | |||
2000-12-20 | Fix a warning in sh.c. Remove use of getline() in md5sum since | Eric Andersen | |
nobody else uses it and it is a GNU extension anyways... | |||
2000-12-20 | Rewrote. | Matt Kraai | |
2000-12-18 | Rewrote dd. | Matt Kraai | |
2000-12-18 | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai | |
2000-12-18 | Add missing newlines to error messages. | Matt Kraai | |