aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-04-02nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko
2016-04-02sort: help text does not need to say that -mST are supported but ignoredDenys Vlasenko
2016-04-02build system: finer-grained selection of search speedup table.Denys Vlasenko
2016-04-02unshare: remove stale commentDenys Vlasenko
2016-04-01nsenter: new appletBartosz Golaszewski
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko
2016-04-01unshare: new appletBartosz Golaszewski
2016-03-31Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to initDenys Vlasenko
2016-03-31make MKPASSWD a separate config option, not an automatic alias to cryptpwDenys Vlasenko
2016-03-30udhcp: fix capitalization of two messagesDenys Vlasenko
2016-03-30dhcpd: string reuseDenys Vlasenko
2016-03-30udhcp: get rid of bb_info_msg()Denys Vlasenko
2016-03-30setfiles: switch bb_info_msg to printfDenys Vlasenko
2016-03-30sulogin: use bb_error_msg instead of bb_info_msg; better messageDenys Vlasenko
2016-03-30sulogin: remove suid paranoia code, explain why it's not necessaryDenys Vlasenko
2016-03-30sulogin: Dorp incorrect comment about suid-nessDenys Vlasenko
2016-03-30fsck: use printf for message, not bb_info_msgDenys Vlasenko
2016-03-30mkfs_vfat: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko
2016-03-30zcip: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko
2016-03-30applet_tables: save space by removing applet name offsetsRon Yorston
2016-03-29Revert "networking: properly initialize ipv6 scope id for printing it"Denys Vlasenko