aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bernhard Fischer says: fix comment typoMike Frysinger2005-08-161-1/+1
* Bernhard Fischer writes: fix devfsd usageMike Frysinger2005-08-151-2/+2
* If we goto singlemount, do _not_ try to continue through the loop we jumpedRob Landley2005-08-141-1/+1
* Patch from Stephane Billiart to improve ash error message.Rob Landley2005-08-141-1/+1
* Stephane Billiart noticed that the return code of the new mount was horked.Rob Landley2005-08-141-4/+4
* Very minor tweak to tail.Rob Landley2005-08-131-4/+1
* make sure distclean punts include/bbconfigopts.hMike Frysinger2005-08-111-1/+1
* Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley2005-08-1012-922/+543
* implemented a builtin echo command in ash. moved the guts of thePaul Fox2005-08-097-172/+204
* commiting:Paul Fox2005-08-045-34/+390
* applying jim bauer's patch to eliminate modprobe's dependencyPaul Fox2005-08-042-13/+54
* In bb_config.h, replace AUTOCONF_INCLUDED guard with the more reasonable andRob Landley2005-08-021-1/+1
* Do not define 'AUTOCONF_INCLUDED'Eric Andersen2005-08-021-1/+0
* commiting:Paul Fox2005-08-015-0/+62
* fix bbconfigopts.h dependMike Frysinger2005-08-011-3/+2
* screw around with whitespaceMike Frysinger2005-08-011-16/+14
* commiting:Paul Fox2005-08-012-6/+4
* commiting patch from bug 71:Paul Fox2005-08-013-4/+81
* applying patch for bug 72:Paul Fox2005-08-016-0/+95
* applying patch from bug 24:Paul Fox2005-08-012-0/+18
* new config display applet, from bug 46. i've changed the namePaul Fox2005-08-017-1/+94
* allow suppression of default client-id. fixes bug 000037. allowsPaul Fox2005-08-013-6/+17
* patch by pkj in Bug 3 to not export all make variablesMike Frysinger2005-07-312-5/+1
* patch by apgo in Bug 345 to not use ether_hostton() with uClibcMike Frysinger2005-07-311-0/+4
* patch by srowe in Bug 359 to fix fgrep aliasingMike Frysinger2005-07-312-3/+8
* typecast to intMike Frysinger2005-07-311-1/+1
* use socklen_t instead of size_t with socket related functionsMike Frysinger2005-07-311-5/+6
* move -s from LDFLAGS to STRIPCMDMike Frysinger2005-07-311-1/+1
* use defines instead of const integersMike Frysinger2005-07-311-3/+3
* shrink the flag setting by reversing the operationMike Frysinger2005-07-311-10/+4
* eat leading whitespace with preprocessorMike Frysinger2005-07-311-2/+2
* replace for loops with one function callMike Frysinger2005-07-311-4/+2
* Ahem: add new faq entry to list at top of FAQ.htmlRob Landley2005-07-311-0/+2
* Fix "nm --size-sort" on the busybox binary and document how to make it work.Rob Landley2005-07-312-62/+27
* only declare do_swap if we need itMike Frysinger2005-07-301-2/+4
* touchup syntaxMike Frysinger2005-07-301-10/+13
* cleanup the error message so we dont use glibcism of %m and cast a pointer to...Mike Frysinger2005-07-301-2/+2
* cleanup syntaxMike Frysinger2005-07-301-22/+23
* tell people to ignore the dups/e0 warningsMike Frysinger2005-07-301-0/+1
* punt unused variableMike Frysinger2005-07-301-3/+0
* tell people to ignore the save_name warningMike Frysinger2005-07-301-0/+1
* in order to make sure the INET6 prototypes are exported, we would have to inc...Mike Frysinger2005-07-301-2/+0
* apgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FILENAMEMike Frysinger2005-07-301-2/+2
* rename the accept/reject names since accept overrides the accept() socket fun...Mike Frysinger2005-07-301-6/+6
* apgo in Bug 351 says: punt parse_version_number since it is no longer usedMike Frysinger2005-07-301-24/+0
* commiting fix from:Paul Fox2005-07-291-0/+3
* further refine check_gcc usage so it is only called the bare min number of timesMike Frysinger2005-07-281-4/+7
* dont output anything when running in silent modeMike Frysinger2005-07-282-6/+15
* From Rich Paul:Rob Landley2005-07-281-3/+2
* Erik pointed out that in the last try at the #ifdef cleanup Rob Landley2005-07-282-2/+4