aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* iplink: implement "set promisc on|off". Closes 4682Denys Vlasenko2017-04-062-22/+13
* ip link: tidying upDenys Vlasenko2017-04-062-170/+146
* modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686Denys Vlasenko2017-04-062-17/+38
* modprobe-small: fix "modprobe non-existing-module" exitcode (should be 1)Denys Vlasenko2017-04-061-1/+4
* modprobe: read modules.builtinBen Hutchings2017-04-061-3/+11
* examples: make udhcpc script handle /32 netmasksDenys Vlasenko2017-04-063-5/+25
* Add help text for 'uniq -i'Jody Bruchon2017-04-051-0/+1
* nl: use CONFIG_NL, not CONFIG_UNIQDenys Vlasenko2017-04-051-5/+4
* nl: new applet; also implement cat -nb (similar functionality to nl)Denys Vlasenko2017-04-053-4/+149
* tls: do not compile in TLS_RSA_WITH_NULL_SHA256 code if unreachableDenys Vlasenko2017-04-041-5/+12
* tls: avoid using int16 in pstm codeDenys Vlasenko2017-04-033-49/+49
* tls: merge sha1 and sha256 hmac functionsDenys Vlasenko2017-04-031-44/+12
* tls: replace aes encryption/decryption by much smaller oneDenys Vlasenko2017-04-011-1710/+394
* uniq: add -i option to ignore caseJody Bruchon2017-03-301-2/+8
* Update depmod & modprobe upstream help text in commentsKang-Che Sung2017-03-281-7/+15
* udhcp6: move misplaced commentDenys Vlasenko2017-03-271-1/+1
* udhcp6: fix releasingDenys Vlasenko2017-03-273-7/+13
* udhcp6: fix problems found running against dnsmasqDenys Vlasenko2017-03-272-3/+76
* udhcp6: read_interface should save link-local ipv6 addressDenys Vlasenko2017-03-273-5/+71
* vi: avoid touching a new file with ZZ when no editing has been doneYousong Zhou2017-03-241-8/+8
* switch_root: don't bail out when console doesn't existAndrei Gherzan2017-03-241-4/+6
* whitespace fixDenys Vlasenko2017-03-243-3/+3
* paste: delimiter list use should restart for each new output lineDenys Vlasenko2017-03-231-2/+4
* typo fixDenys Vlasenko2017-03-231-1/+1
* paste: new appletMaxime Coste2017-03-238-1/+228
* dd: call fsync() only once before exiting if conv=fsync is specifiedRostislav Skudnov2017-03-161-4/+4
* Revert "umount: make -d always active, add -D to suppress it"Denys Vlasenko2017-03-161-16/+8
* mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko2017-03-164-21/+87
* runit: fix chpst -n -N -u USERDenys Vlasenko2017-03-131-6/+7
* vi: don't touch file with :x when modified_count == 0Denys Vlasenko2017-03-131-17/+26
* reset: before calling execvp(), reset needs to flush stdoutGlenn Matthews2017-02-171-0/+2
* Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link errorKang-Che Sung2017-02-171-4/+4
* udhcpc: make sure we do not overflow poll timeoutDenys Vlasenko2017-02-172-2/+2
* nc_bloaty: use poll() instead of select()Denys Vlasenko2017-02-171-31/+24
* udhcp: use poll() instead of select()Denys Vlasenko2017-02-165-53/+45
* udhcp: do not clobber errno by signal handlerDenys Vlasenko2017-02-161-0/+2
* nc: use poll() instead of select()Denys Vlasenko2017-02-161-17/+16
* tls: covert i/o loop from using select() to poll()Denys Vlasenko2017-02-161-14/+11
* sendmail: allow "+" symbol in recipient. Closes 9646Denys Vlasenko2017-02-121-1/+1
* modprobe-small: define and use DEPMOD_OPT_n (option mask)Kang-Che Sung2017-02-121-1/+2
* modprobe-small: document '-n' in depmod usageKang-Che Sung2017-02-121-2/+5
* modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for...Denys Vlasenko2017-02-071-1/+3
* Reorder modutils config options & fix yet more dependencyKang-Che Sung2017-02-052-26/+27
* modutils: fix config options dependency (2)Kang-Che Sung2017-02-052-6/+10
* httpd: use "Content-Length", not "-length"Denys Vlasenko2017-02-041-3/+3
* Replace int -> uint to avoid signed integer overflowRostislav Skudnov2017-02-045-8/+8
* tls: fold AES CBC en/decryption into single functionsDenys Vlasenko2017-02-043-34/+64
* wget/tls: session_id of zero length is ok (arxiv.org responds with such)Denys Vlasenko2017-02-031-3/+3
* ash: add INT_OFF/ON around allocationsDenys Vlasenko2017-02-031-2/+4
* ps: avoid -o stat to contain spaces. Closes 9631Denys Vlasenko2017-02-021-10/+14