aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-03ash: some fixes so busybox-w32 (almost) compiles on POSIXRon Yorston2-4/+9
2012-04-02Strip trailing CR in xmalloc_fgetlineRon Yorston1-0/+4
2012-04-02which: report use of applets in sh standalone modeRon Yorston1-28/+41
2012-03-31Fix off_t define so MINGW32 doesn't require LFSRon Yorston3-4/+5
2012-03-30Update mingw.c from latest git/compatRon Yorston8-80/+75
2012-03-30Fix incorrect struct in WIN32 uname.cRon Yorston1-3/+3
2012-03-30Remove unnecessary conditional compilationRon Yorston1-2/+0
2012-03-30Use gnulib poll, importing the version from gitRon Yorston5-83/+660
2012-03-26Remove out-of-date BUGS fileRon Yorston1-24/+0
2012-03-26MinGW snprintf/vsnprintf work properlyRon Yorston3-28/+13
2012-03-26Simplify MINGW32 support in uname.cRon Yorston1-10/+8
2012-03-26Put defconfig is the correct place, update README.win32Ron Yorston3-972/+4
2012-03-26Remove unnecessary rename of variable eofRon Yorston1-7/+7
2012-03-26Simplify MINGW32 support in ls.cRon Yorston2-9/+6
2012-03-25Revise conditional compilation of safe_gethostname.cRon Yorston1-2/+8
2012-03-23Standardise preprocessor symbol to detect MINGW32 buildRon Yorston3-12/+5
2012-03-23Remove unused file builtin_ulimit.cRon Yorston1-237/+0
2012-03-22busybox: tweak help textDenys Vlasenko1-3/+6
2012-03-19ftp{get,put}: tweak help textDenys Vlasenko1-17/+17
2012-03-19Fix one-applet build for tcpsvdDenys Vlasenko1-8/+1
2012-03-19nc: support "-<other_opts>e PROG" form of -e optionDenys Vlasenko1-14/+29
2012-03-11ubi_tools: add workaround for bad kernel headers. Closes 4838Denys Vlasenko1-0/+4
2012-03-11build system: remove bogus $(1) in last commitDenys Vlasenko1-1/+1
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