busybox/networking/udhcp
Denis Vlasenko 21765fa063 udhcpc: kill undocumented -W, it was a no-op.
fix option parsing in the case some CONFIG_x are off.
 disable -b on NOMMU, make backgrounding work correctly
 (if a bit differently from MMU case). Previously,
 it wasn't working at all.
 stop using global data for flags in main(), opt
 bitfield works as well.

function                                             old     new   delta
cryptpw_main                                         177     153     -24
packed_usage                                       24478   24452     -26
client_background                                     26       -     -26
udhcpc_main                                         2462    2372     -90
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 0/3 up/down: 0/-166)           Total: -166 bytes
2008-06-13 20:44:05 +00:00
..
arpping.c udhcp: protect agianst timer overflowing 32-bit counter 2008-05-09 11:55:58 +00:00
clientpacket.c udhcpc: regularize the names of receiving functions, 2008-05-21 07:05:06 +00:00
clientsocket.c udhcp: build fix for ppc kernel 2.4.36 2008-03-25 06:04:58 +00:00
common.c
common.h udhcpc: regularize the names of receiving functions, 2008-05-21 07:05:06 +00:00
Config.in udhcp: fix config help text 2008-04-21 20:27:29 +00:00
dhcpc.c udhcpc: kill undocumented -W, it was a no-op. 2008-06-13 20:44:05 +00:00
dhcpc.h udhcpc: kill undocumented -W, it was a no-op. 2008-06-13 20:44:05 +00:00
dhcpd.c udhcpc: regularize the names of receiving functions, 2008-05-21 07:05:06 +00:00
dhcpd.h udhcpc: regularize the names of receiving functions, 2008-05-21 07:05:06 +00:00
dhcprelay.c udhcpc: regularize the names of receiving functions, 2008-05-21 07:05:06 +00:00
domain_codec.c
dumpleases.c patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) 2008-03-23 22:55:25 +00:00
files.c more of -Wall fixes from Cristian Ionescu-Idbohrn. 2008-05-15 21:30:45 +00:00
Kbuild fix a thinko in build system 2007-11-22 20:09:41 +00:00
leases.c dhcp: heed TODO item - divorced options from their string descriptions 2007-11-29 08:17:45 +00:00
options.c udhcpc: support for -O <option>. 2007-12-10 07:03:38 +00:00
options.h Use intra-DSO calls when we build libbusybox. No-op for normal build. 2008-05-09 17:59:34 +00:00
packet.c udhcpc: regularize the names of receiving functions, 2008-05-21 07:05:06 +00:00
script.c openvt: fix gross mismatch between us and "standard" openvt. 2008-03-27 16:26:35 +00:00
serverpacket.c udhcpc: regularize the names of receiving functions, 2008-05-21 07:05:06 +00:00
signalpipe.c libbb: introduce bb_signals and bb_signals_recursive, 2008-02-16 22:58:56 +00:00
socket.c
static_leases.c