| Commit message (Expand) | Author | Files | Lines |
2012-04-23 | win32: use uname/getdomainname in safe_gethostname.c | Ron Yorston | 2 | -10/+1 |
2012-04-23 | win32: implement ioctl | Ron Yorston | 5 | -6/+27 |
2012-04-23 | win32: add popen implementation that uses shell | Ron Yorston | 4 | -1/+229 |
2012-04-22 | Bump version to 1.20.01_20_0 | Denys Vlasenko | 1 | -1/+1 |
2012-04-22 | udhcpc: fix improper size calculation for OPTION_STRING_HOST | Denys Vlasenko | 1 | -0/+1 |
2012-04-21 | Some fixes to #! parsing | Ron Yorston | 1 | -7/+8 |
2012-04-21 | mdev: fix mode of creatred node if config file support is not configured | Denys Vlasenko | 1 | -3/+5 |
2012-04-20 | Fix another build failure found with randconfig | Denys Vlasenko | 1 | -0/+1 |
2012-04-20 | fix build breakage with gcc 4.2.1 | Denys Vlasenko | 1 | -1/+4 |
2012-04-20 | ash: omit non-MinGW for choosing whether to fork | Ron Yorston | 1 | -1/+2 |
2012-04-20 | whitespace fixes | Denys Vlasenko | 2 | -4/+4 |
2012-04-20 | fix build breakage found by randconfig | Denys Vlasenko | 7 | -5/+21 |
2012-04-18 | who: fix typo in help text | Denys Vlasenko | 1 | -1/+1 |
2012-04-18 | strsep is in upstream BusyBox: no need for MINGW32 version | Ron Yorston | 3 | -22/+1 |
2012-04-18 | kill: no special treatment for MINGW32 | Ron Yorston | 2 | -3/+1 |
2012-04-17 | hwclock: fix wrong comparison of time value (when it will overlow int) | Denys Vlasenko | 1 | -1/+1 |
2012-04-17 | udhcp: make arpping code resistant to time jumps | Denys Vlasenko | 1 | -2/+7 |
2012-04-17 | who,less: tweaked help text | Denys Vlasenko | 2 | -7/+7 |
2012-04-17 | mktemp: add support for -u | Denys Vlasenko | 1 | -3/+20 |
2012-04-17 | Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h | Denys Vlasenko | 11 | -562/+15 |
2012-04-17 | umount: make -d always active, add -D to suppress it | Denys Vlasenko | 1 | -8/+16 |
2012-04-17 | Detect and execute shell scripts based on presence of '#!' | Ron Yorston | 3 | -28/+91 |
2012-04-17 | Tweak INSTALL text | Denys Vlasenko | 1 | -1/+4 |
2012-04-13 | Create and use our own copy of linux/ext2_fs.h | Denys Vlasenko | 3 | -14/+549 |
2012-04-12 | work around linux/ext2_fs.h breakage | Denys Vlasenko | 2 | -0/+12 |
2012-04-03 | Switch a call to copyfd back to fcntl(F_DUPFD) | Ron Yorston | 1 | -1/+1 |
2012-04-03 | Make fake fcntl(F_DUPFD) for WIN32 | Ron Yorston | 4 | -27/+46 |
2012-04-03 | which: report applets if PREFER_APPLETS is set | Ron Yorston | 1 | -5/+7 |
2012-04-03 | ash: some fixes so busybox-w32 (almost) compiles on POSIX | Ron Yorston | 2 | -4/+9 |
2012-04-03 | killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONT | Denys Vlasenko | 1 | -2/+4 |
2012-04-03 | httpd: emit correct content length on range requests past the end. Closes 4952 | Rob Walker | 1 | -1/+1 |
2012-04-02 | Strip trailing CR in xmalloc_fgetline | Ron Yorston | 1 | -0/+4 |
2012-04-02 | which: report use of applets in sh standalone mode | Ron Yorston | 1 | -28/+41 |
2012-04-01 | hostname: make -i not emit extra trailing space | Denys Vlasenko | 1 | -1/+1 |
2012-04-01 | ntpd: fix build failure if !NTPD_SERVER. Closes 4994 | Denys Vlasenko | 1 | -10/+13 |