aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-22ash_test: ignore generated filesMike Frysinger
2016-03-22ash_test: printenv: fix missing includesMike Frysinger
2016-03-22ash: 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
2016-03-15nmeter: reinstate and document -d-1Denys Vlasenko
2016-03-15nmeter: remove undocumented %NNNd specifierDenys Vlasenko
2016-03-15nmeter: simple code shrink here and thereDenys Vlasenko
2016-03-15nmeter: convert field list to bit listDenys Vlasenko
2016-03-15nmeter: code shrinkDenys Vlasenko
2016-03-15nmeter: fix a bug with unterminated varargsDenys Vlasenko
2016-03-14New example config: android_502_defconfigDenys Vlasenko
2016-03-14more bionic fixesDenys Vlasenko
2016-03-14fixes for problems found by bionic buildDenys Vlasenko
2016-03-11udhcpc: fix a warning in debug codeDenys Vlasenko
2016-03-10udhcp: fix a SEGV on malformed RFC1035-encoded domain nameDenys Vlasenko
2016-03-07renice: tweak help textDenys Vlasenko
2016-03-06ls: fix columnar output. Closes 8731Denys Vlasenko
2016-03-06inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726Denys Vlasenko
2016-03-04udhcpc: do not use -t NUM for counting "select" packets, use 3Denys Vlasenko
2016-03-04ntpd: add experimental patchDenys Vlasenko