| Commit message (Expand) | Author | Files | Lines |
2016-08-02 | stty: changes required to build for WIN32 | Ron Yorston | 7 | -10/+85 |
2016-07-08 | vi: remove duplicated code | Ron Yorston | 1 | -6/+1 |
2016-07-08 | lineedit: tweak tab completion of commands in standalone shell mode | Ron Yorston | 1 | -3/+11 |
2016-07-08 | mingw: enable whois in default configuration | Ron Yorston | 2 | -2/+2 |
2016-07-08 | win32: allow for vsnprintf returning -1 | Ron Yorston | 1 | -1/+6 |
2016-07-06 | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko | 58 | -159/+168 |
2016-07-06 | whois: implement -i | Denys Vlasenko | 1 | -7/+11 |
2016-07-06 | whois: make it actually work | Denys Vlasenko | 1 | -13/+124 |
2016-07-05 | build system: fix a few warnings for allnoconfig build | Denys Vlasenko | 3 | -15/+19 |
2016-07-05 | libbb: suppress warning about run_applet_and_exit | Ron Yorston | 1 | -2/+2 |
2016-07-05 | libbb: set new listening sockets to dual-stack mode | Ron Yorston | 1 | -0/+4 |
2016-07-04 | arp: fix buffer overflow. Closes 9071 | Denys Vlasenko | 1 | -3/+3 |
2016-07-03 | udhcpc: run "deconfig" script in manual renew state too. closes 9061 | Denys Vlasenko | 2 | -2/+10 |
2016-07-03 | ntpd: daemonize before DNS resolution | Denys Vlasenko | 1 | -20/+25 |
2016-06-29 | build system: make CONFIG_FEATURE_USE_BSS_TAIL less funky | Denys Vlasenko | 1 | -72/+28 |
2016-06-24 | df: use f_frsize instead of f_bsize for correct sizes | Natanael Copa | 1 | -10/+10 |
2016-06-24 | i2cdump: don't use common_bufsiz1 | Bartosz Golaszewski | 1 | -1/+1 |
2016-06-23 | ping: populate icmp_id field for "simple" ping too | Jonas Danielsson | 1 | -0/+8 |
2016-06-22 | Start 1.26.0 development cycle | Denys Vlasenko | 1 | -2/+2 |
2016-06-22 | Bump version to 1.25.01_25_0 | Denys Vlasenko | 1 | -1/+1 |
2016-06-21 | libarchive: fix xmalloc_open_zipped_read_close() | Denys Vlasenko | 1 | -0/+3 |
2016-06-20 | setsid: fix broken -c | Denys Vlasenko | 1 | -1/+1 |
2016-06-20 | typo fix | Denys Vlasenko | 1 | -1/+1 |
2016-06-20 | scripts/trylink: libbusybox fix | Denys Vlasenko | 1 | -1/+1 |
2016-06-20 | libarchive: fix open_zipped() | Denys Vlasenko | 1 | -7/+12 |
2016-06-20 | libarchive: fix xmalloc_open_zipped_read_close() on NOMMU | Denys Vlasenko | 5 | -28/+23 |
2016-06-20 | randomconfig fixes 5: false positive for tar; mount emits corrupted message | Denys Vlasenko | 2 | -2/+2 |
2016-06-20 | modprobe-small: fix bogus handling of unpack errors | Denys Vlasenko | 1 | -12/+28 |
2016-06-20 | randomconfig fixes 4 | Denys Vlasenko | 2 | -2/+4 |
2016-06-20 | randomconfig fixes 3 | Denys Vlasenko | 2 | -1/+2 |
2016-06-19 | randomconfig fixes 2 | Denys Vlasenko | 4 | -3/+6 |
2016-06-19 | randomconfig fixes | Denys Vlasenko | 11 | -46/+80 |
2016-06-19 | libbb: move common code into run_applet_and_exit | Ron Yorston | 2 | -15/+8 |
2016-06-18 | Allow "busybox <applet>" to work when busybox is disabled | Ron Yorston | 1 | -0/+4 |
2016-06-06 | ntpd: retry initial DNS resolution (forever, no timeout for now). | Denys Vlasenko | 1 | -17/+30 |
2016-05-31 | libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951 | Natanael Copa | 1 | -0/+1 |
2016-05-31 | Make busybox an optional applet | Denys Vlasenko | 2 | -3/+19 |
2016-05-27 | cp: add -u/--update and --remove-destination | Denys Vlasenko | 3 | -19/+56 |
2016-05-26 | arping: avoid use of ether_ntoa(). Closes 8926 | Denys Vlasenko | 1 | -4/+7 |
2016-05-26 | Add email address to README | Ron Yorston | 1 | -1/+1 |
2016-05-25 | win32: correct cast of argument to _open_osfhandle | Ron Yorston | 2 | -6/+6 |
2016-05-25 | Fix for MinGW-w64 | Ron Yorston | 1 | -3/+6 |
2016-05-24 | archival: remove WIN32-specific code now lseek fails on pipes | Ron Yorston | 2 | -9/+0 |
2016-05-24 | win32: return an error when lseek is applied to a pipe | Ron Yorston | 2 | -3/+18 |
2016-05-19 | ash: enable wait builtin command | Ron Yorston | 1 | -4/+0 |
2016-05-19 | which: explicit test for busybox when applets are preferred | Ron Yorston | 1 | -1/+1 |
2016-05-19 | less: hide unsupported signal handling in include file | Ron Yorston | 2 | -6/+5 |
2016-05-18 | ash: use a macro to substitute waitpid_child for waitpid | Ron Yorston | 1 | -4/+1 |
2016-05-18 | ash: fix use of pid/handle in waitpid_child | Ron Yorston | 3 | -35/+79 |
2016-05-18 | win32: adjustments to spawn functions | Ron Yorston | 3 | -14/+11 |