aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-09-09Fix permisionsGlenn L McGrath
2000-09-09Now supports GNU style long filenames.Glenn L McGrath
2000-09-07New ls sorting patch, as written by Sterling Huxley, and then updatedEric Andersen
2000-09-07Stop leaking file handles.Matt Kraai
2000-09-06Fix more typos.Matt Kraai
2000-09-06Reset optind so that getopt works in busybox applets called directly by sh.Matt Kraai
2000-09-06Fixed a grammatical error.Matt Kraai
2000-09-05Fixed for when BB_CP_MV is enabled.Eric Andersen
2000-09-05Add BB_SH to get_last_path_component()... Fix thanks toEric Andersen
2000-09-05Apply segfault on no-args fix from robotti@metconnect.comEric Andersen
2000-09-05Set environment variable to make ash happy. ash is a frequent enoughEric Andersen
2000-09-05Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen
2000-09-04Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fixMatt Kraai
2000-09-04Forgot this part of wgetEric Andersen
2000-09-04Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.Eric Andersen
2000-09-04Allow selective extraction and listing of files. And fix an uncheckedMatt Kraai
2000-09-01Add in byldEric Andersen
2000-09-01Fix compile when BB_FEATURE_LINUXRC is definedEric Andersen
2000-09-01Fixed a stupid thinko preventing zcat from doing its job, thanksEric Andersen
2000-09-01Turned off ls file-sorting till it can be fixed.Eric Andersen
2000-09-01updated some usage info from a patch from robotti@metconnect.comEric Andersen
2000-09-01Argh. I *will* compile before checking in.Matt Kraai
2000-09-01Don't unlink files if we are extracting to stdout.Matt Kraai
2000-09-01Correct the stdin/stdout behavior when no args are provided.Eric Andersen
2000-09-01Sigh. Seems I screwed up last time. This fixed detectingEric Andersen
2000-09-01Add an extra sanity check in parse_modeEric Andersen
2000-08-31Fix a spelling errorEric Andersen
2000-08-31Fix spelling errorEric Andersen
2000-08-28Rewritten by mistake.Matt Kraai
2000-08-28Removed dead regular expression code.Matt Kraai
2000-08-26Compile xstrdup and xstrndup iff they are needed.Matt Kraai
2000-08-25ar.c now uses a linked list to process headers, uses getopt, new internal fun...Glenn L McGrath
2000-08-25Fix tab stops for sed usage.Eric Andersen
2000-08-22Fixed a warning about a label not being usedPavel Roskin
2000-08-22Fixed misuse of type "char"Pavel Roskin
2000-08-22From Ken Chalmers <chalmers@norscan.com>:Pavel Roskin
2000-08-22Fix a unterminated string.Eric Andersen
2000-08-22Note the chmod fix.Eric Andersen
2000-08-22Fix an option parsing bug where things likeEric Andersen
2000-08-22Some additional tips and formatting changes.Mark Whitley
2000-08-21Fix a silly bug so it compiles up properlyEric Andersen
2000-08-21Oops. Forgot to commit rdate.c.Eric Andersen
2000-08-21Script to do regression test, by combining all possible options.Eric Andersen
2000-08-21Script to do regression test, by combining all possible options.Eric Andersen
2000-08-21Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>.Eric Andersen
2000-08-21Turn off some debug noise.Eric Andersen
2000-08-21Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>Eric Andersen
2000-08-21Removed since this patch is now in the current 2.4.x kernelEric Andersen
2000-08-21Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option inMark Whitley
2000-08-21Oops. Forgot to add in reset.c. Doh!Eric Andersen