Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixup dumpleases compile problem | Eric Andersen | 2002-12-06 | 2 | -1/+4 | |
| | ||||||
* | Use libbb/get_line_from_file, change default state file location | Glenn L McGrath | 2002-12-06 | 1 | -128/+39 | |
| | ||||||
* | Make mapping a config option again to save space, turn off file locking, do ↵ | Glenn L McGrath | 2002-12-06 | 2 | -12/+28 | |
| | | | | we really need it ? | |||||
* | Fix bug that stoped -a working | Glenn L McGrath | 2002-12-06 | 1 | -1/+3 | |
| | ||||||
* | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | 2002-12-05 | 5 | -110/+380 | |
| | | | | | | | | modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik | |||||
* | Use compare_string_array in ipaddress to save a few bytes, minor cleanups | Glenn L McGrath | 2002-12-02 | 3 | -126/+166 | |
| | ||||||
* | Save a few more bytes | Glenn L McGrath | 2002-12-02 | 1 | -31/+45 | |
| | ||||||
* | Save a hundred bytes or so on the do_iproute function | Glenn L McGrath | 2002-12-02 | 2 | -53/+49 | |
| | ||||||
* | Enable ip commands to be compiled seperate from ip, modifed patch from ↵ | Glenn L McGrath | 2002-12-01 | 11 | -36/+249 | |
| | | | | Bastian Blank | |||||
* | Clean up error messages | Glenn L McGrath | 2002-11-28 | 1 | -29/+13 | |
| | ||||||
* | Minor error messages changes | Glenn L McGrath | 2002-11-28 | 1 | -6/+8 | |
| | ||||||
* | Cleanup error messages | Glenn L McGrath | 2002-11-28 | 1 | -61/+65 | |
| | ||||||
* | Cleanup error messages | Glenn L McGrath | 2002-11-28 | 1 | -38/+36 | |
| | ||||||
* | Syntax error | Glenn L McGrath | 2002-11-28 | 1 | -1/+1 | |
| | ||||||
* | Change if(x)free(x); to free(x); | Aaron Lehmann | 2002-11-28 | 2 | -3/+3 | |
| | ||||||
* | Style, error_msg | Glenn L McGrath | 2002-11-28 | 1 | -60/+103 | |
| | ||||||
* | Use standard error messages | Glenn L McGrath | 2002-11-28 | 2 | -15/+11 | |
| | ||||||
* | Use error_msg instead of fprintf(stderr | Glenn L McGrath | 2002-11-28 | 1 | -17/+12 | |
| | ||||||
* | use #ifdef CONFIG_* instead of #if CONFIG_* | Glenn L McGrath | 2002-11-26 | 3 | -23/+23 | |
| | ||||||
* | use #ifdef instead of #if | Glenn L McGrath | 2002-11-26 | 1 | -3/+3 | |
| | ||||||
* | Use #ifdef instead of #if | Glenn L McGrath | 2002-11-26 | 1 | -16/+16 | |
| | ||||||
* | Fix simple syntax error | Glenn L McGrath | 2002-11-26 | 1 | -1/+1 | |
| | ||||||
* | Dont use xargs | Glenn L McGrath | 2002-11-19 | 1 | -2/+2 | |
| | ||||||
* | dont use the -i option of xargs | Glenn L McGrath | 2002-11-19 | 1 | -2/+2 | |
| | ||||||
* | udhcpc documentation update | Russ Dill | 2002-11-19 | 1 | -5/+6 | |
| | ||||||
* | Use error_msg_and_die, style | Glenn L McGrath | 2002-11-18 | 1 | -35/+50 | |
| | ||||||
* | Remove mapping option, its should always be used | Glenn L McGrath | 2002-11-17 | 2 | -21/+0 | |
| | ||||||
* | Patch from Bastian Blank: | Eric Andersen | 2002-11-15 | 1 | -3/+14 | |
| | | | | | | | | | hi erik the following patch fixes the handling of iproute add <route> dev <dev>. the code got lost while removing things. bastian | |||||
* | Make ifupdown use internal run_parts | Glenn L McGrath | 2002-11-11 | 1 | -7/+8 | |
| | ||||||
* | Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, ↵ | Glenn L McGrath | 2002-11-11 | 1 | -4/+5 | |
| | | | | moves the guts of run_parts to libbb to be used by ifupdown. | |||||
* | ipcalc applet by Stephan Linz and Jordan Crouse | Glenn L McGrath | 2002-11-10 | 3 | -0/+169 | |
| | ||||||
* | Config feature DEVPTS defined and used in telnetd, by Pavel Roskin | Glenn L McGrath | 2002-11-10 | 1 | -3/+3 | |
| | ||||||
* | Fix for hostname -s, by Stephan Linz | Glenn L McGrath | 2002-11-10 | 1 | -2/+2 | |
| | ||||||
* | Fixup a previous define | Glenn L McGrath | 2002-11-10 | 1 | -1/+1 | |
| | ||||||
* | Make mapping support a definable feature, saves 1.6kB | Glenn L McGrath | 2002-11-10 | 2 | -31/+40 | |
| | ||||||
* | Only compile the files in this dir if the IP applet is enabled | Glenn L McGrath | 2002-11-10 | 1 | -1/+1 | |
| | ||||||
* | IP applet by Bastian Blank <waldi@debian.org> | Glenn L McGrath | 2002-11-10 | 24 | -1/+5006 | |
| | ||||||
* | debian compatable ifup and ifdown commands | Glenn L McGrath | 2002-11-09 | 3 | -0/+1444 | |
| | ||||||
* | version number oops | Russ Dill | 2002-11-05 | 3 | -1/+8 | |
| | ||||||
* | sync to udhcp 0.9.8 | Russ Dill | 2002-10-31 | 8 | -160/+243 | |
| | ||||||
* | This patch from Magnus Damm fixed a long standing problem | Eric Andersen | 2002-10-25 | 1 | -1/+1 | |
| | | | | with freeing memory. | |||||
* | Fix needless difference vs GNU | Eric Andersen | 2002-10-18 | 1 | -2/+2 | |
| | ||||||
* | missed add for udhcp | Russ Dill | 2002-10-14 | 1 | -0/+30 | |
| | ||||||
* | added full udhcp integration | Russ Dill | 2002-10-14 | 38 | -1589/+4232 | |
| | ||||||
* | last_patch58 from vodz: | Eric Andersen | 2002-09-30 | 3 | -0/+540 | |
| | | | | | | | Ok. I generate patch for include to busybox-devel my work with top (original author give me maintaining) and telnetd (my support and unofficial maintaining) applets. Docs changes also: added awk, netstat, time applets to list ;) | |||||
* | Use busybox's show_usage function for help | Glenn L McGrath | 2002-09-15 | 1 | -16/+3 | |
| | ||||||
* | Fix for handling of "tftp -l -" from Jean Wolter <jw5@os.inf.tu-dresden.de> | Eric Andersen | 2002-09-10 | 1 | -1/+1 | |
| | ||||||
* | Eliminate use of obsolete sys_errlist[] | Eric Andersen | 2002-08-26 | 1 | -13/+13 | |
| | | | | -Erik | |||||
* | Remove empty loops | Glenn L McGrath | 2002-08-23 | 1 | -4/+4 | |
| | ||||||
* | Use static instead of extern, braces around if's, run through indent | Glenn L McGrath | 2002-08-23 | 1 | -330/+372 | |
| |