aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-04tls: do not compile in TLS_RSA_WITH_NULL_SHA256 code if unreachableDenys Vlasenko1-5/+12
2017-04-03tls: avoid using int16 in pstm codeDenys Vlasenko3-49/+49
2017-04-03tls: merge sha1 and sha256 hmac functionsDenys Vlasenko1-44/+12
2017-04-01tls: replace aes encryption/decryption by much smaller oneDenys Vlasenko1-1710/+394
2017-03-30uniq: add -i option to ignore caseJody Bruchon1-2/+8
2017-03-28Update depmod & modprobe upstream help text in commentsKang-Che Sung1-7/+15
2017-03-27udhcp6: move misplaced commentDenys Vlasenko1-1/+1
2017-03-27udhcp6: fix releasingDenys Vlasenko3-7/+13
2017-03-27udhcp6: fix problems found running against dnsmasqDenys Vlasenko2-3/+76
2017-03-27udhcp6: read_interface should save link-local ipv6 addressDenys Vlasenko3-5/+71
2017-03-24vi: avoid touching a new file with ZZ when no editing has been doneYousong Zhou1-8/+8
2017-03-24switch_root: don't bail out when console doesn't existAndrei Gherzan1-4/+6
2017-03-24whitespace fixDenys Vlasenko3-3/+3
2017-03-23paste: delimiter list use should restart for each new output lineDenys Vlasenko1-2/+4
2017-03-23typo fixDenys Vlasenko1-1/+1
2017-03-23paste: new appletMaxime Coste8-1/+228
2017-03-16dd: call fsync() only once before exiting if conv=fsync is specifiedRostislav Skudnov1-4/+4
2017-03-16Revert "umount: make -d always active, add -D to suppress it"Denys Vlasenko1-16/+8
2017-03-16mount: create loop devices with LO_FLAGS_AUTOCLEAR flagDenys Vlasenko4-21/+87
2017-03-13runit: fix chpst -n -N -u USERDenys Vlasenko1-6/+7
2017-03-13vi: don't touch file with :x when modified_count == 0Denys Vlasenko1-17/+26
2017-02-17reset: before calling execvp(), reset needs to flush stdoutGlenn Matthews1-0/+2
2017-02-17Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link errorKang-Che Sung1-4/+4
2017-02-17udhcpc: make sure we do not overflow poll timeoutDenys Vlasenko2-2/+2
2017-02-17nc_bloaty: use poll() instead of select()Denys Vlasenko1-31/+24
2017-02-16udhcp: use poll() instead of select()Denys Vlasenko5-53/+45
2017-02-16udhcp: do not clobber errno by signal handlerDenys Vlasenko1-0/+2
2017-02-16nc: use poll() instead of select()Denys Vlasenko1-17/+16
2017-02-16tls: covert i/o loop from using select() to poll()Denys Vlasenko1-14/+11
2017-02-12sendmail: allow "+" symbol in recipient. Closes 9646Denys Vlasenko1-1/+1
2017-02-12modprobe-small: define and use DEPMOD_OPT_n (option mask)Kang-Che Sung1-1/+2
2017-02-12modprobe-small: document '-n' in depmod usageKang-Che Sung1-2/+5
2017-02-07modprobe_small: if only MODPROBE and DEPMOD are selected, no need to test for...Denys Vlasenko1-1/+3
2017-02-05Reorder modutils config options & fix yet more dependencyKang-Che Sung2-26/+27
2017-02-05modutils: fix config options dependency (2)Kang-Che Sung2-6/+10
2017-02-04httpd: use "Content-Length", not "-length"Denys Vlasenko1-3/+3
2017-02-04Replace int -> uint to avoid signed integer overflowRostislav Skudnov5-8/+8
2017-02-04tls: fold AES CBC en/decryption into single functionsDenys Vlasenko3-34/+64
2017-02-03wget/tls: session_id of zero length is ok (arxiv.org responds with such)Denys Vlasenko1-3/+3
2017-02-03ash: add INT_OFF/ON around allocationsDenys Vlasenko1-2/+4
2017-02-02ps: avoid -o stat to contain spaces. Closes 9631Denys Vlasenko1-10/+14
2017-02-01cmdline module options can be disabled on "big" modutilsKang-Che Sung6-19/+32
2017-02-01modutils: remove redundant "select PLATFORM_LINUX" configsKang-Che Sung3-13/+0
2017-02-01modprobe-small: move lsmod code out of modprobe_main()Kang-Che Sung1-20/+24
2017-02-01modprobe-small: improve config help textDenys Vlasenko1-6/+4
2017-01-31ash: improve / fix glob expansionFelix Fietkau1-17/+54
2017-01-30taskset: simplify code a bit; tweak --helpDenys Vlasenko1-11/+9
2017-01-30modprobe-small: fix --help texts, they are from "big" modutilsDenys Vlasenko2-31/+8
2017-01-30modutils: fix config options dependencyKang-Che Sung7-22/+4
2017-01-30wget: add a big explanation what TLS code implements and what does notDenys Vlasenko2-3/+36