3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 9 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Default ASAN=1 when "make tests" builds a toybox binary. More... 10 months ago
Remove extra increment. More... 10 months ago
Add comments and collate some assignments. More... 10 months ago
Enable ASan for github CI. More... 10 months ago
Cleanup i2cdetect. More... 10 months ago
Add i2ctransfer. More... 10 months ago
Commit 891c5520f493 interlaced -e and -f in command line order, but help text wasn't updated. More... 10 months ago
Fix GLOBALS() for nsenter More... 10 months ago
Reorganize patch logic so EOF detection works with fuzz support. More... 10 months ago
flock: use FLAG(). More... 10 months ago
grep -m stops new matches, but -A still shows lines after last match. More... 10 months ago
Fix "date -s +abc" segfault pointed out by Franke Busse. More... 10 months ago
Don't delete bunzip2 input file on error (Reported by Frank Busse). More... 10 months ago
Convert to FLAG() macros, minor cleanups. More... 10 months ago
Tweak error message. More... 11 months ago
Fix ${X::} with no args, and add various tests. More... 11 months ago
Add cpio -L More... 11 months ago
Convert dd tests to testcmd and replace $obs with an exec redirect. (Each command.test runs as a separate child process now.) More... 11 months ago
Add test for dd val=2x3x4 posix syntax. More... 11 months ago
Fix killall5 /proc parsing for complex command names. More... 11 months ago
Cleanup pass on dd: Implement 1x2x3 posix nonsense, detect overflow, TT.buff is shared between input and output so shouldn't live in both. More... 11 months ago
Fix HERE document quoting, remove deletion list from expand_one_arg() (have it free its own temporary memory instead, and callers free the result when it != the argument passed in), add some tests. More... 11 months ago
Fix two uses of strdup() instead of xstrdup(). More... 11 months ago
gpiod: fix foreach_chip crashes. More... 11 months ago
Redo trailing \ handling, overhaul HERE document plumbing, handle undelimited redirects (I.E. cat<file without spaces), remove unused third argument to parse_word() More... 11 months ago
Need to quote "no modules". More... 11 months ago
If you "touch abc Abc" on MacOS you only get one file, so skip those tests. More... 11 months ago
More reliably SKIP when no modules, add uname -r to non-android module path (so we're sure to select the modules for the running kernel), reorder so SKIP tests go before test for "missing" (so we don't run one test and then say we're skipping this command's tests), add comments about why we don't need to quote paths and wildcards. More... 11 months ago
Add test for ls --sort and ls -lc vs -ltc, fix issues found by them. More... 11 months ago
Fix escape passthrough bug reported by Mingliang Hu. More... 11 months ago