aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* networking: properly initialize ipv6 scope id for printing itTimo Teräs2016-03-281-0/+1
* grep: make errors other than "not found" result in exit code 2. Closes 8796Denys Vlasenko2016-03-281-2/+6
* ash_test: ignore generated filesMike Frysinger2016-03-221-0/+7
* ash_test: printenv: fix missing includesMike Frysinger2016-03-221-0/+1
* ash: fix corruption of ${#var} if $var contains UTF-8 charactersRon Yorston2016-03-223-0/+5
* wget: make -T timeout work on header reads too. Closes 8636Denys Vlasenko2016-03-171-5/+17
* nmeter: reinstate and document -d-1Denys Vlasenko2016-03-151-17/+15
* nmeter: remove undocumented %NNNd specifierDenys Vlasenko2016-03-151-13/+6
* nmeter: simple code shrink here and thereDenys Vlasenko2016-03-151-27/+12
* nmeter: convert field list to bit listDenys Vlasenko2016-03-151-52/+54
* nmeter: code shrinkDenys Vlasenko2016-03-151-5/+5
* nmeter: fix a bug with unterminated varargsDenys Vlasenko2016-03-151-15/+17
* New example config: android_502_defconfigDenys Vlasenko2016-03-141-0/+1142
* more bionic fixesDenys Vlasenko2016-03-142-1/+6
* fixes for problems found by bionic buildDenys Vlasenko2016-03-142-18/+28
* udhcpc: fix a warning in debug codeDenys Vlasenko2016-03-111-0/+1
* udhcp: fix a SEGV on malformed RFC1035-encoded domain nameDenys Vlasenko2016-03-101-4/+9
* renice: tweak help textDenys Vlasenko2016-03-071-6/+7
* ls: fix columnar output. Closes 8731Denys Vlasenko2016-03-061-3/+3
* inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726Denys Vlasenko2016-03-061-2/+2
* udhcpc: do not use -t NUM for counting "select" packets, use 3Denys Vlasenko2016-03-041-1/+1
* ntpd: add experimental patchDenys Vlasenko2016-03-041-0/+24
* ntpd: if peer does not reply anymore, try re-resolving its hostnameDenys Vlasenko2016-03-041-0/+19
* ntpd: do not use a peer more than once (say, if two peers resolve to the same...Denys Vlasenko2016-03-041-1/+16
* ntpd: more informative poll lowering messageDenys Vlasenko2016-03-031-2/+2
* ifupdowm: fix "warning: unused variable 'iface_list'"Denys Vlasenko2016-03-031-1/+1
* dhcpc: Use client IP address as source address for DHCP renew/rebind messagesHans Dedecker2016-03-031-6/+6
* udhcpd: keep expired leases at startupChristian Lindeberg2016-03-012-2/+8
* ifupdown: allow duplicate interface definitionsNicolas Cavallari2016-03-011-1/+14
* udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)Denys Vlasenko2016-02-262-4/+15
* udhcp: trivial shrinkDenys Vlasenko2016-02-261-4/+3
* taskset: fix non-fancy cpuset printing on big-endianArnout Vandecappelle (Essensium/Mind)2016-02-261-19/+18
* ntpd: print packet delay in clock update messageDenys Vlasenko2016-02-241-2/+8
* modprobe: only parse files that end in .confMike Frysinger2016-02-121-1/+9
* build: add a sanitizer debug optionMike Frysinger2016-02-122-0/+15
* networking: allow dot at the end of the domain name in dhcp responseDenys Vlasenko2016-02-111-0/+2
* init: make the command-line rewrite optionalNicolas Carrier2016-02-111-5/+22