summaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-171-11/+11
| | | | | libbb: rename sig_pause to wait_for_any_sig.
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-124-38/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | signal_SA_RESTART_empty_mask - 65 +65 signal_no_SA_RESTART_empty_mask - 54 +54 dd_main 1325 1369 +44 sigaction_set - 19 +19 dname_enc 373 377 +4 UNSPEC_print 64 66 +2 setsignal 296 294 -2 bb_signals_recursive 95 92 -3 bb_askpass 367 361 -6 inetd_main 1810 1797 -13 rx_main 912 883 -29 sigdelset 32 - -32 __sigdelset 32 - -32 __GI_sigdelset 32 - -32 sighup_handler 84 37 -47 arping_main 1844 1797 -47 fsck_main 1869 1807 -62 run_list 1917 1844 -73 vlock_main 492 409 -83 progressmeter 883 798 -85 handle_incoming_and_exit 2737 2651 -86 ------------------------------------------------------------------------------ (add/remove: 3/3 grow/shrink: 3/12 up/down: 188/-632) Total: -444 bytes
* nc: remove a bit of bloatDenis Vlasenko2008-03-122-107/+158
| | | | | | | | | | | | | | | | | | | | | | | | | inetd: more NOMMU fixes rx: shrink devfsd: minor shrink vlock: shrink tcpudp: narrow down window where we have no wildcard socket parse_one_line 1015 1102 +87 init_ring - 53 +53 xzalloc_lsa - 48 +48 read_byte 51 50 -1 rearm_alarm 28 25 -3 nc_main 1028 1000 -28 initring 53 - -53 vlock_main 583 496 -87 reread_config_file 1089 991 -98 rx_main 1046 912 -134 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 1/6 up/down: 188/-404) Total: -216 bytes text data bss dec hex filename 800120 661 7428 808209 c5511 busybox_old 799796 661 7428 807885 c53cd busybox_unstripped
* inetd: make it NOMMU-capable and IPv6-friendly. Lots of renamesDenis Vlasenko2008-03-123-1008/+770
| | | | | | | | | | of variable/function names Total: -2474 bytes text data bss dec hex filename 802215 661 7452 810328 c5d58 busybox_old 800120 661 7428 808209 c5511 busybox_unstripped
* actually add bb_qsort.cDenis Vlasenko2008-03-023-3/+3
| | | | | *: s/Denis/Denys/
* zcip: chdiring to root when daemonizing is not useful,Denis Vlasenko2008-02-281-2/+2
| | | | | | only makes strip writer's life more miserable. Who want to have zcip run in root dir, can trivially do that.
* httpd: fix breakage introduced by "support for I:index.xml"Denis Vlasenko2008-02-271-0/+1
|
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-275-8/+9
|
* script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-02-271-47/+0
|
* sendmail: yet another maintainer's updateDenis Vlasenko2008-02-272-121/+90
|
* sendmail: update from maintainerDenis Vlasenko2008-02-261-149/+207
|
* ifenslave: new applet. closes bug 115.Denis Vlasenko2008-02-263-0/+629
|
* *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>Denis Vlasenko2008-02-251-9/+9
| | | | | | | | | | | | | | | | | | | | | safe_gethostname - 48 +48 glob3 35 37 +2 timestamp_and_log 314 315 +1 udhcp_send_kernel_packet 234 231 -3 scan_tree 275 271 -4 passwd_main 1074 1070 -4 print_login_prompt 68 58 -10 obscure 392 377 -15 syslogd_main 882 866 -16 print_login_issue 516 478 -38 hostname_main 278 223 -55 parse_and_put_prompt 825 756 -69 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/9 up/down: 51/-214) Total: -163 bytes text data bss dec hex filename 798791 728 7484 807003 c505b busybox_old 798631 728 7484 806843 c4fbb busybox_unstripped
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-243-6/+6
| | | | | *: minor shrink
* httpd: "HEAD" support. Closes bug 1530.Denis Vlasenko2008-02-211-26/+36
| | | | | | | | | | | | | send_file_and_exit 629 645 +16 static.request_HEAD - 5 +5 handle_incoming_and_exit 2732 2737 +5 send_headers 594 597 +3 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/0 up/down: 29/0) Total: 29 bytes text data bss dec hex filename 796283 740 7484 804507 c469b busybox_old 796312 740 7484 804536 c46b8 busybox_unstripped
* udhcp: we were forgetting to set right op byte in tha packetDenis Vlasenko2008-02-201-6/+1
| | | | | for DHCPDECLINE. Fixing, and making code smaller.
* udhcp: make paths configurableDenis Vlasenko2008-02-203-2/+21
| | | | | syslogd: trivial build fix
* init: make it NOMMU-capableDenis Vlasenko2008-02-191-1/+1
| | | | | httpd: trivial compile fix
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-181-7/+10
| | | | | | mount: sanitize environ if called by non-root *: adjust for slightly different sanitize routine
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-171-4/+1
|
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-166-20/+31
| | | | | | | | | | | | | | | | | | | | | | | | which sets same handler for many signals. sig_catch is nuked (bb_signals_recursive is more descriptive name). *: use them as appropriate. function old new delta bb_signals_recursive - 95 +95 bb_signals - 52 +52 run_command 258 273 +15 svlogd_main 1368 1377 +9 runsv_main 1746 1752 +6 runsvdir_main 1643 1646 +3 UNSPEC_print 64 66 +2 time_main 1128 1127 -1 ... resize_main 246 210 -36 sig_catch 63 - -63 set_fatal_sighandler 85 14 -71 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 5/24 up/down: 182/-548) Total: -366 bytes
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-163-25/+25
|
* ifupdowm: shrinkDenis Vlasenko2008-02-161-99/+100
| | | | | | | | | | ifupdown_main 2170 2459 +289 find_iface_state 57 56 -1 next_word 63 58 -5 popen2 350 - -350 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 1/2 up/down: 289/-356) Total: -67 bytes
* random s/short/int/Denis Vlasenko2008-02-164-7/+8
| | | | | | | | | add_cmd 1189 1190 +1 xconnect_ftpdata 118 117 -1 data_align 86 84 -2 process_files 2101 2096 -5 forkexec 1345 1334 -11
* ifupdown: code shrinkDenis Vlasenko2008-02-151-95/+51
| | | | | | | | | function old new delta next_word 78 63 -15 ifupdown_main 2381 2170 -211 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-226) Total: -226 bytes
* httpd: fix bug where we did chdir("") if CGI path had only one "/".Denis Vlasenko2008-02-111-20/+22
| | | | | | | httpd: fix bug 2004: wrong argv when interpreter is invoked +8 bytes growth
* - shrink a tiny bit (-30Bytes)Bernhard Reutner-Fischer2008-02-111-30/+27
|
* - spelling fixesBernhard Reutner-Fischer2008-02-114-8/+8
|
* sendmail: update from maintainerDenis Vlasenko2008-02-083-221/+445
|
* httpd: add a bit of error logging; a few code simplifications. +29 bytes.Denis Vlasenko2008-02-081-7/+11
|
* udhcp: ifdef out unused membersDenis Vlasenko2008-02-042-0/+4
|
* udhcp: optional support for non-standard DHCP ports (+300 bytes when selected)Denis Vlasenko2008-02-049-11/+67
|
* zcip: open ARP socket before openlogDenis Vlasenko2008-02-041-11/+13
| | | | | (else we can thrash syslog socket)
* sendmail: fixes by Vladimir Dronnikov <dronnikov at gmail.com>Denis Vlasenko2008-02-021-78/+102
|
* nc: fix fallout from C99 standard compliance changeDenis Vlasenko2008-02-021-20/+20
|
* Fix compilation error when FEATURE_FANCY_PING enabled. AlsoPaul Fox2008-02-012-8/+8
| | | | | | reorder networking/Config.in moving FEATURE_FANCY_PING next to PING6. (Cristian Ionescu-Idbohrn)
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-2911-46/+46
| | | | | size-neutral WRT -std=gnu99 and fixes several compilation errors for strict C99 mode.
* sendmail: really svn add itDenis Vlasenko2008-01-291-0/+313
|
* sendmail: new applet by dronnikov at gmail.comDenis Vlasenko2008-01-282-0/+14
|
* *: tidy up usage of char **environDenis Vlasenko2008-01-281-3/+0
|
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-275-8/+4
|
* udhcpc: filter unwanted packets in kernelDenis Vlasenko2008-01-255-10/+64
| | | | | (Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>)
* udhcpc: fix wrong options in decline and release packetsDenis Vlasenko2008-01-253-13/+15
| | | | | (Jonas Danielsson <jonas.danielsson at axis.com>)
* - implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer2008-01-142-21/+93
| | | | | text data bss dec hex filename 907 20 0 927 39f networking/brctl.o
* - shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer2008-01-132-36/+115
| | | | | | text data bss dec hex filename 253 20 0 273 111 networking/brctl.o.bare 613 20 0 633 279 networking/brctl.o.fancy-time
* - save four bytes by manually hoisting the br assignmentBernhard Reutner-Fischer2008-01-131-5/+4
|
* - new applet brctlBernhard Reutner-Fischer2008-01-133-0/+94
| | | | | | text data bss dec hex filename 289 20 0 309 135 networking/brctl.o 335 23 0 358 166 networking/brctl-verbose-ops.o
* whitespace fixesDenis Vlasenko2008-01-071-1/+1
|
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-073-4/+4
| | | | | *: whitespace fixes
* ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)Denis Vlasenko2008-01-041-4/+6
|