aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* swaponoff: fix compile-time warningDenys Vlasenko2015-12-181-1/+1
* chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach2015-12-182-18/+23
* include/platform.h: Remove extra #endif introduced in 6df9612.Ari Sundholm2015-12-171-1/+0
* Resolve linker issues with Android API 21 (dprintf, tcdrain)Chris Renshaw2015-12-172-1/+8
* blkid: add bcache supportMike Frysinger2015-12-163-0/+115
* swapon/swapoff: refine the -e (ifexists) optionMike Frysinger2015-12-161-8/+7
* trylink: include LDFLAGS when checking linkageMike Frysinger2015-12-011-1/+1
* modutils: fix build error with !DEPMODDenys Vlasenko2015-11-061-1/+1
* modutils: merge module_entry and module_info to commonTimo Teräs2015-11-054-120/+113
* TODO file: remove mpstat, iostat, powertop - we have them nowDenys Vlasenko2015-11-041-2/+0
* ash: add support for bash 'function' keywordRon Yorston2015-11-043-31/+110
* hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko2015-11-042-3/+0
* ash: copy function tests from hush testsuiteRon Yorston2015-11-0416-0/+119
* i2c_tools: suppress "'blen' may be used uninitialized in this function"Denys Vlasenko2015-11-011-1/+3