aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ash: cleanup part 5vda2007-02-231-464/+439
* ash: cleanup part 4vda2007-02-231-647/+597
* ash: cleanup part 3vda2007-02-231-42/+46
* ash: cleanup part 2vda2007-02-231-1738/+1640
* ash: cleanup part 1vda2007-02-231-586/+539
* ash: move ash_main() and helpers to end of ash.c, more fuctions renamed,vda2007-02-191-423/+382
* ash: more renaming and style fixesvda2007-02-191-126/+130
* ash: rearrange code to reduce forward references, rename some functionsvda2007-02-191-657/+568
* ash: tiny style fixesvda2007-02-191-8/+16
* ash: de-obfuscate code, add 'static' keyword, etc.vda2007-02-181-364/+299
* ash: convert #ifdef CONFIG_ to #if ENABLE_vda2007-02-181-163/+119
* ash: fix indentation and style. no code changesvda2007-02-181-599/+593
* syslogd: fix "readpath bug" by using readlink insteadvda2007-02-112-5/+5
* msh: fix my bugletvda2007-02-091-5/+8
* find: support for !vda2007-02-041-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-035-2/+6
* assorted fixes for bugs found with randomconfigvda2007-02-031-4/+4
* msh: cleaning up for -Wwrite-strings part #4vda2007-02-011-270/+287
* msh: cleaning up for -Wwrite-strings part #3vda2007-02-011-61/+57
* msh: cleaning up for -Wwrite-strings part #2vda2007-02-011-675/+648
* msh: cleaning up for -Wwrite-stringsvda2007-02-011-196/+236
* lash: -Wwrite-strings fixesvda2007-01-301-22/+24
* hush: style fixesvda2007-01-301-89/+105
* hush: now it's -Wwrite-strings cleanvda2007-01-301-26/+32
* hush: style fixesvda2007-01-301-314/+332
* hust: -Wwrite-strings fixesvda2007-01-301-15/+18
* - improve spellingaldot2007-01-291-2/+2
* preparatory patch for -Wwrite-strings #2vda2007-01-292-15/+16
* 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