2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
tree | commitdiff |
2000-12-06 |
Eric Andersen | Bettwr document the hidden internal sh.c #defines,... |
tree | commitdiff |
2000-12-06 |
Eric Andersen | patch from Larry Doolittle to rename BB_FEATURE_SH_BUIL... |
tree | commitdiff |
2000-12-01 |
Eric Andersen | Remove #ifdef __STDC__ junk. We don't do K&R round... |
tree | commitdiff |
2000-12-01 |
Matt Kraai | Stop using TRUE and FALSE for exit status. |
tree | commitdiff |
2000-11-30 |
Eric Andersen | Apply some patches from Gennady Feldman <gfeldman@mail... |
tree | commitdiff |
2000-11-30 |
Eric Andersen | Patch from Larry Doolittle (with minor touchups from... |
tree | commitdiff |
2000-11-30 |
Eric Andersen | Fix escape char problem. |
tree | commitdiff |
2000-11-17 |
Eric Andersen | "I will always compile before I commit." |
tree | commitdiff |
2000-11-17 |
Eric Andersen | Fix up builtin overrides, and hack in the binary search... |
tree | commitdiff |
2000-11-17 |
Eric Andersen | Add in a new FEATURE (off by default) BB_FEATURE_SH_BUI... |
tree | commitdiff |
2000-11-14 |
Eric Andersen | Patch from Gennady Feldman <gfeldman@tradeline.net... |
tree | commitdiff |
2000-11-07 |
Eric Andersen | Cleanup of duplicated symbols -- found by compiling... |
tree | commitdiff |
2000-11-02 |
Eric Andersen | Warning cleanup from Gennady Feldman |
tree | commitdiff |
2000-09-27 |
Matt Kraai | Consolidate handling of some fopen failures. |
tree | commitdiff |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
tree | commitdiff |
2000-09-21 |
Eric Andersen | Add in exec support (patch from Torbj?rn Axelsson ... |
tree | commitdiff |
2000-09-19 |
Eric Andersen | I think these featires are fairly safe... |
tree | commitdiff |
2000-09-19 |
Matt Kraai | Avoid segfaults by not using snprintf to copy strings. |
tree | commitdiff |
2000-09-15 |
Pavel Roskin | "exit NUMBER" should exit, not return |
tree | commitdiff |
2000-09-14 |
Matt Kraai | Backslashes shouldn't be treated as backticks. |
tree | commitdiff |
2000-09-14 |
Matt Kraai | Copy the string terminator. |
tree | commitdiff |
2000-09-13 |
Matt Kraai | Don't fork for the . (source) command so that environme... |
tree | commitdiff |
2000-09-13 |
Matt Kraai | Fix calls to {m,c,re}alloc so that they use x{m,c,re... |
tree | commitdiff |
2000-09-13 |
Matt Kraai | Fix unchecked calls to {m,c,re}alloc so that they print... |
tree | commitdiff |
2000-09-06 |
Matt Kraai | Reset optind so that getopt works in busybox applets... |
tree | commitdiff |
2000-08-21 |
Eric Andersen | Turn off some debug noise. |
tree | commitdiff |
2000-07-28 |
Eric Andersen | Clean up the nasty blunder I'd made of how different... |
tree | commitdiff |
2000-07-28 |
Eric Andersen | Oops. Forgot an ifdef |
tree | commitdiff |
2000-07-28 |
Eric Andersen | More sh updates (with related changes to everything... |
tree | commitdiff |
2000-07-27 |
Eric Andersen | More shell features.... if-then-else-fi is now basicall... |
tree | commitdiff |
2000-07-26 |
Eric Andersen | Minor style cleanups. |
tree | commitdiff |
2000-07-25 |
Eric Andersen | Finish off fixing up the memleaks (I think). Added... |
tree | commitdiff |
2000-07-25 |
Eric Andersen | Use BB_FEATURE_CLEAN_UP where appropriate |
tree | commitdiff |
2000-07-19 |
Eric Andersen | Avoid trying to free NULL ptrs. Comment on malloc... |
tree | commitdiff |
2000-07-18 |
Eric Andersen | Sigh -- can't sleep. Clean up some mem leaks, fixed... |
tree | commitdiff |
2000-07-17 |
Pavel Roskin | New message added to messages.c: full_version |
tree | commitdiff |
2000-07-17 |
Eric Andersen | Backtick support to infinite (memory limited) levels... |
tree | commitdiff |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
tree | commitdiff |
2000-07-14 |
Eric Andersen | More cleanups. |
tree | commitdiff |
2000-07-14 |
Matt Kraai | Use errorMsg rather than fprintf. |
tree | commitdiff |
2000-07-14 |
Eric Andersen | Fix some stupid memory bugs. |
tree | commitdiff |
2000-07-14 |
Eric Andersen | Add in redimentary backtick suport (doesn't work proper... |
tree | commitdiff |
2000-07-13 |
Mark Whitley | Added a smallish TODO comment. |
tree | commitdiff |
2000-07-12 |
Mark Whitley | Added some smallish comments to help folks understand... |
tree | commitdiff |
2000-07-12 |
Matt Kraai | Always report the applet name when doing error reporting. |
tree | commitdiff |
2000-07-10 |
Eric Andersen | Function name cleanup. |
tree | commitdiff |
2000-07-07 |
Eric Andersen | Naming fix |
tree | commitdiff |
2000-07-06 |
Eric Andersen | Had an extra tcsetpgrp. |
tree | commitdiff |
2000-07-04 |
Eric Andersen | Fixed a potential infinite loop. First delete any... |
tree | commitdiff |
2000-07-03 |
Eric Andersen | sh fixes from Marius Groeger <mag@sysgo.de> |
tree | commitdiff |
2000-06-28 |
Eric Andersen | * Fixed a _horrible_ bug where 'tar -tvf' could unlink |
tree | commitdiff |
2000-06-19 |
Eric Andersen | Updates to a number of apps to remove warnings/compile... |
tree | commitdiff |
2000-06-16 |
Eric Andersen | Fix some spelling errors in the source as well. |
tree | commitdiff |
2000-05-20 |
Erik Andersen | First pass at fixing tar segfault, and more portability... |
tree | commitdiff |
2000-05-19 |
Erik Andersen | More libc portability updates, add in the website ... |
tree | commitdiff |
2000-05-13 |
Erik Andersen | Minor fixes to being a standalone shell. |
tree | commitdiff |
2000-05-13 |
Erik Andersen | BusyBox shell (lash) can now be used as a standalone... |
tree | commitdiff |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
tree | commitdiff |
2000-04-21 |
Erik Andersen | More Doc updates. cmdedit and more termio fixes. |
tree | commitdiff |
2000-04-18 |
Erik Andersen | Updates |
tree | commitdiff |
2000-04-17 |
John Beppu | + no need for comments. |
tree | commitdiff |
2000-04-17 |
Erik Andersen | More updates to the docs, and fixes to sync things... |
tree | commitdiff |
2000-04-13 |
Erik Andersen | Upates to include copyright 2000 to everything |
tree | commitdiff |
2000-04-12 |
Erik Andersen | Some enhancements I've been working on over the weekend, |
tree | commitdiff |
2000-04-09 |
Erik Andersen | Make tab completion an option |
tree | commitdiff |
2000-04-09 |
Erik Andersen | More minor patches |
tree | commitdiff |
2000-04-05 |
Erik Andersen | Minor noise removal |
tree | commitdiff |
2000-03-26 |
Erik Andersen | First stages of (re-)writing busybox's tar creation... |
tree | commitdiff |
2000-03-19 |
Erik Andersen | more minor fixes |
tree | commitdiff |
2000-03-19 |
Erik Andersen | Some more stuff. |
tree | commitdiff |
2000-03-17 |
Erik Andersen | Minor update |
tree | commitdiff |
2000-03-17 |
Erik Andersen | Several fixes. |
tree | commitdiff |
2000-03-16 |
Erik Andersen | Fix fg bug |
tree | commitdiff |
2000-03-16 |
Erik Andersen | Forgot these files... |
tree | commitdiff |
2000-03-16 |
Erik Andersen | Major build system updates... |
tree | commitdiff |
2000-03-12 |
Erik Andersen | First pass at writing a shell for busybox. |
tree | commitdiff |
|