platform/upstream/busybox.git
2000-10-13 Matt KraaiFix handling of ^$ by removing the newline from input...
2000-10-13 Matt KraaiConsolidate stat(2) and lstat(2) calls and error handling.
2000-10-13 Matt KraaiExit with failure status if we are unable to list any...
2000-10-12 Eric AndersenApply a patch from Matt Kraai to fix buffer overrun...
2000-10-12 Eric AndersenApply patch from "Orion Poplawski" <OPoplawski@cqg...
2000-10-09 Mark WhitleyAdded cmp and readlink applets from Matt Kraai.
2000-10-09 Eric AndersenPatch from Matt Kraai so wc will return a proper error...
2000-10-09 Eric AndersenFix a thinko. Patch from Justus Pendleton <justus...
2000-10-09 Eric AndersenApply a patch from Matt Kraai:
2000-10-04 Eric AndersenPatch from Matt Kraai: "When it encounters a problem...
2000-10-04 Glenn L McGrathRewrite to use getopt and return instead of exit, a...
2000-10-03 Eric AndersenAdd a spiffy progress meter.
2000-10-02 Eric AndersenTry to guess an output filename
2000-10-01 Eric AndersenApply patch from Giulio Orsero <giulioo@pobox.com>...
2000-09-29 Glenn L McGrathGeneral cleanup of comments, defines, includes, and...
2000-09-28 Pavel RoskinFixes to allow compilation on systems with glibc 2...
2000-09-28 John Beppu+ shortened main() a little, and a few aesthetic cleanu...
2000-09-27 Matt KraaiRewrote head to perservere when it can't open a file...
2000-09-27 Matt KraaiContinue concatenating files even if we can't open...
2000-09-27 Matt KraaiConsolidate handling of some fopen failures.
2000-09-27 Matt KraaiRewrote uniq to be less than a third of the size, and...
2000-09-26 Eric AndersenFix up the docs
2000-09-26 Eric Andersenupdate the docs
2000-09-26 Eric AndersenLog the devps patch update 0_47
2000-09-26 Eric AndersenFinal touchups for the release...
2000-09-26 Eric AndersenAdd in busybox.h. I renamed it, and forgot to commit...
2000-09-26 Eric AndersenYet more polish (thanks again to kent robotti for the...
2000-09-26 Eric AndersenRemove all reference to the now obsolete /dev/modules
2000-09-26 Eric AndersenUpdate my devps patch for the latest 2.2 kernel.
2000-09-25 Eric AndersenFix name
2000-09-25 Eric AndersenSome more polish to make xargs act like GNU xargs ...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-25 Eric AndersenGratuitously changed the file "busybox.defs.h" to the...
2000-09-25 Eric AndersenFix from Matt Kraai for the to the "busybox --install...
2000-09-25 Eric AndersenFinal (I think) version of xargs. Throw away all that...
2000-09-25 Eric AndersenBe ever so pedantic about escaping chars that the shell...
2000-09-25 Eric AndersenRemove a now unneeded check
2000-09-24 Eric Andersenmodified by Bryan Rittmeyer <bryan@ixiacom.com> to...
2000-09-24 Eric AndersenUpdate newdoc dependancy
2000-09-24 Eric AndersenUpdate a few entries for 0.47...
2000-09-24 Eric AndersenDoc update
2000-09-24 Eric AndersenFix up xargs so that things like 'cat cat.c | xargs...
2000-09-24 Eric AndersenFix xargs option parsing
2000-09-24 Eric AndersenFix bug#1043 -- hanlde long filenames and links (in...
2000-09-23 Eric AndersenFix an obscure option parsing bug.
2000-09-23 Eric AndersenForce optind=1 for libc5 when doing cp in cp_mv.c
2000-09-23 Eric AndersenFix potential memory overrun...
2000-09-23 Eric AndersenFix the bandaid.
2000-09-23 Eric AndersenFix memory problems, and make behavior correct.
2000-09-23 Eric Andersenupdate docs for xargs
2000-09-23 Eric Andersenupdate usage for xargs
2000-09-23 Eric Andersenrewrite, so it should be firly clean now
2000-09-22 Eric AndersenUse minix xargs instead, and update docs accordingly
2000-09-22 Eric AndersenComment on xargs choice.
2000-09-22 Eric AndersenAdd in xargs
2000-09-22 Matt KraaiStart the great EXIT_{SUCCESS,FAILURE} migration.
2000-09-22 Matt KraaiClean up error messages.
2000-09-22 Matt KraaiAdd support for the -L option to ls.
2000-09-22 Matt KraaiFix loop.h dependencies.
2000-09-22 Eric AndersenApply a bandaid suggested by Jon McClintock <jonm@bluem...
2000-09-22 Eric AndersenFix for bug #1042 -- applied the patch from Larry Doolittle
2000-09-22 Eric AndersenBetter cross libc compatibility (so Dave Cinege can...
2000-09-21 Eric AndersenDecouple DODEBUG and DOSTATIC
2000-09-21 Eric AndersenRemove all the kernel headers so it will compile under...
2000-09-21 Eric AndersenFix a potential warning
2000-09-21 Eric AndersenAdd in exec support (patch from Torbj?rn Axelsson ...
2000-09-21 Eric AndersenHandle 'cat -'
2000-09-21 Eric AndersenHard code the name of init.
2000-09-21 Eric AndersenLarge file >2Gib support.
2000-09-21 Eric AndersenTypo fix.
2000-09-21 Eric AndersenIgnore loop.h
2000-09-21 Eric AndersenMore portable handling of loop header files, as done...
2000-09-21 Eric AndersenRemove a warning. Patch from Bryan Rittmeyer <bryan...
2000-09-20 Matt KraaiOnly remove directories when removing recursively.
2000-09-20 Eric AndersenAdded dos2unix, unix2dos, and unrpm.c thanks to robotti...
2000-09-20 Eric AndersenWhen mounting a ro fs rw, print warning and then mount...
2000-09-20 Matt KraaiReturn failure if ping gets no response.
2000-09-19 Eric AndersenReverted my conversion of tar to getopt to ensure tar can
2000-09-19 Eric AndersenBoth of these commands were subtly broken. Fortunately...
2000-09-19 Eric AndersenI think these featires are fairly safe...
2000-09-19 Matt KraaiAvoid segfaults by not using snprintf to copy strings.
2000-09-19 Matt KraaiClean up output.
2000-09-19 Glenn L McGrathOnly defines functions that will compile and are useful...
2000-09-19 Eric AndersenApply a patch from Chip Rosenthal <chip@unicom.com...
2000-09-18 Glenn L McGrathRemove definition of basename.
2000-09-18 Glenn L McGrathPath count was out by one, fixed it
2000-09-18 Glenn L McGrathSimplify and remove dependence on PATH_MAX
2000-09-15 Matt KraaiUpdated stdin/stdout treatment to match that of gnu...
2000-09-15 Matt KraaiReorganize listing code.
2000-09-15 Matt KraaiAllow non-verbose listing to work.
2000-09-15 Pavel RoskinUpdated to be in sync with the current sample inittab
2000-09-15 Pavel RoskinFixed compliance with the DTD
2000-09-15 John Beppu+ credit markw@lineo.com for his contributions
2000-09-15 Pavel RoskinDon't suppress output of umount and swapoff - it is...
2000-09-15 Pavel RoskinDon't suppress output of umount and swapoff - it is...
2000-09-15 Pavel Roskin"exit NUMBER" should exit, not return
2000-09-14 Pavel RoskinFor "askfirst" don't just read one char from stdin,
2000-09-14 Eric AndersenAdd in a patch from robotti@metconnect.com and Chip...
2000-09-14 Eric AndersenNote the syslogd bug fix
2000-09-14 Eric AndersenBug fix for wget, and proper attribution of Chip Rosent...
next