Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update default configurationTIG_1_20_0merge_1_20 | Ron Yorston | 2012-04-23 | 1 | -2/+3 |
| | |||||
* | Merge commit '1_20_0' into merge | Ron Yorston | 2012-04-23 | 35 | -85/+209 |
|\ | |||||
| * | Bump version to 1.20.01_20_0 | Denys Vlasenko | 2012-04-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | udhcpc: fix improper size calculation for OPTION_STRING_HOST | Denys Vlasenko | 2012-04-22 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | mdev: fix mode of creatred node if config file support is not configured | Denys Vlasenko | 2012-04-21 | 1 | -3/+5 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | Fix another build failure found with randconfig | Denys Vlasenko | 2012-04-20 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | fix build breakage with gcc 4.2.1 | Denys Vlasenko | 2012-04-20 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | whitespace fixes | Denys Vlasenko | 2012-04-20 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | fix build breakage found by randconfig | Denys Vlasenko | 2012-04-20 | 7 | -5/+21 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | who: fix typo in help text | Denys Vlasenko | 2012-04-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | hwclock: fix wrong comparison of time value (when it will overlow int) | Denys Vlasenko | 2012-04-17 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | udhcp: make arpping code resistant to time jumps | Denys Vlasenko | 2012-04-17 | 1 | -2/+7 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | who,less: tweaked help text | Denys Vlasenko | 2012-04-17 | 2 | -7/+7 |
| | | | | | | | | | | | | | | function old new delta packed_usage 29176 29173 -3 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | mktemp: add support for -u | Denys Vlasenko | 2012-04-17 | 1 | -3/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | zlib-1.2.6 Makefile uses "mktemp -u". function old new delta ___path_search - 266 +266 mktemp_main 165 250 +85 tempnam - 79 +79 packed_usage 29189 29176 -13 ------------------------------------------------------------------------------ (add/remove: 3/0 grow/shrink: 1/1 up/down: 430/-13) Total: 417 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h | Denys Vlasenko | 2012-04-17 | 11 | -562/+15 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | umount: make -d always active, add -D to suppress it | Denys Vlasenko | 2012-04-17 | 1 | -8/+16 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | Tweak INSTALL text | Denys Vlasenko | 2012-04-17 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | Create and use our own copy of linux/ext2_fs.h | Denys Vlasenko | 2012-04-13 | 3 | -14/+549 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | work around linux/ext2_fs.h breakage | Denys Vlasenko | 2012-04-12 | 2 | -0/+12 |
| | | | | | | | | | | | | See https://bugzilla.kernel.org/show_bug.cgi?id=42986 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONT | Denys Vlasenko | 2012-04-03 | 1 | -2/+4 |
| | | | | | | | | | | | | | | function old new delta kill_main 913 942 +29 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | httpd: emit correct content length on range requests past the end. Closes 4952 | Rob Walker | 2012-04-03 | 1 | -1/+1 |
| | | | | | | | | | | Signed-off-by: Rob Walker <rwalker@codeaurora.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | hostname: make -i not emit extra trailing space | Denys Vlasenko | 2012-04-01 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | ntpd: fix build failure if !NTPD_SERVER. Closes 4994 | Denys Vlasenko | 2012-04-01 | 1 | -10/+13 |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | lsof: new applet | Sven Oliver Moll | 2012-04-01 | 1 | -0/+76 |
| | | | | | | | | | | | | | | | | | | | | text data bss dec hex filename 221 0 0 221 dd lsof.o Signed-off-by: Sven Oliver Moll <busybox@svol.li> Signed-off-by: souf <souf_oued@yahoo.fr> Signed-off-by: Tito Ragusa <farmatito@tiscali.it> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
| * | bloat-o-meter: Remove unused code | Bernhard Reutner-Fischer | 2012-03-30 | 1 | -15/+6 |
| | | | | | | | | | | | | | | The regex matching is way slower, so remove it since it was disabled anyway. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
| * | bloat-o-meter: handle huge (hex) sizes. | Bernhard Reutner-Fischer | 2012-03-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | dynamic symbols with size >99999 are printed in hex. see print_vma(psym->st_size, DEC_5) Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
| * | hush: remove unused member struct command::is_stopped | Denys Vlasenko | 2012-03-27 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | function old new delta builtin_umask 133 132 -1 checkjobs 551 544 -7 builtin_fg_bg 291 267 -24 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | | win32: use uname/getdomainname in safe_gethostname.c | Ron Yorston | 2012-04-23 | 2 | -10/+1 |
| | | |||||
* | | win32: implement ioctl | Ron Yorston | 2012-04-23 | 5 | -6/+27 |
| | | |||||
* | | win32: add popen implementation that uses shell | Ron Yorston | 2012-04-23 | 4 | -1/+229 |
| | | |||||
* | | Some fixes to #! parsing | Ron Yorston | 2012-04-21 | 1 | -7/+8 |
| | | |||||
* | | ash: omit non-MinGW for choosing whether to fork | Ron Yorston | 2012-04-20 | 1 | -1/+2 |
| | | |||||
* | | strsep is in upstream BusyBox: no need for MINGW32 version | Ron Yorston | 2012-04-18 | 3 | -22/+1 |
| | | |||||
* | | kill: no special treatment for MINGW32 | Ron Yorston | 2012-04-18 | 2 | -3/+1 |
| | | |||||
* | | Detect and execute shell scripts based on presence of '#!' | Ron Yorston | 2012-04-17 | 3 | -28/+91 |
| | | |||||
* | | Switch a call to copyfd back to fcntl(F_DUPFD) | Ron Yorston | 2012-04-03 | 1 | -1/+1 |
| | | |||||
* | | Make fake fcntl(F_DUPFD) for WIN32 | Ron Yorston | 2012-04-03 | 4 | -27/+46 |
| | | |||||
* | | which: report applets if PREFER_APPLETS is set | Ron Yorston | 2012-04-03 | 1 | -5/+7 |
| | | |||||
* | | ash: some fixes so busybox-w32 (almost) compiles on POSIX | Ron Yorston | 2012-04-03 | 2 | -4/+9 |
| | | |||||
* | | Strip trailing CR in xmalloc_fgetline | Ron Yorston | 2012-04-02 | 1 | -0/+4 |
| | | |||||
* | | which: report use of applets in sh standalone mode | Ron Yorston | 2012-04-02 | 1 | -28/+41 |
| | | |||||
* | | Fix off_t define so MINGW32 doesn't require LFS | Ron Yorston | 2012-03-31 | 3 | -4/+5 |
| | | |||||
* | | Update mingw.c from latest git/compat | Ron Yorston | 2012-03-30 | 8 | -80/+75 |
| | | |||||
* | | Fix incorrect struct in WIN32 uname.c | Ron Yorston | 2012-03-30 | 1 | -3/+3 |
| | | |||||
* | | Remove unnecessary conditional compilation | Ron Yorston | 2012-03-30 | 1 | -2/+0 |
| | | |||||
* | | Use gnulib poll, importing the version from git | Ron Yorston | 2012-03-30 | 5 | -83/+660 |
| | | |||||
* | | Remove out-of-date BUGS file | Ron Yorston | 2012-03-26 | 1 | -24/+0 |
| | | |||||
* | | MinGW snprintf/vsnprintf work properly | Ron Yorston | 2012-03-26 | 3 | -28/+13 |
| | | |||||
* | | Simplify MINGW32 support in uname.c | Ron Yorston | 2012-03-26 | 1 | -10/+8 |
| | | |||||
* | | Put defconfig is the correct place, update README.win32 | Ron Yorston | 2012-03-26 | 3 | -972/+4 |
| | |