platform/upstream/busybox.git
2001-09-21 Eric AndersenEliminate ldconfig which is no longer built by
2001-09-21 Glenn L McGrathFix to make preinst run when required, from Stefan...
2001-09-21 Glenn L McGrathImplement dpkg -l option, from Stefan Soucek (slightly...
2001-09-16 Tim Rikercloses bug#1215?
2001-09-11 Manuel Novoa... Commit my changes to xxreadtoken() to reduce code size...
2001-09-11 Manuel Novoa... Commit my changes to arith.c which fixed a couple of...
2001-09-08 Eric AndersenFix my email address.
2001-09-08 Eric AndersenLineo is no longer sponsoring busybox
2001-09-06 Eric Andersendefine IFS_BROKEN
2001-09-06 Eric AndersenPatch from vodz to make ash cope with leading redirections
2001-09-05 Eric AndersenTwo patches from Magick <magick@linux-fan.com>:
2001-09-05 Eric AndersenAnother fix from vodz
2001-09-03 Eric AndersenDon't automount things as "usbdevfs" -- patch from
2001-08-29 Matt KraaiAdd -p support.
2001-08-29 Matt KraaiSUSv2 specifies that if the extension is identical...
2001-08-29 Eric AndersenStandard typing (u_int16_t instead of u16, u_int32_t...
2001-08-28 Matt KraaiUse the correct buffer when calling dirname, improve...
2001-08-27 Eric AndersenAdd "DutNux"
2001-08-27 Matt KraaiRemove traces of rpmunpack (patch by Laurence Anderson).
2001-08-27 Eric Andersenpatch from vodz -- route cleanup to display all route...
2001-08-27 Matt KraaiAdd support for `busybox --help APPLET' by Vladimir...
2001-08-27 Matt KraaiFix ash exec (noted by Arne Bernin).
2001-08-27 Matt KraaiFix invocation of `-/bin/sh' (bug #1209).
2001-08-24 Matt KraaiEliminate improper consts and allow standard version...
2001-08-24 Matt KraaiCanonicalize dirname(3) behavior.
2001-08-24 Matt KraaiFix a memory leak if parent directory creation failed.
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...
next