aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitializedDenis Vlasenko2009-01-141-2/+3
* udhcpd: disable opton to have absolute lease times in lease fileDenis Vlasenko2009-01-017-186/+194
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-35/+31
* bb_info_msg: make it do atomic, unbuffered writesDenis Vlasenko2008-12-101-7/+16
* *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko2008-12-101-2/+2
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-085-38/+43
* Fix forgotten license commentsDenis Vlasenko2008-12-076-0/+15
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-1/+1
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-069-22/+22
* udhcp: simplify SO_BINDTODEVICE callDenis Vlasenko2008-10-272-4/+3
* udhcp: add inline docs; small code shrinkDenis Vlasenko2008-09-266-41/+64
* udhcpc: fixlet for previous commitDenis Vlasenko2008-09-261-3/+5
* udhcp: added some FIXMEs; code shrink. -49 bytesDenis Vlasenko2008-09-266-19/+36
* dhcp: add FAST_FUNC as appropriate. -160 bytes.Denis Vlasenko2008-09-2620-101/+98
* dhcpc: treat "discover...select...discover..." loop the same wayDenis Vlasenko2008-09-261-0/+6
* insmod: shrinkDenis Vlasenko2008-08-271-2/+3
* fix several problems with config parser:Denis Vlasenko2008-07-261-4/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-3/+1
* udhcp: use libbb for config file parsing (by Vladimir)Denis Vlasenko2008-07-201-33/+16
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-057-8/+8
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-1/+1
* udhcpc: change BPF filter to not use 0xffffffff as a max packet size,Denis Vlasenko2008-06-201-1/+1
* use USE_FEATURE_UDHCP_PORT instead of ifdefDenis Vlasenko2008-06-151-3/+1
* udhcpc: removing stray whitespaceDenis Vlasenko2008-06-151-2/+2
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-2/+1
* udhcpc: reduce ifdef forest, no code changesDenis Vlasenko2008-06-151-32/+12
* udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko2008-06-132-97/+92
* udhcpc: shrinkDenis Vlasenko2008-05-262-20/+22
* udhcpc: regularize the names of receiving functions,Denis Vlasenko2008-05-219-49/+50
* udhcpc: simplify renewal of the leaseDenis Vlasenko2008-05-211-22/+19
* udhcpc: properly reduce timeout if bogus packets were receivedDenis Vlasenko2008-05-211-11/+16
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-2/+2
* -Wall fixes by Cristian Ionescu-Idbohrn. No object code changes.Denis Vlasenko2008-05-121-2/+2
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-094-3/+33
* udhcp: protect agianst timer overflowing 32-bit counterDenis Vlasenko2008-05-091-1/+1
* udhcp: fix config help textDenis Vlasenko2008-04-211-31/+20
* udhcp,ipcalc: simple code shrink (Nico Erfurth <masta AT perlgolf.de>)Denis Vlasenko2008-04-101-3/+1
* udhcpc: add -o "do not request options by default" switchDenis Vlasenko2008-04-024-8/+20
* openvt: fix gross mismatch between us and "standard" openvt.Denis Vlasenko2008-03-271-1/+1
* udhcp: build fix for ppc kernel 2.4.36Denis Vlasenko2008-03-251-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-232-2/+0
* udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings);Denis Vlasenko2008-03-202-32/+24
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-9/+8
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-173-3/+3
* udhcp: we were forgetting to set right op byte in tha packetDenis Vlasenko2008-02-201-6/+1
* udhcp: make paths configurableDenis Vlasenko2008-02-203-2/+21
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-3/+5
* *: more readable handling of pipe fds. No code changes.Denis Vlasenko2008-02-161-10/+10