aboutsummaryrefslogtreecommitdiff
path: root/testsuite/ls (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-02Revert "libbb: remove unnecessary variable in xmalloc_fgets"Denys Vlasenko1-1/+3
2018-07-31Bump version to 1.29.21_29_2Denys Vlasenko1-1/+1
2018-07-30fdisk: sync up with some util-linux 2.31 behaviorDenys Vlasenko3-48/+46
2018-07-30fdisk: use strtoul[l] instead of atoi, closes 11176Denys Vlasenko2-4/+7
2018-07-30gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171Denys Vlasenko1-6/+6
2018-07-30hexedit: fixes for redraw and down movement causing SEGV on attempt to accessDenys Vlasenko1-1/+4
2018-07-15Bump version to 1.29.11_29_1Denys Vlasenko1-1/+1
2018-07-15sendmail: fix parsing of addresses in angle bracketsRaffaello D. Di Napoli1-1/+1
2018-07-15wget: fix fetching of https URLs without http proxyDenys Vlasenko1-0/+1
2018-07-01Bump version to 1.29.01_29_0Denys Vlasenko1-1/+1
2018-06-28testsuite/mount.tests: fix false positiveDenys Vlasenko2-0/+6
2018-06-27vi: placate "warning: variable orig_buf set but not used"Denys Vlasenko1-25/+31
2018-06-27testsuite/pidof.tests: fix false positive take 2Denys Vlasenko1-0/+5
2018-06-27vi: placate "warning: statement with no effect"Denys Vlasenko1-1/+4
2018-06-27nslookup: placate "warning: unused variable i"Denys Vlasenko1-1/+1
2018-06-27testsuite/tar.tests: fix false positiveDenys Vlasenko1-0/+2
2018-06-27testsuite/pidof.tests: fix false positiveDenys Vlasenko1-0/+2
2018-06-27testsuite/bzcat.tests: fix false positive take 2Denys Vlasenko1-5/+6
2018-06-27testsuite/unexpand/unexpand-works-like-GNU: fix false positiveDenys Vlasenko1-0/+4
2018-06-27testsuite/bzcat.tests: fix false positiveDenys Vlasenko1-3/+7
2018-06-27testsuite/tar.tests: fix false positiveDenys Vlasenko1-1/+1
2018-06-27testsuite/cat.tests: fix false positiveDenys Vlasenko1-0/+4
2018-06-27libbb: crypt() in newer glibc requires include <crypt.h>Denys Vlasenko1-0/+1
2018-06-26hush: unset_local_var_len is only used by unset_local_varDenys Vlasenko1-1/+1
2018-06-26hush: fix compile problem found by randomconfigDenys Vlasenko1-1/+2
2018-06-26scripts/randomtest: disable CONFIG_NSLOOKUP for uclibcDenys Vlasenko1-0/+2
2018-06-26scripts/randomtest: disable CONFIG_FEATURE_INETD_RPC for glibcDenys Vlasenko1-0/+2
2018-06-26scripts/randomtest: disable CONFIG_FEATURE_MOUNT_NFS for glibcDenys Vlasenko1-0/+3
2018-06-26hush: fix dup_CLOEXEC() call without "avoid_fd" parameterDenys Vlasenko1-1/+1
2018-06-26fdisk: placate warning of strncpy not copying NUL byteDenys Vlasenko1-1/+1
2018-06-26hush: fix for !ENABLE_HUSH_MODE_X configurationDenys Vlasenko1-2/+2
2018-06-26hush: variable nesting code is used also if HUSH_FUNCTIONS is not enabledDenys Vlasenko1-52/+52
2018-06-26randomconfig fixesDenys Vlasenko3-3/+5
2018-06-24tls: fix to handle X.509 v1 certificates correctlyIvan Abrea1-1/+19
2018-06-24ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21Codarren Velvindron1-5/+5
2018-06-23examples: update /var/service/getty for Unicode ttysDenys Vlasenko5-194/+206
2018-06-22install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106Denys Vlasenko1-1/+5
2018-06-21udhcpc: remove code which requires server ID to be on local networkDenys Vlasenko5-21/+8
2018-06-09Update release script to generate detached signatures and checksum filesEli Schwartz1-17/+5
2018-06-06restore documentation on the build config languageKartik Agaram25-24/+279
2018-05-28wget: emit a message that certificate verification is not implementedDenys Vlasenko1-2/+7
2018-05-26fdisk: remove "Partition N does not end on cylinder boundary" messageDenys Vlasenko1-6/+0
2018-05-26whitespace fixDenys Vlasenko1-1/+1
2018-05-25unlzma: close another SEGV possibilityDenys Vlasenko3-4/+21
2018-05-24udhcpc6: carry along length of packet when parsing it.David Decotigny1-15/+24
2018-05-24udhcpc6: ignore invalid OPTION_IAADDRDavid Decotigny1-0/+4
2018-05-24realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko4-2/+33
2018-05-24nc: fix the !NC_SERVER configurationDenys Vlasenko1-1/+1
2018-05-24fsck: fix incorrect handling of child exitDenys Vlasenko1-8/+9
2018-05-22tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk8-30/+47