aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused file builtin_ulimit.cRon Yorston2012-03-231-237/+0
* Merge branch 'busybox' into mergeRon Yorston2012-03-23129-1458/+4967
|\
| * busybox: tweak help textDenys Vlasenko2012-03-221-3/+6
| * ftp{get,put}: tweak help textDenys Vlasenko2012-03-191-17/+17
| * Fix one-applet build for tcpsvdDenys Vlasenko2012-03-191-8/+1
| * nc: support "-<other_opts>e PROG" form of -e optionDenys Vlasenko2012-03-191-14/+29
| * ubi_tools: add workaround for bad kernel headers. Closes 4838Denys Vlasenko2012-03-111-0/+4
| * build system: remove bogus $(1) in last commitDenys Vlasenko2012-03-111-1/+1
| * build system: detect missing crypt and drop it from linkingDenys Vlasenko2012-03-101-7/+8
| * ntpd: make "reply from IP" messages more uniformDenys Vlasenko2012-03-081-1/+1
| * test: "test !" was accessing argv past NULL - fix it. Closes 4832Denys Vlasenko2012-03-081-7/+8
| * ntpd: drop offset averaging codeDenys Vlasenko2012-03-081-23/+60
| * tftpd: chroot to DIR, not merely chdir. Closes 4874Denys Vlasenko2012-03-081-2/+3
| * libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-086-8/+6
| * build system: fix broken CONFIG_SYSROOT handlingDenys Vlasenko2012-03-081-1/+3
| * Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK configRob Walker2012-03-073-0/+1058
| * printf: fix this case: printf "%b" '\0057usr\0057bin\n'Denys Vlasenko2012-03-071-2/+17
| * printf: trim help textDenys Vlasenko2012-03-071-4/+3
| * ntpd: tweak log messages formatDenys Vlasenko2012-03-061-4/+4
| * testsuite: add a test that tar detects XZ-compressed dataDenys Vlasenko2012-03-061-0/+19
| * fix trivial bug in unpack_gz_stream (wrong fd used in read)Denys Vlasenko2012-03-061-1/+1
| * Don't compile get_header_tar_FOO function if they are not neededDenys Vlasenko2012-03-061-5/+8
| * tar,rpm2cpio: check that child decompressor did not error outDenys Vlasenko2012-03-064-59/+41
| * Move seamless .Z support into unpack_gz_streamDenys Vlasenko2012-03-063-25/+21
| * update seamless uncompression codeDenys Vlasenko2012-03-0621-312/+233
| * archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changesDenys Vlasenko2012-03-063-6/+6
| * preparatory cleanups for seamless uncompression improvementsDenys Vlasenko2012-03-066-179/+187
| * ssd: compat: match -x EXECUTABLE by /proc/pid/exe tooDenys Vlasenko2012-03-051-3/+14
| * uudecode: tweak help textDenys Vlasenko2012-03-051-1/+1
| * uuencode: tweak help textDenys Vlasenko2012-03-051-2/+2
| * ntpd: fix a case when discipline_jitter = 0 if we stepDenys Vlasenko2012-03-051-17/+13
| * cp: trim help textDenys Vlasenko2012-03-051-2/+2
| * du: trim help text a bit moreDenys Vlasenko2012-03-051-7/+5
| * du: remove stray whitespace in help textDenys Vlasenko2012-03-051-1/+1
| * ntpd: experimental code to correct frequency a bit more aggressivelyDenys Vlasenko2012-03-051-23/+29
| * blkid: if parameters are given, do not scan /devDenys Vlasenko2012-03-033-14/+17
| * ntpd: fix the "are we a server" check in previous commitDenys Vlasenko2012-03-031-1/+1
| * ntpd: avoid printing messages between send and recv. good for fast networksDenys Vlasenko2012-03-031-7/+30
| * ntpd: log clock drift with three digits after decimal pointDenys Vlasenko2012-03-021-2/+2
| * ntpd: log jitter on update too; increase assumed clock precision x2 - to 2msDenys Vlasenko2012-03-021-17/+28
| * date: extend help text to explain compat date format. Closes 4820Denys Vlasenko2012-03-011-0/+3
| * fbsplash: use line_length instead of xres * bytes_per_pixelYin Kangkai2012-02-291-8/+8
| * libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko2012-02-281-4/+5
| * grep: support for -x, match whole lineNatanael Copa2012-02-281-3/+9
| * libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko2012-02-281-1/+2
| * du: use long long for size fieldIan Wienand2012-02-281-5/+5
| * ntpd: fix offset adjustment after step; better step printingDenys Vlasenko2012-02-281-17/+23
| * ntpd: increase OPT_qq constant to not collide with -LDenys Vlasenko2012-02-231-14/+14
| * tar: add support for PAX-encoded path=LONGFILENAMEDenys Vlasenko2012-02-234-44/+46
| * mkdir: fix permissions on 64-bit platformsTimo Teras2012-02-231-3/+4