aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* * precision requires the argument be an integer, not size_tvapier2006-12-281-1/+1
* ash: is_safe_applet mustn't affect disabled appletsvda2006-12-261-16/+33
* merge post-1.3.0 fixesvda2006-12-261-2/+2
* style fixesvda2006-12-264-10/+10
* random tiny size savingsvda2006-12-242-16/+8
* less: implement waiting for input using select(). Rather tricky business.vda2006-12-241-1/+1
* #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #definedvda2006-12-231-3/+2
* remove useless casts (type*) xzalloc(...)vda2006-12-221-1/+1
* removal of commented-out cruftvda2006-12-221-1/+0
* cmdedit: reformat code a bit, no algorithm changesvda2006-12-211-233/+230
* fix type character mixup in command completionvda2006-12-211-35/+26
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-211-1/+1
* cmdedit: fix my bug, improve code a bitvda2006-12-191-31/+20
* cmdedit: use qsort for sorting command completion results; style fixesvda2006-12-191-132/+104
* su: make /etc/shells check configurablevda2006-12-191-1/+1
* xfuncs.c: dietlibc actually HAS fdprintf!vda2006-12-181-9/+11
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-181-3/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-162-8/+8
* fix remaining survivors of the return(a) cleanupvda2006-11-272-5/+5
* style cleanup: return(a) -> return a, part 2vda2006-11-273-150/+151
* style cleanup: return(a) -> return a, part 1vda2006-11-274-97/+99
* hunt down improper include <>, make mkswap output 4Gb+ friendlyvda2006-11-241-1/+1
* httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!vda2006-11-212-5/+1
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-181-1/+1
* add -Wundef, fix uncovered bugsvda2006-11-171-27/+28
* remove duplicate flag declsvapier2006-11-151-3/+3
* Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>vda2006-11-022-10/+9
* #if CONFIG_xxx -> #if ENABLE_xxxvda2006-11-012-9/+9
* rename functions to more understandable namesvda2006-10-261-2/+2
* silly size savings and capitalization fixesvda2006-10-262-3/+3
* use skip_whitespace where appropriatevda2006-10-251-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* ash: fix segfault in ash.vda2006-10-161-1/+5
* add open_read_close() and similar stuffvda2006-10-141-3/+3
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-121-1/+1
* hush.c: stop using __FILE__ (bad in out-of-tree builds)vda2006-10-111-1/+2
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>vda2006-10-101-1/+1
* build system overhaulvda2006-10-056-137/+86
* bb_applet_name -> applet_namevda2006-10-033-4/+4
* getopt_ulflags -> getopt32.vda2006-10-032-3/+3
* lots of silly indent fixesvda2006-10-031-81/+82
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-291-2/+2
* several fixes from openWRT projectvda2006-09-261-0/+39
* The version checked into the tree is a snapshot of an unifinished applet, andlandley2006-09-201-7/+7
* whitespace cleanupvda2006-09-171-7/+7
* Unbreak allbareconfig.landley2006-09-151-5/+2
* Fix warnings.landley2006-09-081-16/+14
* Second drop. More infrastructure in place, especially for parsing pipelines.landley2006-09-081-21/+172
* Might as well commit this to have the history. It's not linked in to thelandley2006-09-051-0/+73
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damagelandley2006-08-293-82/+53