aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-20Snap for 9199219 from b8b1f7cdcdb503e7d5705efdbdf38072a610b960 to gki13-boot-...gki13-boot-releaseAndroid Build Coastguard Worker
2022-10-19Upgrade toybox to 26446d37f171fd22144f442f2faa0b5e4132cfa4Elliott Hughes
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
2022-10-18Once again, mksh is missing bash features.Rob Landley
2022-10-17Fix grep to pass recently added test, and add a couple more tests.Rob Landley
2022-10-16Make --xform work on archive creation side, with some tests.Rob Landley
2022-10-15First stab at making sed --tarxform support transformation scope flags.Rob Landley
2022-10-14Ahem, make that _exit_status_ 127 (what you get when you run a commandRob Landley
2022-10-14Some waitpid() failures (such as bad PID) don't set status, so return 127.Rob Landley
2022-10-13Test that -z doesn't apply to the \n in input patterns.Rob Landley
2022-10-13Support diff -fJames Farrell
2022-10-13Add test for sed -e -f interleaving.Rob Landley
2022-10-13Move num_cache from lib into its only user.Rob Landley
2022-10-10Have tar handle / and .. at / as ./ and let -P retain ..Rob Landley
2022-10-10Merge "Snap for 9157731 from 1f1095e75383e77c30f0145ac9cc975c2427824f to gki1...Android Build Coastguard Worker
2022-10-10Snap for 9157731 from 1f1095e75383e77c30f0145ac9cc975c2427824f to gki13-boot-...Android Build Coastguard Worker
2022-10-10Snap for 9157731 from 1f1095e75383e77c30f0145ac9cc975c2427824f to gki13-boot-...Android Build Coastguard Worker
2022-10-09Tomasz Sterna reports that NULL options annoy the syscall,Rob Landley
2022-10-08Linux kernel commit f8f0d06438e5 fixed the weird "allnoconfig has =y" issue.Rob Landley
2022-10-07Implement -i option.Rob Landley
2022-10-07sendfile() can also return EXDEV, so fall back to read/write loop on any error.Rob Landley
2022-10-06Upgrade toybox to 62f89088fdb1c63301b15ec3502fdf70990d17cdElliott Hughes
2022-10-06Fedora sticks \x09 style hex escapes into the dmesg output for some reason.Rob Landley
2022-10-05Snap for 9140131 from 8349255758eeffd33a5848781511f28698b46184 to gki13-boot-...Android Build Coastguard Worker
2022-10-04Fix comm - and make comm -123 detect missing files.Rob Landley
2022-10-04Teach sed to parse interlaced -e and -f in order.Rob Landley
2022-10-04Typo.Rob Landley
2022-10-04Parallelize mkroot tests.Rob Landley
2022-10-03Upgrade toybox to b26689f9506556e3236c103c1dca48971430ca66Elliott Hughes
2022-10-03Fix bucket sort with -FRob Landley
2022-10-03Add test_mkroot.ssh and teach mkroot to call /mnt/init if present.Rob Landley
2022-10-03Kill process group (child processes too), and ignore SIGTTIN and friends.Rob Landley
2022-10-03Fix index.html display in directories.Rob Landley
2022-10-02mkroot init: mount /dev/?da on /mnt if available (for qemu, not chroot).Rob Landley
2022-10-02The mountpoint logic isn't the same as same_file(), and -q applies toRob Landley
2022-10-02Add mkroot "overlay" package that copies an $OVERLAY directory into theRob Landley
2022-10-01E5ten's suggestion for not truncating output when redirected to a file.Rob Landley
2022-09-30Make skipnot and toyonly play nice together.Rob Landley
2022-09-29Upgrade toybox to 902b120ee62a4e360ec8ff28a5a604a9b2df0935Elliott Hughes
2022-09-29Change tar/sed protocol to include file type. (Doesn't use it yet.)Rob Landley
2022-09-29Fix grep fast path logic to handle initial \ and '^$' pattern.Rob Landley
2022-09-28Convert testing -> testcmdRob Landley
2022-09-28Snap for 9115583 from 8ee0d21521eebb298ca41a4fdd71cbc52a57471b to gki13-boot-...Android Build Coastguard Worker
2022-09-28Add sed --tarxform mode to wrap a simple protocol around transforms,Rob Landley
2022-09-27Loop in xgetrandom() when asked to fetch more than 256 bytes at a time.Rob Landley
2022-09-27MacOS sed remains sad.Rob Landley
2022-09-26Upgrade toybox to a7e49c3c78605f782c2611fbd2900ce756517d9fElliott Hughes
2022-09-24Cleanup (use flag macros, remove unnecessary variable, etc).Rob Landley