aboutsummaryrefslogtreecommitdiff
path: root/runit/sv.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-11tls: remove unused tls_symmetric.h (was used by old "big" AES code)Denys Vlasenko2-512/+0
2021-10-10chrt: silence analyzer warningBernhard Reutner-Fischer1-1/+1
2021-10-10find: code shrink -{m,a,c}{time,min}Denys Vlasenko1-28/+33
2021-10-10*: add more beneficial NOINLINEsDenys Vlasenko3-3/+3
2021-10-10*: add NOINLINEs where code noticeably shrinksDenys Vlasenko8-8/+8
2021-10-09Make const ptr assign as function call in clangYU Jincheng7-12/+38
2021-10-09find: implement -amin, -atime, -cmin, and -ctimeIsmael Luceno1-9/+103
2021-10-09hush: speed up ${x//\*/|} tooDenys Vlasenko1-4/+9
2021-10-09ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko1-6/+12
2021-10-09ash.c: speedup ${s:} substring (no quotes)Alin Mr1-6/+11
2021-10-09libbb: better coreutils compatibility for realpathRon Yorston3-31/+91
2021-10-08xxd: fix -p -r, closes 13881Denys Vlasenko2-13/+44
2021-10-08resize: use tcgetattr(TCSAFLUSH) instead of TCSANOW, closes 13811Denys Vlasenko1-1/+13
2021-10-08mktemp: add --tmpdir optionAndrej Valek1-1/+15
2021-10-08tar: improve comments, add FIXMEs. no code changesDenys Vlasenko1-2/+3
2021-10-08libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configsDenys Vlasenko1-3/+7
2021-10-08httpd: if range is not specified, correctly fall back to read/write loopDenys Vlasenko1-2/+5
2021-10-08help: s/Don't daemonize/Run in foreground/gDenys Vlasenko3-3/+3
2021-10-08mdev: tweak --helpDenys Vlasenko1-5/+5
2021-10-08mount: "mount -o rw ...." should not fall back to RO mountDenys Vlasenko1-8/+13
2021-10-07ip: added support for setting netns on devicesNicholas Niro2-3/+34
2021-10-07ps: fix -o pid=PID,args interpreting entire "PID,args" as headerDenys Vlasenko1-14/+18
2021-10-07find: Unify time comparisonsIsmael Luceno1-16/+20
2021-10-07config: find: Fix mtime/mmin descriptionIsmael Luceno1-2/+2
2021-10-07*: generalize "const trick"YU Jincheng6-38/+34
2021-10-06tls: whitespace fixDenys Vlasenko1-3/+3
2021-10-06tls: P256: sp_256_sub_8_p256_mod always subtracts in-place, use thatDenys Vlasenko1-63/+36
2021-10-06tls: P256: x86-64 optimized sp_256_sub_8_p256_modDenys Vlasenko1-1/+31
2021-10-06tls: P256: x86-64 assemblyDenys Vlasenko1-0/+99
2021-10-06tls: P256: tweak arm assembly (currently disabled)Denys Vlasenko1-88/+89
2021-10-06tls: P@256: remove "header comment is kept intact" commentDenys Vlasenko1-1/+0
2021-10-06tls: P256: do not dumplicate sp_256_sub_8()Denys Vlasenko1-23/+3
2021-10-06tls: P256: shrink sp_256_mul_add_8 a bit moreDenys Vlasenko1-14/+24
2021-10-06tls: P256: propagate constants, create dedicated "subtract p256_mod" functionDenys Vlasenko1-32/+108
2021-10-06tls: optimize sp_256_mont_reduce_8 in P256Denys Vlasenko1-21/+125
2021-10-05tls: optimize sp_256_mul_8 in P256Denys Vlasenko1-2/+82
2021-10-05tls: replace "26-bit" P256 code with 32-bit one.Denys Vlasenko2-498/+588
2021-10-05tls: fix the case of sp_256_mont_tpl_10() leaving striay high bitsDenys Vlasenko3-11/+72
2021-10-05tls: fix (what looks like) a rare corner case bug in P256Denys Vlasenko1-4/+7
2021-10-05tls: remove one overzealous debugging statementDenys Vlasenko1-4/+0
2021-10-05tls: add debugging scaffolding to P256 codeDenys Vlasenko1-0/+53
2021-10-05tls: another P256 code shrinkDenys Vlasenko1-69/+54
2021-10-05tls: P256 code shrinkDenys Vlasenko1-52/+42
2021-10-01tls: "server cert is not RSA" is a fatal errorDenys Vlasenko1-1/+1
2021-10-01wget: implement --post-fileRon Yorston1-3/+23
2021-10-01tls: add scaffolding to selectively disable ciphers. no code changesDenys Vlasenko1-55/+51
2021-10-01tls: code shrink P256 codeDenys Vlasenko1-14/+12
2021-09-30tls: remove unused defineDenys Vlasenko1-2/+0
2021-09-28less: Ignore -XIsmael Luceno1-1/+1
2021-09-28ash: fix compile breakage in !ENABLE_ASH_ALIAS configDenys Vlasenko1-2/+2