aboutsummaryrefslogtreecommitdiff
path: root/Config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A traceroute applet from vodz. This could probably be slimmed down,andersen2001-07-101-0/+1
| | | | | | | but will do for now... git-svn-id: svn://busybox.net/trunk/busybox@3053 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove rpmunpackandersen2001-07-071-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3029 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some minor updates. Bump version number in preparation for release.andersen2001-07-071-11/+11
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@3024 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Let people select their shell at compile time.andersen2001-07-061-0/+55
| | | | git-svn-id: svn://busybox.net/trunk/busybox@3019 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rpm2cpio applet by Laurence Andersonbug12001-06-261-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2902 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Leave BB_FEATURE_NFSMOUNT disabled by default.andersen2001-06-221-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2888 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cpio applet, and changes to associated codebug12001-06-221-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2887 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Get BB_LASH out of the list...andersen2001-05-241-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2718 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from larry to fix some grammar errors.andersen2001-05-231-4/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2715 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugandersen2001-05-211-11/+10
| | | | | | | #1130 (i.e. When you turn on features it should always ADD features) git-svn-id: svn://busybox.net/trunk/busybox@2690 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de> is based onandersen2001-05-211-0/+6
| | | | | | | | the work of Jinux Kim on his "babobox" (derived from busybox-0.42), and enables kernel module loading and unloading for uClinux/m68k. git-svn-id: svn://busybox.net/trunk/busybox@2681 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Jim McQuillan to pass the terminal type to the remote host.andersen2001-05-071-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2554 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Disable lashandersen2001-04-261-0/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2465 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed obsoleted BB_FEATURE_RM_INTERACTIVEmarkw2001-04-251-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2441 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunatelyandersen2001-04-241-1/+3
| | | | | | | | | 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 git-svn-id: svn://busybox.net/trunk/busybox@2422 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrite cp and mv to be SUSv2 compliant.kraai2001-04-231-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2407 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Larry Doolittle to give users the third option of puttingmarkw2001-04-201-0/+5
| | | | | | | buffers in BSS (in addition to stack and heap). git-svn-id: svn://busybox.net/trunk/busybox@2387 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This has two patches. First it moves interface.c to libbb (it isandersen2001-04-191-8/+0
| | | | | | | | | | 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. git-svn-id: svn://busybox.net/trunk/busybox@2379 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from I.Q. to add sort -u as a feature.markw2001-04-171-1/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2363 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dos2unix and unix2dos are now independentbug12001-04-121-4/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2326 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dpkg, dpkg_deb dont depend on any other applets nowbug12001-04-111-12/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2316 69ca8d6d-28ef-0310-b511-8ec308f3f277
* dpkg only dependeds on tarbug12001-04-111-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2310 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Gzip is indepenedent of gunzipbug12001-04-111-6/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2309 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove dpkg-deb applet dependencies, still depends on tarbug12001-04-111-14/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2308 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply Vladimir's latest cleanup patch.andersen2001-04-091-0/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2288 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which addsandersen2001-04-051-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 git-svn-id: svn://busybox.net/trunk/busybox@2263 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I said no new features till after the 0.51 release. Well, I lied. This is aandersen2001-04-041-0/+12
| | | | | | | | vi editor for busybox, contributed by Sterling Huxley <sterling@europa.com>. It adds 22k to the busybox binary when enabled. Quite impressive! git-svn-id: svn://busybox.net/trunk/busybox@2240 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Move the mtab support stuff into libbbandersen2001-04-011-9/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2229 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a new standalone env applet for fixing up app's environmentsandersen2001-03-291-0/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2224 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Enable tar -z support again by defaultbug12001-03-281-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2214 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Disable tar -z for nowbug12001-03-281-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2210 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change BB_FEATURE_TRIVIAL_HELP to BB_FEATURE_VERBOSE_USAGE (per bug #1130).kraai2001-03-271-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2206 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added adjtimex applet from Larry Doolittle.markw2001-03-201-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2174 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some configuration adjustments from Vladimirandersen2001-03-191-5/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2136 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix linuxrc defineandersen2001-03-151-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2092 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed leftover BB_FEATURE_KLOGD per report from Giulio Orseromarkw2001-03-151-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2084 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Christophe Boyanique to add an egrep alias for grep.markw2001-03-141-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2077 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The IPC_SYSLOG stuff should be off by default.andersen2001-03-141-3/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@2065 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPTmarkw2001-03-141-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. git-svn-id: svn://busybox.net/trunk/busybox@2061 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the lash shell (hopefully the last time...) so things likeandersen2001-03-131-14/+11
| | | | | | | | | echo "foo bar" and echo -n "foo\t\\\\\tbar" work as expected. Merge prompt printing work from Vladimir. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2059 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Christophe Boyanique to add -i support to rm.markw2001-03-131-0/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2053 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some fixlets that didn't get added in the last 'syslogd split' patch:markw2001-03-121-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 git-svn-id: svn://busybox.net/trunk/busybox@2052 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Gennady Feldman to split up syslogd.c into syslogd andmarkw2001-03-121-0/+2
| | | | | | | klogd (as it should be). git-svn-id: svn://busybox.net/trunk/busybox@2048 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Improved port of ifconfig... smaller and with more features.mjn32001-03-081-0/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@2014 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a first pass at ifconfig status reporting. It took a long whileandersen2001-03-061-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 git-svn-id: svn://busybox.net/trunk/busybox@1978 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Whoops! BB_TFTP should prolly be off by default.markw2001-03-021-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1954 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added Magnus Damm's tftp applet to Busybox.markw2001-03-021-0/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1953 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Only default to BB_FEATURE_NEW_MODULE_INTERFACE whenandersen2001-02-231-1/+1
| | | | | | | | BB_FEATURE_OLD_MODULE_INTERFACE is not defined. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1897 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in kent robotti's updated dos2unix.candersen2001-02-221-1/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1890 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Update the build system for pristine source directory builds. Thisandersen2001-02-171-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 git-svn-id: svn://busybox.net/trunk/busybox@1843 69ca8d6d-28ef-0310-b511-8ec308f3f277