summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-10-06tls: P256: do not dumplicate sp_256_sub_8()Denys Vlasenko
2021-10-06tls: P256: shrink sp_256_mul_add_8 a bit moreDenys Vlasenko
2021-10-06tls: P256: propagate constants, create dedicated "subtract p256_mod" functionDenys Vlasenko
2021-10-06tls: optimize sp_256_mont_reduce_8 in P256Denys Vlasenko
2021-10-05tls: optimize sp_256_mul_8 in P256Denys Vlasenko
2021-10-05tls: replace "26-bit" P256 code with 32-bit one.Denys Vlasenko
2021-10-05tls: fix the case of sp_256_mont_tpl_10() leaving striay high bitsDenys Vlasenko
2021-10-05tls: fix (what looks like) a rare corner case bug in P256Denys Vlasenko
2021-10-05tls: remove one overzealous debugging statementDenys Vlasenko
2021-10-05tls: add debugging scaffolding to P256 codeDenys Vlasenko
2021-10-05tls: another P256 code shrinkDenys Vlasenko
2021-10-05tls: P256 code shrinkDenys Vlasenko
2021-10-01tls: "server cert is not RSA" is a fatal errorDenys Vlasenko
2021-10-01wget: implement --post-fileRon Yorston
2021-10-01tls: add scaffolding to selectively disable ciphers. no code changesDenys Vlasenko
2021-10-01tls: code shrink P256 codeDenys Vlasenko
2021-09-30tls: remove unused defineDenys Vlasenko
2021-09-28less: Ignore -XIsmael Luceno
2021-09-28ash: fix compile breakage in !ENABLE_ASH_ALIAS configDenys Vlasenko
2021-09-28libbb: code shrink in main() and scripted_main()Denys Vlasenko
2021-09-26shell: fix parsing of $(( (v)++ + NUM ))Denys Vlasenko
2021-09-25shell: enable more tests which are passing nowDenys Vlasenko
2021-09-25shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko
2021-09-25libbb/lineedit: tweak #if indenting, no code changesDenys Vlasenko
2021-09-21cal: implement -mRon Yorston
2021-09-18libbb: code shrink parse_datestr (again)Ron Yorston
2021-09-17libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completionDenys Vlasenko
2021-09-17libbb: clarify what bb_mode_string() generatesDenys Vlasenko
2021-09-17libbb: ensure mode_string is NUL terminatedRon Yorston
2021-09-17libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko
2021-09-17libbb: code shrink bb_parse_modeDenys Vlasenko
2021-09-17chmod: correctly report changed modesDenys Vlasenko
2021-09-17date,touch: allow timezone offsets in datesRon Yorston
2021-09-16getopt: code shrinkRon Yorston
2021-09-15ash: introduce bash-like $FUNCNAMEDenys Vlasenko
2021-09-15libbb: code shrink parse_datestrRon Yorston
2021-09-14ash: let ignoreeof only affect interactive shellsRon Yorston
2021-09-14ash: stopped jobs should only prevent exit from interactive shellRon Yorston