Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ll_types.c: optimize link type table, make it conditional | Denis Vlasenko | 2007-10-29 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | on FEATURE_IP_RARE_PROTOCOLS function old new delta static.arphrd_name - 373 +373 static.arphrd_type - 124 +124 ll_type_n2a 58 78 +20 static.arphrd_names 496 - -496 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 1/0 up/down: 517/-496) Total: 21 bytes text data bss dec hex filename 776880 974 9420 787274 c034a busybox_old 776594 974 9420 786988 c022c busybox_unstripped | ||||
* | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms ↵ | Denis Vlasenko | 2007-06-25 | 1 | -2/+2 |
| | | | | <wharms@bfs.de>) | ||||
* | delete tons of extra #includes | Denis Vlasenko | 2007-05-31 | 1 | -1/+0 |
| | |||||
* | preparatory patch for -Wwrite-strings #6 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
| | |||||
* | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | 2006-12-18 | 1 | -2/+1 |
| | |||||
* | add -Wundef, fix uncovered bugs | Denis Vlasenko | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
| | |||||
* | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley | 2006-06-18 | 1 | -2/+1 |
| | | | | that and callers wind up typecasting it back. | ||||
* | - janitorial: include proper prototypes in libiproute. | Bernhard Reutner-Fischer | 2006-04-02 | 1 | -0/+2 |
| | |||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -8/+8 |
| | |||||
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 1 | -1/+1 |
| | | | | which were otherwise cluttering the global namespace. | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -36/+36 |
| | |||||
* | On second thought, this is a better way to fix things | Eric Andersen | 2003-07-14 | 1 | -46/+5 |
| | |||||
* | Don't use Linux kernel headers | Eric Andersen | 2003-07-14 | 1 | -3/+46 |
| | | | | -Erik | ||||
* | Patch from Lars Kellogg-Stedman: | Eric Andersen | 2003-06-20 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Only included headers that are used. | Glenn L McGrath | 2002-12-16 | 1 | -10/+0 |
| | |||||
* | IP applet by Bastian Blank <waldi@debian.org> | Glenn L McGrath | 2002-11-10 | 1 | -0/+118 |