aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2005-08-01applying patch for bug 72:Paul Fox6-0/+95
2005-08-01applying patch from bug 24:Paul Fox2-0/+18
2005-08-01new config display applet, from bug 46. i've changed the namePaul Fox7-1/+94
2005-08-01allow suppression of default client-id. fixes bug 000037. allowsPaul Fox3-6/+17
2005-07-31patch by pkj in Bug 3 to not export all make variablesMike Frysinger2-5/+1
2005-07-31patch by apgo in Bug 345 to not use ether_hostton() with uClibcMike Frysinger1-0/+4
2005-07-31patch by srowe in Bug 359 to fix fgrep aliasingMike Frysinger2-3/+8
2005-07-31typecast to intMike Frysinger1-1/+1
2005-07-31use socklen_t instead of size_t with socket related functionsMike Frysinger1-5/+6
2005-07-31move -s from LDFLAGS to STRIPCMDMike Frysinger1-1/+1
2005-07-31use defines instead of const integersMike Frysinger1-3/+3
2005-07-31shrink the flag setting by reversing the operationMike Frysinger1-10/+4
2005-07-31eat leading whitespace with preprocessorMike Frysinger1-2/+2
2005-07-31replace for loops with one function callMike Frysinger1-4/+2
2005-07-31Ahem: add new faq entry to list at top of FAQ.htmlRob Landley1-0/+2
2005-07-31Fix "nm --size-sort" on the busybox binary and document how to make it work.Rob Landley2-62/+27
2005-07-30only declare do_swap if we need itMike Frysinger1-2/+4
2005-07-30touchup syntaxMike Frysinger1-10/+13
2005-07-30cleanup the error message so we dont use glibcism of %m and cast a pointer to...Mike Frysinger1-2/+2
2005-07-30cleanup syntaxMike Frysinger1-22/+23
2005-07-30tell people to ignore the dups/e0 warningsMike Frysinger1-0/+1
2005-07-30punt unused variableMike Frysinger1-3/+0
2005-07-30tell people to ignore the save_name warningMike Frysinger1-0/+1
2005-07-30in order to make sure the INET6 prototypes are exported, we would have to inc...Mike Frysinger1-2/+0
2005-07-30apgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FILENAMEMike Frysinger1-2/+2
2005-07-30rename the accept/reject names since accept overrides the accept() socket fun...Mike Frysinger1-6/+6
2005-07-30apgo in Bug 351 says: punt parse_version_number since it is no longer usedMike Frysinger1-24/+0
2005-07-29commiting fix from:Paul Fox1-0/+3
2005-07-28further refine check_gcc usage so it is only called the bare min number of timesMike Frysinger1-4/+7
2005-07-28dont output anything when running in silent modeMike Frysinger2-6/+15
2005-07-28From Rich Paul:Rob Landley1-3/+2
2005-07-28Erik pointed out that in the last try at the #ifdef cleanup Rob Landley2-2/+4
2005-07-27move the ifdef to after libbb.h include, so it can do some good.Paul Fox1-1/+1
2005-07-27#ifdef reduction infrastructure, based on an argument between Shaun Jackman,Rob Landley4-4/+11
2005-07-27The change in getty.c in Busybox 1.01 caused the /etc/issue file to notEric Andersen1-5/+6
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger24-24/+24
2005-07-262005-04-05 Shaun Jackman <sjackman@gmail.com>Mike Frysinger1-14/+14
2005-07-262005-03-19 Shaun Jackman <sjackman@gmail.com>Mike Frysinger1-1/+1
2005-07-26remove unused variable ret as reported by apgo in Bug 350 and touchup syntax ...Mike Frysinger1-8/+5
2005-07-26no longer used as reported by apgo in Bug 348Mike Frysinger1-0/+0
2005-07-26just punt all the f_frsize crap since not all linux headers support it Bug 346Mike Frysinger1-22/+5
2005-07-22ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won'tPaul Fox1-0/+2
2005-07-22applying fix for:Paul Fox1-0/+2
2005-07-21remove duplicate check against chaddr.Paul Fox1-3/+0
2005-07-21revert 10881, and refix by changing "if (vallen)" to "if (val)". thisPaul Fox1-2/+3
2005-07-20applying fixes from: Paul Fox3-223/+415
2005-07-20applying fix for:Paul Fox1-6/+8
2005-07-20applying fix for:Paul Fox1-1/+6
2005-07-20applying fix for:Paul Fox1-0/+12
2005-07-20applying fix for: Paul Fox1-7/+0