aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-24Fix some sed -z cases and add tests.Rob Landley
2022-09-24Speed up grep with large numbers of patterns.Rob Landley
2022-09-24Speed up base64.Rob Landley
2022-09-21Teach grep to autodetect fixed patterns and run fixed and regex tests together.Rob Landley
2022-09-20Collate tests.Rob Landley
2022-09-20toys/lsb/mount: make "mount -a" can mount directory bind in /etc/fstablicheng
2022-09-20Older versions of bash (such as the one in macos) don't understand &>>Rob Landley
2022-09-20Make was listed twice (thanks mtsl8).Rob Landley
2022-09-19Modernize xxd tests.Rob Landley
2022-09-19Make -c 0 disable columns and -g 0 disable groups.Rob Landley
2022-09-19Show SKIP: messages. (Inverted test, oops.)Rob Landley
2022-09-19Snap for 9078278 from bd7587eb37cad1d964cafad5be65a10d577affb1 to gki13-boot-...Android Build Coastguard Worker
2022-09-16The ./configure of gmake 4.3 depends on -a not just meaning "and" but beingRob Landley
2022-09-15Trivial cleanup.Rob Landley
2022-09-15Don't truncate log file when stderr redirected.Rob Landley
2022-09-14Upgrade toybox to 26a945a6dea820b3d570059a8777c41968efd49cElliott Hughes
2022-09-14Fix spellingAntoni Villalonga
2022-09-14fmt: Define GLOBALS 'width' as long, not intAntoni Villalonga
2022-09-14Move -Wno-string-plus-int to portability.sh and have it only apply to clang.Rob Landley
2022-09-14Debianize pathsAntoni Villalonga
2022-09-14Some build environments no longer have PATH_MAX.Rob Landley
2022-09-13modinfo: add scmversion to the list of tagsDaniel Mentz
2022-09-13Change another SKIPNEXT to SKIP.Rob Landley
2022-09-13Cleanup cksum.Rob Landley
2022-09-13Match another sed posix violation (l escapes \n), more tests, tweak docs.Rob Landley
2022-09-13Fix sed -z P with test.Rob Landley
2022-09-13Fix sed -z and add test cases.Rob Landley
2022-09-13Make N at EOF do default print: Linux has never obeyed Posix here.Rob Landley
2022-09-08portability: Fix timer_settime_wrap for 32bit systems with 64bit time_tKhem Raj
2022-09-08Remove leftover uses of SKIPNEXT, indent skip groups soRob Landley
2022-09-06Minimal fix for the macOS tar.test breakage.Elliott Hughes
2022-09-04More comments, collate macos-skipping, update root-only tests.Rob Landley
2022-09-03Test suite update.Rob Landley
2022-09-03Remove dochroot and mkchroot (they require root access, which mkroot does not).Rob Landley
2022-08-31Snap for 9012984 from 4604173066334a2219928ba7c6e9fbed00667114 to gki13-boot-...Android Build Coastguard Worker
2022-08-30Support tail +123Yi-Yo Chiang
2022-08-30tests.tar: fix tests for macOS.Elliott Hughes
2022-08-29Upgrade toybox to 413b7afdbfe2907aed7762472ff2f8a498a31453Elliott Hughes
2022-08-27Make all the tar tests look at archivers in the same order so people readingRob Landley
2022-08-27Tar compression autodetect wasn't falling back to gzip -d without zcatRob Landley
2022-08-26xwrap.c: fix build.Elliott Hughes
2022-08-26Snap for 8997182 from 4e7d798b016bf3f3ef2b23db0fda0397d47e1b77 to gki13-boot-...Android Build Coastguard Worker
2022-08-25Some headers define stdin as a macro, avoid unnecessarily stepping on that.Rob Landley
2022-08-25Cosmetic tweak.Rob Landley
2022-08-25timeout.c: fix for macOS.Elliott Hughes
2022-08-25Snap for 8992082 from 5801492072230a94a5cfee8492636d12593ec2d5 to gki13-boot-...Android Build Coastguard Worker
2022-08-24Merge commit '296a75aa8028f374730a495e83bb5c73518d4f9a' into HEADElliott Hughes
2022-08-24Fix the seq and sort tests on macOS and Android.Elliott Hughes
2022-08-24losetup: Wait for ueventd to create loop device on AndroidYi-Yo Chiang
2022-08-24mount: chomp() trailing '\n' off xrunread() return valueYi-Yo Chiang