Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-10 | fix fallout from BSD patches | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-07-05 | Patches to enable FreeBSD build | Denys Vlasenko | |
platform.h: fix wrong check for endianness, fix lchown aliasing to chown on uclibc. Code seems to not be affected in my testing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-06-17 | udhcp: change UDHCP_DEBUG into int, make verbosity selectable with -v | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2008-09-26 | dhcp: add FAST_FUNC as appropriate. -160 bytes. | Denis Vlasenko | |
2008-06-20 | udhcpc: change BPF filter to not use 0xffffffff as a max packet size, | Denis Vlasenko | |
there are kernels which don't like big (negative when viewed as signed) sizes. | |||
2008-03-25 | udhcp: build fix for ppc kernel 2.4.36 | Denis Vlasenko | |
2008-03-17 | *: fix fallout from -Wunused-parameter | Denis Vlasenko | |
function old new delta bbunpack 358 366 +8 passwd_main 1070 1072 +2 handle_incoming_and_exit 2651 2653 +2 getpty 88 86 -2 script_main 975 972 -3 inetd_main 2036 2033 -3 dname_enc 377 373 -4 make_new_session 474 462 -12 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/5 up/down: 12/-24) Total: -12 bytes text data bss dec hex filename 797429 658 7428 805515 c4a8b busybox_old 797417 658 7428 805503 c4a7f busybox_unstripped | |||
2008-02-04 | udhcp: optional support for non-standard DHCP ports (+300 bytes when selected) | Denis Vlasenko | |
2008-01-25 | udhcpc: filter unwanted packets in kernel | Denis Vlasenko | |
(Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>) | |||
2006-12-19 | - use xlisten/xsocket some more. Saves .25 kB | Bernhard Reutner-Fischer | |
2006-12-18 | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | |
2006-11-18 | udhcp: fix indentation and style. | Denis Vlasenko | |
Eliminate (group) a lot of smallish *.h files Remove lots of unneeded #includes | |||
2006-11-17 | add -Wundef, fix uncovered bugs | Denis Vlasenko | |
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko | |
bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. | |||
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-05-08 | add back in udhcp support | Mike Frysinger | |
2006-03-23 | remove in place of external link | Mike Frysinger | |
2003-12-18 | Finish remerging busybox udhcp and udhcp. Some cleanups as well. | Russ Dill | |