| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | vda | 2007-01-22 | 1 | -1/+1 |
* | move shell/cmdedit.c -> libbb/lineedit.c | vda | 2007-01-22 | 1 | -1798/+0 |
* | cmdedit is not a 'command' editing anymore, it's just editing (generic), | vda | 2007-01-22 | 7 | -129/+69 |
* | cmdedit: fix breakage | vda | 2007-01-22 | 1 | -24/+23 |
* | cmdedit.h: remove | vda | 2007-01-22 | 1 | -1/+0 |
* | cmdedit: stop playing dirty games with atexit | vda | 2007-01-22 | 1 | -37/+24 |
* | Convert cmdedit into more generic line input facility | vda | 2007-01-22 | 7 | -255/+251 |
* | Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable | vda | 2007-01-21 | 2 | -62/+37 |
* | cmdedit: more optimizations | vda | 2007-01-21 | 1 | -137/+109 |
* | cmdedit: small optimizations | vda | 2007-01-21 | 1 | -73/+104 |
* | sanitize cmdedit a bit (group functions by task etc) | vda | 2007-01-21 | 2 | -395/+368 |
* | Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own | vda | 2007-01-21 | 1 | -0/+4 |
* | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | vda | 2007-01-19 | 2 | -4/+4 |
* | fix subtle bug inherited from dash | vda | 2007-01-18 | 1 | -4/+8 |
* | Trailing whitespace removal over entire tree | vda | 2007-01-11 | 2 | -9/+9 |
* | execute "safe applets" exev if not standalone shell | vda | 2007-01-10 | 1 | -1/+1 |
* | stty: fix width of a field for ppc32 | vda | 2007-01-01 | 1 | -2/+5 |
* | msh: double "static char line[LINELIM]" etc deleted. | vda | 2007-01-01 | 1 | -87/+138 |
* | * precision requires the argument be an integer, not size_t | vapier | 2006-12-28 | 1 | -1/+1 |
* | ash: is_safe_applet mustn't affect disabled applets | vda | 2006-12-26 | 1 | -16/+33 |
* | merge post-1.3.0 fixes | vda | 2006-12-26 | 1 | -2/+2 |
* | style fixes | vda | 2006-12-26 | 4 | -10/+10 |
* | random tiny size savings | vda | 2006-12-24 | 2 | -16/+8 |
* | less: implement waiting for input using select(). Rather tricky business. | vda | 2006-12-24 | 1 | -1/+1 |
* | #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #defined | vda | 2006-12-23 | 1 | -3/+2 |
* | remove useless casts (type*) xzalloc(...) | vda | 2006-12-22 | 1 | -1/+1 |
* | removal of commented-out cruft | vda | 2006-12-22 | 1 | -1/+0 |
* | cmdedit: reformat code a bit, no algorithm changes | vda | 2006-12-21 | 1 | -233/+230 |
* | fix type character mixup in command completion | vda | 2006-12-21 | 1 | -35/+26 |
* | introduce LONE_CHAR (optimized strcmp with one-char string) | vda | 2006-12-21 | 1 | -1/+1 |
* | cmdedit: fix my bug, improve code a bit | vda | 2006-12-19 | 1 | -31/+20 |
* | cmdedit: use qsort for sorting command completion results; style fixes | vda | 2006-12-19 | 1 | -132/+104 |
* | su: make /etc/shells check configurable | vda | 2006-12-19 | 1 | -1/+1 |
* | xfuncs.c: dietlibc actually HAS fdprintf! | vda | 2006-12-18 | 1 | -9/+11 |
* | A bunch of defined(__GLIBC__) added. static-linking warning expanded | vda | 2006-12-18 | 1 | -3/+1 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | vda | 2006-12-16 | 2 | -8/+8 |
* | fix remaining survivors of the return(a) cleanup | vda | 2006-11-27 | 2 | -5/+5 |
* | style cleanup: return(a) -> return a, part 2 | vda | 2006-11-27 | 3 | -150/+151 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 4 | -97/+99 |
* | hunt down improper include <>, make mkswap output 4Gb+ friendly | vda | 2006-11-24 | 1 | -1/+1 |
* | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | vda | 2006-11-21 | 2 | -5/+1 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 2006-11-18 | 1 | -1/+1 |
* | add -Wundef, fix uncovered bugs | vda | 2006-11-17 | 1 | -27/+28 |
* | remove duplicate flag decls | vapier | 2006-11-15 | 1 | -3/+3 |
* | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | vda | 2006-11-02 | 2 | -10/+9 |
* | #if CONFIG_xxx -> #if ENABLE_xxx | vda | 2006-11-01 | 2 | -9/+9 |
* | rename functions to more understandable names | vda | 2006-10-26 | 1 | -2/+2 |
* | silly size savings and capitalization fixes | vda | 2006-10-26 | 2 | -3/+3 |
* | use skip_whitespace where appropriate | vda | 2006-10-25 | 1 | -1/+1 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 1 | -1/+1 |