aboutsummaryrefslogtreecommitdiff
path: root/Config.h
AgeCommit message (Collapse)Author
2001-05-07Patch from Jim McQuillan to pass the terminal type to the remote host.Eric Andersen
2001-04-26Disable lashEric Andersen
-Erik
2001-04-25Removed obsoleted BB_FEATURE_RM_INTERACTIVEMark Whitley
2001-04-24Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunatelyEric 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-23Rewrite cp and mv to be SUSv2 compliant.Matt Kraai
2001-04-20Applied patch from Larry Doolittle to give users the third option of puttingMark Whitley
buffers in BSS (in addition to stack and heap).
2001-04-19This has two patches. First it moves interface.c to libbb (it isEric 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-17Applied patch from I.Q. to add sort -u as a feature.Mark Whitley
2001-04-12dos2unix and unix2dos are now independentGlenn L McGrath
2001-04-11dpkg, dpkg_deb dont depend on any other applets nowGlenn L McGrath
2001-04-11dpkg only dependeds on tarGlenn L McGrath
2001-04-11Gzip is indepenedent of gunzipGlenn L McGrath
2001-04-11Remove dpkg-deb applet dependencies, still depends on tarGlenn L McGrath
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen
-Erik
2001-04-05A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsEric 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-04I said no new features till after the 0.51 release. Well, I lied. This is aEric 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-01Move the mtab support stuff into libbbEric Andersen
-Erik
2001-03-29Add in a new standalone env applet for fixing up app's environmentsEric Andersen
-Erik
2001-03-28Enable tar -z support again by defaultGlenn L McGrath
2001-03-28Disable tar -z for nowGlenn L McGrath
2001-03-27Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).Matt Kraai
2001-03-20Added adjtimex applet from Larry Doolittle.Mark Whitley
2001-03-19Some configuration adjustments from VladimirEric Andersen
2001-03-15Fix linuxrc defineEric Andersen
2001-03-15Removed leftover BB_FEATURE_KLOGD per report from Giulio OrseroMark Whitley
2001-03-14Applied patch from Christophe Boyanique to add an egrep alias for grep.Mark Whitley
2001-03-14The 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_PROMPTMark 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-13Update the lash shell (hopefully the last time...) so things likeEric Andersen
echo "foo bar" and echo -n "foo\t\\\\\tbar" work as expected. Merge prompt printing work from Vladimir. -Erik
2001-03-13Applied patch from Christophe Boyanique to add -i support to rm.Mark Whitley
2001-03-12Some 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-12Applied patch from Gennady Feldman to split up syslogd.c into syslogd andMark Whitley
klogd (as it should be).
2001-03-08Improved port of ifconfig... smaller and with more features.Manuel Novoa III
2001-03-06Add in a first pass at ifconfig status reporting. It took a long whileEric 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-02Whoops! BB_TFTP should prolly be off by default.Mark Whitley
2001-03-02Added Magnus Damm's tftp applet to Busybox.Mark Whitley
2001-02-23Only default to BB_FEATURE_NEW_MODULE_INTERFACE whenEric Andersen
BB_FEATURE_OLD_MODULE_INTERFACE is not defined. -Erik
2001-02-22Add in kent robotti's updated dos2unix.cEric Andersen
2001-02-17Update the build system for pristine source directory builds. ThisEric 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-16Several features were hard coded on. Stop that. List tab completionEric Andersen
as working (thanks Vladimir!) and taking 4k. -Erik
2001-02-16Make dpkg require dpkg-debEric Andersen
2001-02-14Commit Vladimir's latest version of stty.c. Nice work.Eric Andersen
-Erik
2001-02-14Add in ifconfig and routeEric Andersen
2001-02-13Apply a patch from Evin Robertson -- new pivot_root applet.Eric Andersen
-Erik
2001-02-10New applet: dpkgGlenn L McGrath
2001-02-09Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set.Mark Whitley
2001-02-07Reworked find with David Douthitt to support -type, -perm, -mtime, andMatt Kraai
other improvements.
2001-02-02After testing multi-build, I stupidly committed Config.hEric Andersen
with nearly everything turned off. Doh! -Erik
2001-02-01Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen
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
2001-01-30Patch from Bryan Rittmeyer -- be more conservative by defaultEric Andersen
with the lash prompt. -Erik