- 93ebd4f ash: popstackmark is reported trying to pop until NULL by Denis Vlasenko · 18 years ago
- 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
- 3af3e5b ash: cosmetic improvements in error messages by Denis Vlasenko · 18 years ago
- 29e31dd ash: do not use "safe applets" in non-standalone shell by Denis Vlasenko · 18 years ago
- 4222ae4 ash: replace xstrdup (shell shall not die) grep: fix mis-indented block by Denis Vlasenko · 18 years ago
- 5276402 ash: fix compile problems by Denis Vlasenko · 18 years ago
- f98dc4d ash: cleanup part 2.8 by Denis Vlasenko · 18 years ago
- 0dec6de ash: cleanup part 2.7 by Denis Vlasenko · 18 years ago
- cc57151 ash: cleanup part 2.6 by Denis Vlasenko · 18 years ago
- 2de3d9f ash: cleanup part 2.5 by Denis Vlasenko · 18 years ago
- a891507 ash: cleanup part 2.4 by Denis Vlasenko · 18 years ago
- 99eb850 ash: cleanup part 2.3 by Denis Vlasenko · 18 years ago
- fc06f29 ash: cleanup part 2.2 by Denis Vlasenko · 18 years ago
- 5651bfc ash: starting second round of cleanups. #1 by Denis Vlasenko · 18 years ago
- bc54cff ash: cleanup part 9 by Denis Vlasenko · 18 years ago
- 4d2183b ash: cleanup part 8 by Denis Vlasenko · 18 years ago
- 4fe15f3 ash: cleanup part 7 by Denis Vlasenko · 18 years ago
- a670493 ash: cleanup part 6 by Denis Vlasenko · 18 years ago
- 5c67e3e ash: cleanup part 5 by Denis Vlasenko · 18 years ago
- fe1f00a ash: cleanup part 4 by Denis Vlasenko · 18 years ago
- 9650f36 ash: cleanup part 3 by Denis Vlasenko · 18 years ago
- aa74445 ash: cleanup part 2 by Denis Vlasenko · 18 years ago
- 0c032a4 ash: cleanup part 1 by Denis Vlasenko · 18 years ago
- a624c11 ash: move ash_main() and helpers to end of ash.c, more fuctions renamed, by Denis Vlasenko · 18 years ago
- 2da584f ash: more renaming and style fixes by Denis Vlasenko · 18 years ago
- b012b10 ash: rearrange code to reduce forward references, rename some functions by Denis Vlasenko · 18 years ago
- e5570da ash: tiny style fixes by Denis Vlasenko · 18 years ago
- 5cedb75 ash: de-obfuscate code, add 'static' keyword, etc. by Denis Vlasenko · 18 years ago
- 131ae17 ash: convert #ifdef CONFIG_ to #if ENABLE_ by Denis Vlasenko · 18 years ago
- a0f82e9 ash: fix indentation and style. no code changes by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
- 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
- 2f0c0d0 Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own by Denis Vlasenko · 18 years ago
- 7f0d7ae fix subtle bug inherited from dash by Denis Vlasenko · 18 years ago
- f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
- 62a6983 execute "safe applets" exev if not standalone shell by Denis Vlasenko · 18 years ago
- 8f27c34 ash: is_safe_applet mustn't affect disabled applets by Denis Vlasenko · 18 years ago
- 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
- bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
- 0ee3999 random tiny size savings by Denis Vlasenko · 18 years ago
- f4dff77 less: implement waiting for input using select(). Rather tricky business. by Denis Vlasenko · 18 years ago
- bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
- 15b213e su: make /etc/shells check configurable ash: missing ';' by Denis Vlasenko · 18 years ago
- 7cfecc4 xfuncs.c: dietlibc actually HAS fdprintf! by Denis Vlasenko · 18 years ago
- 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
- 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
- 097c324 fix remaining survivors of the return(a) cleanup by Denis Vlasenko · 18 years ago
- d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
- 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
- fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
- a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
- 5f03158 ash: fix segfault in ash. patch by walter harms <wharms@bfs.de> by Denis Vlasenko · 18 years ago
- cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
- 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
- e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
- 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
- c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
- f296f0b Bug fix from Vladimir Oleynic via Paul Fox for: by Rob Landley · 18 years ago
- 177c9f3 Get rid of all "#if 0" content. by "Robert P. J. Day" · 18 years ago
- 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
- f087798 - convert old-style parameter declarations (K&R) to modern style. by Bernhard Reutner-Fischer · 18 years ago
- 3549213 - add note about strict ordering by Bernhard Reutner-Fischer · 18 years ago
- c2ad4f5 Jean Wolter writes: ash uses bsearch to search in the list of built-in commands, therefore the list of built-in commands has to be ordered. Revision 15077 introduced the source built-in and destroyed this order. And now ash doesn't find the shift command anymore. by Mike Frysinger · 18 years ago
- a34b48a Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH. by Rob Landley · 19 years ago
- 6ab0378 by Paul Fox · 19 years ago
- 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
- e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
- 0a8812b - replace _PATH_DEVNULL with bb_dev_null by Bernhard Reutner-Fischer · 19 years ago
- 47b1838 Patch from Lucas C. Villa Real adding "source" as a synonym for the "." command. by Rob Landley · 19 years ago
- dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
- a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
- 84005af C99 say: "char" declaration may be signed or unsigned default by "Vladimir N. Oleynik" · 19 years ago
- fdb871c Add more bash-like dot-dirs cmdedit feature Close bug 648. Restore my whitespace by "Vladimir N. Oleynik" · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- cfc8f59 restore 8-bit syntax works, last debian patch is broken. Noticed by Vladimir Dronnikov by "Vladimir N. Oleynik" · 19 years ago
- fb29b46 sync with dash_0.5.3-1 by "Vladimir N. Oleynik" · 19 years ago
- ddc280e sync license from mainstream by "Vladimir N. Oleynik" · 19 years ago
- e6d88ea remove sigsetmask, noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
- 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
- 11d7c52 correct set prompt if CONFIG_ASH_EXPAND_PRMT enabled, small automatic space->tabs convert by my personal editor by "Vladimir N. Oleynik" · 19 years ago
- 02eb934 committing: by Paul Fox · 19 years ago
- bef14d7 1) sync with dash_0.5.2-7 by "Vladimir N. Oleynik" · 19 years ago
- 23246f3 Patch from Stephane Billiart to improve ash error message. by Rob Landley · 19 years ago
- 0b62158 implemented a builtin echo command in ash. moved the guts of the by Paul Fox · 19 years ago
- 3f11b1b commiting: 0000025: vi-editing mode for ash by Paul Fox · 19 years ago
- 8de331d revert 10881, and refix by changing "if (vallen)" to "if (val)". this by Paul Fox · 19 years ago
- 6f267f0 applying fix for: 0000261: Unsafe empty env var export in ash by Paul Fox · 19 years ago
- c3850c8 applying fix from: by Paul Fox · 19 years ago
- 0fcd943 This one's from me. Fix ash "standalone shell". by Rob Landley · 20 years ago
- d1e3cbd - no need to check if JOBS is defined. Config.in ensures it. by Ned Ludd · 20 years ago
- 2123b7c - add ash read -t timeout support. initial code provided by Tim Yamin on Oct/21/2004 on the busybox mailing list. Edited his code a little to keep syntax highlighers happy and make it optional when CONFIG_ASH_TIMEOUT is defined by Ned Ludd · 20 years ago
- ad63cb2 Fix CONFIG_ASH_MATH_SUPPORT_64 so it actually works by Eric Andersen · 20 years ago
- c00e11d Hiroshi Ito writes: by Eric Andersen · 20 years ago
- 4a79c0e Patrick Huesmann noticed BusyBox would not link when by Eric Andersen · 20 years ago