aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-15Add the help text for 'position independent executable' code buildGilles Espinasse
2011-02-15modprobe: fix "modprobe -l name-with-dash"Denys Vlasenko
2011-02-15modinfo: trivial optimizationsDenys Vlasenko
2011-02-15modinfo: show firmware and depends fieldsLauri Kasanen
2011-02-15wget: make "wget -O FILE URL1 URL2" concatenate outputDenys Vlasenko
2011-02-14wget: fix SEGV with multiple urls and redirectionPere Orga
2011-02-14hush: do not print killer signal's name for SIGPIPEDenys Vlasenko
2011-02-14echo: fix ENOSPC detection and some iffy code in \NNN handlingDenys Vlasenko
2011-02-14udhcpc: use more correct, and more importantly, more understandable BPF codeVladislav Grishenko
2011-02-14reverted LINHIB0001 swap signature additionDenys Vlasenko
2011-02-13Move stpcpy replacement function into libbbDan Fandrich
2011-02-13mktemp: make it more compatible with GNU coreutils 8.4Denys Vlasenko
2011-02-13fix bug 3223 (parameter loading problem for 2.4 kernels)Denys Vlasenko
2011-02-13wget: support multiple URLs on command line even without -O :)Denys Vlasenko
2011-02-13wget: support multiple URLs on command lineDenys Vlasenko
2011-02-12typo fix in commentDenys Vlasenko
2011-02-12find: trim help text a bitDenys Vlasenko
2011-02-12find: remove the hack we use to parse options first, replace with simpler codeDenys Vlasenko
2011-02-12find: print/print0/prune _can_ be inverted, fix itDenys Vlasenko
2011-02-12find: document ! (not) operatorDenys Vlasenko
2011-02-12find: help text: PATH must be firstDenys Vlasenko
2011-02-12find: yet another tweak to help textDenys Vlasenko
2011-02-12find: fix help text about -prune: it also does assume -printDenys Vlasenko
2011-02-12find: significantly improve hext text. +116 bytesDenys Vlasenko
2011-02-12typo fixDenys Vlasenko
2011-02-11wget: display 100% at the _end_ of chunked downloadDenys Vlasenko
2011-02-11wget: chunked mode fix. Closes bug 3229Denys Vlasenko
2011-02-11wget: explain clearerr more clearlyDenys Vlasenko
2011-02-11wget: correctly handle rare case when we get EAGAIN _on first_ readDenys Vlasenko
2011-02-11progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko
2011-02-11progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko
2011-02-11libbb/progress.c: make sure we never get negative ETADenys Vlasenko
2011-02-10progress meter: display >999 hours ETA correctlyDenys Vlasenko
2011-02-10wget: shrink progress meter code; strink wget and add debug loggingDenys Vlasenko
2011-02-10progress bar: better overflow protection; more precise barDenys Vlasenko
2011-02-10wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytesDenys Vlasenko
2011-02-10remve erroneous dependensies on INSTALLERDenys Vlasenko
2011-02-10getty config help: fix example scriptDenys Vlasenko
2011-02-10getty: extend its config helpDenys Vlasenko
2011-02-10reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US)Denys Vlasenko
2011-02-10save 10 bytes on stringsDenys Vlasenko
2011-02-10wget: remove functions which retry on EINTRDenys Vlasenko
2011-02-10fix trivial build failureDenys Vlasenko
2011-02-10wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfersDenys Vlasenko
2011-02-10tc: less ugly check for bad sizeof(G)Denys Vlasenko
2011-02-09iproute: fix handling of "dev IFACE" selectorDenys Vlasenko
2011-02-09scripts/mkconfigs: don't use invalid basic regexpDenys Vlasenko
2011-02-08use unistd.h before _POSIX_VERSIONDenys Vlasenko
2011-02-08ash: fix TMOUT not restoring tty attributesDenys Vlasenko
2011-02-07incorporate header fixes proposed in bug 3097Denys Vlasenko