aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext...Denys Vlasenko2019-10-251-1/+1
* Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko2019-10-244-35/+9
* shell: better comments in BASE#nn codeDenys Vlasenko2019-10-221-10/+14
* shell/ulimit: code shrinkDenys Vlasenko2019-10-211-18/+59
* gunzip: code shrink by using int-, not short-sized struct memberDenys Vlasenko2019-10-201-1/+2
* gzip: code shrinkDenys Vlasenko2019-10-191-29/+26
* gzip: code shrinkDenys Vlasenko2019-10-191-27/+26
* telnet: add disabled code to emit EC and IPDenys Vlasenko2019-10-181-0/+12
* brctl: code shrinkDenys Vlasenko2019-10-151-3/+4
* config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMESJames Byrne2019-10-141-2/+3
* brctl: tweak help text, fix commentsDenys Vlasenko2019-10-121-5/+5
* brctl: fold show_bridge_ports_ into its callerDenys Vlasenko2019-10-121-165/+153
* brctl: code shrinkDenys Vlasenko2019-10-121-32/+28
* brctl: add support for showstp commandMartin Lewis2019-10-111-3/+215
* dpkg-deb: work around bogus error message when working with XZ compressed pac...Denys Vlasenko2019-10-113-7/+28
* replace: count_strstr - Handle an edge case where sub is emptyMartin Lewis2019-10-091-0/+4
* libbb: Converted safe_read to safe_write formatMartin Lewis2019-10-091-2/+10
* runsv: Use 64 prefix syscall if we have toAlistair Francis2019-10-081-0/+7
* time: Use 64 prefix syscall if we have toAlistair Francis2019-10-081-0/+7
* date: Use 64 prefix syscall if we have toAlistair Francis2019-10-081-2/+9
* udhcpc: fix segmentation fault on empty bin optMichal Kazior2019-10-081-1/+1
* brctl: add support for showmacs commandMartin Lewis2019-10-081-19/+92
* ln: --no-target-directory implies --no-dereferenceKaarle Ritvanen2019-10-081-4/+21
* route: fix output of "route -n -A inet6"Tomas Paukrt2019-10-081-0/+1
* tee: do not intercept SIGPIPEDenys Vlasenko2019-10-071-4/+20
* fdisk_aix: fix aliasing warning, comment out unused global variablesDenys Vlasenko2019-10-042-23/+23
* fdisk: avoid overflow in "mega/gigabytes" calculation, code shrinkDenys Vlasenko2019-10-044-34/+29
* telnet: fix uninitialized variable bugDenys Vlasenko2019-09-251-1/+1
* udhcpc6: add ELAPSED_TIME option to outgoing packetsDenys Vlasenko2019-09-243-5/+21
* ash: fix BASE###nn bashism for bases 36..64Denys Vlasenko2019-09-221-3/+21
* ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9Denys Vlasenko2019-09-221-2/+9
* bc: Add 'U' suffix in UINT_MAX preprocessor checkKang-Che Sung2019-09-121-2/+2
* wget: increase redirections limitDavid Demelier2019-09-121-1/+1
* examples/udhcp/simple.script: print the filename actually changedRolf Eike Beer2019-09-121-1/+1
* find: implement -emptyAaro Koskinen2019-09-121-0/+44
* gzip: code shrinkDenys Vlasenko2019-09-061-44/+44
* examples/udhcp/simple.script: up interface on deconfig eventDenys Vlasenko2019-09-051-1/+2
* ash: add a FIXME commentDenys Vlasenko2019-09-051-1/+7
* hush: fix "set -o INVALID" affecting -e flag stateDenys Vlasenko2019-09-051-11/+9
* gzip: code shrinkDenys Vlasenko2019-09-051-9/+9
* gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=nDaniel Edgecumbe2019-09-051-6/+6
* gzip: set compression flags correctly as per standardDaniel Edgecumbe2019-09-051-8/+18
* gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6Daniel Edgecumbe2019-09-051-1/+1
* dc: Parse error & fix out of bounds read in xc_program_printStringBrian Foley2019-09-052-2/+24
* dc: Fix segfault when executing strings generated using asciifyBrian Foley2019-09-052-2/+13
* dc: execute shouldn't pop if stack head is not a stringBrian Foley2019-09-052-1/+12
* udhcpc6: support stateless DHCPv6Eivind Versvik2019-08-241-9/+72
* top: do not use previous colleced data wheh "h" toggles threads displayDenys Vlasenko2019-08-111-1/+4
* udhcpc6: s/iphdr/ip6_hdr/Denys Vlasenko2019-08-091-1/+1
* nmeter: do not clamp down %Nc to minimum of 10 (think nmeter "%`nproc`c")Denys Vlasenko2019-08-061-5/+5