aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-10build system: detect missing crypt and drop it from linkingDenys Vlasenko1-7/+8
2012-03-08ntpd: make "reply from IP" messages more uniformDenys Vlasenko1-1/+1
2012-03-08test: "test !" was accessing argv past NULL - fix it. Closes 4832Denys Vlasenko1-7/+8
2012-03-08ntpd: drop offset averaging codeDenys Vlasenko1-23/+60
2012-03-08tftpd: chroot to DIR, not merely chdir. Closes 4874Denys Vlasenko1-2/+3
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko6-8/+6
2012-03-08build system: fix broken CONFIG_SYSROOT handlingDenys Vlasenko1-1/+3
2012-03-07Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK configRob Walker3-0/+1058
2012-03-07printf: fix this case: printf "%b" '\0057usr\0057bin\n'Denys Vlasenko1-2/+17
2012-03-07printf: trim help textDenys Vlasenko1-4/+3
2012-03-06ntpd: tweak log messages formatDenys Vlasenko1-4/+4
2012-03-06testsuite: add a test that tar detects XZ-compressed dataDenys Vlasenko1-0/+19
2012-03-06fix trivial bug in unpack_gz_stream (wrong fd used in read)Denys Vlasenko1-1/+1
2012-03-06Don't compile get_header_tar_FOO function if they are not neededDenys Vlasenko1-5/+8
2012-03-06tar,rpm2cpio: check that child decompressor did not error outDenys Vlasenko4-59/+41
2012-03-06Move seamless .Z support into unpack_gz_streamDenys Vlasenko3-25/+21
2012-03-06update seamless uncompression codeDenys Vlasenko21-312/+233
2012-03-06archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changesDenys Vlasenko3-6/+6
2012-03-06preparatory cleanups for seamless uncompression improvementsDenys Vlasenko6-179/+187
2012-03-05ssd: compat: match -x EXECUTABLE by /proc/pid/exe tooDenys Vlasenko1-3/+14
2012-03-05uudecode: tweak help textDenys Vlasenko1-1/+1
2012-03-05uuencode: tweak help textDenys Vlasenko1-2/+2
2012-03-05ntpd: fix a case when discipline_jitter = 0 if we stepDenys Vlasenko1-17/+13
2012-03-05cp: trim help textDenys Vlasenko1-2/+2
2012-03-05du: trim help text a bit moreDenys Vlasenko1-7/+5
2012-03-05du: remove stray whitespace in help textDenys Vlasenko1-1/+1
2012-03-05ntpd: experimental code to correct frequency a bit more aggressivelyDenys Vlasenko1-23/+29
2012-03-03blkid: if parameters are given, do not scan /devDenys Vlasenko3-14/+17
2012-03-03ntpd: fix the "are we a server" check in previous commitDenys Vlasenko1-1/+1
2012-03-03ntpd: avoid printing messages between send and recv. good for fast networksDenys Vlasenko1-7/+30
2012-03-02ntpd: log clock drift with three digits after decimal pointDenys Vlasenko1-2/+2
2012-03-02ntpd: log jitter on update too; increase assumed clock precision x2 - to 2msDenys Vlasenko1-17/+28
2012-03-01date: extend help text to explain compat date format. Closes 4820Denys Vlasenko1-0/+3
2012-02-29fbsplash: use line_length instead of xres * bytes_per_pixelYin Kangkai1-8/+8
2012-02-28libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko1-4/+5
2012-02-28grep: support for -x, match whole lineNatanael Copa1-3/+9
2012-02-28libbb/procps.c: make fast_strtoul_10() stop on '\n' tooDenys Vlasenko1-1/+2
2012-02-28du: use long long for size fieldIan Wienand1-5/+5
2012-02-28ntpd: fix offset adjustment after step; better step printingDenys Vlasenko1-17/+23
2012-02-23ntpd: increase OPT_qq constant to not collide with -LDenys Vlasenko1-14/+14
2012-02-23tar: add support for PAX-encoded path=LONGFILENAMEDenys Vlasenko4-44/+46
2012-02-23mkdir: fix permissions on 64-bit platformsTimo Teras1-3/+4
2012-02-19ifupdown: support metric for static default gwNatanael Copa1-4/+4
2012-02-19httpd: make byte ranges which start at 0 work too. Closes 4766Denys Vlasenko1-6/+7
2012-02-19modprobe-small: add comment about aliased commands' help textDenys Vlasenko1-0/+4
2012-02-19depmod: supply help textLauri Kasanen1-9/+18
2012-02-09getopt: trim help textDenys Vlasenko1-2/+1
2012-02-09applets_sh/*: Add a few more examples of "shell applets"Pere Orga4-0/+22
2012-02-09getopt: simple code shrink; expand help textDenys Vlasenko1-16/+36
2012-02-09Make unix (local) sockets work without IPv6 enabledJonh Wendell2-12/+9