aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-31Make busybox an optional appletDenys Vlasenko
2016-05-27cp: add -u/--update and --remove-destinationDenys Vlasenko
2016-05-26arping: avoid use of ether_ntoa(). Closes 8926Denys Vlasenko
2016-05-06sed: fix append command to match GNU sed 4.2.1Denys Vlasenko
2016-04-24flock: merge spawn_and_wait() code patchs for -c and sans-c usesDenys Vlasenko
2016-04-24flock: fix -c; improve error handling of fork+execDenys Vlasenko
2016-04-24ip: fix problem on mips64 n64 big endian musl systemsSzabolcs Nagy
2016-04-24sed: understand \n,\r and \t in i and a commands. Closes 8871Denys Vlasenko
2016-04-24generate_BUFSIZ.sh: yet another tweakDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-22scripts/trylink: document DATA_SEGMENT_ALIGN() hackDenys Vlasenko
2016-04-22generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big" buildsDenys Vlasenko
2016-04-21build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc buildsDenys Vlasenko
2016-04-21libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer)Denys Vlasenko
2016-04-21libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" workDenys Vlasenko
2016-04-21udhcp: add setup_common_bufsiz() as neededDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-18unzip: shorter code for date/time generationDenys Vlasenko
2016-04-18unzip: better match for "standard" unzip's output; string shrinkageDenys Vlasenko
2016-04-18unzip: fix percent overflow; show "stored" files properlyDenys Vlasenko
2016-04-17unzip: fix a case where we find wrong CDE. Closes 8821Denys Vlasenko
2016-04-15ash: bash-compatible $'...' shouldn't expand in double quotesRon Yorston
2016-04-15Rewrite iteration through applet names to save a few bytesRon Yorston
2016-04-08sed: support "-f -" idiomDenys Vlasenko
2016-04-04unrpm: clean upMike Frysinger
2016-04-04undeb: clean upMike Frysinger
2016-04-04syslogd: minor tweaks to textMike Frysinger
2016-04-03kconfig/lxdialog: get ncurses CFLAGS with pkg-configBjørn Forsman
2016-04-03kbuild: Make scripts executableMichal Marek
2016-04-03kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN
2016-04-03menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher
2016-04-03menuconfig: fix extended colors ncurses supportKrzysztof Mazur
2016-04-03kbuild: Fix gcc -x syntaxJean Delvare
2016-04-03kconfig: fix check-lxdialog for DLL platformsYaakov Selkowitz
2016-04-03kconfig: check ncursesw headers first in check-lxdialogYaakov Selkowitz
2016-04-03kconfig: fix menuconfig on debian lennyJunio C Hamano
2016-04-03Revert "lxdialog: fix ncursesw include detection"Mike Frysinger
2016-04-03find_applet_by_name: loop index should be signedRon Yorston
2016-04-03whitespace and namespace cleanupsDenys Vlasenko
2016-04-03ubirmvol: Implement -N switch for ubirmvolSven Eisenberg
2016-04-03ubirename: new appletSven Eisenberg
2016-04-03libbb: speed up error_msg functionsDenys Vlasenko
2016-04-03main(): add a TODO about finding a use for _end[] areaDenys Vlasenko
2016-04-03trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBSDenys Vlasenko
2016-04-02typo fixDenys Vlasenko
2016-04-02find_applet_by_name: add an example of faster linear search codeDenys Vlasenko
2016-04-02nsenter,unshare: work around older headerDenys Vlasenko
2016-04-02sort: "-o FILE", not "-o", is the syntaxDenys Vlasenko