aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update default configurationTIG_1_20_0merge_1_20Ron Yorston2012-04-231-2/+3
* Merge commit '1_20_0' into mergeRon Yorston2012-04-2335-85/+209
|\
| * Bump version to 1.20.01_20_0Denys Vlasenko2012-04-221-1/+1
| * udhcpc: fix improper size calculation for OPTION_STRING_HOSTDenys Vlasenko2012-04-221-0/+1
| * mdev: fix mode of creatred node if config file support is not configuredDenys Vlasenko2012-04-211-3/+5
| * Fix another build failure found with randconfigDenys Vlasenko2012-04-201-0/+1
| * fix build breakage with gcc 4.2.1Denys Vlasenko2012-04-201-1/+4
| * whitespace fixesDenys Vlasenko2012-04-202-4/+4
| * fix build breakage found by randconfigDenys Vlasenko2012-04-207-5/+21
| * who: fix typo in help textDenys Vlasenko2012-04-181-1/+1
| * hwclock: fix wrong comparison of time value (when it will overlow int)Denys Vlasenko2012-04-171-1/+1
| * udhcp: make arpping code resistant to time jumpsDenys Vlasenko2012-04-171-2/+7
| * who,less: tweaked help textDenys Vlasenko2012-04-172-7/+7
| * mktemp: add support for -uDenys Vlasenko2012-04-171-3/+20
| * Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko2012-04-1711-562/+15
| * umount: make -d always active, add -D to suppress itDenys Vlasenko2012-04-171-8/+16
| * Tweak INSTALL textDenys Vlasenko2012-04-171-1/+4
| * 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
* | win32: use uname/getdomainname in safe_gethostname.cRon Yorston2012-04-232-10/+1
* | win32: implement ioctlRon Yorston2012-04-235-6/+27
* | win32: add popen implementation that uses shellRon Yorston2012-04-234-1/+229
* | Some fixes to #! parsingRon Yorston2012-04-211-7/+8
* | ash: omit non-MinGW for choosing whether to forkRon Yorston2012-04-201-1/+2
* | strsep is in upstream BusyBox: no need for MINGW32 versionRon Yorston2012-04-183-22/+1
* | kill: no special treatment for MINGW32Ron Yorston2012-04-182-3/+1
* | Detect and execute shell scripts based on presence of '#!'Ron Yorston2012-04-173-28/+91
* | Switch a call to copyfd back to fcntl(F_DUPFD)Ron Yorston2012-04-031-1/+1
* | Make fake fcntl(F_DUPFD) for WIN32Ron Yorston2012-04-034-27/+46
* | which: report applets if PREFER_APPLETS is setRon Yorston2012-04-031-5/+7
* | ash: some fixes so busybox-w32 (almost) compiles on POSIXRon Yorston2012-04-032-4/+9
* | 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