aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-07init: dont send "Sent SIGTERM to all" msg to syslog: we just TERMed it!Denys Vlasenko
2017-04-07ipaddress: tweak help text more: mention "brd +" syntaxDenys Vlasenko
2017-04-07ipaddress: tweak help textDenys Vlasenko
2017-04-07iproute: add "a" command as a synonym to "add"Denys Vlasenko
2017-04-07libiproute: FACT_FUNCizationDenys Vlasenko
2017-04-07iproute: support advmss optionDenys Vlasenko
2017-04-06iproute: update help text, add commented-out code for unsupported optionsDenys Vlasenko
2017-04-06iplink: implement "set promisc on|off". Closes 4682Denys Vlasenko
2017-04-06ip link: tidying upDenys Vlasenko
2017-04-06modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686Denys Vlasenko
2017-04-06modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1)Denys Vlasenko
2017-04-06modprobe: read modules.builtinBen Hutchings
2017-04-06examples: make udhcpc script handle /32 netmasksDenys Vlasenko
2017-04-05Add help text for 'uniq -i'Jody Bruchon
2017-04-05nl: use CONFIG_NL, not CONFIG_UNIQDenys Vlasenko
2017-04-05nl: new applet; also implement cat -nb (similar functionality to nl)Denys Vlasenko
2017-04-04tls: do not compile in TLS_RSA_WITH_NULL_SHA256 code if unreachableDenys Vlasenko
2017-04-03tls: avoid using int16 in pstm codeDenys Vlasenko
2017-04-03tls: merge sha1 and sha256 hmac functionsDenys Vlasenko
2017-04-01tls: replace aes encryption/decryption by much smaller oneDenys Vlasenko
2017-03-30uniq: add -i option to ignore caseJody Bruchon
2017-03-28Update depmod & modprobe upstream help text in commentsKang-Che Sung
2017-03-27udhcp6: move misplaced commentDenys Vlasenko
2017-03-27udhcp6: fix releasingDenys Vlasenko
2017-03-27udhcp6: fix problems found running against dnsmasqDenys Vlasenko
2017-03-27udhcp6: read_interface should save link-local ipv6 addressDenys Vlasenko
2017-03-24vi: avoid touching a new file with ZZ when no editing has been doneYousong Zhou
2017-03-24switch_root: don't bail out when console doesn't existAndrei Gherzan
2017-03-24whitespace fixDenys Vlasenko
2017-03-23paste: delimiter list use should restart for each new output lineDenys Vlasenko
2017-03-23typo fixDenys Vlasenko
2017-03-23paste: new appletMaxime Coste
2017-03-16dd: call fsync() only once before exiting if conv=fsync is specifiedRostislav Skudnov
2017-03-16Revert "umount: make -d always active, add -D to suppress it"Denys Vlasenko
2017-03-16mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko
2017-03-13runit: fix chpst -n -N -u USERDenys Vlasenko
2017-03-13vi: don't touch file with :x when modified_count == 0Denys Vlasenko
2017-02-17reset: before calling execvp(), reset needs to flush stdoutGlenn Matthews
2017-02-17Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link errorKang-Che Sung
2017-02-17udhcpc: make sure we do not overflow poll timeoutDenys Vlasenko
2017-02-17nc_bloaty: use poll() instead of select()Denys Vlasenko
2017-02-16udhcp: use poll() instead of select()Denys Vlasenko
2017-02-16udhcp: do not clobber errno by signal handlerDenys Vlasenko
2017-02-16nc: use poll() instead of select()Denys Vlasenko
2017-02-16tls: covert i/o loop from using select() to poll()Denys Vlasenko
2017-02-12sendmail: allow "+" symbol in recipient. Closes 9646Denys Vlasenko
2017-02-12modprobe-small: define and use DEPMOD_OPT_n (option mask)Kang-Che Sung
2017-02-12modprobe-small: document '-n' in depmod usageKang-Che Sung
2017-02-07modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for...Denys Vlasenko
2017-02-05Reorder modutils config options & fix yet more dependencyKang-Che Sung