aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 daysUpgrade toybox to 95906a13d1c6d0df5f521d2d91371791663f339eHEADmastermainElliott Hughes
4 daysuchar is useless since we -funsigned-charOliver Webb
4 daysbc.c: Large block of numbers -> String for -l libOliver Webb
5 daysrestorecon: use FLAG() macro for readability.Elliott Hughes
6 daysReduce ifconfig test flake.Elliott Hughes
7 daysFix "install -dm 02750 directory" and add tests.Rob Landley
7 daysAdd env -e to execute a different command than argv[0] from the command list.Rob Landley
7 daysTry harder to make it clear that non-toybox failures don't count.Elliott Hughes
8 daysUpgrade toybox to d298747580c704ba4385e2ec45510de11cf226a4Elliott Hughes
8 daysIf /sys isn't mounted or the loop device is disassociated betweenRob Landley
10 daysUpgrade toybox to c1fb95a3d859a2bbccbdf333363d518ba9b798d7Elliott Hughes
10 daysTeach mount to show file= option when displaying loopback mounts.Rob Landley
11 daysUpgrade toybox to 567f8daac6e7e91c27942e16890f472b15aa2f49Elliott Hughes
11 daysBuild plumbing: redo compflags(), pull out $VERSION calculation,Rob Landley
11 daysEmit make test_help and make test_install targets, only skip command targets.Rob Landley
13 daysFix first line summary for xzcat.Rob Landley
13 daysSimplify and parallelize library probe.Rob Landley
13 daysreadelf: fix -n for x86-64 ibt/shstk notes.Elliott Hughes
2024-03-14hexdump: fix NUL character handlingMathieu Anquetin
2024-03-13Upgrade toybox to ea119151ccc51bd11d66821a2cf194d2254471c0Elliott Hughes
2024-03-13watch: flush the buffer each time around the loop.Elliott Hughes
2024-03-13Fix use after free.Rob Landley
2024-03-08ping: opt in to line buffering.Elliott Hughes
2024-03-08Adjust documentation to real possible valuesChristian Koestlin
2024-03-05Upgrade toybox to 7768b83385b2fa7bd095f7fa6a118635bfefdcbb am: 9a71c60d33Elliott Hughes
2024-03-04tests for sha3sumOliver Webb
2024-03-04Upgrade toybox to 7768b83385b2fa7bd095f7fa6a118635bfefdcbbElliott Hughes
2024-03-03Add riscv64 and sh4eb compiler targets.Rob Landley
2024-03-03Upstream musl-cross-make finally updated to musl-1.2.4.Rob Landley
2024-03-03Add mv -x to atomically swap two files.Rob Landley
2024-03-01Promote getopt.Rob Landley
2024-03-01Cleanup pass.Rob Landley
2024-03-01bc: remove a ton of auto-generated test cases that are uselessOliver Webb
2024-02-29getopt.c: Formatting, printf -> xprintf/xputsn/putchar, Referance linkOliver Webb
2024-02-29Roadmap updates.Rob Landley
2024-02-27Bugfix for last patch: don't end the stream before writing the data.Rob Landley
2024-02-27xzcat.c: Formatting, Cleanup, Resolve ifdefs, Tests for errors, testing -> te...Oliver Webb
2024-02-27ts, remove MAYFORK, add in LINEBUFOliver Webb
2024-02-22Merge "Add symlinks for getfattr and setfattr" into main am: 6511f674cfThiébaud Weksteen
2024-02-22Merge "Add symlinks for getfattr and setfattr" into mainThiébaud Weksteen
2024-02-21Change file list collection for build.Rob Landley
2024-02-21Shut the compiler up.Rob Landley
2024-02-21Upgrade toybox to b89c8914513ea055fdb686a765aaf4c65eaf706d am: 1fd87ea6a7Elliott Hughes
2024-02-21Upgrade toybox to b89c8914513ea055fdb686a765aaf4c65eaf706dElliott Hughes
2024-02-21When xargs child exits with 255, stop processing input.Rob Landley
2024-02-21Update getfattr/setfattr testsThiébaud Weksteen
2024-02-20Fix tests for getfattr/setfattrThiébaud Weksteen
2024-02-18Fix nbd-client.test to not abort "make tests".Rob Landley
2024-02-18Fix stty not setting baud rate to 57600Taisuke Matsushiro
2024-02-17Forgot to check in nbd-client.test.Rob Landley