Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Patch from Lars Kellogg-Stedman: | Eric Andersen | 2003-06-20 | 4 | -0/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | I'm building BusyBox using a development kit for MontaVista Hardhat Linux (PPC) -- which, at least in this instance, is based around kernel 2.2.14. I've had to massage a few files in networking/libiproute/ to make it compile. Specifically: (1) Added a #include <sys/uio.h> for the iovec structure in libnetlink.c, (2) Put ifdefs in ll_types.c and ll_proto.c around various constants (ETH_P_xxx and ARPHRD_xxx) that weren't defined, (3) Make do_changename() in iplink.c require a kernel >= 2.4.0 -- the ifr structure in my environment doesn't have the ifr_name attribute. I've assumed this is a kernel dependency -- let me know if I ought to be checking something else. In the absence of the correct kernel, do_changename() always returns 0. Attached is a patch against the current CVS that will make these changes. -- Lars | |||||
* | Add missing pieces from vodz' last_patch88 | Eric Andersen | 2003-06-14 | 3 | -0/+203 | |
| | ||||||
* | Vodz, last_patch_88 | Glenn L McGrath | 2003-06-10 | 20 | -355/+198 | |
| | ||||||
* | Patch from Lars Kellogg-Stedman, lars at larsshack.org, to | Eric Andersen | 2003-06-05 | 1 | -6/+12 | |
| | | | | make ifupdown's mapping function work as documented. | |||||
* | Vodz, last_patch_86 | Glenn L McGrath | 2003-05-26 | 3 | -51/+39 | |
| | ||||||
* | Patch from Russell Coker: | Eric Andersen | 2003-05-22 | 1 | -2/+3 | |
| | | | | | | The attached patch fixes a compilation error. If you compile ping6 without the CONFIG_FEATURE_FANCY_PING6 option then the compile will fail without this patch. | |||||
* | Patch from Glenn Engel | Glenn L McGrath | 2003-05-19 | 1 | -39/+139 | |
| | | | | | | | | | | | | - more comments - larger allowed number of CGI script variables - ifdefs for regression test hooks - default to ./ rather than /www (if unspecified) for compatibility with earlier versions. - Allow ip: as a synomym for A: rules for compatibility with earlier versions. - Setting of CGI_ARGLIST_ when automatic setting of env vars for form scripting is utilized. This helps with minimal systems like openap. | |||||
* | Part of a patch from Glenn Engel, updates httpd help | Glenn L McGrath | 2003-05-14 | 1 | -31/+43 | |
| | ||||||
* | vodz, last_patch_85 | Glenn L McGrath | 2003-05-14 | 1 | -39/+38 | |
| | ||||||
* | last_patch84 by Vodz. | Glenn L McGrath | 2003-05-13 | 1 | -327/+284 | |
| | ||||||
* | iPatch from waldi, fixes usage of ip route flush (from)? (match|exact) | Glenn L McGrath | 2003-04-26 | 1 | -0/+14 | |
| | ||||||
* | Patch from Steven Scholz to fix telnetd compile problem | Eric Andersen | 2003-04-25 | 1 | -2/+2 | |
| | ||||||
* | Patch from David Updegraff to avoid corrupting memory while parsing the | Eric Andersen | 2003-04-19 | 1 | -2/+5 | |
| | | | | | networks/iterfaces file with next_word routine. Without this, next_word increments one beyond the end of the string. | |||||
* | Yet another rather large face lift. It now works for me as expected. | Eric Andersen | 2003-04-02 | 1 | -488/+486 | |
| | | | | -Erik | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 31 | -434/+444 | |
| | ||||||
* | cope with crappy windoze ftp servers | Eric Andersen | 2003-03-11 | 1 | -2/+2 | |
| | ||||||
* | Patch from Bastian Blank | Glenn L McGrath | 2003-02-15 | 3 | -5/+119 | |
| | | | | | | | - ip route flush - different usage for telnetd in inetd mode - changes for the default flags of the ip features - if no /usr requested, udhcpc should use the script also without /usr. | |||||
* | sync with udhcp bug fixes | Russ Dill | 2003-02-12 | 3 | -6/+9 | |
| | ||||||
* | Don't use HZ -- use sysconf(_SC_CLK_TCK) | Eric Andersen | 2003-02-12 | 1 | -1/+2 | |
| | ||||||
* | Fix compile error... header problems. | Manuel Novoa III | 2003-02-11 | 1 | -2/+1 | |
| | ||||||
* | last_patch83 by Vladimir N. Oleynik | Glenn L McGrath | 2003-02-10 | 1 | -3/+3 | |
| | ||||||
* | Fix compile error, last_patch82 by Vladimir N. Oleynik | Glenn L McGrath | 2003-02-10 | 1 | -8/+23 | |
| | ||||||
* | Fix compile error, last_patch81 by Vladimir N. Oleynik | Glenn L McGrath | 2003-02-10 | 1 | -1/+2 | |
| | ||||||
* | Minor update to arping, patch from Nick Fedchik | Glenn L McGrath | 2003-02-09 | 1 | -7/+9 | |
| | ||||||
* | New applet, inetd, make httpd features more configurable, update authors, ↵ | Glenn L McGrath | 2003-02-09 | 4 | -741/+2601 | |
| | | | | | | last_patch_80 from Vladimir N. Oleynik | |||||
* | Rewrite by Manuel Novoa III, very compact implimentation. | Glenn L McGrath | 2003-02-08 | 1 | -160/+134 | |
| | ||||||
* | Fix a couple more ifupdown bugs | Eric Andersen | 2003-02-03 | 1 | -2/+2 | |
| | ||||||
* | This seems sufficient for ifup and ifdown to actually work | Eric Andersen | 2003-01-27 | 3 | -35/+59 | |
| | | | | as advertised. Works for me (at least with glibc) | |||||
* | A patch from John F. Kelly to add in a utility for configuring | Eric Andersen | 2003-01-23 | 3 | -0/+173 | |
| | | | | vlan under linux, derived from Ben Greear's VLAN "vconfig" tool. | |||||
* | Patch from Basitan Blank to fix nasty bug | Glenn L McGrath | 2003-01-22 | 1 | -3/+2 | |
| | ||||||
* | Fix a typo that broke it so busybox won't build | Eric Andersen | 2003-01-22 | 1 | -1/+1 | |
| | ||||||
* | merge fixes with udhcp | Russ Dill | 2003-01-21 | 1 | -3/+4 | |
| | ||||||
* | run telnet from inetd, present login prompt if login is configured, | Glenn L McGrath | 2003-01-21 | 2 | -8/+106 | |
| | | | | patch from Bastian Blank | |||||
* | header update | Glenn L McGrath | 2003-01-21 | 1 | -1/+1 | |
| | ||||||
* | New test mode that allows run_parts to fail silently if the directory | Glenn L McGrath | 2003-01-20 | 1 | -1/+1 | |
| | | | | is not found. Patch from Bastian Blank | |||||
* | Dont use getopt_long, minor usage changes, patch by Nick Fedchik | Glenn L McGrath | 2003-01-19 | 1 | -9/+3 | |
| | ||||||
* | fix missed option argument for -I <device>, interface name checks | Glenn L McGrath | 2003-01-19 | 1 | -11/+16 | |
| | | | | redesigned, patch by Nick Fedchik | |||||
* | Use vsyslog instead of syslog, improve initalisation and cleanup of | Glenn L McGrath | 2003-01-16 | 1 | -42/+36 | |
| | | | | variables, save 300 Bytes or so, patch by Vladimir N. Oleynik | |||||
* | Fix leading spaces bug, free line buffer, redo next_word, save some | Glenn L McGrath | 2003-01-14 | 1 | -56/+43 | |
| | | | | space. | |||||
* | Eliminate most instances where we use linux kernel headers | Eric Andersen | 2003-01-14 | 5 | -15/+31 | |
| | | | | -Erik | |||||
* | Eliminate use of kernel header file | Eric Andersen | 2003-01-14 | 1 | -3/+2 | |
| | | | | -Erik | |||||
* | Option to allow ifupdown use ip commands instead of ifconfig, add flush | Glenn L McGrath | 2003-01-13 | 4 | -11/+154 | |
| | | | | command to ipaddr, patch by Bastian Blank | |||||
* | Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PING | Eric Andersen | 2003-01-12 | 2 | -9/+8 | |
| | | | | would return 0 instead of EXIT_FAILURE when no response was received. | |||||
* | arping applet by Nick Fedchik | Glenn L McGrath | 2003-01-09 | 3 | -0/+499 | |
| | ||||||
* | New applet: httpd, by Glenn Engel | Glenn L McGrath | 2003-01-05 | 3 | -0/+1364 | |
| | ||||||
* | fixes for ia64 | Glenn L McGrath | 2003-01-05 | 2 | -0/+4 | |
| | ||||||
* | Add "Broadcast +" support back in. Also cut the size down some. Not well | Manuel Novoa III | 2002-12-27 | 1 | -58/+85 | |
| | | | | tested, but it is the holidays... | |||||
* | Bugfix, wastn retrieving last block, patch by Jean-Christophe Dubois | Glenn L McGrath | 2002-12-19 | 1 | -4/+5 | |
| | ||||||
* | When retrieving a file dont open file until we have to to prevent files of ↵ | Glenn L McGrath | 2002-12-18 | 1 | -8/+8 | |
| | | | | size 0 being created when retrieval fails, bug found by Jeff Angielski | |||||
* | Get interface names using ioctl rather than /proc, from Nick Fedchik | Glenn L McGrath | 2002-12-17 | 1 | -64/+68 | |
| |