aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
2005-09-08Fix the warning by rewriting the function to be smaller and simpler.Rob Landley1-28/+17
2005-09-08Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP toRob Landley4-16/+16
2005-09-07committing:Paul Fox2-58/+108
2005-09-07Yeah, Linus is the original author of three of our apps, but A) he doesn'tRob Landley1-1/+1
2005-09-07Fix warnings.Rob Landley1-2/+2
2005-09-07This code exists to compensate for ancient broken build environments which,Rob Landley3-231/+2
2005-09-07Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings.Rob Landley5-71/+74
2005-09-06Amir Shalem writes:Mike Frysinger1-7/+7
2005-09-06- sync traceroute with Slackware-10.1"Vladimir N. Oleynik"4-356/+1242
2005-09-06typo, thanks, Bernhard Fischer"Vladimir N. Oleynik"1-1/+1
2005-09-06Whitespace-level changes. Replace s0,s1,e0,e1 with real variable names andRob Landley1-39/+24
2005-09-05get_terminal_width_height.c was in there twice.Rob Landley1-1/+1
2005-09-05Bernhard Fischer pointed out that CONFIG_FEATURE_MOUNT_FORCE no longer exists.Rob Landley1-1/+0
2005-09-05Regarding 11330: when you fix a bug that the testsuite doesn't catch, addRob Landley1-0/+2
2005-09-05destroy bug [0000381]"Vladimir N. Oleynik"1-2/+2
2005-09-05destroy bug [0000404]"Vladimir N. Oleynik"1-5/+5
2005-09-05- usage fresh bb_getopt_ulflags for ls -- very size reduce."Vladimir N. Oleynik"1-77/+64
2005-09-051) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"20-167/+176
2005-09-051) sync with dash_0.5.2-7"Vladimir N. Oleynik"2-59/+103
2005-09-05remove infinity loop ./busybox --help busybox"Vladimir N. Oleynik"1-2/+3
2005-09-05The previous commit left confdata writing out:Rob Landley1-3/+2
2005-09-05Now that "make sizes" is in, the faq should mention it...Rob Landley1-12/+4
2005-09-05Fix the warnings, and fix the following two obvious segfaults:Rob Landley1-10/+7
2005-09-05Actually returning ret might be good.Rob Landley1-0/+2
2005-09-05Fixes so "make allnoconfig" works again.Rob Landley3-149/+137
2005-09-04Remove trailing crud from busybox.tests. (Sleep deprivation strikes again...)Rob Landley1-75/+0
2005-09-04General cleanup of command line parsing to allow "busybox" to work as a prefix.Rob Landley5-127/+185
2005-09-02touchup some grammar, formatting, and remove some outdated notesMike Frysinger1-12/+17
2005-09-02update the verbage describing what is needed for developer accessEric Andersen1-3/+9
2005-09-02This goes along with the new testsuite code...Rob Landley3-12/+0
2005-09-02Working on a new test harness. Moved the sort tests into it.Rob Landley4-1/+143
2005-09-02Missing break was screwing up 'y//' command. Bug #248.Rob Landley1-0/+1
2005-09-01Fix for bug 383: attempting to "tar c /" would error out because strippingRob Landley1-1/+1
2005-09-01According to bug #63, crond is unhappy with crontab lines that don't end in aRob Landley2-8/+10
2005-09-01Tracking system but #4: php needs the environment variable SCRIPT_FILENAME.Rob Landley1-1/+6
2005-09-01Bernhard Fischer trimmed down dos2unix a bit.Rob Landley1-45/+33
2005-09-01Patch -i support from Berhnard Fischer.Rob Landley3-14/+26
2005-09-01Bernhard Fischer suggested that get_terminal_width_height() should returnRob Landley2-23/+8
2005-09-01Off by one error in max_leases sanity check. Bug 349, apparently.Rob Landley1-1/+1
2005-09-01Bernhard Fischer sent a patch to make "make sizes" work when building inRob Landley1-2/+3
2005-09-01Busybox should only multiplex based on argv[1] when it's called as "busybox".Rob Landley1-4/+0
2005-08-31Anand Avati hit an integer overflow problem in our unzip code.Rob Landley1-1/+1
2005-08-30Don't comment warnings, _FIX_ warnings. (And putting in #warnings aboutRob Landley1-48/+22
2005-08-30Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF?Rob Landley2-72/+14
2005-08-30Bug system entry #1 says that when busybox doesn't have swapoff,Rob Landley1-3/+1
2005-08-30Amir Shalem found some bugs in the new mount code; unknown options didn't getRob Landley1-2/+4
2005-08-30Dirk Clemens pointed out how easy it is to support bzip2 compression, since weRob Landley1-18/+15
2005-08-28point to busybox.netEric Andersen1-2/+2
2005-08-28Dumb little hack, "make sizes". Try it.Rob Landley1-0/+4
2005-08-27make sure __NF_sysfs exists before trying to use itMike Frysinger1-0/+9