aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-13Create and use our own copy of linux/ext2_fs.hDenys Vlasenko
2012-04-12work around linux/ext2_fs.h breakageDenys Vlasenko
2012-04-03killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONTDenys Vlasenko
2012-04-03httpd: emit correct content length on range requests past the end. Closes 4952Rob Walker
2012-04-01hostname: make -i not emit extra trailing spaceDenys Vlasenko
2012-04-01ntpd: fix build failure if !NTPD_SERVER. Closes 4994Denys Vlasenko
2012-04-01lsof: new appletSven Oliver Moll
2012-03-30bloat-o-meter: Remove unused codeBernhard Reutner-Fischer
2012-03-30bloat-o-meter: handle huge (hex) sizes.Bernhard Reutner-Fischer
2012-03-27hush: remove unused member struct command::is_stoppedDenys Vlasenko
2012-03-22busybox: tweak help textDenys Vlasenko
2012-03-19ftp{get,put}: tweak help textDenys Vlasenko
2012-03-19Fix one-applet build for tcpsvdDenys Vlasenko
2012-03-19nc: support "-<other_opts>e PROG" form of -e optionDenys Vlasenko
2012-03-11ubi_tools: add workaround for bad kernel headers. Closes 4838Denys Vlasenko
2012-03-11build system: remove bogus $(1) in last commitDenys Vlasenko
2012-03-10build system: detect missing crypt and drop it from linkingDenys Vlasenko
2012-03-08ntpd: make "reply from IP" messages more uniformDenys Vlasenko
2012-03-08test: "test !" was accessing argv past NULL - fix it. Closes 4832Denys Vlasenko
2012-03-08ntpd: drop offset averaging codeDenys Vlasenko
2012-03-08tftpd: chroot to DIR, not merely chdir. Closes 4874Denys Vlasenko
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko
2012-03-08build system: fix broken CONFIG_SYSROOT handlingDenys Vlasenko
2012-03-07Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK configRob Walker
2012-03-07printf: fix this case: printf "%b" '\0057usr\0057bin\n'Denys Vlasenko
2012-03-07printf: trim help textDenys Vlasenko
2012-03-06ntpd: tweak log messages formatDenys Vlasenko
2012-03-06testsuite: add a test that tar detects XZ-compressed dataDenys Vlasenko
2012-03-06fix trivial bug in unpack_gz_stream (wrong fd used in read)Denys Vlasenko
2012-03-06Don't compile get_header_tar_FOO function if they are not neededDenys Vlasenko
2012-03-06tar,rpm2cpio: check that child decompressor did not error outDenys Vlasenko
2012-03-06Move seamless .Z support into unpack_gz_streamDenys Vlasenko
2012-03-06update seamless uncompression codeDenys Vlasenko
2012-03-06archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changesDenys Vlasenko
2012-03-06preparatory cleanups for seamless uncompression improvementsDenys Vlasenko
2012-03-05ssd: compat: match -x EXECUTABLE by /proc/pid/exe tooDenys Vlasenko
2012-03-05uudecode: tweak help textDenys Vlasenko
2012-03-05uuencode: tweak help textDenys Vlasenko
2012-03-05ntpd: fix a case when discipline_jitter = 0 if we stepDenys Vlasenko
2012-03-05cp: trim help textDenys Vlasenko
2012-03-05du: trim help text a bit moreDenys Vlasenko
2012-03-05du: remove stray whitespace in help textDenys Vlasenko
2012-03-05ntpd: experimental code to correct frequency a bit more aggressivelyDenys Vlasenko
2012-03-03blkid: if parameters are given, do not scan /devDenys Vlasenko
2012-03-03ntpd: fix the "are we a server" check in previous commitDenys Vlasenko
2012-03-03ntpd: avoid printing messages between send and recv. good for fast networksDenys Vlasenko
2012-03-02ntpd: log clock drift with three digits after decimal pointDenys Vlasenko
2012-03-02ntpd: log jitter on update too; increase assumed clock precision x2 - to 2msDenys Vlasenko
2012-03-01date: extend help text to explain compat date format. Closes 4820Denys Vlasenko
2012-02-29fbsplash: use line_length instead of xres * bytes_per_pixelYin Kangkai