aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Strip trailing CR in xmalloc_fgetlineRon Yorston2012-04-021-0/+4
* which: report use of applets in sh standalone modeRon Yorston2012-04-021-28/+41
* Fix off_t define so MINGW32 doesn't require LFSRon Yorston2012-03-313-4/+5
* Update mingw.c from latest git/compatRon Yorston2012-03-308-80/+75
* Fix incorrect struct in WIN32 uname.cRon Yorston2012-03-301-3/+3
* Remove unnecessary conditional compilationRon Yorston2012-03-301-2/+0
* Use gnulib poll, importing the version from gitRon Yorston2012-03-305-83/+660
* Remove out-of-date BUGS fileRon Yorston2012-03-261-24/+0
* MinGW snprintf/vsnprintf work properlyRon Yorston2012-03-263-28/+13
* Simplify MINGW32 support in uname.cRon Yorston2012-03-261-10/+8
* Put defconfig is the correct place, update README.win32Ron Yorston2012-03-263-972/+4
* Remove unnecessary rename of variable eofRon Yorston2012-03-261-7/+7
* Simplify MINGW32 support in ls.cRon Yorston2012-03-262-9/+6
* Revise conditional compilation of safe_gethostname.cRon Yorston2012-03-251-2/+8
* Standardise preprocessor symbol to detect MINGW32 buildRon Yorston2012-03-233-12/+5
* 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