aboutsummaryrefslogtreecommitdiff
path: root/networking/tcpudp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-2/+1
| | | | | | | | | | | | | | | | | | | udhcpc: stop filtering environment passed to the script. crond: fix uncovered potential bug (failing unsetenv) mdev: fix uncovered potential bug (failing unsetenv) tcp, udpsvd: fix uncovered potential bug (failing unsetenv) function old new delta safe_setenv - 58 +58 bb_unsetenv - 55 +55 builtin_unset 139 138 -1 tcpudpsvd_main 1843 1830 -13 free_strings_and_unsetenv 87 53 -34 udhcp_run_script 1186 1133 -53 safe_setenv4 62 - -62 ------------------------------------------------------------------------------ (add/remove: 2/1 grow/shrink: 0/4 up/down: 113/-163) Total: -50 bytes
* *: a bit of code shrinkDenis Vlasenko2008-11-091-3/+3
| | | | | | | | | | | | | | 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
* runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko2008-11-061-1/+1
| | | | | *: s/int/pid_t where appropriate
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-4/+3
| | | | This needs further love, alot of love.. Tito?
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
|
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-5/+4
|
* Fix trivial problems: "make clean" cleaning too muchDenis Vlasenko2008-06-071-0/+1
| | | | | and add #include to pull in __be32 typedef.
* tcpudp: trivial build fixDenis Vlasenko2008-03-311-3/+3
|
* *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko2008-03-191-1/+1
| | | | | top: fix "top </dev/null" case (by Cristian Ionescu-Idbohrn)
* svn add/svn rm to actually move tcp/udpsvd...Denis Vlasenko2008-03-171-0/+609