Age | Commit message (Expand) | Author |
2002-12-13 | Fix bug when reading mac from command line, continue; if hwaddrr not found | Glenn L McGrath |
2002-12-13 | Merge copyfd and copy_file_chunk | Glenn L McGrath |
2002-12-13 | Change ftpput so it uses <remote-path> <local-file> as it should | Glenn L McGrath |
2002-12-13 | Fix possible bug if file length not known | Glenn L McGrath |
2002-12-13 | New applets, ftpget and ftpput | Glenn L McGrath |
2002-12-13 | New applet, nameif by Nick Fedchik and myself. | Glenn L McGrath |
2002-12-11 | hehe. Screwed that one up. Lets do things right this time. | Eric Andersen |
2002-12-11 | Makefile rework coordinate with Russ so udhcp will behave | Eric Andersen |
2002-12-11 | slight change to reflect BB_VER change | Russ Dill |
2002-12-11 | sorry about all the noise, should be all synced up now | Russ Dill |
2002-12-11 | resync with udhcp cvs | Russ Dill |
2002-12-11 | Make sure we have a show_usage function prototype | Eric Andersen |
2002-12-11 | Eliminate dependancy on kernel header files. Naughty naughty. | Eric Andersen |
2002-12-11 | undefine sysinfo to prevent breakage on ia64 | Glenn L McGrath |
2002-12-09 | Forgot to rename foo | Glenn L McGrath |
2002-12-09 | Fix a debug message, from Bastian Blank | Glenn L McGrath |
2002-12-08 | Support using ip in udhcpc scripts. | Glenn L McGrath |
2002-12-08 | Start to cleanup handling of the state file, save some space and uses linked ... | Glenn L McGrath |
2002-12-07 | Differentiate struct and type names | Glenn L McGrath |
2002-12-07 | Fix command that brings down loopback | Glenn L McGrath |
2002-12-06 | depends on for telnet and ipcalc | Glenn L McGrath |
2002-12-06 | Fixup dumpleases compile problem | Eric Andersen |
2002-12-06 | Use libbb/get_line_from_file, change default state file location | Glenn L McGrath |
2002-12-06 | Make mapping a config option again to save space, turn off file locking, do w... | Glenn L McGrath |
2002-12-06 | Fix bug that stoped -a working | Glenn L McGrath |
2002-12-05 | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen |
2002-12-02 | Use compare_string_array in ipaddress to save a few bytes, minor cleanups | Glenn L McGrath |
2002-12-02 | Save a few more bytes | Glenn L McGrath |
2002-12-02 | Save a hundred bytes or so on the do_iproute function | Glenn L McGrath |
2002-12-01 | Enable ip commands to be compiled seperate from ip, modifed patch from Bastia... | Glenn L McGrath |
2002-11-28 | Clean up error messages | Glenn L McGrath |
2002-11-28 | Minor error messages changes | Glenn L McGrath |
2002-11-28 | Cleanup error messages | Glenn L McGrath |
2002-11-28 | Cleanup error messages | Glenn L McGrath |
2002-11-28 | Syntax error | Glenn L McGrath |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann |
2002-11-28 | Style, error_msg | Glenn L McGrath |
2002-11-28 | Use standard error messages | Glenn L McGrath |
2002-11-28 | Use error_msg instead of fprintf(stderr | Glenn L McGrath |
2002-11-26 | use #ifdef CONFIG_* instead of #if CONFIG_* | Glenn L McGrath |
2002-11-26 | use #ifdef instead of #if | Glenn L McGrath |
2002-11-26 | Use #ifdef instead of #if | Glenn L McGrath |
2002-11-26 | Fix simple syntax error | Glenn L McGrath |
2002-11-19 | Dont use xargs | Glenn L McGrath |
2002-11-19 | dont use the -i option of xargs | Glenn L McGrath |
2002-11-19 | udhcpc documentation update | Russ Dill |
2002-11-18 | Use error_msg_and_die, style | Glenn L McGrath |
2002-11-17 | Remove mapping option, its should always be used | Glenn L McGrath |
2002-11-15 | Patch from Bastian Blank: | Eric Andersen |
2002-11-11 | Make ifupdown use internal run_parts | Glenn L McGrath |