summaryrefslogtreecommitdiff
path: root/networking/libiproute/iptunnel.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete tons of extra #includesDenis Vlasenko2007-05-311-7/+3
|
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cat: stop using stdio.h opens libbb: introduce & use open[3]_or_warn function old new delta open3_or_warn - 54 +54 bb_cat 115 144 +29 open_or_warn - 25 +25 unlzma 2404 2412 +8 chattr_main 334 339 +5 xstrtoul_range_sfx 251 255 +4 telnet_main 1514 1510 -4 static.opt 4 - -4 qgravechar 122 118 -4 fuser_add_pid 61 54 -7 fuser_add_inode 154 147 -7 writeFileToTarball 1542 1534 -8 refresh 1156 1148 -8 do_show 856 846 -10 read_leases 212 200 -12 setup_redirects 236 222 -14 iproute_list_or_flush 1582 1568 -14 read_config 427 411 -16 write_leases 284 264 -20 hash_file 338 318 -20 copy_file 1760 1740 -20 do_iproute 2610 2588 -22 bb_full_fd_action 320 269 -51 open_to_or_warn 103 49 -54 fuser_main 1660 1596 -64 .rodata 131160 131096 -64 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 4/19 up/down: 125/-423) Total: -298 bytes
* libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko2007-04-071-71/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kill a few statics, made other globals smaller: oneline is smallint, _SL_ is char function old new delta print_tunnel 693 731 +38 print_route 1775 1777 +2 print_addrinfo 1495 1497 +2 ipaddr_list_or_flush 2826 2828 +2 oneline 4 1 -3 _SL_ 4 1 -3 ipaddr_modify 1476 1472 -4 parse_address 124 119 -5 ip_parse_common_args 429 423 -6 on_off 53 46 -7 do_del_ioctl 113 106 -7 do_add_ioctl 120 113 -7 do_show 864 856 -8 iprule_list 157 148 -9 do_iptunnel 310 299 -11 do_add 143 126 -17 get_ctl_fd 95 76 -19 set_address 108 84 -24 ip_main 351 323 -28 static.ifr 32 - -32 parse_args 1992 1949 -43 iproute_list_or_flush 1673 1582 -91 do_iplink 1583 1485 -98 filter 280 - -280 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 4/18 up/down: 44/-702) Total: -658 bytes
* preparatory patch for -Wwrite-strings #4Denis Vlasenko2007-01-291-3/+3
|
* Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko2007-01-021-22/+23
| | | | | (and networking/libiproute/linux/ since it become empty). Style fixes.
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-1/+1
|
* do not overflow ifr_name. maybe it was safe in some places,Denis Vlasenko2006-11-271-7/+7
| | | | but not everywhere. err to the safe side.
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-11/+11
|
* replacing func() with xfunc() where appropriateDenis Vlasenko2006-09-031-6/+6
|
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-3/+3
|
* Header cleanup: don't #include headers that libbb.h already includes.Rob Landley2006-06-021-4/+1
|
* - remove warning about redeclaration of __constant_htonsBernhard Reutner-Fischer2006-01-121-5/+4
| | | | | - remove warning about format '%ld' expects type 'long int *', but argument #num has type 'long unsigned int *'
* - make libiproute compile..Bernhard Reutner-Fischer2005-10-081-0/+1
|
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-2/+2
| | | | which were otherwise cluttering the global namespace.
* Thomas Koeller writes:Eric Andersen2004-04-261-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 Andersen2004-03-151-3/+3
|
* Major coreutils update.Manuel Novoa III2003-03-191-20/+20
|
* Eliminate most instances where we use linux kernel headersEric Andersen2003-01-141-3/+6
| | | | -Erik
* fixes for ia64Glenn L McGrath2003-01-051-0/+2
|
* Only included headers that are used.Glenn L McGrath2002-12-161-9/+6
|
* Cleanup error messagesGlenn L McGrath2002-11-281-38/+36
|
* IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath2002-11-101-0/+548