aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-28run-parts: add --exit-on-error | -e supportPeter Korsgaard1-3/+10
2013-02-27xz: fix put_unaligned_{l,b}e32Leonid Lisovskiy1-2/+2
2013-02-27lineedit: initialize delptrShawn J. Goff1-0/+1
2013-02-27xz: support concatenated .xz streamsLasse Collin1-7/+36
2013-02-27xz: mention xzminidec.c in READMELasse Collin1-1/+1
2013-02-27xz: fix incorrect XZ_BUF_ERRORLasse Collin1-7/+20
2013-02-27xz: fix decoding of LZMA2 streams having no uncompressed data.Lasse Collin1-3/+3
2013-02-27cz: add C++ support to xz.hLasse Collin1-0/+9
2013-02-27xz: remove an empty line from xz_dec_lzma2.cLasse Collin1-1/+0
2013-02-27xz: make bcj_x86_test_msbyte() an inline functionLasse Collin1-2/+5
2013-02-27xz: add a comment about using uint32_t as vli_typeLasse Collin1-2/+7
2013-02-27xz: avoid "NOTE:" in xz.hLasse Collin1-4/+4
2013-02-27xz: update READMELasse Collin1-2/+2
2013-02-27xz: omit explicit \0 from HEADER_MAGICLasse Collin1-1/+1
2013-02-27Fix move_to_unaligned16Denys Vlasenko1-1/+1
2013-02-27mdev: improve $SEQ handling; improve debug loggingDenys Vlasenko2-91/+181
2013-02-27udhcpc: tweak math shell style with the metric varMike Frysinger1-1/+2
2013-02-27udhcpc: support resolv.conf symlinksMike Frysinger1-4/+8
2013-02-26mdev: add environment variable matchDenys Vlasenko2-8/+73
2013-02-26move endofname() to libbbDenys Vlasenko5-38/+30
2013-02-25tail: make help text for -n +N syntax more correctDenys Vlasenko1-1/+1
2013-02-25head: support -n -NUM and -c -NUMDenys Vlasenko1-22/+128
2013-02-25head,tail: use common suffix struct. simplify help text.Denys Vlasenko5-27/+40
2013-02-20rpm: unmap rpm file before working with next oneDenys Vlasenko1-3/+5
2013-02-20rpm: stop using statics; move main() to the end of the source fileDenys Vlasenko1-146/+141
2013-02-20rpm: use "create+rename" method of replacing existing filesDenys Vlasenko3-3/+19
2013-02-20rpm: make -ql display more compatible; improve help textDenys Vlasenko1-32/+36
2013-02-11fdisk_sun: fix partition alignmentAaro Koskinen1-3/+6
2013-02-11fdisk_sun: fix corrupted partition data with blank diskAaro Koskinen1-0/+1
2013-02-10vasprintf: return -1 on strdup failureDenys Vlasenko1-1/+1
2013-02-07vasprintf: do not use xmalloc, it will deadlock on OOMDenys Vlasenko1-3/+5
2013-02-04mdev: chdir back to /dev after trying to read firmwareDenys Vlasenko1-1/+2
2013-02-04arp: code shrinkDenys Vlasenko1-10/+9
2013-02-04arp: fix -H/-t handling.Kuleshov Aleksey1-14/+12
2013-01-30mdev: extend debug logging outputDenys Vlasenko1-1/+5
2013-01-28udhcpc6: fix port numbers used if !FEATURE_UDHCP_PORTDenys Vlasenko3-18/+22
2013-01-28testsuite/du/du-k-works: fix false positiveKang Kai1-0/+4
2013-01-28flashcp: trivial code shrinkDenys Vlasenko1-1/+1
2013-01-26ps: seconds_since_boot: uint64_t -> ulongDenys Vlasenko1-4/+1
2013-01-24getopt: improve help text; code shrinkDenys Vlasenko1-27/+32
2013-01-23flashcp: pad output to BUFSIZE. Hopefully closes 5882Denys Vlasenko1-11/+15
2013-01-22unzip: add missing fflush; code shrinkDenys Vlasenko1-8/+11
2013-01-22mount: whitespace fix. no code changesDenys Vlasenko1-2/+2
2013-01-22*: reuse more stringsDenys Vlasenko3-17/+17
2013-01-22ps: fix sscanf format specifier (%l); make uptime unsignedDenys Vlasenko1-15/+21
2013-01-21Start 1.22.0 development cycleDenys Vlasenko1-2/+2
2013-01-21Bump version to 1.21.01_21_0Denys Vlasenko1-1/+1
2013-01-21fix testsuite false positiveDenys Vlasenko1-1/+1
2013-01-21mdev: fix mode of dir1 in =dir1/dir2/file ruleDenys Vlasenko2-3/+35
2013-01-20ifconfig: do not accept "ifconfig eth0 up 1.2.3.4/17" (ip with mask). Closes ...Denys Vlasenko2-88/+81