Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-24 | Get BB_LASH out of the list... | Eric Andersen | |
2001-05-23 | Patch from larry to fix some grammar errors. | Eric Andersen | |
2001-05-21 | Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug | Eric Andersen | |
#1130 (i.e. When you turn on features it should always ADD features) | |||
2001-05-21 | This patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de> is based on | Eric Andersen | |
the work of Jinux Kim on his "babobox" (derived from busybox-0.42), and enables kernel module loading and unloading for uClinux/m68k. | |||
2001-05-07 | Patch from Jim McQuillan to pass the terminal type to the remote host. | Eric Andersen | |
2001-04-26 | Disable lash | Eric Andersen | |
-Erik | |||
2001-04-25 | Removed obsoleted BB_FEATURE_RM_INTERACTIVE | Mark Whitley | |
2001-04-24 | Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately | Eric Andersen | |
adds 384 bytes to the overall size. But having each app be standalone is the Right Thing(tm) so we will just have to live with it. -Erik | |||
2001-04-23 | Rewrite cp and mv to be SUSv2 compliant. | Matt Kraai | |
2001-04-20 | Applied patch from Larry Doolittle to give users the third option of putting | Mark Whitley | |
buffers in BSS (in addition to stack and heap). | |||
2001-04-19 | This has two patches. First it moves interface.c to libbb (it is | Eric Andersen | |
support code after all). It also contains a patch from Larry Doolittle that removes two instances of "strlen([^)]*) *- *1", un-shadows two variables, relaxes requirement for a sprintf(3) that returns number of bytes written, and eliminates a duplicate subroutine. | |||
2001-04-17 | Applied patch from I.Q. to add sort -u as a feature. | Mark Whitley | |
2001-04-12 | dos2unix and unix2dos are now independent | Glenn L McGrath | |
2001-04-11 | dpkg, dpkg_deb dont depend on any other applets now | Glenn L McGrath | |
2001-04-11 | dpkg only dependeds on tar | Glenn L McGrath | |
2001-04-11 | Gzip is indepenedent of gunzip | Glenn L McGrath | |
2001-04-11 | Remove dpkg-deb applet dependencies, still depends on tar | Glenn L McGrath | |
2001-04-09 | Apply Vladimir's latest cleanup patch. | Eric Andersen | |
-Erik | |||
2001-04-05 | A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds | Eric Andersen | |
- 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 | |||
2001-04-04 | I said no new features till after the 0.51 release. Well, I lied. This is a | Eric Andersen | |
vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive! | |||
2001-04-01 | Move the mtab support stuff into libbb | Eric Andersen | |
-Erik | |||
2001-03-29 | Add in a new standalone env applet for fixing up app's environments | Eric Andersen | |
-Erik | |||
2001-03-28 | Enable tar -z support again by default | Glenn L McGrath | |
2001-03-28 | Disable tar -z for now | Glenn L McGrath | |
2001-03-27 | Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130). | Matt Kraai | |
2001-03-20 | Added adjtimex applet from Larry Doolittle. | Mark Whitley | |
2001-03-19 | Some configuration adjustments from Vladimir | Eric Andersen | |
2001-03-15 | Fix linuxrc define | Eric Andersen | |
2001-03-15 | Removed leftover BB_FEATURE_KLOGD per report from Giulio Orsero | Mark Whitley | |
2001-03-14 | Applied patch from Christophe Boyanique to add an egrep alias for grep. | Mark Whitley | |
2001-03-14 | The IPC_SYSLOG stuff should be off by default. | Eric Andersen | |
-Erik | |||
2001-03-14 | - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPT | Mark Whitley | |
- 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. | |||
2001-03-13 | Update the lash shell (hopefully the last time...) so things like | Eric Andersen | |
echo "foo bar" and echo -n "foo\t\\\\\tbar" work as expected. Merge prompt printing work from Vladimir. -Erik | |||
2001-03-13 | Applied patch from Christophe Boyanique to add -i support to rm. | Mark Whitley | |
2001-03-12 | Some fixlets that didn't get added in the last 'syslogd split' patch: | Mark Whitley | |
- 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 | |||
2001-03-12 | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | |
klogd (as it should be). | |||
2001-03-08 | Improved port of ifconfig... smaller and with more features. | Manuel Novoa III | |
2001-03-06 | Add in a first pass at ifconfig status reporting. It took a long while | Eric Andersen | |
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 | |||
2001-03-02 | Whoops! BB_TFTP should prolly be off by default. | Mark Whitley | |
2001-03-02 | Added Magnus Damm's tftp applet to Busybox. | Mark Whitley | |
2001-02-23 | Only default to BB_FEATURE_NEW_MODULE_INTERFACE when | Eric Andersen | |
BB_FEATURE_OLD_MODULE_INTERFACE is not defined. -Erik | |||
2001-02-22 | Add in kent robotti's updated dos2unix.c | Eric Andersen | |
2001-02-17 | Update the build system for pristine source directory builds. This | Eric Andersen | |
update is primarily work done by Larry Doolittle, but I did some touchups of my own to make it work for me, -Erik | |||
2001-02-16 | Several features were hard coded on. Stop that. List tab completion | Eric Andersen | |
as working (thanks Vladimir!) and taking 4k. -Erik | |||
2001-02-16 | Make dpkg require dpkg-deb | Eric Andersen | |
2001-02-14 | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen | |
-Erik | |||
2001-02-14 | Add in ifconfig and route | Eric Andersen | |
2001-02-13 | Apply a patch from Evin Robertson -- new pivot_root applet. | Eric Andersen | |
-Erik | |||
2001-02-10 | New applet: dpkg | Glenn L McGrath | |
2001-02-09 | Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set. | Mark Whitley | |