aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tls: simplify array manipulations in sp_256_ecc_mulmod_10Denys Vlasenko2021-04-261-18/+17
* tls: get rid of address obfuscation trick in P256Denys Vlasenko2021-04-261-10/+2
* tls: simplify sp_256_ecc_gen_k_10, cosmetic changesDenys Vlasenko2021-04-262-138/+52
* tls: make x25519 key generation code more similar to P256Denys Vlasenko2021-04-264-44/+51
* tls: implement secp256r1 elliptic curve (aka P256)Denys Vlasenko2021-04-264-36/+1126
* inetd: deinline machtime() - gcc gets it wrongDenys Vlasenko2021-04-241-1/+1
* tls: "server did not provide EC key" is fatalDenys Vlasenko2021-04-241-1/+1
* libbb.h: inline byteswapsDenys Vlasenko2021-04-243-1/+24
* tls: make constant basepoint9[32] array 8-byte alignedDenys Vlasenko2021-04-221-1/+1
* gcc-version.sh: fix for "invalid number" message during Android NDK buildsChris Renshaw2021-04-221-2/+2
* tls: further reduce register pressure in i386 assemblyDenys Vlasenko2021-04-201-3/+3
* tls: reduce register pressure in i386 assembly (helps Android to compile)Denys Vlasenko2021-04-201-0/+24
* vi: make de-indentation with ctrl-D more like vimRon Yorston2021-04-201-9/+21
* vi: add expandtab optionRon Yorston2021-04-201-17/+47
* gcc-version.sh: Cygwin fixDenys Vlasenko2021-04-181-1/+1
* vi: move undo_queue_state in globals to other byte-sized membersDenys Vlasenko2021-04-151-13/+14
* vi: allow line addresses to have an offsetRon Yorston2021-04-151-46/+72
* vi: allow backward search to specify line addressRon Yorston2021-04-151-7/+14
* vi: detect and warn about invalid line addressesRon Yorston2021-04-151-8/+14
* vi: code shrink colon line addressesRon Yorston2021-04-151-27/+28
* vi: make context marks more like viRon Yorston2021-04-151-18/+12
* vi: correct autoindent for 'O' commandRon Yorston2021-04-151-12/+29
* vi: allow ctrl-D to reduce indentationRon Yorston2021-04-151-2/+14
* vi: don't move cursor when yanking whole linesRon Yorston2021-04-151-0/+6
* vi: reset command count when specifying '0' rangeRon Yorston2021-04-151-5/+10
* vi: code shrink motion by paragraphRon Yorston2021-04-151-12/+15
* vi: position cursor on last column of tabRon Yorston2021-04-151-12/+9
* vi: correctly record deleted charactersRon Yorston2021-04-151-17/+22
* platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko2021-04-142-0/+11
* unzip: add -tDenys Vlasenko2021-04-141-3/+9
* unzip: fix for .zip archives with >4GB fileDenys Vlasenko2021-04-141-2/+20
* fix "warning array subscript has type 'char'"Denys Vlasenko2021-04-147-22/+22
* Makefile.flags: add a test for -lrt availabilityDenys Vlasenko2021-04-141-5/+8
* echo: fix !ENABLE_FEATURE_FANCY_ECHO buildDenys Vlasenko2021-04-141-1/+1
* fix gcc-11.0 warningsDenys Vlasenko2021-04-144-4/+4
* *: --help text tweaksDenys Vlasenko2021-04-1416-21/+21
* touch: shorten --help textDenys Vlasenko2021-04-141-1/+1
* touch: code shrinkDenys Vlasenko2021-04-141-6/+4
* touch: fix -amDenys Vlasenko2021-04-141-5/+8
* dd: support iflag=count_bytesRafał Miłecki2021-04-132-18/+33
* vi: allow writing to another file if this one is readonlyAlison Winters2021-04-131-1/+1
* build system: avoid build failure during bisectionRon Yorston2021-04-131-1/+1
* hush: beautify ^D handling to match ash / bashDenys Vlasenko2021-04-131-0/+2
* watchdog: make open-write-close-open functionality a config knobRasmus Villemoes2021-04-131-5/+21
* touch: fix previous commitDenys Vlasenko2021-04-131-1/+1
* touch: make FEATURE_TOUCH_NODEREF unconditionalDenys Vlasenko2021-04-131-18/+9
* touch: code shrinkDenys Vlasenko2021-04-131-4/+4
* touch: code shrinkDenys Vlasenko2021-04-131-23/+17
* touch: prevent usage of -r and -t at onceXabier Oneca2021-04-131-7/+11
* touch: switch to using utimensat() and futimens()Denys Vlasenko2021-04-131-41/+16