aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2 daysAdd TOYFLAG_NOBUF and make microcom use it.Rob Landley
5 daysChange -o to uncollated, add -O for collated.Rob Landley
5 daysnetcat: add -oRob Landley
6 daysAllow netcat -f to communicate with serial devicesYi-Yo Chiang
11 daysfind: use S_ISREG() rather than inlining it.Elliott Hughes
2024-04-30Doc tweak: accept -A as an alias for -a but don't try to explain it.Rob Landley
2024-04-30Switch most remaining toys.optflags&FLAG_x checks to FLAG(x)Rob Landley
2024-04-30Consistently indent help blocks.Rob Landley
2024-04-28Fix hwclock to work with current glibc and musl, which have different bugs.Rob Landley
2024-04-26find -size implies -type f.Rob Landley
2024-04-22xxd: buffer input via stdio.Elliott Hughes
2024-04-20Indent the help text block.Rob Landley
2024-04-05Tweak help text and comments.Rob Landley
2024-04-05Fix thinko.Rob Landley
2024-03-29inotifyd: Don't ignore the first mask character.Peter Collingbourne
2024-03-28inotifyd: enable line buffering.Elliott Hughes
2024-03-24uchar is useless since we -funsigned-charOliver Webb
2024-03-24bc.c: Large block of numbers -> String for -l libOliver Webb
2024-03-24restorecon: use FLAG() macro for readability.Elliott Hughes
2024-03-22Fix "install -dm 02750 directory" and add tests.Rob Landley
2024-03-21Add env -e to execute a different command than argv[0] from the command list.Rob Landley
2024-03-20If /sys isn't mounted or the loop device is disassociated betweenRob Landley
2024-03-19Teach mount to show file= option when displaying loopback mounts.Rob Landley
2024-03-15Fix first line summary for xzcat.Rob Landley
2024-03-15readelf: fix -n for x86-64 ibt/shstk notes.Elliott Hughes
2024-03-14hexdump: fix NUL character handlingMathieu Anquetin
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-03Add mv -x to atomically swap two files.Rob Landley
2024-03-01Promote getopt.Rob Landley
2024-03-01Cleanup pass.Rob Landley
2024-02-29getopt.c: Formatting, printf -> xprintf/xputsn/putchar, Referance linkOliver Webb
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-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