aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
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
2023-11-03Merge ror() and ror64() using sizeof()Rob Landley
2023-11-02riscv: decode ELF header e_flags.Elliott Hughes
2023-11-02Wean su.c off shadow.h (so ndk can build it).Rob Landley
2023-10-28Don't use CTRL() macro that glibc leaks from termios.h but musl and bionic don'tRob Landley
2023-10-28ip: improve 'ip link set' parsingMathieu Anquetin
2023-10-28microcom: simple menu, new "paste file" functionality.Elliott Hughes
2023-10-27getconf: fix sense of #if conditional.Elliott Hughes
2023-10-26Cleanup: move #ifdef around the CONF block and eliminate stub list.Rob Landley
2023-10-26getconf: add cache size sysconf() queries.Elliott Hughes
2023-10-25Fix tr -t no set2 segfault and help textOliver Webb
2023-10-21Fix rate calculation.Rob Landley
2023-10-21Minor cleanup.Rob Landley
2023-10-21Added tr -t and test case for it, Minor formatting cleanup in tr.cOliver Webb
2023-10-19Switch yes to writev() a redundant iovec to produce output in bigger chunks,Rob Landley
2023-10-18vi.c: add backwards search, add j(oin) ex commandOliver Webb
2023-10-17Replaced some calles to run_vi_cmd to more direct calls, Fixed memory leak in...Oliver Webb
2023-10-17Add count -l, suggested by Oliver Webb.Rob Landley
2023-10-16vi.c: Added 'v' command and updated help textOliver Webb
2023-10-14Tweak help text.Rob Landley
2023-10-11devmem: unify error reporting.Elliott Hughes
2023-10-11csplit: Don't count excluded lines as part of the filesize. Fix help textOliver Webb
2023-10-10vi.c: Added ex 'g' command, Replaced "sleep(1)" with getchar() in error handlerOliver Webb
2023-10-09Add some (void) typecasts to shut up busybody compiler "unused result" warnings.Rob Landley
2023-10-08SID can be 0 before PID 1 calls setsid()Rob Landley
2023-10-08Switch devmem to use long instead of long long, to be nicer to 32 bit targets.Rob Landley
2023-10-06Initialize plen.Rob Landley
2023-10-04Take exit code from SIGCHLD siginfo instead of wait.Rob Landley
2023-10-02Whitespace, and move a couple variable declarations.Rob Landley