summaryrefslogtreecommitdiff
path: root/networking/libiproute (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* style fixesDenis Vlasenko2006-12-261-1/+1
| | | | last xcalloc replaced by xzalloc
* use xbind, xconnect where appropriate.Denis Vlasenko2006-12-231-4/+0
| | | | small edits to arping
* 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
| | | | version change to 1.4.0.svn
* 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
| | | | but not everywhere. err to the safe side.
* bb_INET_default[] is really just a const "default",Denis Vlasenko2006-11-211-2/+2
| | | | nothing INET-specific
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-217-13/+434
| | | | | text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-1/+1
|
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-053-18/+16
| | | | | introduce index_in_substr_array and use it in iproute2
* 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
| | | | ("On-demand net module loading fails with CONFIG_FEATURE_IFUPDOWN_IP")
* 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
| | | | | | bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r15465 | aldot | 2006-06-21 20:48:06 +0200 (Wed, 21 Jun 2006) | 3 lines - use CONFIG_BUSYBOX_EXEC_PATH as before it one was broken by a recent revert. - use xchdir() since all is invain if it fails there anyways, supposedly ------------------------------------------------------------------------ r15466 | aldot | 2006-06-21 20:55:16 +0200 (Wed, 21 Jun 2006) | 2 lines - adjust docs to take CONFIG_BUSYBOX_EXEC_PATH into account. ------------------------------------------------------------------------ r15467 | aldot | 2006-06-21 21:31:24 +0200 (Wed, 21 Jun 2006) | 18 lines - partial fallout of my TREE_USED touchup against gcc-4.2: rip unused vars, save s 144 bytes text data bss dec hex filename 862434 10156 645924 1518514 172bb2 busybox.old 862322 10156 645892 1518370 172b22 busybox function old new delta z_len 4 - -4 textend 4 - -4 part_nb 4 - -4 insize 4 - -4 ifile_size 4 - -4 do_link 4 - -4 new_text 70 60 -10 ipaddr_list_link 33 23 -10 gzip_main 898 822 -76 ------------------------------------------------------------------------------ (add/remove: 0/6 grow/shrink: 0/3 up/down: 0/-120) Total: -120 bytes ------------------------------------------------------------------------ r15468 | aldot | 2006-06-21 21:43:05 +0200 (Wed, 21 Jun 2006) | 19 lines - remove useless global exports function old new delta rpm_main 940 1601 +661 rpm_getstring 107 112 +5 rpm_getint 148 153 +5 loop_through_files 103 106 +3 fileaction_dobackup 115 113 -2 fileaction_list 5 - -5 rpm_getcount 42 - -42 extract_cpio_gz 161 - -161 rpm_gettags 504 - -504 ------------------------------------------------------------------------------ (add/remove: 0/4 grow/shrink: 4/1 up/down: 674/-714) Total: -40 bytes text data bss dec hex filename 862322 10156 645892 1518370 172b22 busybox.old 862290 10156 645892 1518338 172b02 busybox ------------------------------------------------------------------------ r15555 | aldot | 2006-06-30 14:10:11 +0200 (Fri, 30 Jun 2006) | 22 lines - shrink syslog a little bit, move a big buffer (for 'line') off the bss, fold s emaphore stuff into single caller manually. stats: function old new delta logMessage 395 427 +32 message 1245 1257 +12 opts - 4 +4 small 1 - -1 local_logging 4 - -4 doRemoteLog 4 - -4 circular_logging 4 - -4 syslogd_main 1299 1285 -14 static.res 36 16 -20 .rodata 186650 186586 -64 static.line 1025 - -1025 ------------------------------------------------------------------------------ (add/remove: 1/5 grow/shrink: 2/3 up/down: 48/-1136) Total: -1088 bytes cow@s37:~/src/busybox_scratch$ size sysklogd/syslogd.o{.orig,} text data bss dec hex filename 3723 348 5242 9313 2461 sysklogd/syslogd.o.orig 3697 348 4188 8233 2029 sysklogd/syslogd.o ============================================================================== Overall bloatcheck for the changeset mentioned above: function old new delta rpm_main 953 1608 +655 logMessage 395 427 +32 message 1245 1257 +12 opts - 4 +4 rpm_getstring 107 110 +3 rpm_getint 148 151 +3 loop_through_files 103 104 +1 small 1 - -1 fileaction_dobackup 115 113 -2 z_len 4 - -4 textend 4 - -4 part_nb 4 - -4 local_logging 4 - -4 insize 4 - -4 ifile_size 4 - -4 do_link 4 - -4 doRemoteLog 4 - -4 circular_logging 4 - -4 fileaction_list 5 - -5 new_text 70 60 -10 ipaddr_list_link 33 23 -10 clear_bufs 31 21 -10 syslogd_main 1287 1273 -14 builtin_help 190 176 -14 static.res 36 16 -20 builtin_source 229 199 -30 rpm_getcount 42 - -42 gzip_main 842 786 -56 .rodata 227176 227112 -64 lash_main 609 527 -82 busy_loop 3883 3739 -144 extract_cpio_gz 155 - -155 rpm_gettags 501 - -501 static.line 1025 - -1025 ------------------------------------------------------------------------------ (add/remove: 1/15 grow/shrink: 6/12 up/down: 710/-2221) Total: -1511 bytes
* 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
| | | | that and callers wind up typecasting it back.
* - 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 ↵Mike Frysinger2006-05-131-1/+1
| | | | mailing list
* - 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
| | | | version of make (3.71.1).
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-2/+2
| | | | definitions. (That should only be on prototypes.)
* Kill off some unused code that was wasting several k, as noticed byEric Andersen2006-03-034-216/+0
| | | | Denis Vlasenko when building with -ffunction-sections -fdata-sections
* - use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer2006-03-021-0/+4
| | | | Fixes make trying to include the very same file in an endless loop.
* - fixes parallel builds (make -j)Bernhard Reutner-Fischer2006-03-011-66/+44
| | | | - use less resources for the buildsystem itself
* Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley2006-02-221-8/+15
|
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2
|
* sort out yet more type issuesEric Andersen2006-01-305-8/+8
|