aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stty: adjust console buffer when console size changessttyRon Yorston2016-08-031-0/+6
* stty: changes required to build for WIN32Ron Yorston2016-08-027-10/+85
* vi: remove duplicated codeRon Yorston2016-07-081-6/+1
* lineedit: tweak tab completion of commands in standalone shell modeRon Yorston2016-07-081-3/+11
* mingw: enable whois in default configurationRon Yorston2016-07-082-2/+2
* win32: allow for vsnprintf returning -1Ron Yorston2016-07-081-1/+6
* Merge branch 'busybox' into mergeRon Yorston2016-07-0794-459/+692
|\
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-0658-159/+168
| * whois: implement -iDenys Vlasenko2016-07-061-7/+11
| * whois: make it actually workDenys Vlasenko2016-07-061-13/+124
| * build system: fix a few warnings for allnoconfig buildDenys Vlasenko2016-07-053-15/+19
| * libbb: suppress warning about run_applet_and_exitRon Yorston2016-07-051-2/+2
| * arp: fix buffer overflow. Closes 9071Denys Vlasenko2016-07-041-3/+3
| * udhcpc: run "deconfig" script in manual renew state too. closes 9061Denys Vlasenko2016-07-032-2/+10
| * ntpd: daemonize before DNS resolutionDenys Vlasenko2016-07-031-20/+25
| * build system: make CONFIG_FEATURE_USE_BSS_TAIL less funkyDenys Vlasenko2016-06-291-72/+28
| * df: use f_frsize instead of f_bsize for correct sizesNatanael Copa2016-06-241-10/+10
| * i2cdump: don't use common_bufsiz1Bartosz Golaszewski2016-06-241-1/+1
| * ping: populate icmp_id field for "simple" ping tooJonas Danielsson2016-06-231-0/+8
| * Start 1.26.0 development cycleDenys Vlasenko2016-06-221-2/+2
| * Bump version to 1.25.01_25_0Denys Vlasenko2016-06-221-1/+1
| * libarchive: fix xmalloc_open_zipped_read_close()Denys Vlasenko2016-06-211-0/+3
| * setsid: fix broken -cDenys Vlasenko2016-06-201-1/+1
| * typo fixDenys Vlasenko2016-06-201-1/+1
| * scripts/trylink: libbusybox fixDenys Vlasenko2016-06-201-1/+1
| * libarchive: fix open_zipped()Denys Vlasenko2016-06-201-7/+12
| * libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko2016-06-205-28/+23
| * randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko2016-06-202-2/+2
| * modprobe-small: fix bogus handling of unpack errorsDenys Vlasenko2016-06-201-12/+28
| * randomconfig fixes 4Denys Vlasenko2016-06-202-2/+4
| * randomconfig fixes 3Denys Vlasenko2016-06-202-1/+2
| * randomconfig fixes 2Denys Vlasenko2016-06-194-3/+6
| * randomconfig fixesDenys Vlasenko2016-06-1911-46/+80
| * libbb: move common code into run_applet_and_exitRon Yorston2016-06-192-15/+8
| * Allow "busybox <applet>" to work when busybox is disabledRon Yorston2016-06-181-0/+4
| * ntpd: retry initial DNS resolution (forever, no timeout for now).Denys Vlasenko2016-06-061-17/+30
| * libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951Natanael Copa2016-05-311-0/+1
| * Make busybox an optional appletDenys Vlasenko2016-05-312-3/+19
| * cp: add -u/--update and --remove-destinationDenys Vlasenko2016-05-273-19/+56
| * arping: avoid use of ether_ntoa(). Closes 8926Denys Vlasenko2016-05-261-4/+7
* | libbb: set new listening sockets to dual-stack modeRon Yorston2016-07-051-0/+4
* | Add email address to READMERon Yorston2016-05-261-1/+1
* | win32: correct cast of argument to _open_osfhandleRon Yorston2016-05-252-6/+6
* | Fix for MinGW-w64Ron Yorston2016-05-251-3/+6
* | archival: remove WIN32-specific code now lseek fails on pipesRon Yorston2016-05-242-9/+0
* | win32: return an error when lseek is applied to a pipeRon Yorston2016-05-242-3/+18
* | ash: enable wait builtin commandRon Yorston2016-05-191-4/+0
* | which: explicit test for busybox when applets are preferredRon Yorston2016-05-191-1/+1
* | less: hide unsupported signal handling in include fileRon Yorston2016-05-192-6/+5
* | ash: use a macro to substitute waitpid_child for waitpidRon Yorston2016-05-181-4/+1