| Commit message (Expand) | Author | Files | Lines |
2002-12-06 | Add some help descriptions | bug1 | 1 | -10/+44 |
2002-12-06 | Allow for people to select no default shell | andersen | 1 | -1/+4 |
2002-12-06 | Do the dumb/obvious thing for the killall->kill dependancy | andersen | 1 | -12/+9 |
2002-12-06 | Fixup dumpleases compile problem | andersen | 2 | -1/+4 |
2002-12-06 | Fix adjtimex applet compile | andersen | 1 | -2/+0 |
2002-12-06 | Fixup buffer allocation | andersen | 1 | -4/+6 |
2002-12-06 | Make hush comple once again | andersen | 1 | -1/+1 |
2002-12-06 | Use libbb/get_line_from_file, change default state file location | bug1 | 1 | -128/+39 |
2002-12-06 | Make mapping a config option again to save space, turn off file locking, do w... | bug1 | 2 | -12/+28 |
2002-12-06 | Fix bug that stoped -a working | bug1 | 1 | -1/+3 |
2002-12-06 | Kill link now pointing to porn site. | andersen | 1 | -3/+0 |
2002-12-05 | Put stuff back into a sub-menu | andersen | 1 | -0/+2 |
2002-12-05 | Kill the now obsolete docs/Configure.help file, and move all existing | andersen | 4 | -143/+61 |
2002-12-05 | Usage for klogd -c | bug1 | 1 | -1/+2 |
2002-12-05 | Fix a silly oversight breaking cross compilation | andersen | 1 | -1/+1 |
2002-12-05 | Yet another major rework of the BusyBox config system, using the considerably | andersen | 69 | -3149/+12872 |
2002-12-05 | Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not | andersen | 7 | -1859/+3 |
2002-12-04 | Unlink before mkdir, mknod, symlink to overwrite | bug1 | 1 | -0/+3 |
2002-12-03 | - the number of commands in the history list is now configureable via the | sandman | 4 | -1/+69 |
2002-12-03 | print an error message if we can't load a module | sandman | 1 | -2/+4 |
2002-12-03 | Fix crashme code, by Jim Treadway | bug1 | 1 | -3/+3 |
2002-12-03 | Save 10 bytes or so, last_patch_70 from Vladimir N. Oleynik | bug1 | 1 | -8/+6 |
2002-12-03 | A missing /etc/securetty is not an error when checking the tty name - the | sandman | 1 | -1/+1 |
2002-12-02 | last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik | bug1 | 2 | -410/+451 |
2002-12-02 | Its move to busybox-cvs-doc.docs | bug1 | 1 | -3/+0 |
2002-12-02 | Use compare_string_array in ipaddress to save a few bytes, minor cleanups | bug1 | 3 | -126/+166 |
2002-12-02 | Save a few more bytes | bug1 | 1 | -31/+45 |
2002-12-02 | Save a hundred bytes or so on the do_iproute function | bug1 | 2 | -53/+49 |
2002-12-02 | Move compare_string_array to libbb | bug1 | 4 | -15/+33 |
2002-12-01 | Enable ip commands to be compiled seperate from ip, modifed patch from Bastia... | bug1 | 13 | -43/+307 |
2002-12-01 | fix warning | bug1 | 2 | -2/+2 |
2002-12-01 | Fix the package name, patch from Bastian Blank | bug1 | 1 | -4/+3 |
2002-12-01 | Build files from Bastian Blank | bug1 | 5 | -474/+3 |
2002-12-01 | add the -c option, modified version of a patch from Bastian Blank | bug1 | 1 | -4/+21 |
2002-12-01 | Patch from Bastian Blank (waldi) for debian installer | bug1 | 6 | -116/+137 |
2002-11-28 | I miscalculated on this one, change it back | bug1 | 1 | -5/+6 |
2002-11-28 | Clean up error messages | bug1 | 1 | -29/+13 |
2002-11-28 | Minor error messages changes | bug1 | 1 | -6/+8 |
2002-11-28 | Cleanup error messages | bug1 | 1 | -61/+65 |
2002-11-28 | Cleanup error messages | bug1 | 1 | -38/+36 |
2002-11-28 | Syntax error | bug1 | 1 | -1/+1 |
2002-11-28 | Change if(x)free(x); to free(x); | aaronl | 16 | -95/+47 |
2002-11-28 | Style, error_msg | bug1 | 1 | -60/+103 |
2002-11-28 | Style | bug1 | 1 | -21/+46 |
2002-11-28 | Woops, forgot they printout applet name as well.... | bug1 | 1 | -2/+2 |
2002-11-28 | Use standard error messages | bug1 | 2 | -15/+11 |
2002-11-28 | Use error_msg instead of fprintf(stderr | bug1 | 1 | -17/+12 |
2002-11-28 | Use error_msg instead of fprintf(stderr | bug1 | 1 | -4/+4 |
2002-11-28 | Use error_msg instead of fprintf(stderr | bug1 | 1 | -2/+1 |
2002-11-28 | Use error_msg( instead of fprintf(stderr | bug1 | 1 | -2/+2 |