aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * make --help return exitcode 0. Closes 5612Denys Vlasenko2013-02-281-1/+1
| * run-parts: fix unicode creep in --helpPeter Korsgaard2013-02-281-3/+3
| * nc_bloaty: support -ll and -lk. Closes 2245Denys Vlasenko2013-02-281-18/+40
| * nc: don't redirect stderr to network in -e PROG modeDenys Vlasenko2013-02-281-9/+9
| * nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP codeThomas De Schampheleire2013-02-281-6/+9
| * run-parts: stop providing incompatible short optionsDenys Vlasenko2013-02-281-32/+25
| * run-parts: add --exit-on-error | -e supportPeter Korsgaard2013-02-281-3/+10
| * xz: fix put_unaligned_{l,b}e32Leonid Lisovskiy2013-02-271-2/+2
| * lineedit: initialize delptrShawn J. Goff2013-02-271-0/+1
| * xz: support concatenated .xz streamsLasse Collin2013-02-271-7/+36
| * xz: mention xzminidec.c in READMELasse Collin2013-02-271-1/+1
| * xz: fix incorrect XZ_BUF_ERRORLasse Collin2013-02-271-7/+20
| * xz: fix decoding of LZMA2 streams having no uncompressed data.Lasse Collin2013-02-271-3/+3
| * cz: add C++ support to xz.hLasse Collin2013-02-271-0/+9
| * xz: remove an empty line from xz_dec_lzma2.cLasse Collin2013-02-271-1/+0
| * xz: make bcj_x86_test_msbyte() an inline functionLasse Collin2013-02-271-2/+5
| * xz: add a comment about using uint32_t as vli_typeLasse Collin2013-02-271-2/+7
| * xz: avoid "NOTE:" in xz.hLasse Collin2013-02-271-4/+4
| * xz: update READMELasse Collin2013-02-271-2/+2
| * xz: omit explicit \0 from HEADER_MAGICLasse Collin2013-02-271-1/+1
| * Fix move_to_unaligned16Denys Vlasenko2013-02-271-1/+1
| * mdev: improve $SEQ handling; improve debug loggingDenys Vlasenko2013-02-272-91/+181
| * udhcpc: tweak math shell style with the metric varMike Frysinger2013-02-271-1/+2
| * udhcpc: support resolv.conf symlinksMike Frysinger2013-02-271-4/+8
| * mdev: add environment variable matchDenys Vlasenko2013-02-262-8/+73
| * move endofname() to libbbDenys Vlasenko2013-02-265-38/+30
| * tail: make help text for -n +N syntax more correctDenys Vlasenko2013-02-251-1/+1
| * head: support -n -NUM and -c -NUMDenys Vlasenko2013-02-251-22/+128
| * head,tail: use common suffix struct. simplify help text.Denys Vlasenko2013-02-255-27/+40
| * rpm: unmap rpm file before working with next oneDenys Vlasenko2013-02-201-3/+5
| * rpm: stop using statics; move main() to the end of the source fileDenys Vlasenko2013-02-201-146/+141
| * rpm: use "create+rename" method of replacing existing filesDenys Vlasenko2013-02-203-3/+19
| * rpm: make -ql display more compatible; improve help textDenys Vlasenko2013-02-201-32/+36
| * fdisk_sun: fix partition alignmentAaro Koskinen2013-02-111-3/+6
| * fdisk_sun: fix corrupted partition data with blank diskAaro Koskinen2013-02-111-0/+1
| * vasprintf: return -1 on strdup failureDenys Vlasenko2013-02-101-1/+1
| * vasprintf: do not use xmalloc, it will deadlock on OOMDenys Vlasenko2013-02-071-3/+5
* | Enable LFS support in MINGW configRon Yorston2013-03-141-3/+3
* | Update WIN32 configRon Yorston2013-02-071-3/+8
* | Merge branch 'busybox' into mergeRon Yorston2013-02-07143-880/+1508
|\|
| * mdev: chdir back to /dev after trying to read firmwareDenys Vlasenko2013-02-041-1/+2
| * arp: code shrinkDenys Vlasenko2013-02-041-10/+9
| * arp: fix -H/-t handling.Kuleshov Aleksey2013-02-041-14/+12
| * mdev: extend debug logging outputDenys Vlasenko2013-01-301-1/+5
| * udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORTDenys Vlasenko2013-01-283-18/+22
| * testsuite/du/du-k-works: fix false positiveKang Kai2013-01-281-0/+4
| * flashcp: trivial code shrinkDenys Vlasenko2013-01-281-1/+1
| * ps: seconds_since_boot: uint64_t -> ulongDenys Vlasenko2013-01-261-4/+1
| * getopt: improve help text; code shrinkDenys Vlasenko2013-01-241-27/+32
| * flashcp: pad output to BUFSIZE. Hopefully closes 5882Denys Vlasenko2013-01-231-11/+15