| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ash: more renaming and style fixes | vda | 2007-02-19 | 1 | -126/+130 |
* | ash: rearrange code to reduce forward references, rename some functions | vda | 2007-02-19 | 1 | -657/+568 |
* | ash: tiny style fixes | vda | 2007-02-19 | 1 | -8/+16 |
* | ash: de-obfuscate code, add 'static' keyword, etc. | vda | 2007-02-18 | 1 | -364/+299 |
* | ash: convert #ifdef CONFIG_ to #if ENABLE_ | vda | 2007-02-18 | 1 | -163/+119 |
* | ash: fix indentation and style. no code changes | vda | 2007-02-18 | 1 | -599/+593 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -2/+2 |
* | cmdedit is not a 'command' editing anymore, it's just editing (generic), | vda | 2007-01-22 | 1 | -9/+9 |
* | Convert cmdedit into more generic line input facility | vda | 2007-01-22 | 1 | -54/+52 |
* | Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own | vda | 2007-01-21 | 1 | -0/+4 |
* | fix subtle bug inherited from dash | vda | 2007-01-18 | 1 | -4/+8 |
* | Trailing whitespace removal over entire tree | vda | 2007-01-11 | 1 | -2/+2 |
* | execute "safe applets" exev if not standalone shell | vda | 2007-01-10 | 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 | 1 | -6/+6 |
* | random tiny size savings | vda | 2006-12-24 | 1 | -11/+5 |
* | less: implement waiting for input using select(). Rather tricky business. | vda | 2006-12-24 | 1 | -1/+1 |
* | introduce LONE_CHAR (optimized strcmp with one-char string) | vda | 2006-12-21 | 1 | -1/+1 |
* | 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 | 1 | -7/+7 |
* | fix remaining survivors of the return(a) cleanup | vda | 2006-11-27 | 1 | -2/+2 |
* | style cleanup: return(a) -> return a, part 2 | vda | 2006-11-27 | 1 | -9/+9 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 1 | -5/+6 |
* | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | vda | 2006-11-21 | 1 | -1/+0 |
* | add -Wundef, fix uncovered bugs | vda | 2006-11-17 | 1 | -27/+28 |
* | ash: fix segfault in ash. | vda | 2006-10-16 | 1 | -1/+5 |
* | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | vda | 2006-10-10 | 1 | -1/+1 |
* | build system overhaul | vda | 2006-10-05 | 1 | -2/+0 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 1 | -2/+2 |
* | several fixes from openWRT project | vda | 2006-09-26 | 1 | -0/+39 |
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | landley | 2006-08-29 | 1 | -57/+32 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -2/+2 |
* | Cleaup read() and write() variants, plus a couple of new functions like | landley | 2006-07-16 | 1 | -5/+5 |
* | A couple things that got tangled up in my tree, easier to check in both than | landley | 2006-07-12 | 1 | -19/+8 |
* | Bug fix from Vladimir Oleynic via Paul Fox for: | landley | 2006-07-06 | 1 | -0/+1 |
* | Get rid of all "#if 0" content. | rpjday | 2006-07-01 | 1 | -5/+0 |
* | Remove all usage of the "register" storage class specifier. | rpjday | 2006-07-01 | 1 | -1/+1 |
* | - convert old-style parameter declarations (K&R) to modern style. | aldot | 2006-06-25 | 1 | -3/+2 |
* | - add note about strict ordering | aldot | 2006-06-21 | 1 | -0/+1 |
* | Jean Wolter writes: ash uses bsearch to search in the list of built-in comman... | vapier | 2006-06-21 | 1 | -1/+1 |
* | Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH. | landley | 2006-06-14 | 1 | -3/+1 |
* | made "test" an ash built-in. | pgf | 2006-06-08 | 1 | -3/+27 |
* | - reuse strings and messages. Saves about 600B | aldot | 2006-06-07 | 1 | -1/+1 |
* | - move #include busybox.h to the very top so we pull in the config | aldot | 2006-06-02 | 1 | -4/+3 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | landley | 2006-05-27 | 1 | -1/+0 |
* | - replace _PATH_DEVNULL with bb_dev_null | aldot | 2006-05-19 | 1 | -2/+2 |
* | Patch from Lucas C. Villa Real adding "source" as a synonym for the "." command. | landley | 2006-05-12 | 1 | -0/+1 |