aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | mingw: remove bbconfig from default configurationRon Yorston2016-03-272-4/+4
* | sed: drop \r when reading inputRon Yorston2016-03-161-0/+5
* | win32: fix quoting of arguments with trailing backslashesRon Yorston2016-03-161-15/+48
* | Silence a couple of compiler warningsRon Yorston2016-03-063-3/+4
* | mingw: add -fno-ident to CFLAGSRon Yorston2016-02-221-2/+1
* | mingw: update default configurationRon Yorston2016-02-222-2/+10
* | mingw: silently ignore O_NONBLOCK on file openRon Yorston2016-02-221-2/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-02-2233-140/+530
|\|
| * 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
| * ntpd: shorter messageDenys Vlasenko2016-02-101-1/+1
| * ntpd: step when |offset| > 1 sec, not 0.125 secDenys Vlasenko2016-02-101-18/+36
| * busybox: fix uninitialized memory when displaying IPv6 addressesFelix Fietkau2016-02-011-0/+1
| * dd: support iflag=skip_bytesRafał Miłecki2016-02-012-27/+52
| * Fix compiling with musl's utmp stubsKylie McClain2016-02-014-3/+5
| * printf: short-circuit output when argument to %b includes \cRon Yorston2016-01-311-3/+9
| * sed: make 's///w FILE' actually write to FILE. Closes 8251Denys Vlasenko2016-01-242-4/+13
| * patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736Denys Vlasenko2016-01-231-6/+5
| * dos2unix: try to preserve ownership. closes 8311Denys Vlasenko2016-01-171-9/+11
| * setsid: implement -cDenys Vlasenko2016-01-171-6/+13
| * truncate: use O_WRONLY|O_NONBLOCKMike Frysinger2016-01-131-1/+1
| * truncate: always set mode when opening file to avoid fortify errorsAri Sundholm2016-01-131-1/+1
| * login: add commented-out PAM double password avoidance from BZ 4003Denys Vlasenko2016-01-031-0/+43
| * nandwrite: implement -n (read/write without ecc)Aaro Koskinen2016-01-021-8/+14
| * blkdiscard: new appletAri Sundholm2016-01-021-0/+83
| * ash: suppress a compilation warningCristian Ionescu-Idbohrn2016-01-021-1/+1
| * mount: support "nofail" option. Closes 8551Denys Vlasenko2015-12-301-1/+9
| * iproute: support "scope". Closes 8561Denys Vlasenko2015-12-301-19/+33