Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-11 | Make ifupdown use internal run_parts | Glenn L McGrath | |
2002-11-11 | Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, ↵ | Glenn L McGrath | |
moves the guts of run_parts to libbb to be used by ifupdown. | |||
2002-11-10 | ipcalc applet by Stephan Linz and Jordan Crouse | Glenn L McGrath | |
2002-11-10 | Config feature DEVPTS defined and used in telnetd, by Pavel Roskin | Glenn L McGrath | |
2002-11-10 | Fix for hostname -s, by Stephan Linz | Glenn L McGrath | |
2002-11-10 | Fixup a previous define | Glenn L McGrath | |
2002-11-10 | Make mapping support a definable feature, saves 1.6kB | Glenn L McGrath | |
2002-11-10 | Only compile the files in this dir if the IP applet is enabled | Glenn L McGrath | |
2002-11-10 | IP applet by Bastian Blank <waldi@debian.org> | Glenn L McGrath | |
2002-11-09 | debian compatable ifup and ifdown commands | Glenn L McGrath | |
2002-11-05 | version number oops | Russ Dill | |
2002-10-31 | sync to udhcp 0.9.8 | Russ Dill | |
2002-10-25 | This patch from Magnus Damm fixed a long standing problem | Eric Andersen | |
with freeing memory. | |||
2002-10-18 | Fix needless difference vs GNU | Eric Andersen | |
2002-10-14 | missed add for udhcp | Russ Dill | |
2002-10-14 | added full udhcp integration | Russ Dill | |
2002-09-30 | last_patch58 from vodz: | Eric Andersen | |
Ok. I generate patch for include to busybox-devel my work with top (original author give me maintaining) and telnetd (my support and unofficial maintaining) applets. Docs changes also: added awk, netstat, time applets to list ;) | |||
2002-09-15 | Use busybox's show_usage function for help | Glenn L McGrath | |
2002-09-10 | Fix for handling of "tftp -l -" from Jean Wolter <jw5@os.inf.tu-dresden.de> | Eric Andersen | |
2002-08-26 | Eliminate use of obsolete sys_errlist[] | Eric Andersen | |
-Erik | |||
2002-08-23 | Remove empty loops | Glenn L McGrath | |
2002-08-23 | Use static instead of extern, braces around if's, run through indent | Glenn L McGrath | |
2002-08-23 | ansify | Aaron Lehmann | |
2002-08-23 | remove duplicate definition of G | Aaron Lehmann | |
caught by tinycc | |||
2002-08-22 | Run through indent, fix comment | Glenn L McGrath | |
2002-08-22 | Run through indent, fix comments | Glenn L McGrath | |
2002-08-21 | Cleanups. These SHOULD make the binary a lot smaller. But they don't. | Aaron Lehmann | |
CURSE GCC | |||
2002-08-21 | Disable debugging | Glenn L McGrath | |
2002-08-21 | Clean up udhcpd a bit. Constify. Staticize. Remove these functions and | Aaron Lehmann | |
inline their contents: print_usage, pidfile_delete, and background. | |||
2002-08-21 | New applet, udhcp client | Glenn L McGrath | |
2002-07-24 | Commited patch from bug #1182 | Robert Griebl | |
Although ssrat@mailbag.com says this is not GNU behaviour, it really *is* (man nslookup) | |||
2002-07-12 | Accept the --passive-ftp cmd.line option. We always use passive ftp mode, | Robert Griebl | |
so it doesn't hurt (adds compatibility though) | |||
2002-07-11 | Fixup warnings and undefined operations that show up in gcc-3.1 | Eric Andersen | |
-Erik | |||
2002-07-03 | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | |
silly games. -Erik | |||
2002-07-03 | A patch from Bart Visscher <magick@linux-fan.com> to add an | Eric Andersen | |
xconnect helper routine which does: -address and port resolving -tries to connect to all resolved addresses until connected -uses getaddrinfo, so works for IPv6 too This patch also ports rdate, telnet, and wget to use the new xconnect function. Thanks Bart! | |||
2002-07-03 | This patch from Bart Visscher <magick@linux-fan.com> adds | Eric Andersen | |
IPV6 support to busybox. This patch does the following: * Add IPv6 support to libbb * Enable IPv6 interface address display * Add IPv6 config option * Adds ping6, an adaptation of the ping applet for IPv6 * Adds support routines for ping6: - xgethostbyname2 - create_icmp6_socket * Adds ifconfig support for IPv6 * Add support IPv6 to netstat * Add IPv6 support to route Thanks Bart! | |||
2002-06-23 | Remove advertising clauses in accordance with | Aaron Lehmann | |
ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change | |||
2002-06-22 | Apply vodz' last_patch44 -- cleanup several chars to be const, fix | Eric Andersen | |
rotten error handling, kill spare \n's, etc | |||
2002-06-06 | Email addr fix | Eric Andersen | |
2002-06-06 | Patch from Gyepi SAM <gyepi@praxis-sw.com>: | Eric Andersen | |
Fixed up domain removal for local domains. GNU traceroute does not do this. I don't know why we do. Fixed incorrect argument for reverse resolution. Clean up cruft that appears when CONFIG_FEATURE_TRACEROUTE_VERBOSE is defined | |||
2002-06-06 | Per discussion with vodz, Tim's changes do not seem to make sense. | Eric Andersen | |
Revert them. -Erik | |||
2002-06-04 | Fix for broken handling off BusyBox's own pwd/grp implementations | Robert Griebl | |
[Parts of this patch may overlap with my other two patches] | |||
2002-05-18 | ping return 1 if can't ping | Tim Riker | |
2002-05-16 | Reduced code size for new -e flag (suggested by vodz) | Robert Griebl | |
2002-05-14 | Added support for -Y|--proxy=on/off to wget | Robert Griebl | |
2002-05-14 | This patch adds -e (extended information) to route and -r/-e (show routing | Robert Griebl | |
tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts. | |||
2002-05-05 | Tom Oehser noticed that we were lacking the SO_REUSEADDR flag. | Eric Andersen | |
2002-04-27 | uClibc supports struct _res these days... | Eric Andersen | |
2002-04-26 | Add netcat -i option, per patch from Cristian Ionescu-Idbohrn | Eric Andersen | |
<cristian.ionescu-idbohrn@axis.com> | |||
2002-04-26 | Fix bugs | Eric Andersen | |