aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-30sulogin: use bb_error_msg instead of bb_info_msg; better messageDenys Vlasenko1-3/+3
2016-03-30sulogin: remove suid paranoia code, explain why it's not necessaryDenys Vlasenko1-13/+9
2016-03-30sulogin: Dorp incorrect comment about suid-nessDenys Vlasenko1-1/+0
2016-03-30fsck: use printf for message, not bb_info_msgDenys Vlasenko1-3/+3
2016-03-30mkfs_vfat: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko1-2/+2
2016-03-30zcip: use bb_error_msg for logging, not bb_info_msgDenys Vlasenko1-2/+2
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko8-11/+11
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko6-17/+17
2016-03-30applet_tables: save space by removing applet name offsetsRon Yorston4-58/+120
2016-03-29Revert "networking: properly initialize ipv6 scope id for printing it"Denys Vlasenko1-1/+0
2016-03-29modprobe: skip non-.conf files only in subdirectoriesDenys Vlasenko1-8/+14
2016-03-28umount: build fix for older glibcDenys Vlasenko1-0/+3
2016-03-28networking: properly initialize ipv6 scope id for printing itTimo Teräs1-0/+1
2016-03-28grep: make errors other than "not found" result in exit code 2. Closes 8796Denys Vlasenko1-2/+6