Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -1887/+0 |
| | | | | | files. Clean up the resulting damage and fix up the makefile. -Erik | ||||
* | Added a dependency on BB_MKFS_MINIX to xfopen(). | Mark Whitley | 2001-03-14 | 1 | -1/+1 |
| | |||||
* | Applied patch from Christophe Boyanique to add -i support to rm. | Mark Whitley | 2001-03-13 | 1 | -0/+18 |
| | |||||
* | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | 2001-03-12 | 1 | -0/+18 |
| | | | | klogd (as it should be). | ||||
* | Add missing dependency -- interface.c needs get_kernel_revision. | Manuel Novoa III | 2001-03-12 | 1 | -1/+1 |
| | |||||
* | Fix to trim to make it trim properly. | Mark Whitley | 2001-03-09 | 1 | -4/+4 |
| | |||||
* | Add in 'trim' routine. Fix up sh.c so it works when wordexp | Eric Andersen | 2001-03-08 | 1 | -0/+13 |
| | | | | | is not available. -Erik | ||||
* | Rework environment variable handling to use wordexp, per a suggestion from | Eric Andersen | 2001-03-08 | 1 | -1/+1 |
| | | | | | | | | | Larry Doolittle a couple of months ago. This makes the stuff-expansion in lash be ever so standards compliant. This change needs testing by everyone, but appears to be solid enough to let us close bug #1090. It works for me; however, please test this change! -Erik | ||||
* | Applied patch from Vladimir to fix bug where find would stop as soon as it hit | Mark Whitley | 2001-03-08 | 1 | -16/+11 |
| | | | | a perms error. Closes bug 1124. | ||||
* | Some minor cleanups to df.c. Also, with Erik's blessing, changed name of | Mark Whitley | 2001-03-07 | 1 | -1/+1 |
| | | | | 'format' function to 'make_human_readable_str'. | ||||
* | Applied patch from Christophe Boyaniqu to remove double-slashes printed in | Mark Whitley | 2001-03-07 | 1 | -1/+4 |
| | | | | recursive_action. | ||||
* | Rewrite of format so it behaves itself | Eric Andersen | 2001-03-07 | 1 | -36/+16 |
| | | | | -Erik | ||||
* | Bug 1110 reported that the LOOP_GET_STATUS ioctl apparently returnes non-zero | Eric Andersen | 2001-03-06 | 1 | -1/+1 |
| | | | | | | error messages, contrary to the documentation. Whatever. This patch from zhaoway <zw@debian.org> looks safe enough. -Erik | ||||
* | If umount2 is not available, stub it out. | Eric Andersen | 2001-03-04 | 1 | -5/+20 |
| | |||||
* | Reduce the size of mount (and bypass /proc/filesystems) by using the sysfs | Eric Andersen | 2001-03-01 | 1 | -2/+2 |
| | | | | | system call, based on work done by Glenn McGrath in December. -Erik | ||||
* | Patch from Vladimir N. Oleynik to save 128 bytes by moving error | Eric Andersen | 2001-02-27 | 1 | -7/+10 |
| | | | | checking for some my_* functions to utility.c | ||||
* | utility.c must include stdarg.h | David Kimdon | 2001-02-23 | 1 | -0/+1 |
| | |||||
* | Argh. I should know to compile first. | Eric Andersen | 2001-02-23 | 1 | -2/+1 |
| | |||||
* | Make utility.c only define query_module when BB_FEATURE_NEW_MODULE_INTERFACE | Eric Andersen | 2001-02-23 | 1 | -1/+2 |
| | | | | | is enabled. -Erik | ||||
* | Another update to the way usage messages are done by Evin Robertson | Eric Andersen | 2001-02-22 | 1 | -12/+10 |
| | | | | | | <nitfol@my-deja.com>, which makes things just a little bit smaller, but makes usage.h more readable/maintainable IMHO. -Erik | ||||
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -14/+14 |
| | | | | | | 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 | ||||
* | A few more cleanups from Vladimir. | Eric Andersen | 2001-02-18 | 1 | -17/+21 |
| | |||||
* | Regression testing bugfixes from Larry Doolittle. As an aside, | Eric Andersen | 2001-02-16 | 1 | -3/+4 |
| | | | | | | | | can I just say how much I am looking forward to having 0.50 released, so we can address this #define stupidness properly by building a static libbusybox, and then letting the linker sort out the dependancies.... Ahh, that will be much nicer. -Erik | ||||
* | I forgot to add usage.h, so here it is, with a few extra cleanups. | Eric Andersen | 2001-02-14 | 1 | -2/+8 |
| | | | | | | | Also update show_usage to handle the updated usage.h. Again, nearly all the work to get usage.h into shape was done by Manuel Novoa III. -Erik | ||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -2/+25 |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | ||||
* | Add in ifconfig and route | Eric Andersen | 2001-02-14 | 1 | -0/+8 |
| | |||||
* | Several cleanups from Manuel Novoa III. | Eric Andersen | 2001-02-14 | 1 | -132/+153 |
| | | | | | | | | | | | | get_kernel_revision -- size reduction NOTE: may want to combine with get_kernel_version in insmod??? parse_mode -- size reduction, multiple settings with "," now work correctly, sticky-bit setting now implemented process_escape_sequence -- size reduction, octal code to big for char bug fixed format -- size reduction, val > LONG_MAX and hr = 1 printing bug fixed (was %ld), | ||||
* | BB_DPKG uses copy_file | Glenn L McGrath | 2001-02-10 | 1 | -1/+1 |
| | |||||
* | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai | 2001-02-05 | 1 | -2/+3 |
| | |||||
* | Apply a patch from Larry Doolittle to add "-all" and "-none" switches | Eric Andersen | 2001-02-01 | 1 | -16/+4 |
| | | | | | | | to multibuild.pl. I did a little formatting adjustments to make it _very_ obvious when things stop working. I also removed the USE_PROCFS config option -- just do the right thing when USE_DEVPS_PATCH is enabled. -Erik | ||||
* | Create find_applet_by_name function. Save 32 bytes. | Matt Kraai | 2001-02-01 | 1 | -4/+12 |
| | |||||
* | Fix wget error message and add (and use) chomp library function. | Matt Kraai | 2001-02-01 | 1 | -0/+13 |
| | |||||
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -10/+12 |
| | |||||
* | xfopen now used by wget | Eric Andersen | 2001-01-31 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Fix ls behavior for broken or very narrow terminals. Fix my_* | Eric Andersen | 2001-01-30 | 1 | -8/+8 |
| | | | | | | 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 header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+8 |
| | | | | | | | 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 | 1 | -86/+43 |
| | | | | | | functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik | ||||
* | Tar, by itself, could fail. | Eric Andersen | 2001-01-25 | 1 | -1/+2 |
| | |||||
* | Fix for dpkg-deb, courtesy of Larry Doolittle. | Eric Andersen | 2001-01-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | More regression testing found buglets | Eric Andersen | 2001-01-25 | 1 | -3/+4 |
| | |||||
* | More regression-found bug fixes | Eric Andersen | 2001-01-24 | 1 | -3/+3 |
| | |||||
* | more bugs fixed -- found doing regression testing | Eric Andersen | 2001-01-24 | 1 | -3/+3 |
| | | | | -Erik | ||||
* | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | 2001-01-23 | 1 | -5/+5 |
| | |||||
* | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | Richard June | 2001-01-22 | 1 | -0/+21 |
| | | | | | 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 | ||||
* | Use getopt (or getopt_long). | Matt Kraai | 2001-01-22 | 1 | -1/+1 |
| | |||||
* | lean up a potential error, thanks to Vladimir N. Oleynik <dzo@simtreas.ru>. | Eric Andersen | 2001-01-20 | 1 | -11/+6 |
| | |||||
* | enable is_direcotry() for dpkg-deb | Glenn L McGrath | 2001-01-03 | 1 | -1/+1 |
| | |||||
* | Improvements from Vladimir N. Oleynik. | Matt Kraai | 2000-12-30 | 1 | -0/+2 |
| | |||||
* | Use busybox error handling functions wherever possible. | Matt Kraai | 2000-12-22 | 1 | -29/+23 |
| | |||||
* | Fix tar handling of absolute paths and excluded directories. | Matt Kraai | 2000-12-19 | 1 | -6/+7 |
| |