| Commit message (Expand) | Author | Age | Files | Lines |
* | fix warning | bug1 | 2002-12-16 | 1 | -0/+2 |
* | Fix bug when reading mac from command line, continue; if hwaddrr not found | bug1 | 2002-12-13 | 1 | -3/+5 |
* | Merge copyfd and copy_file_chunk | bug1 | 2002-12-13 | 1 | -47/+6 |
* | Change ftpput so it uses <remote-path> <local-file> as it should | bug1 | 2002-12-13 | 1 | -1/+1 |
* | Fix possible bug if file length not known | bug1 | 2002-12-13 | 1 | -6/+11 |
* | New applets, ftpget and ftpput | bug1 | 2002-12-13 | 3 | -0/+419 |
* | New applet, nameif by Nick Fedchik and myself. | bug1 | 2002-12-13 | 3 | -0/+232 |
* | hehe. Screwed that one up. Lets do things right this time. | andersen | 2002-12-11 | 1 | -1/+2 |
* | Makefile rework coordinate with Russ so udhcp will behave | andersen | 2002-12-11 | 1 | -15/+9 |
* | slight change to reflect BB_VER change | russ | 2002-12-11 | 3 | -3/+3 |
* | sorry about all the noise, should be all synced up now | russ | 2002-12-11 | 3 | -3/+19 |
* | resync with udhcp cvs | russ | 2002-12-11 | 9 | -83/+46 |
* | Make sure we have a show_usage function prototype | andersen | 2002-12-11 | 1 | -1/+3 |
* | Eliminate dependancy on kernel header files. Naughty naughty. | andersen | 2002-12-11 | 1 | -3/+2 |
* | undefine sysinfo to prevent breakage on ia64 | bug1 | 2002-12-11 | 1 | -0/+2 |
* | Forgot to rename foo | bug1 | 2002-12-09 | 1 | -1/+1 |
* | Fix a debug message, from Bastian Blank | bug1 | 2002-12-09 | 1 | -3/+3 |
* | Support using ip in udhcpc scripts. | bug1 | 2002-12-08 | 4 | -1/+62 |
* | Start to cleanup handling of the state file, save some space and uses linked ... | bug1 | 2002-12-08 | 1 | -103/+104 |
* | Differentiate struct and type names | bug1 | 2002-12-07 | 1 | -78/+78 |
* | Fix command that brings down loopback | bug1 | 2002-12-07 | 1 | -1/+1 |
* | depends on for telnet and ipcalc | bug1 | 2002-12-06 | 1 | -0/+2 |
* | Fixup dumpleases compile problem | andersen | 2002-12-06 | 2 | -1/+4 |
* | Use libbb/get_line_from_file, change default state file location | bug1 | 2002-12-06 | 1 | -128/+39 |
* | Make mapping a config option again to save space, turn off file locking, do w... | bug1 | 2002-12-06 | 2 | -12/+28 |
* | Fix bug that stoped -a working | bug1 | 2002-12-06 | 1 | -1/+3 |
* | Yet another major rework of the BusyBox config system, using the considerably | andersen | 2002-12-05 | 5 | -110/+380 |
* | Use compare_string_array in ipaddress to save a few bytes, minor cleanups | bug1 | 2002-12-02 | 3 | -126/+166 |
* | Save a few more bytes | bug1 | 2002-12-02 | 1 | -31/+45 |
* | Save a hundred bytes or so on the do_iproute function | bug1 | 2002-12-02 | 2 | -53/+49 |
* | Enable ip commands to be compiled seperate from ip, modifed patch from Bastia... | bug1 | 2002-12-01 | 11 | -36/+249 |
* | Clean up error messages | bug1 | 2002-11-28 | 1 | -29/+13 |
* | Minor error messages changes | bug1 | 2002-11-28 | 1 | -6/+8 |
* | Cleanup error messages | bug1 | 2002-11-28 | 1 | -61/+65 |
* | Cleanup error messages | bug1 | 2002-11-28 | 1 | -38/+36 |
* | Syntax error | bug1 | 2002-11-28 | 1 | -1/+1 |
* | Change if(x)free(x); to free(x); | aaronl | 2002-11-28 | 2 | -3/+3 |
* | Style, error_msg | bug1 | 2002-11-28 | 1 | -60/+103 |
* | Use standard error messages | bug1 | 2002-11-28 | 2 | -15/+11 |
* | Use error_msg instead of fprintf(stderr | bug1 | 2002-11-28 | 1 | -17/+12 |
* | use #ifdef CONFIG_* instead of #if CONFIG_* | bug1 | 2002-11-26 | 3 | -23/+23 |
* | use #ifdef instead of #if | bug1 | 2002-11-26 | 1 | -3/+3 |
* | Use #ifdef instead of #if | bug1 | 2002-11-26 | 1 | -16/+16 |
* | Fix simple syntax error | bug1 | 2002-11-26 | 1 | -1/+1 |
* | Dont use xargs | bug1 | 2002-11-19 | 1 | -2/+2 |
* | dont use the -i option of xargs | bug1 | 2002-11-19 | 1 | -2/+2 |
* | udhcpc documentation update | russ | 2002-11-19 | 1 | -5/+6 |
* | Use error_msg_and_die, style | bug1 | 2002-11-18 | 1 | -35/+50 |
* | Remove mapping option, its should always be used | bug1 | 2002-11-17 | 2 | -21/+0 |
* | Patch from Bastian Blank: | andersen | 2002-11-15 | 1 | -3/+14 |