aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create and use our own copy of linux/ext2_fs.hDenys Vlasenko2012-04-133-14/+549
* work around linux/ext2_fs.h breakageDenys Vlasenko2012-04-122-0/+12
* killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONTDenys Vlasenko2012-04-031-2/+4
* httpd: emit correct content length on range requests past the end. Closes 4952Rob Walker2012-04-031-1/+1
* hostname: make -i not emit extra trailing spaceDenys Vlasenko2012-04-011-1/+1
* ntpd: fix build failure if !NTPD_SERVER. Closes 4994Denys Vlasenko2012-04-011-10/+13
* lsof: new appletSven Oliver Moll2012-04-011-0/+76
* bloat-o-meter: Remove unused codeBernhard Reutner-Fischer2012-03-301-15/+6
* bloat-o-meter: handle huge (hex) sizes.Bernhard Reutner-Fischer2012-03-301-1/+1
* hush: remove unused member struct command::is_stoppedDenys Vlasenko2012-03-271-4/+0
* 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