diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 08:35:44 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 08:35:44 +0000 |
commit | aefed941c26aade36c5b51c8ef5ea6f740cc0e5d (patch) | |
tree | 761f70714a935be54cac8ec4efb196638a092ae9 /TODO_config_nommu | |
parent | 9f153f610fe82528bcd0f976fd9ce2122c516b2d (diff) | |
download | busybox-w32-aefed941c26aade36c5b51c8ef5ea6f740cc0e5d.tar.gz busybox-w32-aefed941c26aade36c5b51c8ef5ea6f740cc0e5d.tar.bz2 busybox-w32-aefed941c26aade36c5b51c8ef5ea6f740cc0e5d.zip |
tcpsvd,udpsvd: make them NOMMU-capable
inetd: make udp nowait work
function old new delta
inetd_main 1797 2036 +239
tcpudpsvd_main 1839 1973 +134
xsetenv_plain - 39 +39
xsetenv_proto 23 40 +17
bump_nofile 169 170 +1
sig_term_handler 72 69 -3
sig_child_handler 239 233 -6
connection_status 37 31 -6
parse_one_line 1102 1092 -10
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 4/4 up/down: 430/-25) Total: 405 bytes
text data bss dec hex filename
798437 661 7428 806526 c4e7e busybox_old
798734 661 7428 806823 c4fa7 busybox_unstripped
Diffstat (limited to 'TODO_config_nommu')
-rw-r--r-- | TODO_config_nommu | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO_config_nommu b/TODO_config_nommu index b0221bbc3..8bf7b215c 100644 --- a/TODO_config_nommu +++ b/TODO_config_nommu | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Busybox version: 1.10.0.svn | 3 | # Busybox version: 1.10.0.svn |
4 | # Thu Mar 6 20:18:05 2008 | 4 | # Sat Mar 8 01:11:42 2008 |
5 | # | 5 | # |
6 | CONFIG_HAVE_DOT_CONFIG=y | 6 | CONFIG_HAVE_DOT_CONFIG=y |
7 | 7 | ||
@@ -844,5 +844,5 @@ CONFIG_LPQ=y | |||
844 | # | 844 | # |
845 | # ipsvd utilities | 845 | # ipsvd utilities |
846 | # | 846 | # |
847 | # CONFIG_TCPSVD is not set | 847 | CONFIG_TCPSVD=y |
848 | # CONFIG_UDPSVD is not set | 848 | CONFIG_UDPSVD=y |