aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-16Update default configurationRon Yorston2-2/+4
2016-05-06sed: fix append command to match GNU sed 4.2.1Denys Vlasenko2-12/+23
2016-04-26winansi: revert to previous console behaviour for vi/lessRon Yorston4-1/+25
2016-04-26lineedit: move console viewport to cursor on keypressRon Yorston3-1/+7
2016-04-26winansi: speed up clearing of screenRon Yorston1-15/+10
2016-04-26libbb/lineedit: revert last two commitsRon Yorston1-26/+1
2016-04-24libbb/lineedit: limit cases where redraw clears to end of screenRon Yorston1-0/+25
2016-04-24flock: merge spawn_and_wait() code patchs for -c and sans-c usesDenys Vlasenko1-12/+12
2016-04-24flock: fix -c; improve error handling of fork+execDenys Vlasenko1-2/+17
2016-04-24ip: fix problem on mips64 n64 big endian musl systemsSzabolcs Nagy1-13/+24
2016-04-24sed: understand \n,\r and \t in i and a commands. Closes 8871Denys Vlasenko2-13/+43
2016-04-24generate_BUFSIZ.sh: yet another tweakDenys Vlasenko2-13/+42
2016-04-24libbb/lineedit: only clear to EOL when deleting characterRon Yorston1-2/+2
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-22ash: adjustment to 'busybox' command in standalone shell modeRon Yorston1-19/+5
2016-04-22scripts/trylink: document DATA_SEGMENT_ALIGN() hackDenys Vlasenko1-0/+10
2016-04-22generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big" buildsDenys Vlasenko1-2/+2
2016-04-21build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc buildsDenys Vlasenko2-73/+109
2016-04-21libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer)Denys Vlasenko2-3/+3
2016-04-21libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" workDenys Vlasenko2-5/+6
2016-04-21udhcp: add setup_common_bufsiz() as neededDenys Vlasenko3-4/+8
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-04-18unzip: shorter code for date/time generationDenys Vlasenko1-6/+6
2016-04-18unzip: better match for "standard" unzip's output; string shrinkageDenys Vlasenko1-29/+33
2016-04-18unzip: fix percent overflow; show "stored" files properlyDenys Vlasenko1-6/+29
2016-04-17unzip: fix a case where we find wrong CDE. Closes 8821Denys Vlasenko1-8/+35
2016-04-15ash: bash-compatible $'...' shouldn't expand in double quotesRon Yorston5-1/+7
2016-04-15Rewrite iteration through applet names to save a few bytesRon Yorston3-6/+7
2016-04-08sed: support "-f -" idiomDenys Vlasenko1-2/+2
2016-04-06mingw: enable busybox --install by defaultRon Yorston4-5/+43
2016-04-05ash: improve handling of invalid environment variable namesRon Yorston1-6/+6
2016-04-04mingw: post-merge build fixesRon Yorston3-4/+15
2016-04-04unrpm: clean upMike Frysinger1-30/+35
2016-04-04undeb: clean upMike Frysinger1-34/+40
2016-04-04syslogd: minor tweaks to textMike Frysinger1-2/+2
2016-04-03kconfig/lxdialog: get ncurses CFLAGS with pkg-configBjørn Forsman1-1/+5
2016-04-03kbuild: Make scripts executableMichal Marek1-0/+0
2016-04-03kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN1-2/+2
2016-04-03menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher1-0/+2
2016-04-03menuconfig: fix extended colors ncurses supportKrzysztof Mazur1-0/+1
2016-04-03kbuild: Fix gcc -x syntaxJean Delvare1-1/+1
2016-04-03kconfig: fix check-lxdialog for DLL platformsYaakov Selkowitz1-1/+1
2016-04-03kconfig: check ncursesw headers first in check-lxdialogYaakov Selkowitz1-3/+3
2016-04-03kconfig: fix menuconfig on debian lennyJunio C Hamano1-0/+2
2016-04-03Revert "lxdialog: fix ncursesw include detection"Mike Frysinger1-5/+1
2016-04-03find_applet_by_name: loop index should be signedRon Yorston1-1/+2
2016-04-03whitespace and namespace cleanupsDenys Vlasenko4-8/+8
2016-04-03ubirmvol: Implement -N switch for ubirmvolSven Eisenberg4-31/+69