aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-18Upgrade toybox to 9600642ba4c86950fe3c6ac27e0fda814481ee1d am: 3f5bbafc2dmain-16kElliott Hughes
2022-11-17Upgrade toybox to 9600642ba4c86950fe3c6ac27e0fda814481ee1dElliott Hughes
2022-11-14Call function that works like strstart() but on a char chrstart().Rob Landley
2022-11-14Use testcmd instead of manual workaround for shell builtin.Rob Landley
2022-11-11Merge "TEST_MAPPING: add toybox test cases to kernel-presubmit" am: a23c4100afEdward Liaw
2022-11-11Merge "TEST_MAPPING: add toybox test cases to kernel-presubmit"Edward Liaw
2022-11-11TEST_MAPPING: add toybox test cases to kernel-presubmitEdward Liaw
2022-11-11Add a vi symlink. am: c151a0cefdElliott Hughes
2022-11-10Add a vi symlink.Elliott Hughes
2022-11-09Add test for last char of -f bug.Rob Landley
2022-11-09Upgrade toybox to 9dbb3bb6bd2df5ae24513eb157dcfd006412f8f1 am: 22be3ffe04Elliott Hughes
2022-11-09Upgrade toybox to 9dbb3bb6bd2df5ae24513eb157dcfd006412f8f1Elliott Hughes
2022-11-08Fix broken test due to directory symlinkKelvin Zhang
2022-11-08Upgrade toybox to 5ed3c33417d35be2bfc2336c2b29bf1f1bc8509e am: 72b70fcd83Elliott Hughes
2022-11-08Upgrade toybox to 5ed3c33417d35be2bfc2336c2b29bf1f1bc8509eElliott Hughes
2022-11-07Fix grep to not truncate last character of file provided by -f argumentDaniel Mentz
2022-11-06Fix up host.c a bit more.Rob Landley
2022-11-05sh: add a test for x=${x//y}Alexander Holler
2022-11-05sh: fix bug in parameter substitution (pattern replacement)Alexander Holler
2022-11-05sh: add a test for x=${x%y}Alexander Holler
2022-11-05sh: fix bug in parameter substitution (with shortest path removal)Alexander Holler
2022-11-04su: do not require /etc/shadow or a password there if called as rootAlexander Holler
2022-11-03Upgrade toybox to 149bc75a9b72f6495933819e09de7cf98a407a19 am: bc31b43981Elliott Hughes
2022-11-03Upgrade toybox to 149bc75a9b72f6495933819e09de7cf98a407a19Elliott Hughes
2022-11-02Bug report from nomas2000: inverted test in check for trailing rubbish.Rob Landley
2022-11-01More specific sed to hit just the one config symbol.Rob Landley
2022-11-01We don't need Apple Desktop Bus support in m68k, and /dev/?db hits adb.Rob Landley
2022-11-01patch --dry-run should not create or delete files.Rob Landley
2022-10-31Upgrade toybox to a249f56843ee4c406c0e09d91590a645f4f05461 am: e13f65a080Elliott Hughes
2022-10-31Upgrade toybox to a249f56843ee4c406c0e09d91590a645f4f05461Elliott Hughes
2022-10-31Add one more patch the kernel guys ignored, and fix typo in module build.Rob Landley
2022-10-30Various --longopts Antoni Villalonga says are used in package builds.Rob Landley
2022-10-30Remove redundant longopt variant that's now handled as an abbreviation.Rob Landley
2022-10-30Trivial cleanup.Rob Landley
2022-10-30Antoni Villalonga requested uname -p because some package builds need it,Rob Landley
2022-10-27Add swapoff -a -v and move octal_deslash() to lib for fstab parsing.Rob Landley
2022-10-25Another workaround for mksh not being bash.Rob Landley
2022-10-24Upgrade toybox to 1cd2c07f94c33805a52fb4fc7a08c1f9666883a0 am: e87b8e5957Elliott Hughes
2022-10-24Upgrade toybox to 1cd2c07f94c33805a52fb4fc7a08c1f9666883a0Elliott Hughes
2022-10-24Actually fix netcat server mode. (Helps to have -u in the test.)Rob Landley
2022-10-22A pointer is not a reference.Rob Landley
2022-10-21Fix netcat -u server mode.Rob Landley
2022-10-21Add netcat -n to prevent DNS lookup.Rob Landley
2022-10-19Upgrade toybox to 26446d37f171fd22144f442f2faa0b5e4132cfa4 am: b8b1f7cdcdElliott Hughes
2022-10-19Upgrade toybox to 26446d37f171fd22144f442f2faa0b5e4132cfa4Elliott Hughes
2022-10-19Add module support to mkroot, and start of "tests" package.Rob Landley
2022-10-18Not sure if this test should be toyonly or not?Rob Landley
2022-10-18Tar --xform extract side.Rob Landley
2022-10-18Tests run as child processes now, remove old cleanup.Rob Landley
2022-10-18Couple more sed tests.Rob Landley