aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * ls: fix bits for -T, -w and --color; make -n imply -l; fix commentsDenys Vlasenko2011-02-281-25/+20
| * mount: strip multiple trailing slashes, not just oneDenys Vlasenko2011-02-281-1/+1
| * mount: update /etc/mtab properly on mount --moveRoman Borisov2011-02-281-9/+67
| * whois: new appletPere Orga2011-02-271-0/+66
| * showkey: make showkey -a work on any stdinHarald Becker2011-02-271-13/+24
| * ls: fix one-bit-off which caused -H to behave as -hDenys Vlasenko2011-02-271-1/+1
| * adduser: use better argv passing to addgroupDenys Vlasenko2011-02-271-9/+18
| * Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-2617-92/+115
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-22103-1153/+1896
|\|
| * fix libiproute compile with kernel headers < 2.6.17Stefan Seyfried2011-02-261-0/+3
| * mount: ignore unknown mount options when remounting NFS mountsPeter Korsgaard2011-02-261-0/+3
| * mount: fix wrong long option namessRoman Borisov2011-02-261-8/+8
| * iproute: fix parsing and matching of of "short" IP addrs like 10/8Denys Vlasenko2011-02-234-38/+74
| * slightly better wording in commentsDenys Vlasenko2011-02-212-4/+4
| * ash: fix ash-signals/signal8 testcase failureDenys Vlasenko2011-02-216-15/+152
| * fix "make install"Bernd Jendrissek2011-02-201-1/+1
| * blockdev: add --getsz to replace --getsizeDan Fandrich2011-02-201-6/+18
| * wget: reduce bloatPere Orga2011-02-191-7/+3
| * udhcpd: optional IP selection based on MAC hashVladislav Grishenko2011-02-162-8/+50
| * echo: fix SEGV when run with no argsDenys Vlasenko2011-02-151-1/+1
| * wget: check for final write errors for -O FILE tooDenys Vlasenko2011-02-151-0/+3
| * 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