aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2024-02-21When xargs child exits with 255, stop processing input.Rob Landley
2024-02-18Fix stty not setting baud rate to 57600Taisuke Matsushiro
2024-02-10Whitespace cleanup.Rob Landley
2024-02-09Rewrite globals.h generation to only call sed twice.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-05netcat: Implement zero I/O modeकारतोफ्फेलस्क्रिप्ट™
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-27Teach setsid to grab tty more forcefully, and that -cc means steal.Rob 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-18Switch stdout default to block buffering, replace xflush() with xferror(),Rob Landley
2024-01-03ip: add missing flags.Elliott Hughes
2024-01-03ifconfig: add missing flags.Elliott Hughes
2023-12-29Fix sh "exit" command to actually exit (broken in commit 7fac232b4d25).Rob Landley
2023-12-27date: silence gcc 13.2.Elliott Hughes
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
2023-12-15Exit with (eventual) error if any characters failed to convert without -c.Rob Landley
2023-12-04Minor cleanup.Rob Landley
2023-12-04Tweak help text and minor variable initialization cleanup.Rob Landley
2023-12-04Fix truncate -8g on 32 bit.Rob Landley
2023-12-04Cleanup pass: FLAG() macros, yank unnecessary globals, whitespace/indent.Rob Landley
2023-11-30readelf: Fix the section flags handling.Christopher Ferris
2023-11-27strace: fix arm64 test.Elliott Hughes
2023-11-26Redo help text and add ~ to potential output.Rob Landley
2023-11-21Don't trigger ASAN leak detector.Rob Landley
2023-11-20Cleanup pass.Rob Landley
2023-11-14Elliott wants to use CTRL(), and glibc implicitly pulls this in anyway.Rob Landley
2023-11-13Fix sed --help to show full help.Rob Landley
2023-11-11Remove old TODO block, people can ask if they want more features.Rob Landley
2023-11-10file: recognize wasm binary modules.Elliott Hughes
2023-11-10Move linux32 command to its own file, because BSD can't build it.Rob Landley
2023-11-09Use FLAG() macros.Rob Landley
2023-11-08microcom: move from e[x]it to [q]uit.Elliott Hughes
2023-11-05Move md5/sha1/sha256 hash code to lib/hash.cRob Landley
2023-11-05readelf: decode RISCV_ATTRIBUTES sections.Elliott Hughes
2023-11-05Prepare to move hash code to lib/Rob Landley
2023-11-05Catch corrupted tarballs so we don't set a nonsense mode.Rob Landley
2023-11-04Recognize .tgz->.tar.Rob Landley
2023-11-03file: add arm32 ELF flag decoding.Elliott Hughes