Denys Vlasenko
|
9c671fe3dd
tls: P256: do not open-code copying of struct variables
|
3 years ago |
Denys Vlasenko
|
dcfd8d3d10
tls: P256: fix sp_256_div2_8 - it wouldn't use a[] if low bit is 0
|
3 years ago |
Denys Vlasenko
|
8cbb70365f
tls: P256: remove redundant zeroing in sp_256_map_8
|
3 years ago |
Denys Vlasenko
|
4415f7bc06
tls: P256: explain which functions use double-wide arrays, no code changes
|
3 years ago |
Denys Vlasenko
|
bbda85c74b
tls: P256: remove constant-time trick in sp_256_proj_point_add_8
|
3 years ago |
Denys Vlasenko
|
26c8522522
tls: P256: do not open-code copying of struct variables
|
3 years ago |
Denys Vlasenko
|
446d136109
tls: tweak debug printout
|
3 years ago |
Denys Vlasenko
|
4bc9da1071
tls: P256: 64-bit optimizations
|
3 years ago |
Denys Vlasenko
|
15f7d618ea
which: add -a to help text
|
3 years ago |
Ariadne Conill
|
836b79211d
cpio: add support for --renumber-inodes like GNU cpio
|
3 years ago |
Ariadne Conill
|
8aa5585ff4
cpio: add support for --ignore-devno like GNU cpio
|
3 years ago |
Denys Vlasenko
|
aaf3d5ba74
shell: tweak --help
|
3 years ago |
Denys Vlasenko
|
62f1eed1e1
hush: in a comment, document what -i might be doing
|
3 years ago |
Sören Tempel
|
c33bbcb92f
ed: align output of read/write commands with POSIX-1.2008
|
3 years ago |
Denys Vlasenko
|
94c78aa0b9
config system: move some options closer to relevalnt tool subdirectories
|
3 years ago |
Denys Vlasenko
|
7c3e96d4b3
shell: use more compact SHELL_ASH / HUSH config defines. no code changes
|
3 years ago |
Denys Vlasenko
|
f4fcd74a6e
shell: do not read user database for every prompt - only for those which need it
|
3 years ago |
Denys Vlasenko
|
6ba1f2d0bc
tar: prevent malicious archives with enormous long name sizes OOMing the machine
|
3 years ago |
Denys Vlasenko
|
aec8fbfb83
whitespace fix
|
3 years ago |
Denys Vlasenko
|
5acf5e1f87
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
|
3 years ago |
Denys Vlasenko
|
23aba8a9a6
tls: code shrink curve25519
|
3 years ago |
Denys Vlasenko
|
74ee3f2f73
tls: remove unused tls_symmetric.h (was used by old "big" AES code)
|
3 years ago |
Bernhard Reutner-Fischer
|
376b2ceff6
chrt: silence analyzer warning
|
3 years ago |
Denys Vlasenko
|
d8e39b5917
find: code shrink -{m,a,c}{time,min}
|
3 years ago |
Denys Vlasenko
|
d3dbf4ac05
*: add more beneficial NOINLINEs
|
3 years ago |
Denys Vlasenko
|
53b2fdcdba
*: add NOINLINEs where code noticeably shrinks
|
3 years ago |
YU Jincheng
|
5156b24553
Make const ptr assign as function call in clang
|
3 years ago |
Ismael Luceno
|
04ad683bf9
find: implement -amin, -atime, -cmin, and -ctime
|
3 years ago |
Denys Vlasenko
|
49bcf9f40c
hush: speed up ${x//\*/|} too
|
3 years ago |
Denys Vlasenko
|
5aaeb550b7
ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZE
|
3 years ago |