aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
2002-10-10last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE optionandersen1-0/+3
2002-10-08Fixed the script. It always put output to 'stdout' and never tosjhill1-18/+28
2002-10-08Remember to delete docs/busybox.podandersen1-1/+1
2002-10-08Fix missing \n noticed by Robert Schwebelandersen1-3/+2
2002-10-06Fix segfault when testing if reaidng from stdin "-"bug11-1/+3
2002-09-30Fix init docsandersen1-1/+1
2002-09-30Bugfix from Claudio Fleiner <claudio@fleiner.com>andersen1-1/+1
2002-09-30last_patch58 from vodz:andersen9-309/+1153
2002-09-30Vodz' last_patch57:andersen9-32/+27
2002-09-30Fix dependancy so we rebuild busybox.o, usage.o and busybox.oandersen1-0/+4
2002-09-30Use %m, not strerror, and strerror(err) was broken anyways and should have beenandersen1-1/+1
2002-09-30Patch from Konstantin Isakov <ikm@pisem.net>:andersen1-3/+4
2002-09-30Don't even try to run ash on uClinux. It won't work.andersen1-4/+4
2002-09-30Set the close-on-exec flag, just to be safandersen1-0/+2
2002-09-30Doh. We divide microseconds by 60?andersen1-2/+2
2002-09-30Save status so we know if to delete compressed filebug11-1/+2
2002-09-28make_directory() will fail instantly so we dont need to test for failure herebug11-5/+4
2002-09-28Fail straight away rather than recursively printing error messages :)bug11-1/+1
2002-09-28Fix for using '-' as the filename when reading from stdinbug11-9/+7
2002-09-27Bug fix from Nitin Gupta <gupta@equator.com>andersen1-4/+4
2002-09-27Fix compress support and prevent a segfaultbug112-66/+71
2002-09-26Fix simple define problembug11-2/+3
2002-09-26Avoid calling exit() from within fork/vfork'ed processes.andersen1-3/+7
2002-09-25Ignoring SIGCHLD causes a race leading to the occasional hang of initandersen1-1/+0
2002-09-25Reverse some minor changes that got caught up in my big unarchive patchbug11-4/+4
2002-09-25Remove files made obsolete by new unarchiving codebug14-655/+0
2002-09-25New common unarchive code.bug136-1898/+2420
2002-09-22Fixup largefile settingsandersen1-1/+1
2002-09-22Fix error messages conditions, and make them the same as GNU mkdir.bug11-2/+2
2002-09-20don't leak FILEsandersen1-0/+3
2002-09-18update the noise a tiny bitandersen1-2/+2
2002-09-18Update webpageandersen1-0/+19
2002-09-18Commit vodz's patch, plus a tweak to change TracePid to TracerPid. Nowmjn31-19/+20
2002-09-18patch from John Hall <john.hall@optionexist.co.uk> to change theandersen1-4/+4
2002-09-17Add a new top appletandersen5-0/+422
2002-09-17Clear screen too.andersen1-1/+1
2002-09-17re-enable the cursor, in case it got disabledandersen1-2/+2
2002-09-17Modified so that it "works" for archs other than i386... arm in particular.mjn31-47/+108
2002-09-17Sane-ify the screen clearing stuff.andersen1-3/+1
2002-09-17hehe.andersen1-1/+1
2002-09-17Vodz' last_patch57:andersen1-104/+93
2002-09-17Support setting depthandersen1-0/+3
2002-09-17last_patch56 from vodz to simplify copy_file logicandersen1-74/+18
2002-09-17Patch from "Joe.C" <joe@numa.com.tw>andersen1-1/+14
2002-09-17Patch from David McCullough <davidm@snapgear.com>andersen1-5/+72
2002-09-17Use "MiB" not "Mb"andersen1-2/+2
2002-09-17Typo fix from Steven Merrifieldandersen1-1/+1
2002-09-16last_patch55 from vodz:andersen1-18/+20
2002-09-16Let people force overwrite linksandersen1-1/+1
2002-09-16Properly honor FILEUTILS_INTERACTIVE and FILEUTILS_FORCE forandersen1-1/+65