Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | msh: double "static char line[LINELIM]" etc deleted. | Denis Vlasenko | 2007-01-01 | 1 | -87/+138 | |
| | | | | | massive amounts of assignments-in-ifs deleted (some of which were VERY nasty) | |||||
* | * precision requires the argument be an integer, not size_t | Mike Frysinger | 2006-12-28 | 1 | -1/+1 | |
| | ||||||
* | ash: is_safe_applet mustn't affect disabled applets | Denis Vlasenko | 2006-12-26 | 1 | -16/+33 | |
| | ||||||
* | merge post-1.3.0 fixes | Denis Vlasenko | 2006-12-26 | 1 | -2/+2 | |
| | ||||||
* | style fixes | Denis Vlasenko | 2006-12-26 | 4 | -10/+10 | |
| | | | | last xcalloc replaced by xzalloc | |||||
* | random tiny size savings | Denis Vlasenko | 2006-12-24 | 2 | -16/+8 | |
| | ||||||
* | less: implement waiting for input using select(). Rather tricky business. | Denis Vlasenko | 2006-12-24 | 1 | -1/+1 | |
| | | | | But we do not read entire input anymore up-front. | |||||
* | #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #defined | Denis Vlasenko | 2006-12-23 | 1 | -3/+2 | |
| | ||||||
* | remove useless casts (type*) xzalloc(...) | Denis Vlasenko | 2006-12-22 | 1 | -1/+1 | |
| | ||||||
* | removal of commented-out cruft | Denis Vlasenko | 2006-12-22 | 1 | -1/+0 | |
| | ||||||
* | cmdedit: reformat code a bit, no algorithm changes | Denis Vlasenko | 2006-12-21 | 1 | -233/+230 | |
| | ||||||
* | fix type character mixup in command completion | Denis Vlasenko | 2006-12-21 | 1 | -35/+26 | |
| | ||||||
* | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko | 2006-12-21 | 1 | -1/+1 | |
| | ||||||
* | cmdedit: fix my bug, improve code a bit | Denis Vlasenko | 2006-12-19 | 1 | -31/+20 | |
| | ||||||
* | cmdedit: use qsort for sorting command completion results; style fixes | Denis Vlasenko | 2006-12-19 | 1 | -132/+104 | |
| | ||||||
* | su: make /etc/shells check configurable | Denis Vlasenko | 2006-12-19 | 1 | -1/+1 | |
| | | | | ash: missing ';' | |||||
* | xfuncs.c: dietlibc actually HAS fdprintf! | Denis Vlasenko | 2006-12-18 | 1 | -9/+11 | |
| | | | | | platform.h: define strchrnul for dietlibc ash: stop using few non-standard functions | |||||
* | A bunch of defined(__GLIBC__) added. static-linking warning expanded | Denis Vlasenko | 2006-12-18 | 1 | -3/+1 | |
| | ||||||
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 2 | -8/+8 | |
| | ||||||
* | fix remaining survivors of the return(a) cleanup | Denis Vlasenko | 2006-11-27 | 2 | -5/+5 | |
| | ||||||
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 3 | -150/+151 | |
| | ||||||
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 4 | -97/+99 | |
| | ||||||
* | hunt down improper include <>, make mkswap output 4Gb+ friendly | Denis Vlasenko | 2006-11-24 | 1 | -1/+1 | |
| | ||||||
* | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | Denis Vlasenko | 2006-11-21 | 2 | -5/+1 | |
| | ||||||
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -1/+1 | |
| | ||||||
* | add -Wundef, fix uncovered bugs | Denis Vlasenko | 2006-11-17 | 1 | -27/+28 | |
| | ||||||
* | remove duplicate flag decls | Mike Frysinger | 2006-11-15 | 1 | -3/+3 | |
| | ||||||
* | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | Denis Vlasenko | 2006-11-02 | 2 | -10/+9 | |
| | ||||||
* | #if CONFIG_xxx -> #if ENABLE_xxx | Denis Vlasenko | 2006-11-01 | 2 | -9/+9 | |
| | ||||||
* | rename functions to more understandable names | Denis Vlasenko | 2006-10-26 | 1 | -2/+2 | |
| | ||||||
* | silly size savings and capitalization fixes | Denis Vlasenko | 2006-10-26 | 2 | -3/+3 | |
| | ||||||
* | use skip_whitespace where appropriate | Denis Vlasenko | 2006-10-25 | 1 | -1/+1 | |
| | ||||||
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 | |
| | ||||||
* | ash: fix segfault in ash. | Denis Vlasenko | 2006-10-16 | 1 | -1/+5 | |
| | | | | patch by walter harms <wharms@bfs.de> | |||||
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -3/+3 | |
| | ||||||
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 1 | -1/+1 | |
| | | | | Renaming... | |||||
* | hush.c: stop using __FILE__ (bad in out-of-tree builds) | Denis Vlasenko | 2006-10-11 | 1 | -1/+2 | |
| | ||||||
* | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | Denis Vlasenko | 2006-10-10 | 1 | -1/+1 | |
| | ||||||
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 6 | -137/+86 | |
| | ||||||
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 3 | -4/+4 | |
| | ||||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 2 | -3/+3 | |
| | | | | | | | | 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. | |||||
* | lots of silly indent fixes | Denis Vlasenko | 2006-10-03 | 1 | -81/+82 | |
| | ||||||
* | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | 2006-09-29 | 1 | -2/+2 | |
| | ||||||
* | several fixes from openWRT project | Denis Vlasenko | 2006-09-26 | 1 | -0/+39 | |
| | ||||||
* | 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 | |
| | ||||||
* | Unbreak allbareconfig. | Rob Landley | 2006-09-15 | 1 | -5/+2 | |
| | ||||||
* | 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. |