aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add the help text for 'position independent executable' code buildGilles Espinasse2011-02-151-1/+4
| * modprobe: fix "modprobe -l name-with-dash"Denys Vlasenko2011-02-151-1/+4
| * modinfo: trivial optimizationsDenys Vlasenko2011-02-151-4/+6
| * modinfo: show firmware and depends fieldsLauri Kasanen2011-02-151-3/+5
| * wget: make "wget -O FILE URL1 URL2" concatenate outputDenys Vlasenko2011-02-151-29/+37
| * wget: fix SEGV with multiple urls and redirectionPere Orga2011-02-141-0/+1
| * hush: do not print killer signal's name for SIGPIPEDenys Vlasenko2011-02-142-2/+5
| * echo: fix ENOSPC detection and some iffy code in \NNN handlingDenys Vlasenko2011-02-147-56/+70
| * udhcpc: use more correct, and more importantly, more understandable BPF codeVladislav Grishenko2011-02-141-20/+24
| * reverted LINHIB0001 swap signature additionDenys Vlasenko2011-02-141-1/+0
| * Move stpcpy replacement function into libbbDan Fandrich2011-02-133-17/+26
| * mktemp: make it more compatible with GNU coreutils 8.4Denys Vlasenko2011-02-132-24/+36
| * fix bug 3223 (parameter loading problem for 2.4 kernels)Denys Vlasenko2011-02-131-8/+11
| * wget: support multiple URLs on command line even without -O :)Denys Vlasenko2011-02-131-55/+15
| * wget: support multiple URLs on command lineDenys Vlasenko2011-02-131-129/+160
| * typo fix in commentDenys Vlasenko2011-02-121-1/+1
| * find: trim help text a bitDenys Vlasenko2011-02-121-8/+8
| * find: remove the hack we use to parse options first, replace with simpler codeDenys Vlasenko2011-02-121-121/+91
| * find: print/print0/prune _can_ be inverted, fix itDenys Vlasenko2011-02-121-106/+101
| * find: document ! (not) operatorDenys Vlasenko2011-02-121-0/+3
| * find: help text: PATH must be firstDenys Vlasenko2011-02-121-1/+1
| * find: yet another tweak to help textDenys Vlasenko2011-02-121-6/+6
| * find: fix help text about -prune: it also does assume -printDenys Vlasenko2011-02-121-3/+3
| * find: significantly improve hext text. +116 bytesDenys Vlasenko2011-02-121-49/+56
| * typo fixDenys Vlasenko2011-02-121-1/+1
| * wget: display 100% at the _end_ of chunked downloadDenys Vlasenko2011-02-111-2/+2
| * wget: chunked mode fix. Closes bug 3229Denys Vlasenko2011-02-111-10/+16
| * wget: explain clearerr more clearlyDenys Vlasenko2011-02-111-1/+10
| * wget: correctly handle rare case when we get EAGAIN _on first_ readDenys Vlasenko2011-02-111-6/+26
| * progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko2011-02-113-26/+36
| * progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko2011-02-114-23/+27
| * libbb/progress.c: make sure we never get negative ETADenys Vlasenko2011-02-111-16/+17
| * progress meter: display >999 hours ETA correctlyDenys Vlasenko2011-02-101-4/+6
| * wget: shrink progress meter code; strink wget and add debug loggingDenys Vlasenko2011-02-102-64/+105
| * progress bar: better overflow protection; more precise barDenys Vlasenko2011-02-102-25/+34
| * wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytesDenys Vlasenko2011-02-101-8/+19
| * remve erroneous dependensies on INSTALLERDenys Vlasenko2011-02-101-2/+0
| * getty config help: fix example scriptDenys Vlasenko2011-02-101-1/+1
| * getty: extend its config helpDenys Vlasenko2011-02-101-1/+13
| * reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US)Denys Vlasenko2011-02-101-2/+2
| * save 10 bytes on stringsDenys Vlasenko2011-02-102-2/+2
| * wget: remove functions which retry on EINTRDenys Vlasenko2011-02-101-3/+5
| * fix trivial build failureDenys Vlasenko2011-02-101-2/+3
| * wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfersDenys Vlasenko2011-02-102-61/+62
| * tc: less ugly check for bad sizeof(G)Denys Vlasenko2011-02-101-6/+4
| * iproute: fix handling of "dev IFACE" selectorDenys Vlasenko2011-02-092-14/+25
| * scripts/mkconfigs: don't use invalid basic regexpDenys Vlasenko2011-02-091-1/+1
| * use unistd.h before _POSIX_VERSIONDenys Vlasenko2011-02-082-1/+1
| * ash: fix TMOUT not restoring tty attributesDenys Vlasenko2011-02-086-61/+39
| * incorporate header fixes proposed in bug 3097Denys Vlasenko2011-02-072-1/+4