aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2005-09-07This code exists to compensate for ancient broken build environments which,Rob Landley
2005-09-06Amir Shalem writes:Mike Frysinger
2005-09-06- sync traceroute with Slackware-10.1"Vladimir N. Oleynik"
2005-09-05get_terminal_width_height.c was in there twice.Rob Landley
2005-09-051) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"
2005-09-05Actually returning ret might be good.Rob Landley
2005-09-01According to bug #63, crond is unhappy with crontab lines that don't end in aRob Landley
2005-09-01Bernhard Fischer suggested that get_terminal_width_height() should returnRob Landley
2005-08-27make sure __NF_sysfs exists before trying to use itMike Frysinger
2005-08-22Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.Rob Landley
2005-08-16the () around isspace actually mattersMike Frysinger
2005-08-16Bernhard Fischer says: fix comment typoMike Frysinger
2005-08-10Major rewrite of mount, umount, losetup. Untangled lots of code, shrunkRob Landley
2005-08-09implemented a builtin echo command in ash. moved the guts of thePaul Fox
2005-07-30apgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FILENAMEMike Frysinger
2005-07-27move the ifdef to after libbb.h include, so it can do some good.Paul Fox
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger
2005-07-262005-04-05 Shaun Jackman <sjackman@gmail.com>Mike Frysinger
2005-07-26no longer used as reported by apgo in Bug 348Mike Frysinger
2005-07-22ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won'tPaul Fox
2005-07-19applying fix for:Paul Fox
2005-07-19applying fix from:Paul Fox
2005-07-19applying fix from:Paul Fox
2005-05-11change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger
2005-05-11now that mjn3 explained it to me, add documentation for the 3rd field in long...Mike Frysinger
2005-05-10add documentation for long options and touch up the current docs now that i a...Mike Frysinger
2005-05-09syntax/whitespace touchupMike Frysinger
2005-05-03Shaun Jackman said:Rob Landley
2005-05-03A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley
2005-05-03Revert Tito's patch to zcip. My bad, David Brownell had objected and I missedRob Landley
2005-05-01On Tuesday 19 April 2005 21:10, Tito wrote and today added:Rob Landley
2005-04-27Correct errors preventing busybox tar from working properly,Eric Andersen
2005-04-18In Bug 5, Tito writes:Mike Frysinger
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2005-04-16Rework to fix http://bugs.uclibc.org/view.php?id=107Eric Andersen
2005-04-16Add bb_msg_read_errorEric Andersen
2005-04-14fake out support for POSIX -H and -L options since busybox cp dereferences ev...Mike Frysinger
2005-03-04Shaun Jackman writes: Fix typo. Use __NR_umount2 instead of __NR_pivot_root.Mike Frysinger
2005-03-04add some more commentsMike Frysinger
2005-03-04newlib fixe from Shaun JackmanMike Frysinger
2005-01-24Sort rewrite to be SUSv3 compliant. New config option, updated help, andRob Landley
2005-01-04Dear andersen:Eric Andersen
2005-01-03perhaps a better fixEric Andersen
2004-12-09Workaround for uClibc-specific header problem described here:Rob Landley
2004-10-13Make certain clients of bb_make_directory default to honoringEric Andersen
2004-10-08Patch from Claus Klein to increase, and make more apparentEric Andersen
2004-10-08Tito writes:Eric Andersen
2004-10-08egor duda writes:Eric Andersen
2004-10-08Patch from Michael Tokarev:Eric Andersen
2004-09-24Remove this error message at Vodz request, it was misleading.Glenn L McGrath