Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | style fixes. No code changes | Denis Vlasenko | 2007-04-12 | 1 | -6/+6 |
| | |||||
* | rename: run_applet_by_name -> run_applet_and_exit | Denis Vlasenko | 2007-04-11 | 1 | -1/+1 |
| | |||||
* | - use skip_non_whitespace() where appropriate | Bernhard Reutner-Fischer | 2007-04-10 | 1 | -1/+1 |
| | |||||
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+2 |
| | |||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
| | | | | no preceding prototype | ||||
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -7/+7 |
| | |||||
* | hunt down improper include <>, make mkswap output 4Gb+ friendly | Denis Vlasenko | 2006-11-24 | 1 | -1/+1 |
| | |||||
* | use skip_whitespace where appropriate | Denis Vlasenko | 2006-10-25 | 1 | -1/+1 |
| | |||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
| | | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | ||||
* | The version checked into the tree is a snapshot of an unifinished applet, and | Rob Landley | 2006-09-20 | 1 | -7/+7 |
| | | | | | | you just made lots of ">>>>>>> mine" lines show up in my working copy of this. Please don't do that again. | ||||
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -7/+7 |
| | |||||
* | Fix warnings. | Rob Landley | 2006-09-08 | 1 | -16/+14 |
| | |||||
* | Second drop. More infrastructure in place, especially for parsing pipelines. | Rob Landley | 2006-09-08 | 1 | -21/+172 |
| | | | | | | | | | | The minimal version got a couple hundred bytes bigger, partly because it's broken into more functions but mostly because it now dynamically reallocates and frees everything with no hard-coded limits. (I thought about making that optional, but there's a limit to what I can debug and maintain. It should still be reasonably NOMMU friendly, the allocations are small and short lived, and shouldn't contribute noticeably to long-term memory fragmentation.) | ||||
* | Might as well commit this to have the history. It's not linked in to the | Rob Landley | 2006-09-05 | 1 | -0/+73 |
applet list yet (and won't be until it can replace lash, I'm not having five shells in menuconfig at once), but you can build it with scripts/individual and mostly this is checked in so I can bloatcheck future versions against it easily.... This is about as small as a shell can get and still be a shell. |