Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 | |
| | ||||||
* | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer | 2006-06-07 | 1 | -2/+2 | |
| | ||||||
* | Header cleanup: don't #include headers that libbb.h already includes. | Rob Landley | 2006-06-02 | 1 | -17/+3 | |
| | ||||||
* | sort out yet more type issues | Eric Andersen | 2006-01-30 | 1 | -2/+2 | |
| | ||||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 | |
| | ||||||
* | Patch from dlively (whoever that is, see bug 591) to fix | Rob Landley | 2005-12-15 | 1 | -0/+3 | |
| | | | | "ip link set <dev> addr". | |||||
* | Thomas Koeller writes: | Eric Andersen | 2004-04-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Hi, the following output is from BusyBox 1.0.0-pre10: ~ # ip link help ip: Command "help" is unknown, try "ip link help". tk This patch fixes it by removing the advertisements for the "ip blah help" stuff that is not implemented. | |||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -15/+15 | |
| | ||||||
* | Patch from Lars Kellogg-Stedman: | Eric Andersen | 2003-06-20 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -4/+4 | |
| | ||||||
* | Eliminate most instances where we use linux kernel headers | Eric Andersen | 2003-01-14 | 1 | -3/+12 | |
| | | | | -Erik | |||||
* | Option to allow ifupdown use ip commands instead of ifconfig, add flush | Glenn L McGrath | 2003-01-13 | 1 | -1/+1 | |
| | | | | command to ipaddr, patch by Bastian Blank | |||||
* | Only included headers that are used. | Glenn L McGrath | 2002-12-16 | 1 | -11/+7 | |
| | ||||||
* | Use compare_string_array in ipaddress to save a few bytes, minor cleanups | Glenn L McGrath | 2002-12-02 | 1 | -0/+9 | |
| | ||||||
* | Use standard error messages | Glenn L McGrath | 2002-11-28 | 1 | -4/+4 | |
| | ||||||
* | IP applet by Bastian Blank <waldi@debian.org> | Glenn L McGrath | 2002-11-10 | 1 | -0/+349 | |