- 565af23 ftpd: switch to mallced "globals" by Denys Vlasenko · 7 years ago
- 2598915 gunzip: fix from gzip-1.3.12 for gzip file with all zero length codes by Denys Vlasenko · 7 years ago
- 0e60a36 bzip2: move runningOrder[] back to stack - 256 bytes is not much by Denys Vlasenko · 7 years ago
- 86be6d5 bzip2: move ->origPtr out of struct EState, make a few members smaller by Denys Vlasenko · 7 years ago
- c9ae8d7 bzip2: pass sorting params through EState* pointer by Denys Vlasenko · 7 years ago
- 10f5165 gzip2: small simplification in mainSimpleSort() by Denys Vlasenko · 7 years ago
- 0599a13 bzip2: a few more locals converted to generic types by Denys Vlasenko · 7 years ago
- 8e31412 bzip2: eliminate one parameter to mainQSort3() by Denys Vlasenko · 7 years ago
- 9431bdd bzip2: small simplification in mainSort() by Denys Vlasenko · 7 years ago
- fe1bab4 bzip2: convert some locals to unsigned's by Denys Vlasenko · 7 years ago
- c364d32 bzip2: runningOrder[] values are always 0..255, make it uint8 by Denys Vlasenko · 7 years ago
- df23f55 bzip2: remove redundant clearing of an alredy unset bit by Denys Vlasenko · 7 years ago
- 524fa29 bzip2: eliminate write-only local numQSorted by Denys Vlasenko · 7 years ago
- 2109fce bzip2: make locals in mainSort() saner, convert one of them from uint16 to unsigned by Denys Vlasenko · 7 years ago
- aaa3818 bzip2: remove redundant loop termination check in mainSort() by Denys Vlasenko · 7 years ago
- e59e5ff bzip2: reduce indentation, no code changes by Denys Vlasenko · 7 years ago
- 9e5662e bzip2: reuse zPend processing code by Denys Vlasenko · 7 years ago
- 2cfe10a bzip2: shrink makeMaps_e() by Denys Vlasenko · 7 years ago
- 1cbcb02 bzip2: optimize zPend variable code by Denys Vlasenko · 7 years ago
- fc228b4 bzip2: have two separate "store bit 0" and "store bit 1" functions by Denys Vlasenko · 7 years ago
- feafb34 bzip2: ~1% speedup by special-casing "store 1 bit" function by Denys Vlasenko · 7 years ago
- 982c44d bzip2: rewrite bit of code which depends on integer overflow by Denys Vlasenko · 7 years ago
- 83dd4ff bzip2: delete write-only fave[] array by Denys Vlasenko · 7 years ago
- 3a2c97b bgip2: fewer specifically-sized [u]int32_t's locals in sendMTFValues by Denys Vlasenko · 7 years ago
- 359230d bzip2: code shrink by Denys Vlasenko · 7 years ago
- e594fb2 bzip2: code shrink by Denys Vlasenko · 7 years ago
- 125c3ff bzip2: code shrink by Denys Vlasenko · 7 years ago
- da49e70 cksum: code shrink by Denys Vlasenko · 7 years ago
- ddacb03 libbb: commonalize a bit of little-endian CRC32 table generation code by Denys Vlasenko · 7 years ago
- 0607649 udhcpd: use ptr_to_globals for its lone global data (g_leases) by Denys Vlasenko · 7 years ago
- d15d7a0 cp: implement -T by Aaro Koskinen · 7 years ago
- d6f0f03 libarchive: move bbunpack constants to bb_archive.h by Denys Vlasenko · 7 years ago
- 99ac175 lzop: code shrink by Denys Vlasenko · 7 years ago
- 97058d0 unlzop: fix --help: it has -U instead of -k by Denys Vlasenko · 7 years ago
- 1b8ac93 bzip2: code shrink, stop using global data variable by Denys Vlasenko · 7 years ago
- 54a174e gzip: "compressed_len" is unused, stop wasting code and time calculating it by Denys Vlasenko · 7 years ago
- a142926 gzip: remove unnecessary forward declarations, no code changes by Denys Vlasenko · 7 years ago
- 919bc9d gzip: flush output buffer after stored blocks only if necessary by Denys Vlasenko · 7 years ago
- f21ebee gzip: flush output buffer after stored blocks, they are not 32-bit aligned by Denys Vlasenko · 7 years ago
- ba63d70 gzip: make debugging of bits_sent less ugly, no code changes by Denys Vlasenko · 7 years ago
- 26eea71 gzip: code shrink by Denys Vlasenko · 7 years ago
- 0525198 gzip: code shrink by Denys Vlasenko · 7 years ago
- 8fd35a1 gzip: code shrink by Denys Vlasenko · 7 years ago
- 468731a gzip: code shrink and speedup by Denys Vlasenko · 7 years ago
- 631c168 gzip: optionally faster put_32bit() by Denys Vlasenko · 7 years ago
- b7dfbbc gzip: speed up send_bits() by Denys Vlasenko · 7 years ago
- d7500f8 gzip: use "unsigned" type for bit fields and bit counts by Denys Vlasenko · 7 years ago
- 6ba6a6f gzip: use wider (32-bit, not 16) bi_buf by Denys Vlasenko · 7 years ago
- e4c4e6d gzip: code shrink by Denys Vlasenko · 7 years ago
- 9c499a5 gzip: code shrink by Denys Vlasenko · 7 years ago
- c6d2a26 gzip: code shrink (consolidate zeroing on reinit) by Denys Vlasenko · 7 years ago
- 749575d hush: protect against self-modifying trap code by Denys Vlasenko · 7 years ago
- 6f9442f ash: make it possible to disable "const global ptr" optimization by Denys Vlasenko · 7 years ago
- f19e3c1 shell: handle $((NUM++...) like bash does. Closes 10706 by Denys Vlasenko · 7 years ago
- 675d24a ash: add LINENO support by Denys Vlasenko · 7 years ago
- 54c2111 hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ash by Denys Vlasenko · 7 years ago
- f7e0fea hush: fix dot builtin to not search current directory by Denys Vlasenko · 7 years ago
- bb373db tar: accomodate non-terminated tar.chksum fields as seen from github.com by Denys Vlasenko · 7 years ago
- 01f7b9e ash: introduce a config option to search current directory for sourced files by Denys Vlasenko · 7 years ago
- e503962 gzip: fix debug code. Closes 10681 by Denys Vlasenko · 7 years ago
- 77a6678 dd: add 'fullblock' iflag by Nicholas Clark · 7 years ago
- 043be55 ash testsuite: add two hush tests from last commit by Denys Vlasenko · 7 years ago
- cba79a8 hush: fix two corner cases in ${v/pattern/repl}. Closes 10686 by Denys Vlasenko · 7 years ago
- 0ca3198 hush: fix handling of $_ (so far it's an ordinary variable, no special meaning) by Denys Vlasenko · 7 years ago
- a497231 chrt: code shrink by Denys Vlasenko · 7 years ago
- d8fd88a ash: add support for command_not_found_handle hook function (bashism) by William Pitcock · 7 years ago
- 14bc965 less: fix help text conditional for -R by Denys Vlasenko · 7 years ago
- 30b290f udhcpc6: additional fix for ppp interface type by Denys Vlasenko · 7 years ago
- 66ad9be chrt: use correct min/max priorities by Denys Vlasenko · 7 years ago
- 0f6e435 chrt: add support for SCHED_IDLE by Povilas Kanapickas · 7 years ago
- 1616fb8 chrt: add support for SCHED_BATCH by Povilas Kanapickas · 7 years ago
- 2b9a45b od_bloaty: fix debug code by Denys Vlasenko · 7 years ago
- 8528d3d less: optional support of -R by Denys Vlasenko · 7 years ago
- e411cd0 volume_id: add LittleFS detection by Sven-Göran Bergh · 7 years ago
- f6dd9e0 udhcpc6: fix for ppp interface type by Denys Vlasenko · 7 years ago
- 46f839c hush: fix a case where EXIT trap may modify its code mid-flight by Denys Vlasenko · 7 years ago
- b8d076b hush: fix build if !BASH_LINENO_VAR by Denys Vlasenko · 7 years ago
- 6aad1dd hush: implement $LINENO bashism by Denys Vlasenko · 7 years ago
- 7c44b60 udhcpc[6]: remove overzealous timeout clamping code by Denys Vlasenko · 7 years ago
- 64211ce udhcpc6: --help fixes by Denys Vlasenko · 7 years ago
- 438c72e udhcpc6: show only short opts in --help text by Denys Vlasenko · 7 years ago
- 6e9e6d8 udhcpc6: fix lease time staying very small because -d was not specified by Denys Vlasenko · 7 years ago
- 14f1320 udhcpc6: code shrink by Denys Vlasenko · 7 years ago
- ef5207f udhcpc6: add support of prefix delegation by Denys Vlasenko · 7 years ago
- 1e8d79b udhcpc6: preparatory patch, no code changes by Denys Vlasenko · 7 years ago
- 688cb3b udhcpc6: fix ipv6prefix[_lease] envvar value in script invocation by Denys Vlasenko · 7 years ago
- 1750d3a ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=y by Denys Vlasenko · 7 years ago
- cefdd4b popmaildir: tweak help text by Denys Vlasenko · 7 years ago
- c4144ca renice: add comment about getpwnam/NOFORK interaction by Denys Vlasenko · 7 years ago
- 9967978 renice: use BUILD_BUG_ON() by Denys Vlasenko · 7 years ago
- 6f1c942 NOFORK_NOEXEC.sh: a script to find "interesting" applets by Denys Vlasenko · 7 years ago
- 88663e4 mv: make it NOEXEC by Denys Vlasenko · 7 years ago
- cbdc37c cal: make it NOEXEC by Denys Vlasenko · 7 years ago
- 586f1ee nandwrite: cope with old headers which have no MTD_FILE_MODE_RAW by Denys Vlasenko · 7 years ago
- 36495af size_single_applets.sh: fix a bug which mishandles e.g. "udhcpc6" name by Denys Vlasenko · 7 years ago
- 38da4c4 config: add size estimations for a few applets by Denys Vlasenko · 7 years ago
- 12714ff tc: fix single-applet build by Denys Vlasenko · 7 years ago
- aea52e7 shell: echo ${?:0} was fixed sometime ago, enable it in tests by Denys Vlasenko · 7 years ago
- 9809a82 hush: fix raw ^C handlisg in single-quoted strings by Denys Vlasenko · 7 years ago
- 6606c51 hush: add command2.tests from ash tests by Denys Vlasenko · 7 years ago