aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-28run-parts: fix unicode creep in --helpPeter Korsgaard
2013-02-28nc_bloaty: support -ll and -lk. Closes 2245Denys Vlasenko
2013-02-28nc: don't redirect stderr to network in -e PROG modeDenys Vlasenko
2013-02-28nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP codeThomas De Schampheleire
2013-02-28run-parts: stop providing incompatible short optionsDenys Vlasenko
2013-02-28run-parts: add --exit-on-error | -e supportPeter Korsgaard
2013-02-27xz: fix put_unaligned_{l,b}e32Leonid Lisovskiy
2013-02-27lineedit: initialize delptrShawn J. Goff
2013-02-27xz: support concatenated .xz streamsLasse Collin
2013-02-27xz: mention xzminidec.c in READMELasse Collin
2013-02-27xz: fix incorrect XZ_BUF_ERRORLasse Collin
2013-02-27xz: fix decoding of LZMA2 streams having no uncompressed data.Lasse Collin
2013-02-27cz: add C++ support to xz.hLasse Collin
2013-02-27xz: remove an empty line from xz_dec_lzma2.cLasse Collin
2013-02-27xz: make bcj_x86_test_msbyte() an inline functionLasse Collin
2013-02-27xz: add a comment about using uint32_t as vli_typeLasse Collin
2013-02-27xz: avoid "NOTE:" in xz.hLasse Collin
2013-02-27xz: update READMELasse Collin
2013-02-27xz: omit explicit \0 from HEADER_MAGICLasse Collin
2013-02-27Fix move_to_unaligned16Denys Vlasenko
2013-02-27mdev: improve $SEQ handling; improve debug loggingDenys Vlasenko
2013-02-27udhcpc: tweak math shell style with the metric varMike Frysinger
2013-02-27udhcpc: support resolv.conf symlinksMike Frysinger
2013-02-26mdev: add environment variable matchDenys Vlasenko
2013-02-26move endofname() to libbbDenys Vlasenko
2013-02-25tail: make help text for -n +N syntax more correctDenys Vlasenko
2013-02-25head: support -n -NUM and -c -NUMDenys Vlasenko
2013-02-25head,tail: use common suffix struct. simplify help text.Denys Vlasenko
2013-02-20rpm: unmap rpm file before working with next oneDenys Vlasenko
2013-02-20rpm: stop using statics; move main() to the end of the source fileDenys Vlasenko
2013-02-20rpm: use "create+rename" method of replacing existing filesDenys Vlasenko
2013-02-20rpm: make -ql display more compatible; improve help textDenys Vlasenko
2013-02-11fdisk_sun: fix partition alignmentAaro Koskinen
2013-02-11fdisk_sun: fix corrupted partition data with blank diskAaro Koskinen
2013-02-10vasprintf: return -1 on strdup failureDenys Vlasenko
2013-02-07vasprintf: do not use xmalloc, it will deadlock on OOMDenys Vlasenko
2013-02-04mdev: chdir back to /dev after trying to read firmwareDenys Vlasenko
2013-02-04arp: code shrinkDenys Vlasenko
2013-02-04arp: fix -H/-t handling.Kuleshov Aleksey
2013-01-30mdev: extend debug logging outputDenys Vlasenko
2013-01-28udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORTDenys Vlasenko
2013-01-28testsuite/du/du-k-works: fix false positiveKang Kai
2013-01-28flashcp: trivial code shrinkDenys Vlasenko
2013-01-26ps: seconds_since_boot: uint64_t -> ulongDenys Vlasenko
2013-01-24getopt: improve help text; code shrinkDenys Vlasenko
2013-01-23flashcp: pad output to BUFSIZE. Hopefully closes 5882Denys Vlasenko
2013-01-22unzip: add missing fflush; code shrinkDenys Vlasenko
2013-01-22mount: whitespace fix. no code changesDenys Vlasenko
2013-01-22*: reuse more stringsDenys Vlasenko
2013-01-22ps: fix sscanf format specifier (%l); make uptime unsignedDenys Vlasenko