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 | |||||
* | iPatch from waldi, fixes usage of ip route flush (from)? (match|exact) | Glenn L McGrath | 2003-04-26 | 1 | -0/+14 | |
| | ||||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 8 | -102/+102 | |
| | ||||||
* | Patch from Bastian Blank | Glenn L McGrath | 2003-02-15 | 1 | -3/+113 | |
| | | | | | | | - 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. | |||||
* | Don't use HZ -- use sysconf(_SC_CLK_TCK) | Eric Andersen | 2003-02-12 | 1 | -1/+2 | |
| | ||||||
* | This seems sufficient for ifup and ifdown to actually work | Eric Andersen | 2003-01-27 | 2 | -0/+4 | |
| | | | | as advertised. Works for me (at least with glibc) | |||||
* | Fix a typo that broke it so busybox won't build | Eric Andersen | 2003-01-22 | 1 | -1/+1 | |
| | ||||||
* | header update | Glenn L McGrath | 2003-01-21 | 1 | -1/+1 | |
| | ||||||
* | Eliminate most instances where we use linux kernel headers | Eric Andersen | 2003-01-14 | 3 | -11/+19 | |
| | | | | -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 | 2 | -4/+81 | |
| | | | | command to ipaddr, patch by Bastian Blank | |||||
* | fixes for ia64 | Glenn L McGrath | 2003-01-05 | 2 | -0/+4 | |
| | ||||||
* | Only included headers that are used. | Glenn L McGrath | 2002-12-16 | 12 | -113/+29 | |
| | ||||||
* | fix warning | Glenn L McGrath | 2002-12-16 | 1 | -0/+2 | |
| | ||||||
* | undefine sysinfo to prevent breakage on ia64 | Glenn L McGrath | 2002-12-11 | 1 | -0/+2 | |
| | ||||||
* | Use compare_string_array in ipaddress to save a few bytes, minor cleanups | Glenn L McGrath | 2002-12-02 | 3 | -126/+166 | |
| | ||||||
* | Save a few more bytes | Glenn L McGrath | 2002-12-02 | 1 | -31/+45 | |
| | ||||||
* | Save a hundred bytes or so on the do_iproute function | Glenn L McGrath | 2002-12-02 | 2 | -53/+49 | |
| | ||||||
* | Enable ip commands to be compiled seperate from ip, modifed patch from ↵ | Glenn L McGrath | 2002-12-01 | 4 | -3/+77 | |
| | | | | Bastian Blank | |||||
* | Clean up error messages | Glenn L McGrath | 2002-11-28 | 1 | -29/+13 | |
| | ||||||
* | Minor error messages changes | Glenn L McGrath | 2002-11-28 | 1 | -6/+8 | |
| | ||||||
* | Cleanup error messages | Glenn L McGrath | 2002-11-28 | 1 | -61/+65 | |
| | ||||||
* | Cleanup error messages | Glenn L McGrath | 2002-11-28 | 1 | -38/+36 | |
| | ||||||
* | Syntax error | Glenn L McGrath | 2002-11-28 | 1 | -1/+1 | |
| | ||||||
* | Style, error_msg | Glenn L McGrath | 2002-11-28 | 1 | -60/+103 | |
| | ||||||
* | Use standard error messages | Glenn L McGrath | 2002-11-28 | 2 | -15/+11 | |
| | ||||||
* | Use error_msg instead of fprintf(stderr | Glenn L McGrath | 2002-11-28 | 1 | -17/+12 | |
| | ||||||
* | Use error_msg_and_die, style | Glenn L McGrath | 2002-11-18 | 1 | -35/+50 | |
| | ||||||
* | Patch from Bastian Blank: | Eric Andersen | 2002-11-15 | 1 | -3/+14 | |
| | | | | | | | | | hi erik the following patch fixes the handling of iproute add <route> dev <dev>. the code got lost while removing things. bastian | |||||
* | Only compile the files in this dir if the IP applet is enabled | Glenn L McGrath | 2002-11-10 | 1 | -1/+1 | |
| | ||||||
* | IP applet by Bastian Blank <waldi@debian.org> | Glenn L McGrath | 2002-11-10 | 21 | -0/+4893 | |