| Commit message (Expand) | Author | Age | Files | Lines |
* | * precision requires the argument be an integer, not size_t | vapier | 2006-12-28 | 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 | 4 | -10/+10 |
* | random tiny size savings | vda | 2006-12-24 | 2 | -16/+8 |
* | less: implement waiting for input using select(). Rather tricky business. | vda | 2006-12-24 | 1 | -1/+1 |
* | #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #defined | vda | 2006-12-23 | 1 | -3/+2 |
* | remove useless casts (type*) xzalloc(...) | vda | 2006-12-22 | 1 | -1/+1 |
* | removal of commented-out cruft | vda | 2006-12-22 | 1 | -1/+0 |
* | cmdedit: reformat code a bit, no algorithm changes | vda | 2006-12-21 | 1 | -233/+230 |
* | fix type character mixup in command completion | vda | 2006-12-21 | 1 | -35/+26 |
* | introduce LONE_CHAR (optimized strcmp with one-char string) | vda | 2006-12-21 | 1 | -1/+1 |
* | cmdedit: fix my bug, improve code a bit | vda | 2006-12-19 | 1 | -31/+20 |
* | cmdedit: use qsort for sorting command completion results; style fixes | vda | 2006-12-19 | 1 | -132/+104 |
* | 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 | 2 | -8/+8 |
* | fix remaining survivors of the return(a) cleanup | vda | 2006-11-27 | 2 | -5/+5 |
* | style cleanup: return(a) -> return a, part 2 | vda | 2006-11-27 | 3 | -150/+151 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 4 | -97/+99 |
* | hunt down improper include <>, make mkswap output 4Gb+ friendly | vda | 2006-11-24 | 1 | -1/+1 |
* | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | vda | 2006-11-21 | 2 | -5/+1 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 2006-11-18 | 1 | -1/+1 |
* | add -Wundef, fix uncovered bugs | vda | 2006-11-17 | 1 | -27/+28 |
* | remove duplicate flag decls | vapier | 2006-11-15 | 1 | -3/+3 |
* | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | vda | 2006-11-02 | 2 | -10/+9 |
* | #if CONFIG_xxx -> #if ENABLE_xxx | vda | 2006-11-01 | 2 | -9/+9 |
* | rename functions to more understandable names | vda | 2006-10-26 | 1 | -2/+2 |
* | silly size savings and capitalization fixes | vda | 2006-10-26 | 2 | -3/+3 |
* | use skip_whitespace where appropriate | vda | 2006-10-25 | 1 | -1/+1 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 1 | -1/+1 |
* | ash: fix segfault in ash. | vda | 2006-10-16 | 1 | -1/+5 |
* | add open_read_close() and similar stuff | vda | 2006-10-14 | 1 | -3/+3 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | vda | 2006-10-12 | 1 | -1/+1 |
* | hush.c: stop using __FILE__ (bad in out-of-tree builds) | vda | 2006-10-11 | 1 | -1/+2 |
* | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | vda | 2006-10-10 | 1 | -1/+1 |
* | build system overhaul | vda | 2006-10-05 | 6 | -137/+86 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 3 | -4/+4 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 2 | -3/+3 |
* | lots of silly indent fixes | vda | 2006-10-03 | 1 | -81/+82 |
* | Yet another silly little byte saving. couldn't -> cannot | vda | 2006-09-29 | 1 | -2/+2 |
* | several fixes from openWRT project | vda | 2006-09-26 | 1 | -0/+39 |
* | The version checked into the tree is a snapshot of an unifinished applet, and | landley | 2006-09-20 | 1 | -7/+7 |
* | whitespace cleanup | vda | 2006-09-17 | 1 | -7/+7 |
* | Unbreak allbareconfig. | landley | 2006-09-15 | 1 | -5/+2 |
* | Fix warnings. | landley | 2006-09-08 | 1 | -16/+14 |
* | Second drop. More infrastructure in place, especially for parsing pipelines. | landley | 2006-09-08 | 1 | -21/+172 |
* | Might as well commit this to have the history. It's not linked in to the | landley | 2006-09-05 | 1 | -0/+73 |
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | landley | 2006-08-29 | 3 | -82/+53 |