oweals/busybox.git
2000-11-03 Mark WhitleyNow, what was that logic block doing up there?
2000-11-03 Mark WhitleyRe-worked the support for s///p, fixed a backref limit...
2000-11-02 Eric AndersenWarning cleanup from Gennady Feldman
2000-10-30 Eric AndersenFix uname problem that was breaking poweroff.
2000-10-29 Eric AndersenThis was redundant
2000-10-28 Matt KraaiMake fbset compile with the readmode feature by pulling...
2000-10-28 Matt KraaiMake features independent.
2000-10-28 Matt KraaiWe also need to declare info if the USERNAMES feature...
2000-10-27 Eric AndersenAdd in -lgcc to add needed symbold when linking vs...
2000-10-27 Eric AndersenOops. I never committed this. Update version to 0...
2000-10-26 Eric AndersenSilence a warning,
2000-10-26 Eric AndersenThis was broken when applets moved to applets.h. Fix it.
2000-10-25 Matt KraaiFixed error handling and TRUE/FALSE usage.
2000-10-25 Matt KraaiRestore --help handling I mistakenly removed.
2000-10-25 Matt KraaiAvoid reinventing the wheel (and thus save some space).
2000-10-25 Matt KraaiAdded a new perrorMsg function, cleanup up error handli...
2000-10-25 Matt KraaiCleaned up error handling, TRUE/FALSE usage, and other...
2000-10-25 Matt KraaiClean up error handling and uses of TRUE/FALSE.
2000-10-25 Matt KraaiCleaned up error handling and uses of TRUE/FALSE.
2000-10-25 Matt KraaiCleaned up error message handling.
2000-10-25 Matt KraaiAdded a fatalPerror function to simplify error handling.
2000-10-25 Glenn L McGrathFix for bug #1068 from Kent Robotti
2000-10-25 Mark WhitleyApplied patch from Gaute B Strokkenes <gs234@cam.ac...
2000-10-23 Matt KraaiFix error messages.
2000-10-23 Matt KraaiFix error message.
2000-10-19 Mark WhitleyPut getopt_usage where it belongs and added *_usage...
2000-10-19 Matt KraaiPiss people off by removing [+-][0-9]+ options from...
2000-10-16 Matt KraaiRemove broken error test found by Bryan Rittmeyer ...
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...
next