Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply Vladimir's latest cleanup patch. | Eric Andersen | 2001-04-09 | 1 | -0/+3 |
| | | | | -Erik | ||||
* | A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds | Eric Andersen | 2001-04-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | | - support for ftp downloads - HTTP basic authentication support (as an optional feature) - handling of http redirections - protocol version changed to 1.0 (to stop servers from requesting chunked encoding) - bugfix: in the case when content-length not given, wget didn't download anything - when attempting to continue an aborted download but server doesn't support restarts, reopen output file in write mode - changed assumption that existing file should restart an aborted download. Now the user must explicitly specify this with -c | ||||
* | I said no new features till after the 0.51 release. Well, I lied. This is a | Eric Andersen | 2001-04-04 | 1 | -0/+12 |
| | | | | | vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive! | ||||
* | Move the mtab support stuff into libbb | Eric Andersen | 2001-04-01 | 1 | -9/+1 |
| | | | | -Erik | ||||
* | Add in a new standalone env applet for fixing up app's environments | Eric Andersen | 2001-03-29 | 1 | -0/+1 |
| | | | | -Erik | ||||
* | Enable tar -z support again by default | Glenn L McGrath | 2001-03-28 | 1 | -1/+1 |
| | |||||
* | Disable tar -z for now | Glenn L McGrath | 2001-03-28 | 1 | -1/+1 |
| | |||||
* | Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130). | Matt Kraai | 2001-03-27 | 1 | -3/+2 |
| | |||||
* | Added adjtimex applet from Larry Doolittle. | Mark Whitley | 2001-03-20 | 1 | -0/+1 |
| | |||||
* | Some configuration adjustments from Vladimir | Eric Andersen | 2001-03-19 | 1 | -5/+1 |
| | |||||
* | Fix linuxrc define | Eric Andersen | 2001-03-15 | 1 | -1/+0 |
| | |||||
* | Removed leftover BB_FEATURE_KLOGD per report from Giulio Orsero | Mark Whitley | 2001-03-15 | 1 | -3/+0 |
| | |||||
* | Applied patch from Christophe Boyanique to add an egrep alias for grep. | Mark Whitley | 2001-03-14 | 1 | -0/+3 |
| | |||||
* | The IPC_SYSLOG stuff should be off by default. | Eric Andersen | 2001-03-14 | 1 | -3/+2 |
| | | | | -Erik | ||||
* | - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPT | Mark Whitley | 2001-03-14 | 1 | -59/+69 |
| | | | | | | | | | | | - Set BB_FEATURE_SH_STANDALONE_SHELL and BB_FEATURE_SH_APPLETS_ALWAYS_WIN to be off by default - Set BB_FEATURE_SH_SIMPLE_PROMPT to be on by default - Added some more magic to the Olympus section to make all the dependencies on the shell, cmdline editing, tab completion and friend work properly. - Tidied up the Olympus section with some whitespace. Checked the various scrips that parse through there and the extra whitespace shouldn't break anything. | ||||
* | Update the lash shell (hopefully the last time...) so things like | Eric Andersen | 2001-03-13 | 1 | -14/+11 |
| | | | | | | echo "foo bar" and echo -n "foo\t\\\\\tbar" work as expected. Merge prompt printing work from Vladimir. -Erik | ||||
* | Applied patch from Christophe Boyanique to add -i support to rm. | Mark Whitley | 2001-03-13 | 1 | -0/+3 |
| | |||||
* | Some fixlets that didn't get added in the last 'syslogd split' patch: | Mark Whitley | 2001-03-12 | 1 | -1/+10 |
| | | | | | | - BB_LOGREAD should not be in the applet section - BB_FEATURE_IPC_SYSLOG added to the feature section - Some voodoo added to the Olympus section | ||||
* | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | 2001-03-12 | 1 | -0/+2 |
| | | | | klogd (as it should be). | ||||
* | Improved port of ifconfig... smaller and with more features. | Manuel Novoa III | 2001-03-08 | 1 | -0/+9 |
| | |||||
* | Add in a first pass at ifconfig status reporting. It took a long while | Eric Andersen | 2001-03-06 | 1 | -0/+10 |
| | | | | | | | hacking on the mess in net-tools-1.59, but it currently adds 12k and supports ethernet, loop, ppp, and treats everything else as a generic interface. Works ok for me. -Erik | ||||
* | Whoops! BB_TFTP should prolly be off by default. | Mark Whitley | 2001-03-02 | 1 | -1/+1 |
| | |||||
* | Added Magnus Damm's tftp applet to Busybox. | Mark Whitley | 2001-03-02 | 1 | -0/+5 |
| | |||||
* | Only default to BB_FEATURE_NEW_MODULE_INTERFACE when | Eric Andersen | 2001-02-23 | 1 | -1/+1 |
| | | | | | BB_FEATURE_OLD_MODULE_INTERFACE is not defined. -Erik | ||||
* | Add in kent robotti's updated dos2unix.c | Eric Andersen | 2001-02-22 | 1 | -1/+4 |
| | |||||
* | Update the build system for pristine source directory builds. This | Eric Andersen | 2001-02-17 | 1 | -17/+5 |
| | | | | | | update is primarily work done by Larry Doolittle, but I did some touchups of my own to make it work for me, -Erik | ||||
* | Several features were hard coded on. Stop that. List tab completion | Eric Andersen | 2001-02-16 | 1 | -5/+4 |
| | | | | | as working (thanks Vladimir!) and taking 4k. -Erik | ||||
* | Make dpkg require dpkg-deb | Eric Andersen | 2001-02-16 | 1 | -0/+6 |
| | |||||
* | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen | 2001-02-14 | 1 | -0/+1 |
| | | | | -Erik | ||||
* | Add in ifconfig and route | Eric Andersen | 2001-02-14 | 1 | -0/+2 |
| | |||||
* | Apply a patch from Evin Robertson -- new pivot_root applet. | Eric Andersen | 2001-02-13 | 1 | -0/+1 |
| | | | | -Erik | ||||
* | New applet: dpkg | Glenn L McGrath | 2001-02-10 | 1 | -0/+1 |
| | |||||
* | Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set. | Mark Whitley | 2001-02-09 | 1 | -0/+3 |
| | |||||
* | Reworked find with David Douthitt to support -type, -perm, -mtime, and | Matt Kraai | 2001-02-07 | 1 | -0/+9 |
| | | | | other improvements. | ||||
* | After testing multi-build, I stupidly committed Config.h | Eric Andersen | 2001-02-02 | 1 | -4/+113 |
| | | | | | with nearly everything turned off. Doh! -Erik | ||||
* | Apply a patch from Larry Doolittle to add "-all" and "-none" switches | Eric Andersen | 2001-02-01 | 1 | -118/+11 |
| | | | | | | | 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 | ||||
* | Patch from Bryan Rittmeyer -- be more conservative by default | Eric Andersen | 2001-01-30 | 1 | -2/+8 |
| | | | | | with the lash prompt. -Erik | ||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -6/+2 |
| | | | | | | | 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 | ||||
* | Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completion | Mark Whitley | 2001-01-26 | 1 | -1/+5 |
| | | | | in Busybox shell. (Thanks, Vlad.) | ||||
* | Update some comments to clarify things. | Eric Andersen | 2001-01-26 | 1 | -2/+6 |
| | |||||
* | Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. | Eric Andersen | 2001-01-25 | 1 | -0/+5 |
| | | | | -Erik | ||||
* | Add in spoon's watchdog timer app. | Eric Andersen | 2001-01-25 | 1 | -6/+7 |
| | | | | -Erik | ||||
* | more bugs fixed -- found doing regression testing | Eric Andersen | 2001-01-24 | 1 | -16/+14 |
| | | | | -Erik | ||||
* | Cleanup for build problem found using regression script | Eric Andersen | 2001-01-24 | 1 | -0/+2 |
| | |||||
* | Remove host* applets from the default build. | Eric Andersen | 2001-01-22 | 1 | -2/+2 |
| | |||||
* | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | Richard June | 2001-01-22 | 1 | -0/+3 |
| | | | | | 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 | ||||
* | Clarify the statusbar config option so it states which applet it applies to. | Eric Andersen | 2001-01-20 | 1 | -1/+1 |
| | |||||
* | Adjust the default feature set a wee bit | Eric Andersen | 2001-01-20 | 1 | -2/+2 |
| | |||||
* | Disable a bunch of less common stuff by default. This produces | Eric Andersen | 2001-01-03 | 1 | -46/+46 |
| | | | | a more reasonable sized default build. | ||||
* | add dpkg-deb command | Glenn L McGrath | 2001-01-02 | 1 | -0/+13 |
| |