oweals/busybox.git
2001-08-24 Matt KraaiFix s/[/]// handling (noted by Dumas Patrice).
2001-08-23 Eric AndersenMerge with the stable branch 0_60_1
2001-08-23 Eric AndersenA patch from Jaspreet Singh <jsingh@somanetworks.com>
2001-08-22 Eric AndersenA patch from Shu-Hao Chang <shuhao_chang@trend.com...
2001-08-22 Eric AndersenForce BB_FEATURE_NEW_MODULE_INTERFACE and BB_FEATURE_OL...
2001-08-22 Eric AndersenAdd #include <sys/param.h> to ensure PATH_MAX is defined
2001-08-22 Eric AndersenFix a warning and potential segfault in lash when BB_FE...
2001-08-22 Eric AndersenFix an _old_ interface problem with a never-used feature.
2001-08-22 Eric AndersenScrub things and ditch uint64_t and use a custom type...
2001-08-22 Eric AndersenBump version to 0.61.pre
2001-08-22 Eric AndersenPatch from Rodney Brown <RDBrown@mira.net>, shrinking...
2001-08-22 Eric AndersenMake it compile with uClibc
2001-08-21 Eric Andersendfp might be used uninitialized. NULL it.
2001-08-21 Eric AndersenDisable the tinylogin apps by default.
2001-08-21 Eric AndersenFix dos2unix compile problem with certain glibc versions
2001-08-21 Eric AndersenInitial merge of all tinylogin applets that do not...
2001-08-20 Matt KraaiFix a problem with unsatisfied backrefs (noted by Marti...
2001-08-20 Eric Andersensome minor wording changes
2001-08-20 Eric AndersenApply Glenn's tftp rewrite
2001-08-15 Glenn L McGrathFix version comparision bug
2001-08-14 Matt KraaiLog all messages from a single connection, not just...
2001-08-14 Matt KraaiRewritten by Manuel Novoa III.
2001-08-12 Manuel Novoa... I stupidly forgot one level of pointer indirection...
2001-08-10 Eric AndersenFix a merging error
2001-08-10 Manuel Novoa... A few bug fixes and significant size savings. Combined...
2001-08-10 Eric AndersenSmall size optimization from Aaron Lehmann
2001-08-10 Eric AndersenFix stupid grammar error.
2001-08-10 Matt KraaiCommit Vladimir's simplify_path.
2001-08-10 Manuel Novoa... This corrects the _really_poor_ implementation of ...
2001-08-09 Matt KraaiRemind people to enable RPC support when using NFS...
2001-08-09 Matt KraaiRemove BB_SH define entirely.
2001-08-06 Matt KraaiUse ferror(3) to check for errors, rather than inspecti...
2001-08-06 Matt KraaiSimplified version checking.
2001-08-06 Matt KraaiAdd support for underscores in variable names.
2001-08-04 Glenn L McGrathFix exclude list handling
2001-08-02 Eric AndersenFix up some silly messups with the debian packaging... 0_60_0
2001-08-02 Matt KraaiFix misspelling of `stabilize'.
2001-08-02 Eric AndersenOk, here we go...
2001-08-02 Matt KraaiCommit NMU changelog.
2001-08-02 Eric AndersenMore libc5 fixups
2001-08-02 Eric AndersenSome libc5 cleanups
2001-08-02 Eric Andersenmake_directory used mode as if it were an signed entity...
2001-08-02 Eric AndersenTeach libc5 about realpath
2001-08-02 Eric AndersenTeach libc5 what a sighandler_t is
2001-08-02 Eric Andersenmultibuild.pl saves us again. unix2dos requires that...
2001-08-02 Eric AndersenOk, if no shell is enabled, don't include any of the...
2001-08-02 Eric AndersenScrub away the last leftovers from BB_FEATURE_<shell...
2001-08-02 Eric AndersenPatch from Robert J. Osborne <rj@resourceinternational...
2001-08-02 Eric AndersenOops. I forgot to commit this part of vodz' patch.
2001-08-02 Eric AndersenLatest patch from vodz. Adds a check for divide by...
2001-08-01 Matt KraaiAllow multiple shells to be enabled.
2001-07-31 Eric AndersenFix behavior of grep -lc to match GNU grep. SuS2 is...
2001-07-31 Eric AndersenSilence some silly warnings
2001-07-31 Eric AndersenSilence a silly warning
2001-07-31 Eric AndersenMake formatting match GNU ls (we were including a spare...
2001-07-31 Eric AndersenFix the let builtin (so we can close bug #1196) and...
2001-07-31 Matt KraaiAlways write record counts to stderr.
2001-07-31 Eric AndersenI just wrote up a simple pidof applet, closing bug...
2001-07-31 Matt KraaiGive credit to Adam Slattery.
2001-07-31 Eric AndersenI think this should be the final changelog update...
2001-07-31 Matt KraaiDon't save and restore readonly flag if BB_FEATURE_VI_R...
2001-07-30 Eric AndersenThis incorporates Posix math support into ash. The...
2001-07-30 Eric AndersenSimplify/clarify the shell dependant bit of Config.h
2001-07-30 Eric AndersenThis depmod script will create a modules.dep file,...
2001-07-30 Eric AndersenFix up the sample inittab entry per what is current.
2001-07-30 Matt KraaiRework option handling to save space.
2001-07-30 Matt KraaiPreserve whether or not the line was previously altered...
2001-07-30 Glenn L McGrathIf filename is a '-' then read from stdin to stdout
2001-07-29 Glenn L McGrathNote my uuencode work
2001-07-29 Glenn L McGrathFix permisions when reading from stdin
2001-07-29 Glenn L McGrathFix broken logic when wraping encoded data into rows...
2001-07-28 Glenn L McGrathThe src buffer size has to be a multiple of 3 (as i...
2001-07-28 Glenn L McGrathRewrite based on wget uuencode function.
2001-07-28 Eric AndersenPArtial Changelog update. I'm still on vacation (I...
2001-07-26 Matt KraaiShorten static package description.
2001-07-26 Matt KraaiRename dirname variable to pathname to eliminate namesp...
2001-07-26 Russ Dillchar renamed can never be negative on ARM (rp->renamed...
2001-07-25 Eric AndersenNote that m68k is supported
2001-07-25 Eric AndersenCleanup some warnings and a really obvious bug.
2001-07-25 Eric AndersenThis fixes dos2unix and unix2dos so they behave as...
2001-07-24 Glenn L McGrathUpdate my email address and applets
2001-07-24 Glenn L McGrathnote dpkg rewrite
2001-07-23 Matt KraaiAdd support for devfs device names.
2001-07-22 Eric AndersenAn initial modproble implementation. Quite suboptimal...
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-07-19 Eric AndersenSome adjustments, mostly from David McCullough <davidm...
2001-07-19 Matt KraaiThe -P prefix should only be prepended to filenames...
2001-07-19 Matt KraaiNote that wget fix is important.
2001-07-19 Matt KraaiThe directory name should only be prepended if one...
2001-07-19 Matt KraaiAdd a RELEASE_BB_BUFFER macro and use it to fix a memor...
2001-07-19 Glenn L McGrathCleanup (most) memory leaks
2001-07-18 Glenn L McGrathChange read_package_field interface, and rewrite using...
2001-07-18 Glenn L McGrathFix extract_archive so it doesnt mangle filenames,...
2001-07-18 Glenn L McGrathUse the unofficial -C instead of -c to --configure...
2001-07-18 Glenn L McGrathUpdate dpkg usage
2001-07-18 Glenn L McGrathMore feedback to user
2001-07-18 Glenn L McGrathBe more verbose when configureing package, minor changes
2001-07-18 Glenn L McGrathFail silently on failure to read tar header, its unfort...
2001-07-18 Glenn L McGrathUse xfopen to abort on error to prevent segfaulting...
2001-07-17 Eric AndersenCleanup from vodz
next