summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-27tls: P256: remove redundant zeroing in sp_256_map_8Denys Vlasenko
2021-11-27tls: P256: explain which functions use double-wide arrays, no code changesDenys Vlasenko
2021-11-27tls: P256: remove constant-time trick in sp_256_proj_point_add_8Denys Vlasenko
2021-11-27tls: P256: do not open-code copying of struct variablesDenys Vlasenko
2021-11-27tls: tweak debug printoutDenys Vlasenko
2021-11-27tls: P256: 64-bit optimizationsDenys Vlasenko
2021-11-09which: add -a to help textDenys Vlasenko
2021-10-13cpio: add support for --renumber-inodes like GNU cpioAriadne Conill
2021-10-13cpio: add support for --ignore-devno like GNU cpioAriadne Conill
2021-10-13shell: tweak --helpDenys Vlasenko
2021-10-13hush: in a comment, document what -i might be doingDenys Vlasenko
2021-10-12ed: align output of read/write commands with POSIX-1.2008Sören Tempel
2021-10-12config system: move some options closer to relevalnt tool subdirectoriesDenys Vlasenko
2021-10-12shell: use more compact SHELL_ASH / HUSH config defines. no code changesDenys Vlasenko
2021-10-11shell: do not read user database for every prompt - only for those which need itDenys Vlasenko
2021-10-11tar: prevent malicious archives with enormous long name sizes OOMing the machineDenys Vlasenko
2021-10-11whitespace fixDenys Vlasenko
2021-10-11shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko
2021-10-11tls: code shrink curve25519Denys Vlasenko
2021-10-11tls: remove unused tls_symmetric.h (was used by old "big" AES code)Denys Vlasenko
2021-10-10chrt: silence analyzer warningBernhard Reutner-Fischer
2021-10-10find: code shrink -{m,a,c}{time,min}Denys Vlasenko
2021-10-10*: add more beneficial NOINLINEsDenys Vlasenko
2021-10-10*: add NOINLINEs where code noticeably shrinksDenys Vlasenko
2021-10-09Make const ptr assign as function call in clangYU Jincheng
2021-10-09find: implement -amin, -atime, -cmin, and -ctimeIsmael Luceno
2021-10-09hush: speed up ${x//\*/|} tooDenys Vlasenko
2021-10-09ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko
2021-10-09ash.c: speedup ${s:} substring (no quotes)Alin Mr
2021-10-09libbb: better coreutils compatibility for realpathRon Yorston
2021-10-08xxd: fix -p -r, closes 13881Denys Vlasenko
2021-10-08resize: use tcgetattr(TCSAFLUSH) instead of TCSANOW, closes 13811Denys Vlasenko
2021-10-08mktemp: add --tmpdir optionAndrej Valek
2021-10-08tar: improve comments, add FIXMEs. no code changesDenys Vlasenko
2021-10-08libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configsDenys Vlasenko
2021-10-08httpd: if range is not specified, correctly fall back to read/write loopDenys Vlasenko
2021-10-08help: s/Don't daemonize/Run in foreground/gDenys Vlasenko
2021-10-08mdev: tweak --helpDenys Vlasenko
2021-10-08mount: "mount -o rw ...." should not fall back to RO mountDenys Vlasenko
2021-10-07ip: added support for setting netns on devicesNicholas Niro
2021-10-07ps: fix -o pid=PID,args interpreting entire "PID,args" as headerDenys Vlasenko
2021-10-07find: Unify time comparisonsIsmael Luceno
2021-10-07config: find: Fix mtime/mmin descriptionIsmael Luceno
2021-10-07*: generalize "const trick"YU Jincheng
2021-10-06tls: whitespace fixDenys Vlasenko
2021-10-06tls: P256: sp_256_sub_8_p256_mod always subtracts in-place, use thatDenys Vlasenko
2021-10-06tls: P256: x86-64 optimized sp_256_sub_8_p256_modDenys Vlasenko
2021-10-06tls: P256: x86-64 assemblyDenys Vlasenko
2021-10-06tls: P256: tweak arm assembly (currently disabled)Denys Vlasenko
2021-10-06tls: P@256: remove "header comment is kept intact" commentDenys Vlasenko