hush/networking/udhcp
Denis Vlasenko 5d61e71c3a introduce safe_poll (fixes a problem in top)
function                                             old     new   delta
safe_poll                                              -      77     +77
svlogd_main                                         1470    1466      -4
zcip_main                                           1530    1524      -6
forkexec                                            1345    1338      -7
decode_format_string                                 795     788      -7
collect_blk                                          474     467      -7
buffer_pread                                         540     532      -8
tftp                                                1182    1172     -10
microcom_main                                        763     749     -14
arpping                                              441     424     -17
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/9 up/down: 77/-80)             Total: -3 bytes
   text    data     bss     dec     hex filename
 770162    1034   10404  781600   bed20 busybox_old
 770158    1034   10404  781596   bed1c busybox_unstripped
2007-09-27 10:09:59 +00:00
..
arpping.c introduce safe_poll (fixes a problem in top) 2007-09-27 10:09:59 +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 don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
dhcpc.h udhcp: many small fixes: 2007-07-03 15:47:50 +00:00
dhcpd.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +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 don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +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 max_option_length[] holds small ints, uint8_t is enough 2007-08-19 21:21:16 +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 *: compile fixes for 64-bit build 2007-08-23 10:52:52 +00:00
static_leases.c httpd: slight reduction of #ifdef forest 2006-11-21 10:15:25 +00:00