aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * ifupdown: support metric for static default gwNatanael Copa2012-02-191-4/+4
| * httpd: make byte ranges which start at 0 work too. Closes 4766Denys Vlasenko2012-02-191-6/+7
| * modprobe-small: add comment about aliased commands' help textDenys Vlasenko2012-02-191-0/+4
| * depmod: supply help textLauri Kasanen2012-02-191-9/+18
| * getopt: trim help textDenys Vlasenko2012-02-091-2/+1
| * applets_sh/*: Add a few more examples of "shell applets"Pere Orga2012-02-094-0/+22
| * getopt: simple code shrink; expand help textDenys Vlasenko2012-02-091-16/+36
| * Make unix (local) sockets work without IPv6 enabledJonh Wendell2012-02-092-12/+9
| * mdev: add a comment. no code changesDenys Vlasenko2012-02-061-1/+5
| * acpid: do not install handlers for fatal signalsDenys Vlasenko2012-02-051-2/+6
| * cttyhack: handle multiple consoles found in sysfsAaro Koskinen2012-02-041-3/+10