summaryrefslogtreecommitdiff
path: root/networking/libiproute (follow)
Commit message (Expand)AuthorAgeFilesLines
* delete tons of extra #includesDenis Vlasenko2007-05-3113-49/+22
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-7/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were:Bernhard Reutner-Fischer2007-05-151-10/+5
* - fix compilation when ENABLE_FEATURE_IP_RULE was offBernhard Reutner-Fischer2007-04-161-3/+5
* - shrink iproute a bit (-200 bytes). UntestedBernhard Reutner-Fischer2007-04-123-63/+84
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-129-196/+127
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-112-4/+2
* - set the scope properly. Thanks to Jean Wolter, who wrote:Bernhard Reutner-Fischer2007-04-111-0/+12
* - rewrite the ip applet to be less bloatyBernhard Reutner-Fischer2007-04-101-1/+1
* libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko2007-04-0710-296/+227
* preparatory patch for -Wwrite-strings #8 (missed part)Denis Vlasenko2007-01-302-9/+7
* preparatory patch for -Wwrite-strings #6Denis Vlasenko2007-01-293-4/+3
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-295-15/+11
* preparatory patch for -Wwrite-strings #4Denis Vlasenko2007-01-294-23/+20
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-292-4/+3
* - reinstate static for the command string arrray to be gentle to gcc-3.xBernhard Reutner-Fischer2007-01-281-1/+1
* - use uint32_t as suggested by vda.Bernhard Reutner-Fischer2007-01-281-7/+9
* fix numbering in switch(): we don't have "del" anymore,Denis Vlasenko2007-01-271-12/+13
* accumulated post-1.4.0 fixesDenis Vlasenko2007-01-241-2/+3
* - rtnl_rttable_a2n wants an unsigned int32Bernhard Reutner-Fischer2007-01-231-1/+1
* - forgot to include ip_common.hBernhard Reutner-Fischer2007-01-221-2/+3
* random small size optimizationsDenis Vlasenko2007-01-121-1/+1
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-112-2/+2
* Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko2007-01-023-433/+27
* msh: double "static char line[LINELIM]" etc deleted.Denis Vlasenko2007-01-011-2/+2
* rt_names: stop allocating 5k in rwdataDenis Vlasenko2006-12-311-105/+85
* iproute: remove double get_hz optimizationDenis Vlasenko2006-12-311-7/+3
* remove commented out #includes etcDenis Vlasenko2006-12-315-35/+22
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-3112-150/+142
* style fixesDenis Vlasenko2006-12-261-1/+1
* use xbind, xconnect where appropriate.Denis Vlasenko2006-12-231-4/+0
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-1/+1
* A bunch of defined(__GLIBC__) added. static-linking warning expandedDenis Vlasenko2006-12-181-2/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-1/+1
* re-applying first post-1.3.x changeDenis Vlasenko2006-12-151-0/+12
* back out last change - need to make busybox-1_3-stable branch firstDenis Vlasenko2006-12-151-12/+0
* - table support for ip routeBernhard Reutner-Fischer2006-12-141-0/+12
* - Improve wording in error message.Bernhard Reutner-Fischer2006-12-071-1/+1
* - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.Bernhard Reutner-Fischer2006-12-041-1/+6
* do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko2006-11-273-15/+15
* bb_INET_default[] is really just a const "default",Denis Vlasenko2006-11-211-2/+2
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-217-13/+434
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-1/+1
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-053-18/+16
* mostly style fixesDenis Vlasenko2006-11-011-2/+2
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-272-17/+17
* ip: "ip addr del" and "ip addr delete" both should workDenis Vlasenko2006-10-261-7/+8
* silly size savings and capitalization fixesDenis Vlasenko2006-10-263-34/+34
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-202-12/+12