aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-02stty: changes required to build for WIN32Ron Yorston7-10/+85
2016-07-08vi: remove duplicated codeRon Yorston1-6/+1
2016-07-08lineedit: tweak tab completion of commands in standalone shell modeRon Yorston1-3/+11
2016-07-08mingw: enable whois in default configurationRon Yorston2-2/+2
2016-07-08win32: allow for vsnprintf returning -1Ron Yorston1-1/+6
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-07-06whois: implement -iDenys Vlasenko1-7/+11
2016-07-06whois: make it actually workDenys Vlasenko1-13/+124
2016-07-05build system: fix a few warnings for allnoconfig buildDenys Vlasenko3-15/+19
2016-07-05libbb: suppress warning about run_applet_and_exitRon Yorston1-2/+2
2016-07-05libbb: set new listening sockets to dual-stack modeRon Yorston1-0/+4
2016-07-04arp: fix buffer overflow. Closes 9071Denys Vlasenko1-3/+3
2016-07-03udhcpc: run "deconfig" script in manual renew state too. closes 9061Denys Vlasenko2-2/+10
2016-07-03ntpd: daemonize before DNS resolutionDenys Vlasenko1-20/+25
2016-06-29build system: make CONFIG_FEATURE_USE_BSS_TAIL less funkyDenys Vlasenko1-72/+28
2016-06-24df: use f_frsize instead of f_bsize for correct sizesNatanael Copa1-10/+10
2016-06-24i2cdump: don't use common_bufsiz1Bartosz Golaszewski1-1/+1
2016-06-23ping: populate icmp_id field for "simple" ping tooJonas Danielsson1-0/+8
2016-06-22Start 1.26.0 development cycleDenys Vlasenko1-2/+2
2016-06-22Bump version to 1.25.01_25_0Denys Vlasenko1-1/+1
2016-06-21libarchive: fix xmalloc_open_zipped_read_close()Denys Vlasenko1-0/+3
2016-06-20setsid: fix broken -cDenys Vlasenko1-1/+1
2016-06-20typo fixDenys Vlasenko1-1/+1
2016-06-20scripts/trylink: libbusybox fixDenys Vlasenko1-1/+1
2016-06-20libarchive: fix open_zipped()Denys Vlasenko1-7/+12
2016-06-20libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko5-28/+23
2016-06-20randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko2-2/+2
2016-06-20modprobe-small: fix bogus handling of unpack errorsDenys Vlasenko1-12/+28
2016-06-20randomconfig fixes 4Denys Vlasenko2-2/+4
2016-06-20randomconfig fixes 3Denys Vlasenko2-1/+2
2016-06-19randomconfig fixes 2Denys Vlasenko4-3/+6
2016-06-19randomconfig fixesDenys Vlasenko11-46/+80
2016-06-19libbb: move common code into run_applet_and_exitRon Yorston2-15/+8
2016-06-18Allow "busybox <applet>" to work when busybox is disabledRon Yorston1-0/+4
2016-06-06ntpd: retry initial DNS resolution (forever, no timeout for now).Denys Vlasenko1-17/+30
2016-05-31libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951Natanael Copa1-0/+1
2016-05-31Make busybox an optional appletDenys Vlasenko2-3/+19
2016-05-27cp: add -u/--update and --remove-destinationDenys Vlasenko3-19/+56
2016-05-26arping: avoid use of ether_ntoa(). Closes 8926Denys Vlasenko1-4/+7
2016-05-26Add email address to READMERon Yorston1-1/+1
2016-05-25win32: correct cast of argument to _open_osfhandleRon Yorston2-6/+6
2016-05-25Fix for MinGW-w64Ron Yorston1-3/+6
2016-05-24archival: remove WIN32-specific code now lseek fails on pipesRon Yorston2-9/+0
2016-05-24win32: return an error when lseek is applied to a pipeRon Yorston2-3/+18
2016-05-19ash: enable wait builtin commandRon Yorston1-4/+0
2016-05-19which: explicit test for busybox when applets are preferredRon Yorston1-1/+1
2016-05-19less: hide unsupported signal handling in include fileRon Yorston2-6/+5
2016-05-18ash: use a macro to substitute waitpid_child for waitpidRon Yorston1-4/+1
2016-05-18ash: fix use of pid/handle in waitpid_childRon Yorston3-35/+79
2016-05-18win32: adjustments to spawn functionsRon Yorston3-14/+11