aboutsummaryrefslogtreecommitdiff
path: root/modutils (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-25suppress a few "unused function" warningsDenys Vlasenko4-5/+6
2019-10-25netstat: suppress a warning (conversion from 'int' to 'smallint' changes value)Denys Vlasenko1-1/+1
2019-10-25Makefile.flags: suppress some clang-9 warningsDenys Vlasenko1-3/+22
2019-10-25clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko5-7/+27
2019-10-25tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext...Denys Vlasenko1-1/+1
2019-10-24Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko4-35/+9
2019-10-22shell: better comments in BASE#nn codeDenys Vlasenko1-10/+14
2019-10-21shell/ulimit: code shrinkDenys Vlasenko1-18/+59
2019-10-20gunzip: code shrink by using int-, not short-sized struct memberDenys Vlasenko1-1/+2
2019-10-19gzip: code shrinkDenys Vlasenko1-29/+26
2019-10-19gzip: code shrinkDenys Vlasenko1-27/+26
2019-10-18telnet: add disabled code to emit EC and IPDenys Vlasenko1-0/+12
2019-10-15brctl: code shrinkDenys Vlasenko1-3/+4
2019-10-14config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMESJames Byrne1-2/+3
2019-10-12brctl: tweak help text, fix commentsDenys Vlasenko1-5/+5
2019-10-12brctl: fold show_bridge_ports_ into its callerDenys Vlasenko1-165/+153
2019-10-12brctl: code shrinkDenys Vlasenko1-32/+28
2019-10-11brctl: add support for showstp commandMartin Lewis1-3/+215
2019-10-11dpkg-deb: work around bogus error message when working with XZ compressed pac...Denys Vlasenko3-7/+28
2019-10-09replace: count_strstr - Handle an edge case where sub is emptyMartin Lewis1-0/+4
2019-10-09libbb: Converted safe_read to safe_write formatMartin Lewis1-2/+10
2019-10-08runsv: Use 64 prefix syscall if we have toAlistair Francis1-0/+7
2019-10-08time: Use 64 prefix syscall if we have toAlistair Francis1-0/+7
2019-10-08date: Use 64 prefix syscall if we have toAlistair Francis1-2/+9
2019-10-08udhcpc: fix segmentation fault on empty bin optMichal Kazior1-1/+1
2019-10-08brctl: add support for showmacs commandMartin Lewis1-19/+92
2019-10-08ln: --no-target-directory implies --no-dereferenceKaarle Ritvanen1-4/+21
2019-10-08route: fix output of "route -n -A inet6"Tomas Paukrt1-0/+1
2019-10-07tee: do not intercept SIGPIPEDenys Vlasenko1-4/+20
2019-10-04fdisk_aix: fix aliasing warning, comment out unused global variablesDenys Vlasenko2-23/+23
2019-10-04fdisk: avoid overflow in "mega/gigabytes" calculation, code shrinkDenys Vlasenko4-34/+29
2019-09-25telnet: fix uninitialized variable bugDenys Vlasenko1-1/+1
2019-09-24udhcpc6: add ELAPSED_TIME option to outgoing packetsDenys Vlasenko3-5/+21
2019-09-22ash: fix BASE###nn bashism for bases 36..64Denys Vlasenko1-3/+21
2019-09-22ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9Denys Vlasenko1-2/+9
2019-09-12bc: Add 'U' suffix in UINT_MAX preprocessor checkKang-Che Sung1-2/+2
2019-09-12wget: increase redirections limitDavid Demelier1-1/+1
2019-09-12examples/udhcp/simple.script: print the filename actually changedRolf Eike Beer1-1/+1
2019-09-12find: implement -emptyAaro Koskinen1-0/+44
2019-09-06gzip: code shrinkDenys Vlasenko1-44/+44
2019-09-05examples/udhcp/simple.script: up interface on deconfig eventDenys Vlasenko1-1/+2
2019-09-05ash: add a FIXME commentDenys Vlasenko1-1/+7
2019-09-05hush: fix "set -o INVALID" affecting -e flag stateDenys Vlasenko1-11/+9
2019-09-05gzip: code shrinkDenys Vlasenko1-9/+9
2019-09-05gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=nDaniel Edgecumbe1-6/+6
2019-09-05gzip: set compression flags correctly as per standardDaniel Edgecumbe1-8/+18
2019-09-05gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6Daniel Edgecumbe1-1/+1
2019-09-05dc: Parse error & fix out of bounds read in xc_program_printStringBrian Foley2-2/+24
2019-09-05dc: Fix segfault when executing strings generated using asciifyBrian Foley2-2/+13
2019-09-05dc: execute shouldn't pop if stack head is not a stringBrian Foley2-1/+12