Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix needless difference vs GNU | Eric Andersen | 2002-10-18 | 1 | -2/+2 | |
| | ||||||
* | missed add for udhcp | Russ Dill | 2002-10-14 | 1 | -0/+30 | |
| | ||||||
* | added full udhcp integration | Russ Dill | 2002-10-14 | 38 | -1589/+4232 | |
| | ||||||
* | last_patch58 from vodz: | Eric Andersen | 2002-09-30 | 3 | -0/+540 | |
| | | | | | | | 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 ;) | |||||
* | Use busybox's show_usage function for help | Glenn L McGrath | 2002-09-15 | 1 | -16/+3 | |
| | ||||||
* | Fix for handling of "tftp -l -" from Jean Wolter <jw5@os.inf.tu-dresden.de> | Eric Andersen | 2002-09-10 | 1 | -1/+1 | |
| | ||||||
* | Eliminate use of obsolete sys_errlist[] | Eric Andersen | 2002-08-26 | 1 | -13/+13 | |
| | | | | -Erik | |||||
* | Remove empty loops | Glenn L McGrath | 2002-08-23 | 1 | -4/+4 | |
| | ||||||
* | Use static instead of extern, braces around if's, run through indent | Glenn L McGrath | 2002-08-23 | 1 | -330/+372 | |
| | ||||||
* | ansify | Aaron Lehmann | 2002-08-23 | 1 | -4/+2 | |
| | ||||||
* | remove duplicate definition of G | Aaron Lehmann | 2002-08-23 | 1 | -2/+0 | |
| | | | | caught by tinycc | |||||
* | Run through indent, fix comment | Glenn L McGrath | 2002-08-22 | 1 | -163/+174 | |
| | ||||||
* | Run through indent, fix comments | Glenn L McGrath | 2002-08-22 | 1 | -86/+91 | |
| | ||||||
* | Cleanups. These SHOULD make the binary a lot smaller. But they don't. | Aaron Lehmann | 2002-08-21 | 1 | -19/+18 | |
| | | | | CURSE GCC | |||||
* | Disable debugging | Glenn L McGrath | 2002-08-21 | 1 | -1/+1 | |
| | ||||||
* | Clean up udhcpd a bit. Constify. Staticize. Remove these functions and | Aaron Lehmann | 2002-08-21 | 1 | -66/+54 | |
| | | | | inline their contents: print_usage, pidfile_delete, and background. | |||||
* | New applet, udhcp client | Glenn L McGrath | 2002-08-21 | 3 | -0/+1573 | |
| | ||||||
* | Commited patch from bug #1182 | Robert Griebl | 2002-07-24 | 1 | -7/+35 | |
| | | | | | Although ssrat@mailbag.com says this is not GNU behaviour, it really *is* (man nslookup) | |||||
* | Accept the --passive-ftp cmd.line option. We always use passive ftp mode, | Robert Griebl | 2002-07-12 | 1 | -8/+14 | |
| | | | | so it doesn't hurt (adds compatibility though) | |||||
* | Fixup warnings and undefined operations that show up in gcc-3.1 | Eric Andersen | 2002-07-11 | 2 | -1/+3 | |
| | | | | -Erik | |||||
* | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | 2002-07-03 | 1 | -1/+1 | |
| | | | | | silly games. -Erik | |||||
* | A patch from Bart Visscher <magick@linux-fan.com> to add an | Eric Andersen | 2002-07-03 | 2 | -101/+11 | |
| | | | | | | | | | 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! | |||||
* | This patch from Bart Visscher <magick@linux-fan.com> adds | Eric Andersen | 2002-07-03 | 6 | -8/+947 | |
| | | | | | | | | | | | | | | | 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! | |||||
* | Remove advertising clauses in accordance with | Aaron Lehmann | 2002-06-23 | 1 | -5/+1 | |
| | | | | ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change | |||||
* | Apply vodz' last_patch44 -- cleanup several chars to be const, fix | Eric Andersen | 2002-06-22 | 1 | -19/+15 | |
| | | | | rotten error handling, kill spare \n's, etc | |||||
* | Email addr fix | Eric Andersen | 2002-06-06 | 1 | -2/+1 | |
| | ||||||
* | Patch from Gyepi SAM <gyepi@praxis-sw.com>: | Eric Andersen | 2002-06-06 | 1 | -10/+6 | |
| | | | | | | 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 | |||||
* | Per discussion with vodz, Tim's changes do not seem to make sense. | Eric Andersen | 2002-06-06 | 1 | -5/+5 | |
| | | | | | Revert them. -Erik | |||||
* | Fix for broken handling off BusyBox's own pwd/grp implementations | Robert Griebl | 2002-06-04 | 1 | -1/+1 | |
| | | | | [Parts of this patch may overlap with my other two patches] | |||||
* | ping return 1 if can't ping | Tim Riker | 2002-05-18 | 1 | -5/+5 | |
| | ||||||
* | Reduced code size for new -e flag (suggested by vodz) | Robert Griebl | 2002-05-16 | 1 | -17/+9 | |
| | ||||||
* | Added support for -Y|--proxy=on/off to wget | Robert Griebl | 2002-05-14 | 1 | -6/+14 | |
| | ||||||
* | This patch adds -e (extended information) to route and -r/-e (show routing | Robert Griebl | 2002-05-14 | 2 | -23/+70 | |
| | | | | | tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts. | |||||
* | Tom Oehser noticed that we were lacking the SO_REUSEADDR flag. | Eric Andersen | 2002-05-05 | 1 | -2/+4 | |
| | ||||||
* | uClibc supports struct _res these days... | Eric Andersen | 2002-04-27 | 1 | -10/+1 | |
| | ||||||
* | Add netcat -i option, per patch from Cristian Ionescu-Idbohrn | Eric Andersen | 2002-04-26 | 1 | -2/+40 | |
| | | | | <cristian.ionescu-idbohrn@axis.com> | |||||
* | Fix bugs | Eric Andersen | 2002-04-26 | 1 | -4/+4 | |
| | ||||||
* | Minor formatting | Eric Andersen | 2002-04-26 | 1 | -1/+2 | |
| | ||||||
* | add missing void, still has issues though | Tim Riker | 2002-04-26 | 1 | -1/+1 | |
| | ||||||
* | Forward port patch from Przemyslaw Czerpak <druzus@polbox.com>: | Eric Andersen | 2002-04-26 | 1 | -11/+77 | |
| | | | | | | | | | | | | | | | | | | 1. busybox-telnet dosn't inform server about the size of terminal screen. In the world of xterminals and frame buffers it's rather horrible to use fixed 80x24 region in upper-left corner of screen/window. 2. If client sends character 0x0d to the server then sends character 0x0a the server eat the second byte (0x0a) - it's described in telnet RFC. Client should send two bytes ( 0x0d + 0x0a or 0x0d + 0x00 ) insted of one 0x0d byte. 3. busybox telnet implementation wasn't 8bit clean (look at 0xff byte). I need it because I have to use binray transfer like rz/sz. So when I resloved the problem (2) I corrected this one two. This also contains a small cleanup patch from vodz, and some minor editing by me. | |||||
* | * networking/wget.c (wget_main): Check return value of safe_fwrite. | Matt Kraai | 2002-04-17 | 1 | -2/+3 | |
| | ||||||
* | Patch from Ben Low <ben@titr.uow.edu.au> to allow tftp to work | Eric Andersen | 2002-04-15 | 1 | -11/+7 | |
| | | | | with stdin as well as stdout. | |||||
* | Teach tftp to direct the fetched file to stdout when the | Eric Andersen | 2002-04-13 | 1 | -4/+11 | |
| | | | | | user specifies "-l -" -Erik | |||||
* | Completely rework the config system so that it no longer annoys me to work on | Eric Andersen | 2002-04-12 | 2 | -25/+51 | |
| | | | | | | | the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik | |||||
* | Doh! I broke ping when removing the nested function. | Eric Andersen | 2002-03-21 | 1 | -4/+4 | |
| | | | | This patch from vodz fixes it again. | |||||
* | Patch from Jeff Studer <jstuder@aquilagroup.com> to supply a defaults for | Eric Andersen | 2002-03-20 | 1 | -0/+7 | |
| | | | | | localfilename from remotefilename, and for remotefilename from localfilename when the other one is not supplied. | |||||
* | Cave to pressure (2 months later). Eliminate using a | Eric Andersen | 2002-03-20 | 1 | -7/+8 | |
| | | | | | nested function, which is a purely unremovable gcc-ism... -Erik | |||||
* | * networking/wget.c (parse_url): Allocate a string for the empty path. | Matt Kraai | 2002-03-19 | 1 | -2/+2 | |
| | | | | * testsuite/wget/wget-handles-empty-path: New. | |||||
* | 2002-01-30 Neal H Walfield <neal@cs.uml.edu> | Matt Kraai | 2002-02-01 | 1 | -23/+18 | |
| | | | | | | | | | | | | | | | | | | | | | * networking/ping.c (hostname): Removed. [CONFIG_FEATURE_FANCY_PING] (noresp): Moved from here . . . [CONFIG_FEATURE_FANCY_PING] (ping:noresp): . . . to here. Use H->h_name, not hostname. [CONFIG_FEATURE_FANCY_PING] (ping): Do not copy H->h_name into hostname. Use H->h_name directly. [!CONFIG_FEATURE_FANCY_PING] (hostent): New global variable. [!CONFIG_FEATURE_FANCY_PING] (pingstats): Use hostent in favor of the now obsolete hostname global variable. [!CONFIG_FEATURE_FANCY_PING] (ping): Likewise. No need to copy H; use hostent instead. [!CONFIG_FEATURE_FANCY_PING] (ntransmitted, nreceived, nrepeats, pingcount, myid, options, tmax, tsum): Removed superfluous zero initializers. | |||||
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | 2001-12-20 | 1 | -1/+1 | |
| |