- 166363f tls: get rid of address obfuscation trick in P256 by Denys Vlasenko · 3 years, 9 months ago
- 074b33b tls: simplify sp_256_ecc_gen_k_10, cosmetic changes by Denys Vlasenko · 3 years, 9 months ago
- 6b69ab6 tls: make x25519 key generation code more similar to P256 by Denys Vlasenko · 3 years, 9 months ago
- f18a1fd tls: implement secp256r1 elliptic curve (aka P256) by Denys Vlasenko · 3 years, 9 months ago
- 121b02d inetd: deinline machtime() - gcc gets it wrong by Denys Vlasenko · 3 years, 9 months ago
- 6ca3607 tls: "server did not provide EC key" is fatal by Denys Vlasenko · 3 years, 9 months ago
- d005c9f libbb.h: inline byteswaps by Denys Vlasenko · 3 years, 9 months ago
- 972e298 tls: make constant basepoint9[32] array 8-byte aligned by Denys Vlasenko · 3 years, 9 months ago
- 6c6470b gcc-version.sh: fix for "invalid number" message during Android NDK builds by Chris Renshaw · 3 years, 9 months ago
- 20b2240 tls: further reduce register pressure in i386 assembly by Denys Vlasenko · 3 years, 9 months ago
- 21367b2 tls: reduce register pressure in i386 assembly (helps Android to compile) by Denys Vlasenko · 3 years, 9 months ago
- f277c9e vi: make de-indentation with ctrl-D more like vim by Ron Yorston · 3 years, 9 months ago
- 310ef23 vi: add expandtab option by Ron Yorston · 3 years, 9 months ago
- d9136ef gcc-version.sh: Cygwin fix by Denys Vlasenko · 3 years, 9 months ago
- b65e7f6 vi: move undo_queue_state in globals to other byte-sized members by Denys Vlasenko · 3 years, 9 months ago
- f227726 vi: allow line addresses to have an offset by Ron Yorston · 3 years, 9 months ago
- 47f7891 vi: allow backward search to specify line address by Ron Yorston · 3 years, 9 months ago
- d488def vi: detect and warn about invalid line addresses by Ron Yorston · 3 years, 9 months ago
- 5d1bb58 vi: code shrink colon line addresses by Ron Yorston · 3 years, 9 months ago
- 74d565f vi: make context marks more like vi by Ron Yorston · 3 years, 9 months ago
- 47c3eaa vi: correct autoindent for 'O' command by Ron Yorston · 3 years, 9 months ago
- ac6495f vi: allow ctrl-D to reduce indentation by Ron Yorston · 3 years, 9 months ago
- d6e653d vi: don't move cursor when yanking whole lines by Ron Yorston · 3 years, 9 months ago
- 38ae0f3 vi: reset command count when specifying '0' range by Ron Yorston · 3 years, 9 months ago
- 033fa3d vi: code shrink motion by paragraph by Ron Yorston · 3 years, 9 months ago
- d9d1989 vi: position cursor on last column of tab by Ron Yorston · 3 years, 9 months ago
- 9b2a389 vi: correctly record deleted characters by Ron Yorston · 3 years, 9 months ago
- c0943ac platform.h: fix for Bionic >= 21 not having wait3() by Denys Vlasenko · 3 years, 9 months ago
- cca4c9f unzip: add -t by Denys Vlasenko · 3 years, 9 months ago
- afc766f unzip: fix for .zip archives with >4GB file by Denys Vlasenko · 3 years, 9 months ago
- 1a45b2c fix "warning array subscript has type 'char'" by Denys Vlasenko · 3 years, 9 months ago
- eb1b290 Makefile.flags: add a test for -lrt availability by Denys Vlasenko · 3 years, 9 months ago
- 7c813fb echo: fix !ENABLE_FEATURE_FANCY_ECHO build by Denys Vlasenko · 3 years, 9 months ago
- fe2d806 fix gcc-11.0 warnings by Denys Vlasenko · 3 years, 9 months ago
- ba9f9c2 *: --help text tweaks by Denys Vlasenko · 3 years, 9 months ago
- 93f1255 touch: shorten --help text by Denys Vlasenko · 3 years, 9 months ago
- d156bcf touch: code shrink by Denys Vlasenko · 3 years, 9 months ago
- fe9507f touch: fix -am by Denys Vlasenko · 3 years, 9 months ago
- 4eb46e1 dd: support iflag=count_bytes by Rafał Miłecki · 3 years, 10 months ago
- 7b5cbfd vi: allow writing to another file if this one is readonly by Alison Winters · 3 years, 9 months ago
- 27c1bc8 build system: avoid build failure during bisection by Ron Yorston · 3 years, 9 months ago
- f0c0c56 hush: beautify ^D handling to match ash / bash by Denys Vlasenko · 3 years, 9 months ago
- 50a3745 watchdog: make open-write-close-open functionality a config knob by Rasmus Villemoes · 3 years, 9 months ago
- 9c210f0 touch: fix previous commit by Denys Vlasenko · 3 years, 9 months ago
- 6b6ff80 touch: make FEATURE_TOUCH_NODEREF unconditional by Denys Vlasenko · 3 years, 9 months ago
- 3630054 touch: code shrink by Denys Vlasenko · 3 years, 9 months ago
- 6f63a2b touch: code shrink by Denys Vlasenko · 3 years, 9 months ago
- e3c6a09 touch: prevent usage of -r and -t at once by Xabier Oneca · 3 years, 9 months ago
- 79c92db touch: switch to using utimensat() and futimens() by Denys Vlasenko · 3 years, 9 months ago
- 1a18126 touch: unbreak -h by Denys Vlasenko · 3 years, 9 months ago
- 7ec2544 touch: remove unneeded GETOPT32 defines by Xabier Oneca · 3 years, 9 months ago
- de1a49c touch: fix atime set from reference file by Xabier Oneca · 3 years, 9 months ago
- 520bb3e touch: add SUSv3 options -a and -m by Xabier Oneca · 3 years, 9 months ago
- 7323bca lineedit: fix tab completion with equal sign by Natanael Copa · 3 years, 9 months ago
- f4a9908 vi: improvements to reporting of changes by Ron Yorston · 3 years, 9 months ago
- 99fb5f2 vi: issue a warning on failure to find a character by Ron Yorston · 3 years, 9 months ago
- 6220b4d vi: make the substitute command more like vi by Ron Yorston · 3 years, 9 months ago
- 951c6de vi: make put commands more like vi by Ron Yorston · 3 years, 9 months ago
- a544502 vi: allow the '.' command to have a repetition count by Ron Yorston · 3 years, 9 months ago
- fe76569 vi: allow 'r' command to be aborted, repeated by Ron Yorston · 3 years, 9 months ago
- b18c7bf vi: improvements to undo by Ron Yorston · 3 years, 9 months ago
- e577afc vi: more fixes to range selection by word by Ron Yorston · 3 years, 9 months ago
- b7b1119 vi: improvements to range selection by Ron Yorston · 3 years, 9 months ago
- 7ce0e75 vi: code shrink search commands by Ron Yorston · 3 years, 9 months ago
- 9f017d9 vi: changes to option handling by Ron Yorston · 3 years, 9 months ago
- 24198f6 vi: deal with invalid movements in shift commands by Ron Yorston · 3 years, 9 months ago
- a25b4c2 vi: code shrink by Ron Yorston · 3 years, 10 months ago
- d56da68 vi: improve operations involving paragraph movement by Ron Yorston · 3 years, 10 months ago
- 8b571bd vi: improve motion by paragraph by Ron Yorston · 3 years, 10 months ago
- d3b7482 vi: allow repetition count for paragraph motion by Ron Yorston · 3 years, 10 months ago
- 1e84daf vi: allow motion count for change/delete/yank/shift by Ron Yorston · 3 years, 10 months ago
- d4c4603 vi: support more commands for range selection by Ron Yorston · 3 years, 10 months ago
- 15f4ac3 vi: improvements to character search within line by Ron Yorston · 3 years, 10 months ago
- 50a2db7 vi: remember cursor column during vertical motion by Ron Yorston · 3 years, 10 months ago
- 18871c3 vi: 'G'/'M' commands move to first visible character by Ron Yorston · 3 years, 10 months ago
- 5ae25f4 vi: don't overwrite existing file by Ron Yorston · 3 years, 10 months ago
- 25d2592 vi: make buffer handling more vi-like by Ron Yorston · 3 years, 10 months ago
- 776b56d vi: code shrink by Ron Yorston · 3 years, 10 months ago
- 7b4c227 vi: fix word operations across line boundaries by Ron Yorston · 3 years, 10 months ago
- 1195782 ntpd: code shrink (force not-inlining, stop returning structs) by Denys Vlasenko · 3 years, 10 months ago
- c2bd0b6 timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators by Denys Vlasenko · 3 years, 10 months ago
- 14ed4ec resume: write offset in /sys/power/resume_offset by Denys Vlasenko · 3 years, 10 months ago
- 2a2ca93 login: implement LOGIN_TIMEOUT by Denys Vlasenko · 3 years, 10 months ago
- fe78d70 udhcpc: ignore zero-length DHCP options, take 2 by Denys Vlasenko · 3 years, 10 months ago
- 1c461df udhcpc: ignore zero-length DHCP options by Russell Senior · 3 years, 10 months ago
- f26e563 echo: special case "echo --help": it should not show help text by Denys Vlasenko · 3 years, 10 months ago
- f25d254 decompress_gunzip: Fix DoS if gzip is corrupt by Samuel Sapalski · 3 years, 10 months ago
- cbfdeba hush: make LINENO selectable without BASH-COMPAT by Denys Vlasenko · 3 years, 10 months ago
- b6e6c83 wget: new option FEATURE_WGET_FTP to enable/disable FTP by Sergey Ponomarev · 4 years ago
- 0b25e81 bloat-o-meter: avoid double counting by Ron Yorston · 3 years, 10 months ago
- 307cd26 start-stop-daemon: explain -x + -a test by Denys Vlasenko · 3 years, 10 months ago
- 2d48d9b ntpd: tweak comments by Denys Vlasenko · 3 years, 10 months ago
- 2d6c175 ntpd: decrease INITIAL_SAMPLES from 4 to 3 by Denys Vlasenko · 3 years, 10 months ago
- 70ee233 vi: code shrink by Denys Vlasenko · 3 years, 10 months ago
- 63d9da3 vi: restore 0 offset after :set noXXX command by Alison Winters · 3 years, 11 months ago
- 9b6bcfd bc: typo fix in comment by Denys Vlasenko · 3 years, 11 months ago
- 9037757 dc: more docs in --help by Denys Vlasenko · 3 years, 11 months ago
- 1a37aa7 dc: document what non-GNU commands do by Denys Vlasenko · 3 years, 11 months ago
- ace81cd bc/dc: fix length(0) and length(0.000nnn) result by Denys Vlasenko · 3 years, 11 months ago
- 3d88cc1 dc: correct --help text by Denys Vlasenko · 3 years, 11 months ago