aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-27Comment out tests realpath doesn't implement yet.Rob Landley
2021-08-27kill: allow `kill -0` for testing process existence.Elliott Hughes
2021-08-27ps: exit with exit status 1 if no processes shown.Elliott Hughes
2021-08-24Minor cleanups.Rob Landley
2021-08-24Another getuid->geteuid switch.Rob Landley
2021-08-23Tell dd not to write to status stderr instead of discarding stderr.Rob Landley
2021-08-23Avoid race condition where child process complains about nothing.Rob Landley
2021-08-23First guess at implementing tar --selinux, passes regression tests butRob Landley
2021-08-22Cleanup: use FLAG() macros.Rob Landley
2021-08-22Switch a getuid() check to geteuid()Rob Landley
2021-08-22Copy data being checksummed to "save.dat" for post-failure analysis.Rob Landley
2021-08-22mkroot hexagon taget.Rob Landley
2021-08-16Log the right name of user switched from.Rob Landley
2021-08-16fix compilation failure on 3.10 kernelGuoChuang
2021-08-16People still using Centos 7 asked for some bug workarounds.Rob Landley
2021-08-16Don't show "toybox" header line for "help" output unless called with no args.Rob Landley
2021-08-15Use wait -n to keep cpus busier during parallel build.Rob Landley
2021-08-15Samanta Navarro pointed out leftover 32 bit flag limitation in argument groups.Rob Landley
2021-08-07Change xabspath() to more granular (flag based) control interface.Rob Landley
2021-08-05Minor cleanups to lsattr and nsenter.Rob Landley
2021-08-04Clean up eject.c to use linux/eject.h and FLAG() macros.Rob Landley
2021-08-01First guess at realpath tests.Rob Landley
2021-07-30syslogd: Ensure that socket sends are '\n'-terminatedAnqi Dong
2021-07-24Fix TEST_HOST path using symlinked command.Rob Landley
2021-07-24Minor cleanup and rephrase a comment.Rob Landley
2021-07-13Guo Chuang pointed out that lsattr won't build with headersRob Landley
2021-07-11Add options for reproducibility tests.Rob Landley
2021-07-08Work around a posix violation in the croups filesystem that LTP requires.Rob Landley
2021-07-05Add split -n test, handle more than one leftover byte, clarify help text.Rob Landley
2021-07-04Fix tail -F with no arguments.Rob Landley
2021-07-04Teach tail -F to work on file that doesn't initially exist (neededRob Landley
2021-07-01tail: implement -F (and its companion -s).Elliott Hughes
2021-06-27Add support for -n in splitElla-0
2021-06-22Add support for -d $'\n' (cut by line!) and posix -nb (wraps to start of -c)Rob Landley
2021-06-22Denys Vlasenko pointed out that other implementations use "t" as "total",Rob Landley
2021-06-22Update usage: line to include remaining options.Rob Landley
2021-06-21Switch to FLAG() macros and forbid -f -F at the same time.Rob Landley
2021-06-18Second attempt at making --help work with alias ls="ls --color"Rob Landley
2021-06-17Avoid division by 0 error and mmap(0) failure for missing or zero length files.Rob Landley
2021-06-12Check in the .htaccess file that triggers the server side includesRob Landley
2021-06-10Revert the --help change, it breaks stuff like "echo -- --help".Rob Landley
2021-06-09Ryan Prichard pointed out --help and --version can't be first in aliases.Rob Landley
2021-06-09md5sum.c: simplify the table setup slightly.Elliott Hughes
2021-06-09netstat.c: fix bounds checks.Elliott Hughes
2021-06-09dmesg.c: fix off-by-one.Elliott Hughes
2021-06-04"make install_airlock" no longer needs host versions of sha256/512sum.Rob Landley
2021-06-04modprobe: fix parsing of short lines.Elliott Hughes
2021-06-04More sha*sum cleanup.Rob Landley
2021-06-02Remove unbalanced parentheses and repeated transition.Rob Landley
2021-06-02Fix big endian in new sha2 commands.Rob Landley