hush/networking/udhcp
Denis Vlasenko a27a11bb2c introduce and use xdup2(int, int)
stop checking whether setsockopt_reuseaddr(int fd) was successful (it always is)
remove second parameter (sockllen) from xmalloc_sockaddr2xxxxx functions

sockaddr2str                                         142     156     +14
collect_blk                                          467     474      +7
xdup2                                                 28      33      +5
singlemount                                         4456    4454      -2
print_host                                           214     212      -2
nslookup_main                                        139     137      -2
ftpgetput_main                                       414     412      -2
udhcpd_main                                         1258    1255      -3
udhcpc_main                                         2405    2402      -3
traceroute_main                                     4125    4122      -3
nc_main                                             1072    1069      -3
buffer_fill_and_print                                 76      73      -3
xmalloc_sockaddr2hostonly_noport                      18      14      -4
xmalloc_sockaddr2host_noport                          18      14      -4
xmalloc_sockaddr2host                                 15      11      -4
xmalloc_sockaddr2dotted_noport                        18      14      -4
xmalloc_sockaddr2dotted                               18      14      -4
wget_main                                           2618    2614      -4
ping_main                                            393     389      -4
ip_port_str                                          120     115      -5
dhcprelay_main                                      1146    1141      -5
dnsd_main                                           1531    1525      -6
passwd_main                                         1110    1102      -8
udhcp_kernel_packet                                  206     197      -9
udhcp_listen_socket                                  154     144     -10
getty_main                                          2576    2566     -10
setup                                                655     640     -15
xmove_fd                                              51      34     -17
dolisten                                             759     742     -17
tcpudpsvd_main                                      1866    1836     -30
startservice                                         339     299     -40
2007-08-18 14:16:39 +00:00
..
arpping.c udhcp: many small fixes: 2007-07-03 15:47:50 +00:00
clientpacket.c udhcp: many small fixes: 2007-07-03 15:47:50 +00:00
clientsocket.c - use xlisten/xsocket some more. Saves .25 kB 2006-12-19 16:31:09 +00:00
common.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
common.h introduce and use xdup2(int, int) 2007-08-18 14:16:39 +00:00
Config.in udhcpd: add -f "foreground" and -S "syslog" options 2007-08-14 16:45:29 +00:00
dhcpc.c introduce and use xdup2(int, int) 2007-08-18 14:16:39 +00:00
dhcpc.h udhcp: many small fixes: 2007-07-03 15:47:50 +00:00
dhcpd.c introduce and use xdup2(int, int) 2007-08-18 14:16:39 +00:00
dhcpd.h udhcp: many small fixes: 2007-07-03 15:47:50 +00:00
dhcprelay.c introduce and use xdup2(int, int) 2007-08-18 14:16:39 +00:00
domain_codec.c clean up accumulated whitespace damage 2007-03-07 09:35:43 +00:00
dumpleases.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
files.c udhcp: many small fixes: 2007-07-03 15:47:50 +00:00
Kbuild Move udhcp to new NOMMU helpers. 2007-03-26 13:22:35 +00:00
leases.c udhcpd: fix bug: s/memcmp() != 0/memcmp() == 0/ 2007-08-09 08:04:05 +00:00
options.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
options.h udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. 2007-04-07 01:05:47 +00:00
packet.c introduce and use xdup2(int, int) 2007-08-18 14:16:39 +00:00
script.c udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. 2007-04-07 01:05:47 +00:00
serverpacket.c udhcp: new config option "Rewrite the lease file at every new acknowledge" 2007-07-01 17:05:57 +00:00
signalpipe.c xpipe: introduce (saves ~170 bytes) 2007-05-26 16:44:20 +00:00
socket.c introduce and use xdup2(int, int) 2007-08-18 14:16:39 +00:00
static_leases.c httpd: slight reduction of #ifdef forest 2006-11-21 10:15:25 +00:00