aboutsummaryrefslogtreecommitdiff
path: root/toys
AgeCommit message (Expand)Author
2018-12-03mktemp: fix warning with glibc 2.15.Elliott Hughes
2018-12-02Fresh implementation of test.c.Rob Landley
2018-11-30macOS: fix uname.Elliott Hughes
2018-11-30Tweak comments.Rob Landley
2018-11-30macOS: move struct sysinfo out of GLOBALS.Elliott Hughes
2018-11-29Marius Adaskevicius pointed out mdev -s should follow symlinks.Rob Landley
2018-11-28mktemp: add -t and fix behavior.Elliott Hughes
2018-11-28macOS: replace local strnstr with strcasestr.Elliott Hughes
2018-11-28head: add --bytes synonym for -c.Elliott Hughes
2018-11-26file: small do_regular_file optimizationReverend Homer
2018-11-20Eduardas Meile asked umount to ignore -c due to broken init systems.Rob Landley
2018-11-19A few more GLOBALS() single character argument style conversions.Rob Landley
2018-11-19Eduardas Meile reported "The -Werror=format-security flag is applied byRob Landley
2018-11-17Convert more GLOBALS argument vars to the new single letter code style.Rob Landley
2018-11-17hostname: add -s/-f and -d.Elliott Hughes
2018-11-17cmp: add --quiet and --silent synonyms for -s.Elliott Hughes
2018-11-17dirname: support multiple arguments.Elliott Hughes
2018-11-17Volodymyr Medvid reported that install -d doesn't honor -o or -g.Rob Landley
2018-11-17Remove the "const" and "restrict" nonsense so it compiles without tainting lib.cRob Landley
2018-11-17Update bc for 1.1 releaseGavin Howard
2018-11-13Instead of #warning about the musl bug, work around it (wrap syscalls ourselves)Rob Landley
2018-11-13basename: -s SUFFIX.Elliott Hughes
2018-11-13touch: ignore -f like everyone else.Elliott Hughes
2018-11-13mkdir: accept both --parent and --parents as synonyms for -p.Elliott Hughes
2018-11-02Convert more option vars to the new (single letter) coding style.Rob Landley
2018-11-02Trivial cleanup of uniq.c.Rob Landley
2018-10-30Promote watch to other.Rob Landley
2018-10-30Use % for -n and shut up gcc's broken "may be used uninitialized" warnings.Rob Landley
2018-10-30getconf: add -a, fix the LFS_ output, and blame bionic rather than musl for U...Elliott Hughes
2018-10-27Zach Van Rijn asked for "find -empty".Rob Landley
2018-10-21Add % to lib/args.c (long time in milliseconds), add xmillitime(), redoRob Landley
2018-10-21Move start_redraw() to lib/ and have ps.c (top) use it.Rob Landley
2018-10-20Some more --help consistency.Elliott Hughes
2018-10-10Rewrite of watch.Rob Landley
2018-10-07Fix getconf build for musl.Rob Landley
2018-10-07Fix build break on x32 target.Rob Landley
2018-10-06getconf: add missing names used by AOSP.Rob Landley
2018-10-06Say undefined for sysconf/pathconf -1, remove goto, help text tweak,Rob Landley
2018-10-06date: fix some tests.Elliott Hughes
2018-10-05getconf: add pathconf(3) variables.Elliott Hughes
2018-10-05getconf: fix glibc NPROCESSORS_ONLN.Elliott Hughes
2018-10-04Make it possible to build the AOSP .config against glibc.Elliott Hughes
2018-10-04blockdev: BLKRAGET returns 512-byte sectors.Elliott Hughes
2018-09-29Command not in pending or example should probably default y.Rob Landley
2018-09-26Don't claim to have i2cget non-byte mode support yet.Rob Landley
2018-09-21Promote i2ctools.Rob Landley
2018-09-21Implement i2c utilities.Elliott Hughes
2018-09-16file: remove %s with no corresponding argument.Rob Landley
2018-09-15Add .bmp supoprt to file(1).Elliott Hughes
2018-09-15Add .wav support to file(1).Elliott Hughes