Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-04kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN
2016-04-04menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher
2016-04-04menuconfig: fix extended colors ncurses supportKrzysztof Mazur
2016-04-04kbuild: Fix gcc -x syntaxJean Delvare
2016-04-04kconfig: fix check-lxdialog for DLL platformsYaakov Selkowitz
2016-04-04kconfig: check ncursesw headers first in check-lxdialogYaakov Selkowitz
2016-04-04kconfig: fix menuconfig on debian lennyJunio C Hamano
2016-04-04Revert "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
2016-03-29modprobe: skip non-.conf files only in subdirectoriesDenys Vlasenko
2016-03-28umount: build fix for older glibcDenys Vlasenko
2016-03-28networking: properly initialize ipv6 scope id for printing itTimo Teräs
2016-03-28grep: make errors other than "not found" result in exit code 2. Closes 8796Denys Vlasenko
2016-03-23ash_test: ignore generated filesMike Frysinger
2016-03-23ash_test: printenv: fix missing includesMike Frysinger
2016-03-23ash: fix corruption of ${#var} if $var contains UTF-8 charactersRon Yorston
2016-03-17wget: make -T timeout work on header reads too. Closes 8636Denys Vlasenko