Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-19 | ifup/ifdown: make location of ifstate configurable | Denis Vlasenko | |
2007-06-20 | slattach: new applet. | Denis Vlasenko | |
2007-06-16 | make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features | Denis Vlasenko | |
2007-06-16 | pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> | Denis Vlasenko | |
wget: lift 256 chars limitation on terminal width | |||
2007-05-26 | - fix typo in help text and fix punctuation | Bernhard Reutner-Fischer | |
2007-05-15 | netstat: introduce -W: wide, ipv6-friendly output | Denis Vlasenko | |
netstat: shrink by ~500 bytes (patch by Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>) netstat: fix for bogus state value for raw sockets | |||
2007-05-02 | ifupdown: mke it possible to use DHCP clients different from udhcp. | Denis Vlasenko | |
2007-04-05 | nc: port nc 1.10 to busybox | Denis Vlasenko | |
2007-03-28 | - fix formatting of help text | Bernhard Reutner-Fischer | |
2007-03-19 | - don't automatically select run-parts but point out that this is a ↵ | Bernhard Reutner-Fischer | |
system-utility in the strict sense. | |||
2007-02-02 | - update helptext | Bernhard Reutner-Fischer | |
2007-01-24 | Unify ping and ping6. ping has -4 and -6 which force | Denis Vlasenko | |
name resolution into IP or IPv6 only, otherwise we take address family returned by host2sockaddr() in lsa->sa.sa_family. IOW: "ping ::1" with do IPv6 ping, "ping 127.0.0.1" will do IPv4 ping. ping6 is aliased to "ping -6". | |||
2007-01-24 | combine depends lines | Mike Frysinger | |
2007-01-22 | clean up commented out old code | Denis Vlasenko | |
2007-01-22 | remove obsolete FEATURE_WGET_IP6_LITERAL | Denis Vlasenko | |
2007-01-07 | add arp applet - thanks to | Denis Vlasenko | |
"Eric Spakman" <E.Spakman@inter.nl.net> | |||
2006-12-17 | httpd: we don't have FEATURE_HTTPD_WITHOUT_INETD anymore, | Denis Vlasenko | |
remove it from Config.in | |||
2006-12-01 | - provide central knob to turn off RPC related options. | Bernhard Reutner-Fischer | |
2006-11-22 | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | Denis Vlasenko | |
What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd. | |||
2006-11-21 | - add 'ip rule' support. First take.. | Bernhard Reutner-Fischer | |
text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o | |||
2006-11-16 | httpd: add -i (inetd) and -f (foreground) otions. | Denis Vlasenko | |
-i makes possible to run httpd in both inetd and standalone mode without recompile (or need to have two different binaries) | |||
2006-11-02 | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | Denis Vlasenko | |
2006-10-05 | build system overhaul | Denis Vlasenko | |
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-09-07 | Add CONFIG_FEATURE_SYSLOG which controls whether | Denis Vlasenko | |
bb_xx_msg will ever try to send output to syslog. Add "select CONFIG_FEATURE_SYSLOG" to relevant applets. This allows to omit syslog code if we do not have any syslog-capable applets in the build. | |||
2006-07-10 | Upgrade netcat a lot. Make -e able to take the rest of the command line as | Rob Landley | |
what to exec. Add -f mode and a brief explanation of how to use it to replace minicom. Add -l -l mode so you can turn any command into a server. And group all of netcat's command line options under two CONFIG entries, so if you disable both it doesn't use getopt at all. | |||
2006-06-14 | - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP | Bernhard Reutner-Fischer | |
2006-05-31 | - add CONFIG_FEATURE_WGET_LONG_OPTIONS | Bernhard Reutner-Fischer | |
2006-05-26 | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer | |
Adds "Enable getopt long" under "General options", default y. Send patches to fix getopt_ulflags and run_parts.c if you turn this off.. See http://busybox.net/lists/busybox/2006-May/021828.html for a start to run-parts | |||
2006-05-08 | re-enable udhcp in a few more places | Mike Frysinger | |
2006-05-05 | Busybox's udhcp was deleted a while ago. Bolting an external project onto the | Rob Landley | |
tree doesn't change that. | |||
2006-04-28 | More usage.h cleanups, with collateral changes to httpd. Specifically, | Rob Landley | |
most of our CONFIG entries switch stuff on instead of off when enabled, so fix the gratuitously reversed INETD thing. | |||
2006-04-18 | - improve wording in some help texts a little bit. | Bernhard Reutner-Fischer | |
2006-04-18 | - patch from P.J. Day to rely on the automatic indenting provided by depends. | Bernhard Reutner-Fischer | |
2006-04-18 | - simplify config options of the ip applet. | Bernhard Reutner-Fischer | |
2006-04-10 | - put udhcp back in (Rob, you removed this in r14787 by accident..). | Bernhard Reutner-Fischer | |
2006-04-10 | Second verse, same as the first. | Rob Landley | |
2006-04-10 | Missing dependency spotted by Robert P Day. | Rob Landley | |
2006-04-10 | - fix typo introduced in the last commit. | Bernhard Reutner-Fischer | |
2006-04-10 | - typo: s/biltin/builtin/g | Bernhard Reutner-Fischer | |
2006-01-31 | add feature: support for running scripts through an interpreter. Thanks ↵ | "Vladimir N. Oleynik" | |
Florian Schirmer <jolt@tuxbox.org> | |||
2006-01-25 | new applet. Thanks Roberto A. Foglietta | "Vladimir N. Oleynik" | |
2006-01-04 | - better wording | Bernhard Reutner-Fischer | |
2005-10-03 | sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455 | "Vladimir N. Oleynik" | |
2005-09-23 | - ifupdown needs run-parts. Thanks Derosnec for pointing this out. | Bernhard Reutner-Fischer | |
2005-09-15 | Amir Shalem observed that telnetd doesn't really require login, so forcing | Rob Landley | |
it is wrong. | |||
2005-09-06 | - sync traceroute with Slackware-10.1 | "Vladimir N. Oleynik" | |
(support -FIl -g gw -i if -z pt now). - libbb/getopt_ulflags.c support bb_opt_complementally="x-x" as trigger now | |||
2005-05-11 | import ether-wake applet by haveaniceday Bug 252 | Mike Frysinger | |
2005-05-06 | make the exec (-e) an optional feature of netcat | Mike Frysinger | |
2005-04-30 | David Brownell submitted a new applet, zcip, based on RFC 3927. This is | Rob Landley | |
version 0418b. It compiled. |