OSDN Git Service

android-x86/external-busybox.git
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-21 Eric AndersenAnother sh.c patch from Larry Doolittle. This makes...
2000-12-20 Eric AndersenMake more things be static (like they are supposed...
2000-12-20 Eric AndersenBump the version number to 0.49pre
2000-12-20 Eric AndersenTurns out, md5sum was broken anyways. It uses backward...
2000-12-20 Eric AndersenFix a warning in sh.c. Remove use of getline() in...
2000-12-20 Mark WhitleySome corrections, some additions, some embellishments.
2000-12-20 Matt KraaiRewrote.
2000-12-20 Eric AndersenFix a stupid naming error.
2000-12-19 Matt KraaiBe sure to read from the given path, not the one used...
2000-12-19 Mark WhitleyMore spelling fixes from Larry Doolittle.
2000-12-19 Mark WhitleyAdded a paragraph from Larry Dolittle, made some more...
2000-12-19 Mark WhitleyNew applet HOWTO. Written by Matt Kraai with some forma...
2000-12-19 Matt KraaiFix tar handling of absolute paths and excluded directo...
2000-12-18 Matt KraaiRewrote dd.
2000-12-18 Eric AndersenDoc update from Matt Kraai, better describing the init...
2000-12-18 Eric AndersenOk, this is a pretty major update to sh.c. I renamed...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-18 Matt KraaiAdd missing newlines to error messages.
2000-12-15 Matt KraaiRewrite nc to be simpler, smaller, and to check syscall...
2000-12-15 Matt KraaiOnly say mailing list once.
2000-12-15 Glenn L McGrathRemove defines for ar that arent needed
2000-12-15 Glenn L McGrathRewrite, fix a bug with multiple long filenames, simpli...
2000-12-15 Matt KraaiRewrite argv munger.
2000-12-14 Eric AndersenAdd in mkCDrec - make CD-ROM recovery project.
2000-12-14 Matt KraaiSimplify error handling.
2000-12-14 Matt KraaiShutdown sending on the socket when stdin closes.
2000-12-13 Mark WhitleyAdded some necessary brackets, removed debug noise.
2000-12-13 Matt KraaiRan aspell.
2000-12-13 Eric AndersenFormatting fix
2000-12-13 Eric AndersenWebsite update for the release
2000-12-13 Eric AndersenAdd a few folks to Authors
2000-12-13 Eric AndersenA few more updates
2000-12-13 Eric AndersenDocument gzip -d
2000-12-13 Eric AndersenAdd GNU compatibile gzip -d
2000-12-13 Eric AndersenUpdate the version number to 0.48 (no longer pre).
2000-12-13 Eric AndersenA couple of updates to fix some minor cross compiling...
2000-12-13 Eric AndersenPatch from Matt Kraai:
2000-12-13 Eric AndersenFix from Matt Kraai -- a better way to NULL terminate...
2000-12-12 Eric AndersenFix from Gennady Feldman for error msg
2000-12-12 Eric AndersenMem leak fix from Matt Kraai
2000-12-12 Eric AndersenPatch from Matt Kraai to fix 'dirname /'
2000-12-12 Eric AndersenFix so cross compiling works again...
2000-12-12 Eric AndersenCleanup for proper compilation with uClibc.
2000-12-12 Eric AndersenMount error return code fix from Kent Robotti -- we...
2000-12-12 Eric Andersendu.c error msg cleanup from Kent Robotti
2000-12-12 Eric AndersenFix from Matt Kraai so basename / will work as expected.
2000-12-12 Eric AndersenOops. Unmatched #if
2000-12-12 Eric AndersenSome compile fixes found by Larry Doolittle
2000-12-12 Eric AndersenScript updates for better portability
2000-12-11 Eric AndersenMatt Kraai pointed out that we can rely on strncpy...
2000-12-11 Eric AndersenPatch from larry doolittle to make sure we don't realloc
2000-12-11 Matt KraaiKeep unknown priorities from segfaulting.
2000-12-11 Eric AndersenFix spelling error s/defaut/default/g
2000-12-11 Eric AndersenFix non-NULL terminated strings.
2000-12-11 Eric AndersenFix a thinko -- when REMOTE_LOG support is compiled in,
2000-12-11 Eric AndersenPatch from Matt Kraai to fox sh.c escape problem such...
2000-12-11 Eric AndersenTest suite update from Larry Doolittle to disable some...
2000-12-11 Eric AndersenPatch from kent robotti to fix a buglet where
2000-12-11 Eric AndersenFix the option parsing to use getopt, which seems to...
2000-12-11 Eric AndersenPatch from Larry Doolittle, fix up logging across multi...
2000-12-11 Eric AndersenReverse logic so when network logging, it by default...
2000-12-11 Eric AndersenAdd a linker warning for symbol conflicts.
2000-12-10 Eric AndersenSome .deb update
2000-12-10 Glenn L McGrathSupport for tar -z option for uncompressing only
2000-12-10 Glenn L McGrathIntroduce new function gunzip_init()
2000-12-09 Glenn L McGrathNFS_PORT and NFS_FHSIZE are not defined in the kernel...
2000-12-09 Eric AndersenFix problem where 'du file_that_exists' doesn't work.
2000-12-09 Eric AndersenMore wget cleanups I've been working on...
2000-12-09 Eric AndersenSome little cleanups from Larry Doolittle
2000-12-09 Eric AndersenPatch from Matt Kraai to implement uniq -[cdu]
2000-12-09 Glenn L McGrathadd quiet mode support.
2000-12-09 Eric AndersenForget to set final argv entry to NULL, breaking sh...
2000-12-08 Eric AndersenSome updates. Wrong name was on a patch, plus a spelli...
2000-12-08 Eric AndersenPut in i to getopt, so i will work...
2000-12-08 Eric AndersenUpdate inittab docs
2000-12-08 Eric AndersenMake no local logging a runtime option for network...
2000-12-08 Eric AndersenPatch from Gennady Feldman <gfeldman@mail.com> to make...
2000-12-08 Eric AndersenPatch from Matt Kraai to make logger log all arguments.
2000-12-08 Eric Andersenwhen invoked as 'busybox foo args' remove the "busybox"
2000-12-07 Eric AndersenPatch from Matt Kraai to enable proxy support.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-07 Matt KraaiFix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent...
2000-12-07 Matt KraaiGet rid of redundant TRUE and FALSE definitions.
2000-12-07 Randolph Chungoops, didn't mean to commit that last one... reverting
2000-12-07 Randolph ChungWrite progress meter to stderr instead of stdout
2000-12-07 Randolph ChungFixed URL parsing bug
2000-12-07 Eric AndersenPatch from Jim Gleason <jimg@lineo.com> to fix tar...
2000-12-07 Eric AndersenAdd some more changlog stuff suggested by Larry Doolittle.
2000-12-06 Eric AndersenBettwr document the hidden internal sh.c #defines,...
2000-12-06 Eric AndersenClose but #1071...
2000-12-06 Eric AndersenIgnore the newdocs as well
2000-12-06 Eric AndersenPatch from Matt Kraai to fix 'echo "1 2 3" | tr ...
2000-12-06 Eric Andersenpatch from Larry Doolittle to rename BB_FEATURE_SH_BUIL...
2000-12-06 Eric AndersenAdded insmod support for ARM, and lsmod support for...
2000-12-06 Matt KraaiMust compile before committing.
2000-12-06 Matt KraaiFix exit status on failure.
2000-12-05 Mark WhitleyRemoved isBlank and isWildCard macros that were totally...
2000-12-05 Mark WhitleyChanged some #define strings to static const char ...
2000-12-05 Matt KraaiUse perrorMsg and clean up exit status.
next