aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-02-13Fixed typo in mkroot/packages/busyboxAskar Safin
2024-02-12Oliver Webb noticed that MAYFORK OLDTOY() aliases don't become builtins.Rob Landley
2024-02-11Whitespace: remove unnecessary/inconsistent newlineRob Landley
2024-02-10Whitespace cleanup.Rob Landley
2024-02-09Rewrite globals.h generation to only call sed twice.Rob Landley
2024-02-08Convert more testing->testcmd.Rob Landley
2024-02-08Grep -Am test (for commit 4277f1801036)Rob Landley
2024-02-08Add wc -L and tests.Rob Landley
2024-02-07toybox: Make readelf aware of NT_ANDROID_TYPE_PAD_SEGMENTKalesh Singh
2024-02-07top -b: add missing flush.Elliott Hughes
2024-02-06vmstat: fix buffering.Elliott Hughes
2024-02-05Fix TEST_HOST for wc, adding "utf8locale" function.Rob Landley
2024-02-05netcat: Implement zero I/O modeकारतोफ्फेलस्क्रिप्ट™
2024-02-04Explain why toybox doesn't have (or need) cttyhack.Rob Landley
2024-01-30Fix grep -w and add lots of tests.Rob Landley
2024-01-28Don't leak script filehandles into child process.Rob Landley
2024-01-28Fix ps in mkroot (claim tty) and redirect stdout/stderr to real console as well.Rob Landley
2024-01-27Teach setsid to grab tty more forcefully, and that -cc means steal.Rob Landley
2024-01-27Fix "./truncate -s 1e2" to say "not integer" instead of "too large".Rob Landley
2024-01-27Switch to newer sed syntax to make generated/config.h, as long as we'reRob Landley
2024-01-26grep: add missing flags to usage line.Elliott Hughes
2024-01-26memeater: fixes.Elliott Hughes
2024-01-26My own pending local documentation changes to patch.c,Rob Landley
2024-01-26Various help fixes.Elliott Hughes
2024-01-25Cleanup and promote memeater.Rob Landley
2024-01-25memeater: consume a given amount of memory.Elliott Hughes
2024-01-23docs: stop referring to xflush() after its removal.Elliott Hughes
2024-01-23Consistently use xferror() instead of if (fflush()) perror_exit();Rob Landley
2024-01-18Switch stdout default to block buffering, replace xflush() with xferror(),Rob Landley
2024-01-18The dtb files wander around the linux source tree, so use find.Rob Landley
2024-01-10Compress help text with gzip.Rob Landley
2024-01-03ip: add missing flags.Elliott Hughes
2024-01-03ifconfig: add missing flags.Elliott Hughes
2024-01-02Clean up some version skew in the mkroot instructions.Rob Landley
2023-12-29Silence more false positive gcc warnings.Rob Landley
2023-12-29Fix sh "exit" command to actually exit (broken in commit 7fac232b4d25).Rob Landley
2023-12-29Move the target config if/else staircase into its own function.Rob Landley
2023-12-29Stop using oneit, manually redirect console instead.Rob Landley
2023-12-27date: silence gcc 13.2.Elliott Hughes
2023-12-27Change findglobals output.Rob Landley
2023-12-20file: parse JPEG files enough to pull out their size in pixels.Elliott Hughes
2023-12-17Missed an int64_t in the peek() conversion.Rob Landley
2023-12-17Not RFCs of interest, and minor cleanup while I was there.Rob Landley
2023-12-17Switch peek() family from int64_t to long long so base types are consistentRob Landley