aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-22Add scripts/mkroot.sh and makefile changes for "make root".Rob Landley
2019-08-22Quiet "make clean" so it doesn't fill a whole screen with output.Rob Landley
2019-08-21Add some 2>/dev/null to tests that produce gratuitous stderr output.Rob Landley
2019-08-21Add xgetline (which the last sh checkin used, oops).Rob Landley
2019-08-21Fix the unshare probe.Rob Landley
2019-08-19Tiny cleanup, net two lines shorter.Rob Landley
2019-08-19Fix bad test.Rob Landley
2019-08-19echo/printf: expand test cases, fix \x corner cases.Elliott Hughes
2019-08-18Next round of shell plumbing.Rob Landley
2019-08-15Fix two typos.Elliott Hughes
2019-08-15Switch makedevs to new GLOBALS naming.Rob Landley
2019-08-15find.test: allow any error message about symlink loops.Elliott Hughes
2019-08-15dd: fix skip= with short reads.Elliott Hughes
2019-08-15linestack.c: fix buffer length.Elliott Hughes
2019-08-13Return md5sum/sha1sum to the slightly slower but more explicit versionRob Landley
2019-08-12find.test: fix flakiness.Elliott Hughes
2019-08-12sort: move off get_rawline.Elliott Hughes
2019-08-12blkid: add -s, SEC_TYPE, f2fs LABEL, and fix vfat/ntfs UUID.Elliott Hughes
2019-08-09blkid.test: match TEST_HOST expectations.Elliott Hughes
2019-08-09find: fix dangling symlink behavior.Elliott Hughes
2019-08-09lsof: simplify octal mode display.Elliott Hughes
2019-08-09losetup: fix the race.Elliott Hughes
2019-08-09Split out run_function() and free_function(), add start of _TOYSH_LOCALSRob Landley
2019-08-05du: disable the tests if we have SELinux.Elliott Hughes
2019-08-04Make "if true; then echo hello; fi" work. More work on redirection.Rob Landley
2019-08-04Add TOYFLAG_MAYFORK and annotate a couple commands.Rob Landley
2019-08-03Fix a bug report from E5ten: stat of a file with suid or sticky bit setRob Landley
2019-08-02Next round of infrastructure. Start of redirect logic and runtime flow control.Rob Landley
2019-08-02fix parallel make build failurePatrick Oppenlander
2019-08-02fix typo in MakefilePatrick Oppenlander
2019-07-31Move the empty regex workaround into xregcomp.Elliott Hughes
2019-07-31Fix error path and tweak comments.Rob Landley
2019-07-31man: switch to xregcomp.Elliott Hughes
2019-07-30Fix signed typecast bug.Rob Landley
2019-07-29grep: fake GNU behavior for non-POSIX empty regex.Elliott Hughes
2019-07-29Add ASAN=1 to the build system.Elliott Hughes
2019-07-27losetup.test: bail out if loopback devices are already in use.Elliott Hughes
2019-07-27modinfo.test: bail out early if there are no modules.Elliott Hughes
2019-07-27ifconfig.test: actually skip tests if dummy0 up fails.Elliott Hughes
2019-07-26truncate.test: work around ext extended attributes space usage.Elliott Hughes
2019-07-26hostname: fix tests for non-root on Android.Elliott Hughes
2019-07-25killall: implement -w.Elliott Hughes
2019-07-25killall.test: fix flakiness.Elliott Hughes
2019-07-24tests: fix for empty /etc/passwd or /etc/group.Elliott Hughes
2019-07-24Avoid double-close of fd in loopfiles_lines.Elliott Hughes
2019-07-24crontab: switch to getline().Elliott Hughes
2019-07-24Rewrite tac to make better use of lib functions.Rob Landley
2019-07-24tac: switch to getline().Elliott Hughes
2019-07-23nl: switch from getline() to loopfiles_lines().Elliott Hughes
2019-07-22Start replacing get_line() with getline().Elliott Hughes