aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* - merge -r15463:15564 from busybox_scratch branch through these changesets:aldot2006-08-201-72/+54
* Make a warning go away when standalone shell is disabled.landley2006-08-101-9/+8
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-034-18/+18
* Replace the previous checkin with the correct fix.landley2006-07-191-2/+2
* For now, get around the error that "child" might be uninitialized.rpjday2006-07-181-1/+1
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-5/+5
* A couple things that got tangled up in my tree, easier to check in both thanlandley2006-07-123-90/+9
* Bugfix from Shaun Jackman (check that argv[optind] isn't null beforelandley2006-07-091-19/+16
* Bug fix from Vladimir Oleynic via Paul Fox for:landley2006-07-061-0/+1
* Remove the silly redundancy from that header file include.rpjday2006-07-031-1/+1
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-0/+1
* Patch from Shaun Jackman moving the var=value logic to here it can do some good.landley2006-07-011-6/+6
* Get rid of all "#if 0" content.rpjday2006-07-014-121/+0
* Remove all usage of the "register" storage class specifier.rpjday2006-07-013-215/+210
* Remove "#if 1" directives.rpjday2006-07-011-14/+1
* dont setpgrp() for now as it breaks system() and that is more important than ...vapier2006-06-261-4/+0