summaryrefslogtreecommitdiff
path: root/networking/libiproute (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
* build system overhaulDenis Vlasenko2006-10-053-119/+58
* lots of silly indent fixesDenis Vlasenko2006-10-031-2/+2
* libiproute/ll_map.c: fix bug 279Denis Vlasenko2006-09-301-6/+30
* rt_names.c: move few strings into rodataDenis Vlasenko2006-09-281-10/+9
* silly switch style fixDenis Vlasenko2006-09-271-1/+1
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-1/+1
* replacing func() with xfunc() where appropriateDenis Vlasenko2006-09-031-6/+6
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-3/+0
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-0219-0/+19
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-2/+1
* - add needed includes and include busybox.h needed for the ATTRIBUTE define.Bernhard Reutner-Fischer2006-06-161-0/+7
* - correct typoBernhard Reutner-Fischer2006-06-142-2/+2
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-077-20/+20
* Header cleanup: don't #include headers that libbb.h already includes.Rob Landley2006-06-028-39/+13
* Size reductions, mostly switching things to use libbb functions.Rob Landley2006-05-291-3/+2
* Patch from Bernhard Fischer to remove some useless bits.Rob Landley2006-05-172-12/+0
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger2006-05-131-1/+1
* - include proper headers.Bernhard Reutner-Fischer2006-04-051-1/+1
* - janitorial: include proper prototypes in libiproute.Bernhard Reutner-Fischer2006-04-024-0/+8
* - revert back to r14406Bernhard Reutner-Fischer2006-03-131-48/+58
* - fix typoBernhard Reutner-Fischer2006-03-091-2/+2
* - backout using features which are not available with the previous stableBernhard Reutner-Fischer2006-03-091-3/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-2/+2