aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2000-10-09Added cmp and readlink applets from Matt Kraai.Mark Whitley
2000-10-09Patch from Matt Kraai so wc will return a proper error codeEric Andersen
2000-10-09Apply a patch from Matt Kraai:Eric Andersen
2000-10-04Patch from Matt Kraai: "When it encounters a problem creating a link, lnEric Andersen
2000-10-04Rewrite to use getopt and return instead of exit, a seperate function (fs_lin...Glenn L McGrath
2000-09-28+ shortened main() a little, and a few aesthetic cleanups here & there.John Beppu
2000-09-27Rewrote head to perservere when it can't open a file, and share codeMatt Kraai
2000-09-27Continue concatenating files even if we can't open one.Matt Kraai
2000-09-27Consolidate handling of some fopen failures.Matt Kraai
2000-09-27Rewrote uniq to be less than a third of the size, and fixed some otherMatt Kraai
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-09-22Start the great EXIT_{SUCCESS,FAILURE} migration.Matt Kraai
2000-09-22Add support for the -L option to ls.Matt Kraai
2000-09-21Handle 'cat -'Eric Andersen
2000-09-21Large file >2Gib support.Eric Andersen
2000-09-20Only remove directories when removing recursively.Matt Kraai
2000-09-20Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.Eric Andersen
2000-09-13Fix looping bug, use fullReadGlenn L McGrath
2000-09-13Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai
2000-09-11dd now truncates files at the end its write, this can be turned of byGlenn L McGrath
2000-09-10Remove some debugging codeGlenn L McGrath
2000-09-10Using seek=? used to cause part of the original file to be zero'ed, iGlenn L McGrath
2000-09-10My previous attempt to make dd use fullRead, fullWrite was very broken,Glenn L McGrath
2000-09-07New ls sorting patch, as written by Sterling Huxley, and then updatedEric Andersen
2000-09-05Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen
2000-08-28Rewritten by mistake.Matt Kraai
2000-08-25ar.c now uses a linked list to process headers, uses getopt, new internal fun...Glenn L McGrath
2000-08-22Fixed a warning about a label not being usedPavel Roskin
2000-08-22Fixed misuse of type "char"Pavel Roskin
2000-08-11Add optional ls file sorting, thanks to a patch fromEric Andersen
2000-08-10Some #include updates.Eric Andersen
2000-08-02Cleaner way to handle -NUM and +NUM, reduces the mem usage as well.Eric Andersen
2000-08-02Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg().Mark Whitley
2000-08-02Brand, new version of cut. This fixes the bugs in the old cut, is smaller, andMark Whitley
2000-08-02Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>Eric Andersen
2000-07-31Commit the rewrite of tail by Allen SoardEric Andersen
2000-07-28Fixed to pass -WundefPavel Roskin
2000-07-28Fix for a potential uninitialized variable, thx toEric Andersen
2000-07-28Some cleanups, based on a patch from Ken ChalmersEric Andersen
2000-07-26Fixed a syntax error & superfluous param decl that was causing the build toMark Whitley
2000-07-26Fix some bitrot.Eric Andersen
2000-07-25Use BB_FEATURE_CLEAN_UP where appropriateEric Andersen
2000-07-24chroot can now call the builtin shellPavel Roskin
2000-07-20Converted option parsing to using getopt(). Also managed to remove anMark Whitley
2000-07-20Whoops. Forgot to #include <getopt.h>.Mark Whitley
2000-07-19Converted option parsing to getopt() and made some minor formatting changes.Mark Whitley
2000-07-19Centralize handling of --help.Matt Kraai
2000-07-19Add usage messages for applets without them.Matt Kraai
2000-07-19Use FatalError()Eric Andersen
2000-07-17Moved functions used by "lsmod" from cat.c to utility.cPavel Roskin