aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-03-04ntpd: if peer does not reply anymore, try re-resolving its hostnameDenys Vlasenko
2016-03-04ntpd: do not use a peer more than once (say, if two peers resolve to the same...Denys Vlasenko
2016-03-03ntpd: more informative poll lowering messageDenys Vlasenko
2016-03-03ifupdowm: fix "warning: unused variable 'iface_list'"Denys Vlasenko
2016-03-03dhcpc: Use client IP address as source address for DHCP renew/rebind messagesHans Dedecker
2016-03-01udhcpd: keep expired leases at startupChristian Lindeberg
2016-03-01ifupdown: allow duplicate interface definitionsNicolas Cavallari
2016-02-26udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)Denys Vlasenko
2016-02-26udhcp: trivial shrinkDenys Vlasenko
2016-02-26taskset: fix non-fancy cpuset printing on big-endianArnout Vandecappelle (Essensium/Mind)
2016-02-24ntpd: print packet delay in clock update messageDenys Vlasenko
2016-02-12modprobe: only parse files that end in .confMike Frysinger
2016-02-12build: add a sanitizer debug optionMike Frysinger
2016-02-11networking: allow dot at the end of the domain name in dhcp responseDenys Vlasenko
2016-02-11init: make the command-line rewrite optionalNicolas Carrier
2016-02-10ntpd: shorter messageDenys Vlasenko
2016-02-10ntpd: step when |offset| > 1 sec, not 0.125 secDenys Vlasenko
2016-02-01busybox: fix uninitialized memory when displaying IPv6 addressesFelix Fietkau
2016-02-01dd: support iflag=skip_bytesRafał Miłecki
2016-02-01Fix compiling with musl's utmp stubsKylie McClain
2016-01-31printf: short-circuit output when argument to %b includes \cRon Yorston
2016-01-24sed: make 's///w FILE' actually write to FILE. Closes 8251Denys Vlasenko
2016-01-23patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736Denys Vlasenko
2016-01-17dos2unix: try to preserve ownership. closes 8311Denys Vlasenko
2016-01-17setsid: implement -cDenys Vlasenko