aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c filevda2007-01-221-1/+1
* move shell/cmdedit.c -> libbb/lineedit.cvda2007-01-221-1798/+0
* cmdedit is not a 'command' editing anymore, it's just editing (generic),vda2007-01-227-129/+69
* cmdedit: fix breakagevda2007-01-221-24/+23
* cmdedit.h: removevda2007-01-221-1/+0
* cmdedit: stop playing dirty games with atexitvda2007-01-221-37/+24
* Convert cmdedit into more generic line input facilityvda2007-01-227-255/+251
* Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disablevda2007-01-212-62/+37
* cmdedit: more optimizationsvda2007-01-211-137/+109
* cmdedit: small optimizationsvda2007-01-211-73/+104
* sanitize cmdedit a bit (group functions by task etc)vda2007-01-212-395/+368
* Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownvda2007-01-211-0/+4
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-192-4/+4
* fix subtle bug inherited from dashvda2007-01-181-4/+8
* Trailing whitespace removal over entire treevda2007-01-112-9/+9
* execute "safe applets" exev if not standalone shellvda2007-01-101-1/+1
* stty: fix width of a field for ppc32vda2007-01-011-2/+5
* msh: double "static char line[LINELIM]" etc deleted.vda2007-01-011-87/+138
* * precision requires the argument be an integer, not size_tvapier2006-12-281-1/+1
* ash: is_safe_applet mustn't affect disabled appletsvda2006-12-261-16/+33
* merge post-1.3.0 fixesvda2006-12-261-2/+2
* style fixesvda2006-12-264-10/+10
* random tiny size savingsvda2006-12-242-16/+8
* less: implement waiting for input using select(). Rather tricky business.vda2006-12-241-1/+1
* #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #definedvda2006-12-231-3/+2
* remove useless casts (type*) xzalloc(...)vda2006-12-221-1/+1
* removal of commented-out cruftvda2006-12-221-1/+0
* cmdedit: reformat code a bit, no algorithm changesvda2006-12-211-233/+230
* fix type character mixup in command completionvda2006-12-211-35/+26
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-211-1/+1
* cmdedit: fix my bug, improve code a bitvda2006-12-191-31/+20
* cmdedit: use qsort for sorting command completion results; style fixesvda2006-12-191-132/+104
* su: make /etc/shells check configurablevda2006-12-191-1/+1
* xfuncs.c: dietlibc actually HAS fdprintf!vda2006-12-181-9/+11
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-181-3/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-162-8/+8
* fix remaining survivors of the return(a) cleanupvda2006-11-272-5/+5
* style cleanup: return(a) -> return a, part 2vda2006-11-273-150/+151
* style cleanup: return(a) -> return a, part 1vda2006-11-274-97/+99
* hunt down improper include <>, make mkswap output 4Gb+ friendlyvda2006-11-241-1/+1
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!vda2006-11-212-5/+1
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-181-1/+1
* add -Wundef, fix uncovered bugsvda2006-11-171-27/+28
* remove duplicate flag declsvapier2006-11-151-3/+3
* Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>vda2006-11-022-10/+9
* #if CONFIG_xxx -> #if ENABLE_xxxvda2006-11-012-9/+9
* rename functions to more understandable namesvda2006-10-261-2/+2
* silly size savings and capitalization fixesvda2006-10-262-3/+3
* use skip_whitespace where appropriatevda2006-10-251-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1