aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wget: fix --header handlingDenis Vlasenko2009-03-021-9/+15
|
* Apply post 1.13.1 patches, bump to 1.13.21_13_2Denis Vlasenko2008-12-315-9/+49
|
* telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes.Denis Vlasenko2008-11-091-0/+4
|
* *: a bit of code shrinkDenis Vlasenko2008-11-092-4/+5
| | | | | | | | | | | | | | function old new delta stop_handler 41 38 -3 sulogin_main 508 504 -4 got_cont 4 - -4 cont_handler 11 - -11 startservice 309 297 -12 processorstart 423 409 -14 tcpudpsvd_main 1861 1843 -18 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 0/5 up/down: 0/-66) Total: -66 bytes
* telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive)Denis Vlasenko2008-11-071-30/+41
| | | | | | | | by Jim Cathey (jcathey AT ciena.com) function old new delta telnetd_main 1314 1364 +50
* total overhaul of mail applets. again. Vladimir as usual.Denis Vlasenko2008-11-063-606/+0
|
* runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko2008-11-061-1/+1
| | | | | *: s/int/pid_t where appropriate
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-0611-27/+27
|
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, ↵Denis Vlasenko2008-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | xx) op function old new delta tcsetattr_stdin_TCSANOW - 14 +14 set_sane_term 116 113 -3 top_main 1277 1273 -4 make_new_session 421 415 -6 rawmode 133 126 -7 reset_term 18 10 -8 die 43 35 -8 cookmode 62 54 -8 vlock_main 425 415 -10 read_line_input 3165 3155 -10 bb_askpass 357 347 -10 fsck_minix_main 3079 3065 -14 getty_main 2375 2332 -43 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/12 up/down: 14/-131) Total: -117 bytes
* inetd: fix a case when we have zero servicesDenis Vlasenko2008-11-051-6/+13
|
* nslookup: tiny shrink (-5 bytes); add comment about res_initDenis Vlasenko2008-11-041-8/+9
| | | | | inet_common: cosmetics, no code changes
* tftpd: show help if stdin is not a socketDenis Vlasenko2008-11-011-2/+9
|
* iplink: accept shorthands for "address" keyword here:Denis Vlasenko2008-11-012-8/+11
| | | | | | "ip link set address 00:11:22:33:44:55" ifupdown: use "addr" instead of "address"
* - minor shrinkage (~-60)Bernhard Reutner-Fischer2008-10-301-8/+8
|
* - support ip link set eth1 address 00:11:22:33:44:55Bernhard Reutner-Fischer2008-10-301-1/+1
| | | | and not only the shorthand "addr". Thanks to ncopa for noticing
* randomconfig fixesDenis Vlasenko2008-10-291-3/+11
|
* udhcp: simplify SO_BINDTODEVICE callDenis Vlasenko2008-10-272-4/+3
|
* ping: trivial code shrinkDenis Vlasenko2008-10-271-27/+30
| | | | | | | function old new delta ping6_main 31 30 -1 ping_main 405 370 -35
* - fix ip route rejecting dotted quads as prefixBernhard Reutner-Fischer2008-10-212-31/+35
| | | | | | | | | | | | | | | | | | - adjust error message for wrong prefix not to mention address Previously e.g. ip route add 127.0.0.0/255.0.0.0 dev dummy0 was rejected, saying ip: an inet address is expected rather than "127.0.0.0/255.0.0.0" function old new delta get_prefix_1 201 309 +108 get_prefix 55 73 +18 get_addr 55 73 +18 get_addr32 48 58 +10 get_addr_1 249 204 -45 .rodata 114569 114524 -45 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/2 up/down: 154/-90) Total: 64 bytes
* zcip: code size optimizations, improved help text and commentsDenis Vlasenko2008-10-101-62/+79
| | | | | | | | | | | | function old new delta packed_usage 24750 24787 +37 run 658 655 -3 pick 40 34 -6 arp 186 177 -9 zcip_main 1402 1356 -46 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/4 up/down: 37/-64) Total: -27 bytes
* - route metric support (Natanael Copa)Bernhard Reutner-Fischer2008-10-071-2/+9
| | | | Adds about 75b
* - wrap overlong lineBernhard Reutner-Fischer2008-10-021-1/+2
|
* inetd: use config parser. by VladimirDenis Vlasenko2008-09-301-87/+36
| | | | | | | | | | | | function old new delta reread_config_file 1092 2154 +1062 next_line 98 33 -65 next_word 197 57 -140 parse_one_line 1202 - -1202 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 1/2 up/down: 1062/-1407) Total: -345 bytes
* route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com)Denis Vlasenko2008-09-281-2/+2
|
* sendmail: update by VladimirDenis Vlasenko2008-09-282-403/+243
|
* sendmail: compat update by VladimirDenis Vlasenko2008-09-272-134/+202
| | | | | | | | | | | | | function old new delta sendgetmail_main 1889 2091 +202 putchar_unlocked - 43 +43 putchar - 43 +43 packed_usage 24868 24910 +42 smtp_checkp 102 111 +9 uuencode 235 227 -8 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 3/1 up/down: 339/-8) Total: 331 bytes
* udhcp: add inline docs; small code shrinkDenis Vlasenko2008-09-266-41/+64
| | | | | | | function old new delta send_packet 103 87 -16 udhcpc_main 2359 2323 -36
* udhcpc: fixlet for previous commitDenis Vlasenko2008-09-261-3/+5
|
* udhcp: added some FIXMEs; code shrink. -49 bytesDenis Vlasenko2008-09-266-19/+36
|
* dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko2008-09-2620-101/+98
|
* dhcpc: treat "discover...select...discover..." loop the same wayDenis Vlasenko2008-09-261-0/+6
| | | | | as "discover...discover...discover..."
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-254-4/+4
|
* init: set stderr to NONBLOCKDenis Vlasenko2008-09-201-2/+2
| | | | | | | | | | | | | | *: s/setenv(a,b,1)/xsetenv(a,b)/ function old new delta init_main 856 895 +39 message 146 144 -2 crond_main 1418 1416 -2 run 661 658 -3 zcip_main 1409 1403 -6 edit_file 910 901 -9 environment 20 - -20
* slattach: preserve speed in non-raw mode. +39 bytes.Denis Vlasenko2008-09-161-0/+2
| | | | | by Matthieu CASTET (matthieu.castet AT parrot.com)
* runsvd: shrink by VladimirDenis Vlasenko2008-09-111-14/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *: use unified trivial signal handler function old new delta record_signo - 10 +10 process_stdin 433 443 +10 bbunpack 383 391 +8 wc_main 598 605 +7 conescape 293 296 +3 nmeter_main 670 672 +2 fallbackSort 1717 1719 +2 bb_got_signal - 1 +1 microcom_main 713 712 -1 signalled 2 - -2 pack_gzip 1661 1659 -2 evalvar 1376 1374 -2 compare_keys 737 735 -2 parse_command 1460 1456 -4 expand 1748 1744 -4 s_term 37 29 -8 s_hangup 8 - -8 fgotsig 10 - -10 find_pair 187 169 -18 signal_handler 190 170 -20 runsvdir_main 1701 1583 -118 ------------------------------------------------------------------------------ (add/remove: 2/3 grow/shrink: 6/10 up/down: 43/-199) Total: -156 bytes
* ifenslave: on uclibc at least, net/if.h + linux/if_bonding.h dont coexistDenis Vlasenko2008-09-061-1/+5
|
* ifenslave: wants net/if.hDenis Vlasenko2008-09-061-4/+5
|
* modprobe-small: make insmod command line compatibleDenis Vlasenko2008-09-061-0/+2
| | | | | | | | function old new delta modprobe_main 326 435 +109 moderror - 52 +52 process_module 577 530 -47
* - add WIP stub for tc.Bernhard Reutner-Fischer2008-09-045-4/+558
| | | | Printing worked at some point. Modify/Delete needs some refacturing.
* - pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina ↵Bernhard Reutner-Fischer2008-09-011-0/+12
| | | | | | | | | | | | | | | | | | Friedrichsen) Alina writes: With this patch the BusyBox httpd pass the "Accept:" and "Accept-Language:" header by the environment variables to the CGI-Script, so this can make Content Negotiation to deliver the page in the language, which was selected by the user in the browser settings, and/or serve the XHTML page with the right MIME-Type application/xhtml+xml to user agents which support it und text/html which don't. (Needed e.g. for OpenWrt LuCI.) Signed-off-by: Alina Friedrichsen <x-alina at gmx dot net>
* insmod: shrinkDenis Vlasenko2008-08-271-2/+3
| | | | | | | function old new delta obj_allocate_commons 488 462 -26 insmod_main 3830 3714 -116
* ping: SO_RCVBUF must be bigger than packet size,Denis Vlasenko2008-08-241-4/+6
| | | | | otherwise large ping packets might fail to be received.
* ifupdown: fixes for shutdown of DHCP-managed interfacesDenis Vlasenko2008-08-191-6/+30
| | | | | from Wade Berrier <wberrier AT gmail.com>
* arp: without -H <type>, assume "ether". closes 4564Denis Vlasenko2008-08-151-2/+2
|
* ifupdown: fixes for custom MAC address, by Wade Berrier <wberrier AT gmail.com>Denis Vlasenko2008-08-121-2/+18
|
* sendmail: work around (bogus) gcc warningDenis Vlasenko2008-08-101-5/+6
|
* nameif: shrink (by Vladimir)Denis Vlasenko2008-08-011-28/+16
| | | | | | function old new delta nameif_main 668 636 -32
* hush: add #defines to switch off break/continue if loops are not supportedDenis Vlasenko2008-07-292-3/+3
| | | | | | *: remove a few inline keywords no code changes
* netstat: code shrinkDenis Vlasenko2008-07-271-197/+96
| | | | | | | | | | | | | | | function old new delta print_inet_line - 193 +193 scan_inet_proc_line - 130 +130 unix_do_one 519 503 -16 do_info 145 97 -48 netstat_main 601 548 -53 tcp_do_one 462 61 -401 raw_do_one 513 107 -406 udp_do_one 533 119 -414 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 0/6 up/down: 323/-1338) Total: -1015 bytes
* style fix, no code changesDenis Vlasenko2008-07-271-2/+2
|