aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2016-04-0485-641/+2897
|\
| * unrpm: clean upMike Frysinger2016-04-041-30/+35
| * undeb: clean upMike Frysinger2016-04-041-34/+40
| * syslogd: minor tweaks to textMike Frysinger2016-04-041-2/+2
| * kconfig/lxdialog: get ncurses CFLAGS with pkg-configBjørn Forsman2016-04-031-1/+5
| * kbuild: Make scripts executableMichal Marek2016-04-031-0/+0
| * kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN2016-04-031-2/+2
| * menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher2016-04-031-0/+2
| * menuconfig: fix extended colors ncurses supportKrzysztof Mazur2016-04-031-0/+1
| * kbuild: Fix gcc -x syntaxJean Delvare2016-04-031-1/+1
| * kconfig: fix check-lxdialog for DLL platformsYaakov Selkowitz2016-04-031-1/+1
| * kconfig: check ncursesw headers first in check-lxdialogYaakov Selkowitz2016-04-031-3/+3
| * kconfig: fix menuconfig on debian lennyJunio C Hamano2016-04-031-0/+2
| * Revert "lxdialog: fix ncursesw include detection"Mike Frysinger2016-04-031-5/+1
| * find_applet_by_name: loop index should be signedRon Yorston2016-04-031-1/+2
| * whitespace and namespace cleanupsDenys Vlasenko2016-04-034-8/+8
| * ubirmvol: Implement -N switch for ubirmvolSven Eisenberg2016-04-034-31/+69
| * ubirename: new appletSven Eisenberg2016-04-031-0/+111
| * libbb: speed up error_msg functionsDenys Vlasenko2016-04-031-4/+25
| * main(): add a TODO about finding a use for _end[] areaDenys Vlasenko2016-04-031-0/+13
| * trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBSDenys Vlasenko2016-04-031-0/+2
| * typo fixDenys Vlasenko2016-04-021-1/+1
| * find_applet_by_name: add an example of faster linear search codeDenys Vlasenko2016-04-021-3/+77
| * nsenter,unshare: work around older headerDenys Vlasenko2016-04-022-0/+45
| * sort: "-o FILE", not "-o", is the syntaxDenys Vlasenko2016-04-021-4/+4
| * nsenter,unshare: share common code; fix a bug of not closing all fdsDenys Vlasenko2016-04-025-35/+38
| * sort: help text does not need to say that -mST are supported but ignoredDenys Vlasenko2016-04-021-2/+5
| * build system: finer-grained selection of search speedup table.Denys Vlasenko2016-04-021-32/+33
| * unshare: remove stale commentDenys Vlasenko2016-04-021-5/+0
| * nsenter: new appletBartosz Golaszewski2016-04-011-0/+286
| * libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-016-15/+22
| * unshare: new appletBartosz Golaszewski2016-04-011-0/+380
| * Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to initDenys Vlasenko2016-03-3111-30/+31
| * make MKPASSWD a separate config option, not an automatic alias to cryptpwDenys Vlasenko2016-03-311-21/+11
| * udhcp: fix capitalization of two messagesDenys Vlasenko2016-03-301-2/+2
| * dhcpd: string reuseDenys Vlasenko2016-03-301-1/+1
| * udhcp: get rid of bb_info_msg()Denys Vlasenko2016-03-3016-171/+107
| * setfiles: switch bb_info_msg to printfDenys Vlasenko2016-03-301-3/+4
| * sulogin: use bb_error_msg instead of bb_info_msg; better messageDenys Vlasenko2016-03-301-3/+3
| * sulogin: remove suid paranoia code, explain why it's not necessaryDenys Vlasenko2016-03-301-13/+9
| * sulogin: Dorp incorrect comment about suid-nessDenys Vlasenko2016-03-301-1/+0
| * fsck: use printf for message, not bb_info_msgDenys Vlasenko2016-03-301-3/+3
| * mkfs_vfat: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko2016-03-301-2/+2
| * zcip: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko2016-03-301-2/+2
| * Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko2016-03-308-11/+11
| * Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko2016-03-306-17/+17
| * applet_tables: save space by removing applet name offsetsRon Yorston2016-03-304-58/+120
| * Revert "networking: properly initialize ipv6 scope id for printing it"Denys Vlasenko2016-03-291-1/+0
| * modprobe: skip non-.conf files only in subdirectoriesDenys Vlasenko2016-03-291-8/+14
| * umount: build fix for older glibcDenys Vlasenko2016-03-281-0/+3